/* 
    HGM DEKORASYON MOBİLYA Premium Web Stylesheet
    Author: HGM Dekorasyon Mobilya Team
    Version: 6.0.0 (Strict Zero Horizontal Overflow Mobile Fix)
*/

/* CSS Variables for Premium Theme Design */
:root {
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    /* Dark Mode Palette with Luxury Bronze/Gold Accents */
    --color-bg-primary: #0B0F19;
    --color-bg-secondary: #111827;
    --color-card-bg: rgba(24, 32, 51, 0.75);
    --color-card-border: rgba(255, 255, 255, 0.08);
    --color-card-hover-border: rgba(217, 119, 6, 0.45);
    
    --color-accent: #D97706; /* Bronze/Amber Gold */
    --color-accent-light: #F59E0B; /* Bright Gold */
    --color-accent-glow: rgba(217, 119, 6, 0.3);
    
    --color-text-primary: #F8FAFC;
    --color-text-secondary: #94A3B8;
    --color-text-muted: #64748B;
    
    --color-whatsapp: #22C55E;
    --color-whatsapp-glow: rgba(34, 197, 94, 0.3);

    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    
    --container-max-width: 1240px;
}

/* Reset & Global Strict Overflow Controls */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    background-color: var(--color-bg-primary);
    color: var(--color-text-primary);
    font-family: var(--font-body);
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    position: relative;
    padding-bottom: 0;
}

.container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Background Glowing Orbs */
.bg-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
    max-width: 100vw;
    overflow: hidden;
}

.bg-glow-1 {
    top: 2%;
    left: 0;
    background-color: var(--color-accent);
}

.bg-glow-2 {
    top: 38%;
    right: 0;
    background-color: var(--color-accent-light);
}

/* Typography */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

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

/* Glassmorphism Card Style */
.glass-card {
    background: var(--color-card-bg);
    border: 1px solid var(--color-card-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--border-radius-md);
    transition: all var(--transition-normal);
    max-width: 100%;
    box-sizing: border-box;
}

.glass-card:hover {
    border-color: var(--color-card-hover-border);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 18px var(--color-accent-glow);
}

/* Buttons System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all var(--transition-normal);
    border: none;
    outline: none;
    touch-action: manipulation;
    max-width: 100%;
    box-sizing: border-box;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
    color: #fff;
    box-shadow: 0 4px 15px var(--color-accent-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--color-accent-glow);
    filter: brightness(1.1);
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--color-text-primary);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.btn-whatsapp {
    background-color: var(--color-whatsapp);
    color: #fff;
    box-shadow: 0 4px 15px var(--color-whatsapp-glow);
}

.btn-whatsapp:hover {
    background-color: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--color-whatsapp-glow);
}

.btn-outline {
    background-color: transparent;
    color: var(--color-text-primary);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
    border-color: var(--color-accent-light);
    color: var(--color-accent-light);
    background-color: rgba(217, 119, 6, 0.08);
}

.btn-sm {
    padding: 8px 18px;
    font-size: 14px;
}

.btn-lg {
    padding: 16px 36px;
    font-size: 18px;
}

.btn-full-width {
    width: 100%;
}

/* Glowing Pulsing Button Animation */
@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(217, 119, 6, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(217, 119, 6, 0);
    }
}

.btn-glow-anim {
    animation: glowPulse 2s infinite;
}

/* Sticky Header styling */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 18px 0;
    transition: all var(--transition-normal);
}

.main-header.scrolled {
    padding: 10px 0;
    background-color: rgba(11, 15, 25, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    font-family: var(--font-heading);
    color: var(--color-text-primary);
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 80%;
}

.logo-img {
    height: 42px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.logo-text-group {
    display: flex;
    flex-direction: column;
}

.logo-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.logo-sub {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--color-accent-light);
    text-transform: uppercase;
}

.logo-accent {
    color: var(--color-accent-light);
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-secondary);
}

.nav-link:hover {
    color: var(--color-accent-light);
}

.header-actions {
    display: flex;
    align-items: center;
}

.header-phones {
    display: flex;
    gap: 8px;
}

.btn-phone-header {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 20px;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--color-text-primary);
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    flex-shrink: 0;
}

/* Mobile Nav Menu Drawer */
.mobile-nav {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    background-color: var(--color-bg-secondary);
    border-bottom: 1px solid var(--color-card-border);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 99;
    transform: translateY(-120%);
    transition: transform var(--transition-normal);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

.mobile-nav.active {
    transform: translateY(0);
}

.mobile-nav-link {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--color-text-primary);
}

.mobile-contact-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.mobile-phone-label {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-accent-light);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Hero Section Styles */
.hero-section {
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 48px;
    align-items: center;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
}

.badge-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(217, 119, 6, 0.12);
    border: 1px solid rgba(217, 119, 6, 0.3);
    color: var(--color-accent-light);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    max-width: 100%;
    box-sizing: border-box;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--color-accent-light);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.pulse-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: inherit;
    animation: glowPulse 1.5s infinite;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    width: 100%;
}

.text-gradient {
    background: linear-gradient(135deg, #fff 0%, var(--color-accent-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 17px;
    color: var(--color-text-secondary);
    margin-bottom: 36px;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.hero-stats-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.hero-stats-card {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 320px;
}

.stat-item {
    text-align: center;
}

.stat-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
}

.stat-number {
    font-size: 38px;
    font-weight: 800;
    color: var(--color-accent-light);
    margin-bottom: 2px;
}

.stat-label {
    font-size: 14px;
    color: var(--color-text-secondary);
    font-weight: 500;
}

/* Traffic & Live Map Section */
.traffic-section {
    padding: 60px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.traffic-card {
    padding: 48px;
    overflow: hidden;
    width: 100%;
}

.traffic-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    width: 100%;
}

.traffic-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.tag {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--color-accent-light);
    margin-bottom: 16px;
}

.traffic-content h2 {
    font-size: 34px;
    margin-bottom: 16px;
}

.traffic-content p {
    color: var(--color-text-secondary);
    margin-bottom: 28px;
    font-size: 16px;
}

.traffic-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
    width: 100%;
}

.t-feature {
    display: flex;
    gap: 16px;
}

.icon-circle {
    width: 44px;
    height: 44px;
    background-color: rgba(217, 119, 6, 0.12);
    border: 1px solid rgba(217, 119, 6, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-light);
    flex-shrink: 0;
}

.t-feature h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.t-feature p {
    font-size: 14px;
    margin-bottom: 0;
}

.traffic-visual {
    width: 100%;
    min-height: 380px;
    display: flex;
}

/* Embedded Google Maps Container */
.map-iframe-wrapper {
    width: 100%;
    height: 380px;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    position: relative;
    border: 1.5px solid rgba(217, 119, 6, 0.35);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), 0 0 25px var(--color-accent-glow);
    transition: all var(--transition-normal);
}

.map-iframe-wrapper:hover {
    border-color: var(--color-accent-light);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65), 0 0 30px var(--color-accent-glow);
}

.map-badge-overlay {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(11, 15, 25, 0.92);
    border: 1px solid rgba(217, 119, 6, 0.5);
    color: var(--color-accent-light);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    pointer-events: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.6);
}

/* Section Header standard */
.section-header {
    text-align: center;
    margin-bottom: 48px;
    width: 100%;
}

.section-header h2 {
    font-size: 36px;
    margin-top: 8px;
}

.section-subtitle {
    color: var(--color-text-secondary);
    margin-top: 12px;
    font-size: 16px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
    margin: 20px auto 0 auto;
    border-radius: 2px;
}

/* Hakkımızda Section */
.about-section {
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
    width: 100%;
}

.about-img-box {
    width: 100%;
}

.about-hero-img-wrapper {
    position: relative;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-card-border);
    height: 420px;
    width: 100%;
}

.about-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.decor-inner-card {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    padding: 20px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
    background: rgba(11, 15, 25, 0.85);
}

.decor-inner-card h3 {
    font-size: 22px;
    color: var(--color-accent-light);
    margin-bottom: 2px;
}

.decor-inner-card p {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-text-secondary);
}

.about-text {
    width: 100%;
}

.about-text h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.about-text p {
    color: var(--color-text-secondary);
    margin-bottom: 24px;
}

.about-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.about-features li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.icon-check {
    color: var(--color-accent-light);
    flex-shrink: 0;
    margin-top: 3px;
}

.about-features span {
    font-size: 15px;
    color: var(--color-text-secondary);
}

.about-features strong {
    color: var(--color-text-primary);
}

/* Hizmetlerimiz Section (9 Cards Grid - 3x3 Layout) */
.services-section {
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}

.services-grid-9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.service-card {
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.service-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(217, 119, 6, 0.1);
    border: 1px solid rgba(217, 119, 6, 0.2);
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-light);
    margin-bottom: 24px;
    flex-shrink: 0;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.service-card p {
    color: var(--color-text-secondary);
    font-size: 15px;
}

/* Galeri (Portfolio Showcase) Filter & Grid */
.gallery-section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    width: 100%;
}

.filter-btn {
    padding: 10px 20px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-secondary);
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    cursor: pointer;
    transition: all var(--transition-normal);
    white-space: nowrap;
}

.filter-btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.filter-btn.active {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px var(--color-accent-glow);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    width: 100%;
}

.gallery-item {
    position: relative;
    border-radius: var(--border-radius-md);
    overflow: hidden;
    height: 280px;
    border: 1px solid var(--color-card-border);
    cursor: pointer;
    transition: all var(--transition-normal);
    width: 100%;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: linear-gradient(to top, rgba(11, 15, 25, 0.95) 0%, rgba(11, 15, 25, 0.4) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: all var(--transition-normal);
}

.gallery-item:hover {
    border-color: var(--color-card-hover-border);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 15px var(--color-accent-glow);
    transform: translateY(-4px);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--color-accent-light);
    text-transform: uppercase;
    margin-bottom: 6px;
    transform: translateY(10px);
    transition: transform var(--transition-normal);
}

.gallery-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transform: translateY(10px);
    transition: transform var(--transition-normal) 0.05s;
}

.gallery-item:hover .gallery-tag,
.gallery-item:hover .gallery-title {
    transform: translateY(0);
}

/* SSS (Sıkça Sorulan Sorular) Accordion Section */
.faq-section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.faq-accordion {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.faq-item {
    overflow: hidden;
    cursor: pointer;
    transition: all var(--transition-normal);
    width: 100%;
}

.faq-header {
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    user-select: none;
    width: 100%;
}

.faq-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text-primary);
    transition: color var(--transition-fast);
}

.faq-item:hover .faq-header h3,
.faq-item.active .faq-header h3 {
    color: var(--color-accent-light);
}

.faq-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    background-color: var(--color-accent-light);
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.faq-icon::before {
    top: 11px;
    left: 4px;
    width: 16px;
    height: 2px;
}

.faq-icon::after {
    top: 4px;
    left: 11px;
    width: 2px;
    height: 16px;
}

.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    padding: 0 28px;
    width: 100%;
}

.faq-item.active .faq-body {
    max-height: 300px;
    padding: 0 28px 24px 28px;
}

.faq-body p {
    color: var(--color-text-secondary);
    font-size: 15px;
    line-height: 1.7;
}

.faq-body strong {
    color: var(--color-text-primary);
}

/* Contact Section Styles (5 Cards Side-by-Side 5-in-a-row Grid) */
.contact-section {
    padding: 80px 0 120px 0;
    width: 100%;
    overflow: hidden;
}

.contact-cards-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    width: 100%;
}

.contact-card {
    padding: 32px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

.contact-icon {
    width: 58px;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent-light);
    margin-bottom: 18px;
    transition: all var(--transition-normal);
    flex-shrink: 0;
}

.contact-card:hover .contact-icon {
    color: #fff;
    background-color: var(--color-accent);
    transform: scale(1.1);
}

.color-whatsapp {
    color: var(--color-whatsapp) !important;
}

.contact-card:hover .color-whatsapp {
    background-color: var(--color-whatsapp) !important;
    color: #fff !important;
}

.contact-card h3 {
    font-size: 17px;
    margin-bottom: 4px;
}

.contact-person {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-accent-light);
    margin-bottom: 4px;
}

.contact-card p.tel-num {
    font-size: 16px;
    font-weight: 800;
    color: var(--color-text-primary);
    margin-bottom: 18px;
}

.contact-card p {
    color: var(--color-text-secondary);
    font-size: 13px;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.card-btn {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-accent-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: auto;
    position: relative;
}

.card-btn::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: var(--color-accent-light);
    transform: scaleX(0.3);
    transition: transform var(--transition-normal);
}

.contact-card:hover .card-btn::after {
    transform: scaleX(1);
}

.glow-card {
    border-color: var(--color-card-hover-border);
    box-shadow: 0 8px 24px rgba(217, 119, 6, 0.1);
}

.link-card {
    cursor: pointer;
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-modal.show {
    opacity: 1;
    visibility: visible;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 15, 25, 0.94);
    backdrop-filter: blur(12px);
}

.lightbox-content {
    position: relative;
    z-index: 2001;
    max-width: 92vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    max-height: 85vh;
}

.lightbox-image-wrapper img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: var(--border-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.lightbox-caption {
    text-align: center;
    margin-top: 16px;
}

.lightbox-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-accent-light);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lightbox-title {
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
}

.lightbox-close {
    position: absolute;
    top: -48px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
    transition: color var(--transition-fast);
}

.lightbox-close:hover {
    color: var(--color-accent-light);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
}

.lightbox-nav:hover {
    background: var(--color-accent);
    border-color: var(--color-accent-light);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: -64px;
}

.lightbox-next {
    right: -64px;
}

/* Desktop Floating Action Bar */
.floating-contact-bar {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all var(--transition-normal);
}

.floating-contact-bar.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.float-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: all var(--transition-normal);
}

.float-btn:hover {
    transform: scale(1.05);
}

.float-phone {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
}

.float-wa {
    background-color: var(--color-whatsapp);
}

/* Ultra-Luxurious 4-Column Footer Styles */
.main-footer {
    background-color: var(--color-bg-secondary);
    border-top: 1px solid var(--color-card-border);
    padding: 70px 0 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
    width: 100%;
}

.footer-brand p {
    color: var(--color-text-secondary);
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
}

.footer-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(217, 119, 6, 0.1);
    border: 1px solid rgba(217, 119, 6, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-accent-light);
}

.footer-col h4 {
    font-size: 17px;
    margin-bottom: 20px;
    color: var(--color-text-primary);
    position: relative;
    padding-bottom: 8px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--color-accent-light);
    border-radius: 1px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: var(--color-text-secondary);
    font-size: 14px;
    transition: all var(--transition-fast);
}

.footer-links a:hover {
    color: var(--color-accent-light);
    padding-left: 6px;
}

.footer-contact-info p {
    color: var(--color-text-secondary);
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-contact-info strong {
    color: var(--color-text-primary);
}

.footer-phone-link {
    color: var(--color-accent-light);
    font-weight: 700;
}

.footer-phone-link:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 24px 0;
    background-color: rgba(11, 15, 25, 0.6);
    width: 100%;
}

.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-text-muted);
    font-size: 14px;
    width: 100%;
}

.developer-credit {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-secondary);
}

.developer-link {
    color: var(--color-accent-light);
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(217, 119, 6, 0.12);
    border: 1px solid rgba(217, 119, 6, 0.25);
    transition: all var(--transition-fast);
}

.developer-link:hover {
    color: #fff;
    background: var(--color-accent);
    border-color: var(--color-accent-light);
    box-shadow: 0 0 10px var(--color-accent-glow);
}

/* ==========================================
   STRICT RESPONSIVE OVERFLOW PROTECTED STYLING
   ========================================== */

@media (max-width: 1200px) {
    .services-grid-9 {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-cards-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .hero-content {
        align-items: center;
    }
    
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats-wrapper {
        justify-content: center;
    }
    
    .hero-stats-card {
        flex-direction: row;
        max-width: 100%;
        justify-content: space-around;
        gap: 12px;
    }
    
    .stat-item:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 0;
        padding-right: 20px;
    }
    
    .stat-item {
        flex: 1;
    }

    .traffic-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .services-grid-9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .lightbox-nav {
        display: none;
    }
}

/* STRICT MOBILE BREAKPOINT (< 768px) */
@media (max-width: 768px) {
    body {
        padding-bottom: 65px; /* Space for Mobile Floating Bar */
    }

    .container {
        padding: 0 16px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .nav-menu, .header-actions {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }

    .logo {
        max-width: 75%;
        gap: 8px;
    }

    .logo-img {
        height: 32px;
    }

    .logo-text {
        font-size: 15px;
    }

    .logo-sub {
        font-size: 8px;
        letter-spacing: 0.08em;
    }

    .hero-section {
        padding-top: 100px;
        padding-bottom: 36px;
    }
    
    .hero-title {
        font-size: 25px !important;
        line-height: 1.25 !important;
        margin-bottom: 16px;
        text-align: center;
        width: 100%;
        word-break: break-word;
    }

    .hero-title br {
        display: none;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hero-buttons .btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 16px;
        justify-content: center;
    }
    
    .traffic-card {
        padding: 20px 14px;
    }
    
    .traffic-content h2 {
        font-size: 22px;
    }

    .map-iframe-wrapper {
        height: 250px;
    }

    .about-hero-img-wrapper {
        height: 250px;
    }

    .services-grid-9 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .service-card {
        padding: 20px 16px;
    }

    /* Mobile Filter Pills Horizontal Scroll */
    .gallery-filter-wrapper {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        margin-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
    }

    .gallery-filter-wrapper::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        padding: 8px 14px;
        font-size: 12px;
        flex-shrink: 0;
    }

    /* Mobile Gallery 2-Column Grid */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
    }

    .gallery-item {
        height: 165px;
        border-radius: 10px;
    }

    .gallery-overlay {
        padding: 10px;
        opacity: 1;
        background: linear-gradient(to top, rgba(11, 15, 25, 0.96) 0%, rgba(11, 15, 25, 0.3) 80%, transparent 100%);
    }

    .gallery-tag {
        font-size: 8px;
        margin-bottom: 2px;
        transform: translateY(0);
    }

    .gallery-title {
        font-size: 11px;
        transform: translateY(0);
        line-height: 1.2;
    }

    /* FAQ Mobile Adjustments */
    .faq-header {
        padding: 16px 16px;
    }

    .faq-header h3 {
        font-size: 14px;
    }

    .faq-body {
        padding: 0 16px;
    }

    .faq-item.active .faq-body {
        padding: 0 16px 16px 16px;
    }

    /* 5 Contact Cards Mobile Grid */
    .contact-cards-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
    }

    .contact-card {
        padding: 18px 10px;
    }

    .contact-card h3 {
        font-size: 14px;
    }

    .contact-card p.tel-num {
        font-size: 13px;
        margin-bottom: 8px;
    }

    /* Lightbox Mobile Adjustments */
    .lightbox-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 50%;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2005;
    }

    .lightbox-title {
        font-size: 14px;
    }

    /* Footer Mobile Adjustments */
    .main-footer {
        padding: 36px 0 0 0;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 28px;
    }
    
    .footer-bottom-container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    /* High-Conversion Fixed Bottom Mobile Navigation Bar */
    .floating-contact-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: rgba(11, 15, 25, 0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 6px 8px;
        gap: 6px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.6);
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        box-sizing: border-box;
    }

    .float-btn {
        flex: 1;
        padding: 9px 2px;
        border-radius: 10px;
        justify-content: center;
        font-size: 10px;
        font-weight: 700;
        gap: 4px;
    }

    .float-text {
        display: inline-block;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .contact-cards-5 {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-stats-card {
        flex-direction: column;
        gap: 14px;
        padding: 20px 14px;
    }
    
    .stat-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-right: 0;
        padding-bottom: 14px;
    }
    
    .stat-number {
        font-size: 28px;
    }

    .btn {
        width: 100%;
    }

    .float-text {
        font-size: 9px;
    }
}
