/* Custom Font Styles */
h1, .h1,
.hero-title,
h1.section-title {
    font-family: Raleway, sans-serif !important;
    font-weight: 300 !important;
    font-size: 3rem;
}

h2, .h2,
.section-title,
.gallery-section .section-title,
.services-section .section-title,
.about-section .section-title,
.contact-section .section-title,
.blog-section .section-title,
.products-section .section-title,
.testimonials-section .section-title,
.promotions-section .section-title {
    font-family: Oswald, sans-serif !important;
    font-weight: 300 !important;
    font-size: 2.5rem;
}

h3, .h3,
.split-gallery__title,
.service-card h3,
.product-info h3,
.blog-post h3,
.promo-card h3,
.overlay-content h4,
.cta-content h3,
.icon-box-title,
.card-title,
.blog-card .card-title,
.item-card .card-title {
    font-family: Montserrat, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.75rem;
}

h4, .h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

body, p, .body-text,
.section-subtitle,
.service-card p,
.product-info p,
.blog-post p,
.promo-card p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 1rem;
}
/* Layout Configuration */
/* Sections are ALWAYS full-width for background, only .container inside is boxed */

section {
    width: 100%;
    max-width: none;
}
/* Default: Full-width content */
section > .container,
section > .section-content {
    max-width: none;
    width: 100%;
}

.content-boxed {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #about: Boxed content */
#about > .container,
#about > .section-content,
#about .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #services: Boxed content */
#services > .container,
#services > .section-content,
#services .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #gallery: Boxed content */
#gallery > .container,
#gallery > .section-content,
#gallery .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #promotions: Boxed content */
#promotions > .container,
#promotions > .section-content,
#promotions .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #products: Boxed content */
#products > .container,
#products > .section-content,
#products .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #testimonials: Boxed content */
#testimonials > .container,
#testimonials > .section-content,
#testimonials .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #blog: Boxed content */
#blog > .container,
#blog > .section-content,
#blog .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
/* Section #contact: Boxed content */
#contact > .container,
#contact > .section-content,
#contact .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* ============================================================
   CUSTOM SECTIONS - Secțiuni Custom Admin
   ============================================================ */
.custom-section { width: 100%; }
.custom-section .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.custom-sec-grid { display: grid; gap: 1.75rem; }
.custom-sec-grid-2 { grid-template-columns: repeat(2, 1fr); }
.custom-sec-grid-3 { grid-template-columns: repeat(3, 1fr); }
.custom-sec-grid-4 { grid-template-columns: repeat(4, 1fr); }
.custom-sec-card { padding: 2rem 1.75rem; border-radius: 16px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; gap: 1rem; }
.custom-sec-card:hover { transform: translateY(-6px); }
.custom-sec-card--standard { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); }
.custom-sec-card--bordered { background: transparent; border: 2px solid #fbb71b; }
.custom-sec-card-icon { width: 60px; height: 60px; border-radius: 14px; background: rgba(251,183,27,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fbb71b; }
.custom-sec-card-title { font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0; }
.custom-sec-card-text { font-size: 0.92rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin: 0; flex: 1; }
.custom-sec-card-link { display: inline-flex; align-items: center; gap: 0.4rem; color: #fbb71b; font-size: 0.88rem; font-weight: 600; text-decoration: none; transition: gap 0.2s; }
.custom-sec-card-link:hover { gap: 0.7rem; }
@media (max-width: 1024px) { .custom-sec-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .custom-sec-grid-2, .custom-sec-grid-3, .custom-sec-grid-4 { grid-template-columns: 1fr; } }

/* ============================================================
   PHASE 1 BLOCK TYPES
   ============================================================ */

/* --- Quote Block --- */
.quote-block { position: relative; overflow: hidden; }
.quote-large { font-size: clamp(1.4rem, 3vw, 2rem); }
@media (max-width: 768px) { .quote-large { font-size: 1.4rem; } }

/* --- Text Highlight Block --- */
.text-highlight-block { text-align: center; }

/* --- Typed Text Block --- */
.typed-text-block { text-align: center; }
.typed-cursor { display: inline-block; width: 3px; background: currentColor; animation: blink-cursor .7s step-end infinite; }
@keyframes blink-cursor { 50% { opacity: 0; } }

/* --- Gallery Grid / Masonry --- */
.gallery-grid-block .gg-grid { display: grid; gap: .5rem; }
.gallery-grid-block .gg-grid img,
.gallery-masonry-block .gm-col img { width: 100%; height: 220px; object-fit: cover; border-radius: 8px; cursor: pointer; transition: transform .3s, opacity .3s; display: block; }
.gallery-grid-block .gg-grid img:hover,
.gallery-masonry-block .gm-col img:hover { transform: scale(1.03); opacity: .9; }
.gallery-masonry-block .gm-wrap { display: flex; gap: .5rem; }
.gallery-masonry-block .gm-col { flex: 1; display: flex; flex-direction: column; gap: .5rem; }
.gallery-masonry-block .gm-col img { height: auto; }
@media (max-width: 768px) {
    .gallery-grid-block .gg-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .gallery-masonry-block .gm-wrap { flex-direction: column; }
}

/* --- Gallery Slider --- */
.gallery-slider-block .gs-wrap { position: relative; overflow: hidden; border-radius: 12px; }
.gallery-slider-block .gs-track { display: flex; transition: transform .5s ease; }
.gallery-slider-block .gs-slide { flex-shrink: 0; }
.gallery-slider-block .gs-slide img { width: 100%; height: 420px; object-fit: cover; }
.gallery-slider-block .gs-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.6); color: #fff; border: none; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; z-index: 2; transition: background .2s; }
.gallery-slider-block .gs-btn:hover { background: rgba(251,183,27,.8); }
.gallery-slider-block .gs-btn-prev { left: 12px; }
.gallery-slider-block .gs-btn-next { right: 12px; }
.gallery-slider-block .gs-dots { display: flex; justify-content: center; gap: .5rem; margin-top: .75rem; }
.gallery-slider-block .gs-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); cursor: pointer; transition: background .2s, transform .2s; }
.gallery-slider-block .gs-dot.active { background: #fbb71b; transform: scale(1.3); }
@media (max-width: 768px) { .gallery-slider-block .gs-slide img { height: 240px; } }

/* --- Before / After Slider --- */
.before-after-block { position: relative; overflow: hidden; }
.ba-container { position: relative; overflow: hidden; border-radius: 12px; user-select: none; touch-action: none; }
.ba-container img { display: block; width: 100%; max-height: 500px; object-fit: cover; pointer-events: none; }
.ba-after-wrap { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; }
.ba-after-wrap img { position: absolute; top: 0; left: 0; max-width: none; width: var(--ba-full-w, 100%); }
.ba-handle { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: ew-resize; z-index: 5; }
.ba-line { width: 2px; height: 100%; background: #fff; }
.ba-circle { position: absolute; width: 40px; height: 40px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; color: #1a1a1a; font-size: .9rem; box-shadow: 0 2px 8px rgba(0,0,0,.4); }

/* --- Logo Cloud --- */
.logo-cloud-block .lc-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem; }
.logo-cloud-block .lc-item img { height: 48px; width: auto; object-fit: contain; filter: grayscale(1) brightness(1.5); opacity: .7; transition: filter .3s, opacity .3s; }
.logo-cloud-block .lc-item img:hover { filter: none; opacity: 1; }

/* --- Timeline --- */
.timeline-block .tl-wrap { position: relative; padding: 0 1rem; }
.timeline-block .tl-wrap::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.1); transform: translateX(-50%); }
.timeline-block .tl-item { width: 100%; margin-bottom: 2rem; }
@media (max-width: 768px) {
    .timeline-block .tl-wrap::before { left: 22px; }
    .timeline-block .tl-item { flex-direction: row !important; }
}

/* --- Flip Cards --- */
.flip-card-block .fc-grid { display: grid; gap: 1.5rem; }
.fc-card { perspective: 1000px; }
.fc-inner { position: relative; transition: transform .7s ease; transform-style: preserve-3d; }
.fc-card:hover .fc-inner { transform: rotateY(180deg); }
.fc-front, .fc-back { position: absolute; top: 0; left: 0; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1.5rem; }
.fc-back { transform: rotateY(180deg); }
@media (max-width: 768px) { .flip-card-block .fc-grid { grid-template-columns: 1fr !important; } }

/* --- Button Group --- */
.button-group-block .bg-wrap { display: flex; flex-wrap: wrap; gap: .75rem; }

/* --- Icon Box Grid --- */
.icon-box-grid-block .ibg-grid { display: grid; gap: 1.5rem; }
.ibg-item { display: flex; gap: 1rem; align-items: flex-start; }
.ibg-icon { flex-shrink: 0; width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
@media (max-width: 768px) { .icon-box-grid-block .ibg-grid { grid-template-columns: 1fr !important; } }

/* --- Pricing Block --- */
.pricing-block { position: relative; overflow: hidden; }
.pricing-block .container > div[style*="grid"] { display: grid; }
@media (max-width: 900px) { .pricing-block .container > div[style*="grid"] { grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 580px) { .pricing-block .container > div[style*="grid"] { grid-template-columns: 1fr !important; } }

/* --- Progress Bars --- */
.progress-bar-block .progress-bar-fill { transition: width 1.2s ease; }

/* --- Counter Grid --- */
.counter-grid-block { position: relative; overflow: hidden; }
.counter-grid-block .cg-grid { display: grid; gap: 1.5rem; }
.counter-num { font-variant-numeric: tabular-nums; }
@media (max-width: 768px) { .counter-grid-block .cg-grid { grid-template-columns: repeat(2, 1fr) !important; } }

/* --- Testimonial (single) --- */
.testimonial-block { position: relative; overflow: hidden; }

/* --- Testimonial Slider --- */
.testimonial-slider-block .ts-wrap { position: relative; overflow: hidden; border-radius: 12px; }
.testimonial-slider-block .ts-track { display: flex; transition: transform .5s ease; }
.testimonial-slider-block .ts-slide { flex-shrink: 0; width: 100%; padding: 0 1rem; }
.testimonial-slider-block .ts-btn { background: rgba(255,255,255,.1); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1rem; transition: background .2s; }
.testimonial-slider-block .ts-btn:hover { background: rgba(251,183,27,.7); }
.testimonial-slider-block .ts-dots { display: flex; justify-content: center; gap: .5rem; margin-top: .75rem; }
.testimonial-slider-block .ts-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); cursor: pointer; transition: background .2s, transform .2s; }
.testimonial-slider-block .ts-dot.active { background: #fbb71b; transform: scale(1.3); }

/* --- Rating Stars --- */
.rating-stars-block .rs-stars { display: flex; gap: .2rem; }
.rating-stars-block .rs-stars i { font-size: 1.4rem; }

/* --- Social Links --- */
.social-links-block .sl-list { display: flex; flex-wrap: wrap; gap: .75rem; }
.sl-link { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1.25rem; border-radius: 999px; font-weight: 600; font-size: .9rem; text-decoration: none; transition: opacity .2s, transform .2s; }
.sl-link:hover { opacity: .85; transform: translateY(-2px); }

/* --- Newsletter Box --- */
.newsletter-box-block { position: relative; overflow: hidden; }
.nb-form { display: flex; gap: .5rem; flex-wrap: wrap; max-width: 520px; margin: 1.25rem auto 0; }
.nb-form input { flex: 1; min-width: 0; padding: .7rem 1rem; border-radius: 8px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; font-size: .95rem; outline: none; }
.nb-form input::placeholder { color: rgba(255,255,255,.4); }
.nb-form input:focus { border-color: #fbb71b; }
.nb-form button { padding: .7rem 1.5rem; border-radius: 8px; border: none; background: #fbb71b; color: #000; font-weight: 700; cursor: pointer; white-space: nowrap; transition: opacity .2s; }
.nb-form button:hover { opacity: .85; }

/* --- Contact Form Block --- */
.contact-form-block { position: relative; overflow: hidden; }
.cf-form { display: flex; flex-direction: column; gap: .875rem; max-width: 600px; margin: 1.5rem auto 0; }
.cf-row { display: grid; gap: .875rem; }
.cf-row-2 { grid-template-columns: 1fr 1fr; }
.cf-form input,
.cf-form textarea,
.cf-form select { width: 100%; padding: .7rem 1rem; border-radius: 8px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: #fff; font-size: .95rem; font-family: inherit; outline: none; transition: border-color .2s; }
.cf-form input:focus,
.cf-form textarea:focus { border-color: #fbb71b; }
.cf-form input::placeholder,
.cf-form textarea::placeholder { color: rgba(255,255,255,.35); }
.cf-form textarea { resize: vertical; min-height: 110px; }
.cf-form button { padding: .8rem 2rem; border-radius: 8px; border: none; background: #fbb71b; color: #000; font-weight: 700; font-size: 1rem; cursor: pointer; align-self: flex-start; transition: opacity .2s; }
.cf-form button:hover { opacity: .85; }
@media (max-width: 600px) { .cf-row-2 { grid-template-columns: 1fr; } }

/* --- Embed Block --- */
.embed-block { position: relative; overflow: hidden; }
.embed-block .eb-wrap { border-radius: 12px; overflow: hidden; }
.embed-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-responsive iframe,
.embed-responsive video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- Custom Block Base --- */
.custom-block { width: 100%; position: relative; }
.custom-block .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* --- Mosaic Grid Block --- */
.mosaic-grid-block { position: relative; overflow: hidden; }
.mg-grid { width: 100%; }

/* Image cell */
.mg-cell { position: relative; overflow: hidden; display: block; }
.mg-cell-image { background: #111; cursor: default; }
.mg-cell-image img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .55s ease;
}
.mg-cell-image:hover img { transform: scale(1.06); }

/* Overlay */
.mg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.2) 60%, transparent 100%);
    opacity: 0; transition: opacity .35s ease;
    display: flex; align-items: flex-end;
}
.mg-cell-image:hover .mg-overlay { opacity: 1; }
.mg-overlay-inner { padding: 1.25rem 1.5rem; width: 100%; }
.mg-overlay-title { color: #fff; font-size: 1.1rem; font-weight: 700; margin: 0 0 .3rem; }
.mg-overlay-desc  { color: rgba(255,255,255,.8); font-size: .85rem; margin: 0; line-height: 1.5; }

/* Text cell */
.mg-cell-text {
    display: flex; flex-direction: column;
    justify-content: center; align-items: inherit;
    padding: 2rem 1.75rem;
}
.mg-text-icon { font-size: 2rem; color: #fbb71b; margin-bottom: .75rem; }

/* Button in text cell */
.mg-btn {
    display: inline-flex; align-items: center;
    border: 2px solid; border-radius: 999px;
    padding: .45rem 1.2rem; font-weight: 700; font-size: .875rem;
    text-decoration: none; transition: background .2s, color .2s;
    margin-top: .5rem;
}
.mg-btn:hover { background: rgba(255,255,255,.15); }

/* Link card — cursor pointer, no underline */
a.mg-cell-link {
    cursor: pointer; text-decoration: none;
    transition: filter .3s;
}
a.mg-cell-link:hover { filter: brightness(1.08); }

/* Responsive */
@media (max-width: 768px) {
    .mg-grid { grid-template-columns: 1fr 1fr !important; grid-auto-rows: 220px !important; }
    .mg-cell[style*="span"] { grid-column: span 1 !important; }
}
@media (max-width: 480px) {
    .mg-grid { grid-template-columns: 1fr !important; grid-auto-rows: 260px !important; }
}
/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #fbb71b;
    --primary-color: #fbb71b;
    --secondary: #000000;
    --secondary-color: #000000;
    --text: #707070;
    --text-color: #707070;
    --background: #1a1a1a;
    --background-color: #1a1a1a;
    --font-main: Montserrat, sans-serif;
    --font-main-weight: 300;
    --font-display: Raleway, sans-serif;
    --font-display-weight: 300;
}

body {
    font-family: var(--font-main);
    color: var(--text);
    background-color: var(--background);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .container {
        padding: 0 2rem;
    }
}

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

/* Header - Modern Layout */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.header.header-sticky {
    padding: 0.75rem 0;
}

/* Glassmorphism Header */
.header.header-glass {
    background: rgba(26, 26, 26, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--header-height, 80px);
    display: flex;
    align-items: center;
    transition: all var(--header-anim-speed, 0.3s) cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.header.header-glass.header-scrolled {
    background: var(--header-scrolled-bg, rgba(26, 26, 26, 0.92));
    -webkit-backdrop-filter: blur(var(--header-blur, 20px)) saturate(var(--header-saturation, 180%));
    backdrop-filter: blur(var(--header-blur, 20px)) saturate(var(--header-saturation, 180%));
    box-shadow: 0 4px var(--header-shadow-blur, 20px) var(--header-shadow-color, rgba(0,0,0,0.3));
}

.header.header-glass.header-shrink {
    height: var(--header-shrink-height, 60px);
    padding: 0.25rem 0;
}

.header.header-glass.header-shrink .logo img {
    max-height: 30px;
    transition: max-height var(--header-anim-speed, 0.3s) cubic-bezier(0.4, 0, 0.2, 1);
}

.header.header-glass.header-hidden {
    transform: translateY(-100%);
    pointer-events: none;
}

.header.header-glass.header-visible {
    transform: translateY(0);
    pointer-events: auto;
}

/* Border Glow Effect */
.header.header-glass::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--header-glow-width, 1px);
    background: var(--header-glow-color, #fbb71b);
    opacity: var(--header-glow-opacity, 0.4);
    box-shadow: 0 0 var(--header-glow-blur, 8px) var(--header-glow-color, #fbb71b);
    transition: opacity var(--header-anim-speed, 0.3s) ease;
}

.header.header-glass.header-scrolled::after {
    opacity: var(--header-glow-opacity, 0.6);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

/* Logo - Left Side */
.logo {
    flex-shrink: 0;
    z-index: 1001;
}

.logo a {
    display: block;
    text-decoration: none;
}

.logo img {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--primary);
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.logo-text:hover {
    color: #fff;
}

/* Navigation - Right Side (Desktop) */
.nav {
    display: none;
    align-items: center;
    gap: 2.5rem;
    margin-left: auto;
}

@media (min-width: 1024px) {
    .nav {
        display: flex;
    }

    .logo img {
        height: 60px;
    }
}

.nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
}

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

.nav-link:hover::after {
    width: 100%;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    transition: all 0.3s ease;
}

.mobile-menu-toggle span {
    width: 28px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover span {
    background: #fff;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (min-width: 1024px) {
    .mobile-menu-toggle {
        display: none;
    }
}

/* Mobile Menu Overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu .nav-link {
    font-size: 1.5rem;
    padding: 1rem 2rem;
}

@media (min-width: 1024px) {
    .mobile-menu {
        display: none;
    }
}

/* Hero Section - Mobile First */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    position: relative;
    margin-top: 60px;
}

@media (min-width: 768px) {
    .hero {
        padding: 2rem;
        margin-top: 80px;
    }
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    max-width: 800px;
    z-index: 10;
    padding: 1rem;
}

.hero-title {
    font-family: var(--font-display);
    font-weight: var(--font-display-weight);
    font-size: 2.5rem;
    color: var(--primary);
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    animation: fadeInUp 1s ease;
    line-height: 1.2;
    word-wrap: break-word;
}

@media (min-width: 480px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 5rem;
        letter-spacing: 3px;
    }
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease 0.2s backwards;
    line-height: 1.5;
    padding: 0 0.5rem;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        padding: 0;
    }
}

.hero-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: var(--primary);
    color: var(--secondary);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50px;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: fadeInUp 1s ease 0.4s backwards;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .hero-btn {
        padding: 1rem 3rem;
        font-size: 1.1rem;
    }
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 183, 27, 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Sections - Mobile First */
.gallery-section,
.services-section,
.promotions-section,
.products-section,
.blog-section,
.contact-section,
.testimonials-section {
    padding: 3rem 0;
    background: #fff;
}

@media (min-width: 768px) {
    .gallery-section,
    .services-section,
    .promotions-section,
    .products-section,
    .blog-section,
    .contact-section,
    .testimonials-section {
        padding: 5rem 0;
    }
}

.promotions-section,
.blog-section,
.testimonials-section {
    background: #f5f5f5;
}

.section-title {
    font-family: var(--font-display);
    font-size: 2rem;
    text-align: center;
    color: var(--secondary);
    margin-bottom: 0.75rem;
    letter-spacing: 1px;
    padding: 0 1rem;
    line-height: 1.3;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 3rem;
        margin-bottom: 1rem;
        letter-spacing: 2px;
        padding: 0;
    }
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
    font-size: 1rem;
    padding: 0 1rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .section-subtitle {
        margin-bottom: 3rem;
        font-size: 1.1rem;
        padding: 0;
    }
}

/* Gallery Grid - Mobile First */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

@media (min-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    border-radius: 5px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

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

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 1rem;
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s;
}

@media (min-width: 768px) {
    .gallery-overlay {
        padding: 2rem;
    }
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

/* Services Grid - Mobile First */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.service-card {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

@media (min-width: 768px) {
    .service-card {
        padding: 2rem;
    }
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.popular-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--primary);
    color: var(--secondary);
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .popular-badge {
        top: 1rem;
        right: 1rem;
        padding: 0.25rem 0.75rem;
        font-size: 0.85rem;
    }
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .service-icon {
        font-size: 3rem;
    }
}

.service-card h3 {
    color: var(--secondary);
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
    line-height: 1.3;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .service-card h3 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.service-duration {
    color: #666;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .service-duration {
        font-size: 0.9rem;
    }
}

.service-price {
    display: block;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    .service-price {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}

/* Promotions Section - Mobile First */
.promotions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .promotions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .promotions-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

.promo-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    border: 3px solid var(--primary);
    text-align: center;
    transition: transform 0.3s;
}

@media (min-width: 768px) {
    .promo-card {
        padding: 2rem;
    }
}

.promo-card:hover {
    transform: translateY(-10px);
}

.promo-badge {
    background: var(--primary);
    color: var(--secondary);
    padding: 0.4rem 0.85rem;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .promo-badge {
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
}

.promo-discount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    margin: 0.75rem 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .promo-discount {
        font-size: 3rem;
        margin: 1rem 0;
    }
}

.price-comparison {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1.25rem 0;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .price-comparison {
        margin: 1.5rem 0;
    }
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .old-price {
        font-size: 1.2rem;
    }
}

.new-price {
    color: var(--primary);
    font-size: 1.6rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .new-price {
        font-size: 2rem;
    }
}

.savings {
    background: #ffe;
    padding: 0.4rem 0.85rem;
    border-radius: 10px;
    margin: 0.75rem 0;
    font-weight: 600;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .savings {
        padding: 0.5rem 1rem;
        margin: 1rem 0;
        font-size: 1rem;
    }
}

.promo-btn {
    display: inline-block;
    padding: 0.875rem 1.75rem;
    background: var(--primary);
    color: var(--secondary);
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 0.75rem;
    transition: transform 0.3s;
    font-size: 0.95rem;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .promo-btn {
        padding: 1rem 2rem;
        margin-top: 1rem;
        font-size: 1rem;
    }
}

.promo-btn:hover {
    transform: translateY(-3px);
}

/* Products Section - Mobile First */
.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 480px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
}

.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
}

.featured-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--primary);
    color: var(--secondary);
    padding: 0.4rem 0.85rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .featured-badge {
        top: 1rem;
        right: 1rem;
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
}

.product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-image {
        height: 250px;
    }
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-info {
    padding: 1.25rem;
}

@media (min-width: 768px) {
    .product-info {
        padding: 1.5rem;
    }
}

.product-info h3 {
    color: var(--secondary);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.3;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .product-info h3 {
        font-size: 1.25rem;
    }
}

.product-price {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0.75rem 0;
}

@media (min-width: 768px) {
    .product-price {
        font-size: 1.5rem;
        margin: 1rem 0;
    }
}

.product-price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
    display: inline-block;
    margin-right: 0.75rem;
}

@media (min-width: 768px) {
    .product-price-old {
        font-size: 1rem;
        margin-right: 1rem;
    }
}

.product-price-sale {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.3rem;
    display: inline-block;
}

@media (min-width: 768px) {
    .product-price-sale {
        font-size: 1.5rem;
    }
}

.add-to-cart-btn {
    width: 100%;
    padding: 0.75rem;
    background: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 0.95rem;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .add-to-cart-btn {
        font-size: 1rem;
    }
}

.add-to-cart-btn:hover {
    background: #fbb71bdd;
}

/* Blog Section - Mobile First */
.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

.blog-post {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.blog-post:hover {
    transform: translateY(-10px);
}

.blog-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .blog-post img {
        height: 250px;
    }
}

.post-content {
    padding: 1.25rem;
}

@media (min-width: 768px) {
    .post-content {
        padding: 1.5rem;
    }
}

.post-date {
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .post-date {
        font-size: 0.9rem;
    }
}

.post-author {
    color: var(--primary);
    font-size: 0.85rem;
    margin-top: 0.75rem;
    display: block;
}

@media (min-width: 768px) {
    .post-author {
        font-size: 0.9rem;
        margin-top: 1rem;
    }
}

/* Testimonials Section - Mobile First */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 3rem;
    }
}

@media (min-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

.testimonial-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

@media (min-width: 768px) {
    .testimonial-card {
        padding: 2rem;
    }
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.testimonial-stars {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: var(--primary);
}

@media (min-width: 768px) {
    .testimonial-stars {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 1rem;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
}

.testimonial-text::before {
    content: '"';
    font-size: 3rem;
    color: var(--primary);
    opacity: 0.2;
    position: absolute;
    top: -15px;
    left: -5px;
    font-family: Georgia, serif;
}

@media (min-width: 768px) {
    .testimonial-text::before {
        font-size: 4rem;
        top: -20px;
        left: -10px;
    }
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 2px solid #f0f0f0;
}

@media (min-width: 768px) {
    .testimonial-author {
        gap: 1rem;
        padding-top: 1rem;
    }
}

.testimonial-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .testimonial-photo {
        width: 50px;
        height: 50px;
        border: 3px solid var(--primary);
    }
}

.testimonial-author strong {
    color: var(--secondary);
    font-size: 1rem;
    line-height: 1.3;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .testimonial-author strong {
        font-size: 1.1rem;
    }
}

/* Contact Section - Mobile First */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin-top: 3rem;
    }
}

.contact-info .info-item {
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .contact-info .info-item {
        margin-bottom: 1.5rem;
    }
}

.contact-info strong {
    display: block;
    color: var(--secondary);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .contact-info strong {
        font-size: 1.1rem;
    }
}

.contact-info a {
    color: var(--primary);
    text-decoration: none;
    word-wrap: break-word;
}

.hours h4 {
    color: var(--secondary);
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .hours h4 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
}

.hours ul {
    list-style: none;
}

.hours li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}

@media (min-width: 768px) {
    .hours li {
        font-size: 1rem;
    }
}

.contact-form {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .contact-form {
        padding: 2rem;
    }
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.875rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: var(--font-main);
    font-size: 1rem;
}

@media (min-width: 768px) {
    .contact-form input,
    .contact-form textarea {
        padding: 1rem;
    }
}

.submit-btn {
    width: 100%;
    padding: 0.875rem;
    background: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.3s;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .submit-btn {
        padding: 1rem;
        font-size: 1.1rem;
    }
}

.submit-btn:hover {
    transform: translateY(-3px);
}

.map-container {
    margin-top: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .map-container {
        margin-top: 3rem;
    }
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
}

@media (min-width: 768px) {
    .map-container iframe {
        height: 400px;
    }
}

/* ==========================================
   FOOTER ENTERPRISE - 5 COLUMNS
   ========================================== */

.footer {
    background: var(--secondary);
    color: #fff;
    padding: 4rem 0 0;
}

.footer .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Footer Columns Grid - 5 Columns */
.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1200px) {
    .footer-columns {
        grid-template-columns: repeat(5, 1fr);
    }
}

.footer-column {
    min-width: 0;
}

.footer-title {
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-logo {
    margin-bottom: 1rem;
}

.footer-logo img {
    display: block;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.footer-column .footer-social {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
    display: inline-block;
}

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

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer-contact i {
    color: var(--primary);
    margin-top: 0.2rem;
    font-size: 1rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: var(--primary);
}

/* Newsletter Section */
.footer-newsletter {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem 0;
    margin-bottom: 2rem;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-title {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.newsletter-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.newsletter-form {
    display: flex;
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    font-size: 0.95rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-button {
    padding: 0.875rem 2rem;
    background: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.newsletter-button:hover {
    background: #e5a616;
    transform: translateY(-2px);
}

/* Footer Bottom Bar */
.footer-bottom {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-legal-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
}

.footer-legal-links a:hover {
    color: var(--primary);
}

.footer-payment-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-payment-icons i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.social-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 1.25rem;
    transition: all 0.3s;
}

.social-links a:hover {
    color: var(--primary);
    transform: translateY(-3px);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 4px 15px rgba(251, 183, 27, 0.3);
    transition: all 0.3s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #e5a616;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(251, 183, 27, 0.5);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 0;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-legal-links {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* Utility Classes */
.text-break {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ===== MULTI-PAGE STYLES ===== */

/* Breadcrumbs */
.breadcrumbs {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem 0;
    margin-top: 80px;
}

.breadcrumbs .container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb-link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s;
}

.breadcrumb-link:hover {
    opacity: 0.8;
}

.breadcrumb-separator {
    color: #666;
    font-size: 0.7rem;
}

.breadcrumb-current {
    color: #999;
    font-size: 0.9rem;
}

/* Page Content */
.page-content {
    min-height: calc(100vh - 300px);
    padding: 3rem 0;
}

/* Items Grid */
.items-grid {
    display: grid;
    gap: 2rem;
}

.items-grid.columns-2 { grid-template-columns: repeat(2, 1fr); }
.items-grid.columns-3 { grid-template-columns: repeat(3, 1fr); }
.items-grid.columns-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1024px) {
    .items-grid.columns-4 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .items-grid.columns-3,
    .items-grid.columns-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .items-grid.columns-2,
    .items-grid.columns-3,
    .items-grid.columns-4 { grid-template-columns: 1fr; }
}

/* Item Cards */
.item-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.card-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

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

.item-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.card-description,
.card-excerpt {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.card-cta {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
}

.card-cta i {
    margin-left: 0.3rem;
    transition: transform 0.3s;
}

.item-card:hover .card-cta i {
    transform: translateX(5px);
}

/* Product Card Specific */
.card-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.original-price {
    text-decoration: line-through;
    color: #666;
    font-size: 0.9rem;
}

.current-price {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 700;
}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
}

/* Service Card */
.service-card .card-icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), #e6a615);
    font-size: 2.5rem;
    color: #000;
}

/* Blog Card */
.blog-card .card-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: #888;
}

/* Pagination */
.pagination {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-link,
.pagination-prev,
.pagination-next {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.pagination-link:hover,
.pagination-prev:hover,
.pagination-next:hover {
    background: var(--primary-color);
    color: #000;
}

.pagination-current {
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    border-radius: 6px;
    color: #000;
    font-weight: 600;
}

/* Filters */
.filters-bar {
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.filter-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #000;
}

.filter-btn .count {
    opacity: 0.7;
    font-size: 0.8rem;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
}

.empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header .section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-header .section-subtitle {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Product Detail */
.product-detail {
    padding: 2rem 0 4rem;
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

@media (max-width: 768px) {
    .product-layout {
        grid-template-columns: 1fr;
    }
}

.product-gallery .main-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.product-gallery .main-image img {
    width: 100%;
    height: auto;
}

.thumbnail-gallery {
    display: flex;
    gap: 0.5rem;
}

.thumbnail-gallery .thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.thumbnail-gallery .thumbnail:hover,
.thumbnail-gallery .thumbnail.active {
    opacity: 1;
}

.product-info .product-category {
    display: inline-block;
    background: var(--primary-color);
    color: #000;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-info .product-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.product-price-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-price-box .current-price {
    font-size: 2rem;
}

.stock-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.stock-status.in-stock {
    background: rgba(39, 174, 96, 0.2);
    color: #27ae60;
}

.stock-status.out-of-stock {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.product-description,
.product-features {
    margin-bottom: 2rem;
}

.product-description h3,
.product-features h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.product-features ul {
    list-style: none;
    padding: 0;
}

.product-features li {
    padding: 0.5rem 0;
    color: #ccc;
}

.product-features li i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

/* Service Detail */
.service-detail {
    padding: 0 0 4rem;
}

.service-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 3rem;
}

.service-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.9));
}

.service-hero-content {
    position: relative;
    z-index: 1;
}

.service-hero .service-icon {
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #000;
    margin: 0 auto 1.5rem;
}

.service-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-duration {
    color: #aaa;
    font-size: 1.1rem;
}

.service-content > div {
    margin-bottom: 3rem;
}

.service-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.feature-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.pricing-table {
    overflow-x: auto;
}

.pricing-table table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-table th {
    background: rgba(255, 255, 255, 0.05);
    color: var(--primary-color);
}

.option-price {
    font-weight: 700;
    color: var(--primary-color);
}

.service-cta {
    text-align: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.service-cta h2 {
    color: #fff;
}

.service-cta p {
    color: #aaa;
    margin-bottom: 1.5rem;
}

/* Blog Post Detail */
.blog-post-detail {
    padding-bottom: 4rem;
}

.post-header {
    position: relative;
    margin-bottom: 3rem;
}

.post-featured-image {
    height: 400px;
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-header .post-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.post-header .post-meta span,
.post-header .post-meta a {
    color: #aaa;
    font-size: 0.9rem;
}

.post-header .post-meta a {
    color: var(--primary-color);
}

.post-header .post-meta i {
    margin-right: 0.3rem;
}

.post-header .post-title {
    font-size: 2.5rem;
    line-height: 1.3;
}

.post-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 3rem;
}

@media (max-width: 968px) {
    .post-content-wrapper {
        grid-template-columns: 1fr;
    }
}

.post-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ccc;
}

.post-body p {
    margin-bottom: 1.5rem;
}

.post-body h2,
.post-body h3 {
    color: #fff;
    margin: 2rem 0 1rem;
}

.post-sidebar > div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-sidebar h4 {
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.share-icons {
    display: flex;
    gap: 0.5rem;
}

.share-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.3s;
}

.share-icons a:hover {
    background: var(--primary-color);
    color: #000;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tags-list .tag {
    padding: 0.3rem 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #ccc;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.3s;
}

.tags-list .tag:hover {
    background: var(--primary-color);
    color: #000;
}

.author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar i {
    font-size: 3rem;
    color: #666;
}

.author-info h4 {
    margin-bottom: 0.2rem;
}

.author-info p {
    color: #888;
    font-size: 0.9rem;
    margin: 0;
}

.related-posts,
.related-products,
.related-services {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.related-posts h2,
.related-products h2,
.related-services h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
}

/* Static Page */
.page-detail {
    padding: 3rem 0;
}

.page-detail .page-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.page-detail .page-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #ccc;
}

.page-detail .page-image {
    max-width: 800px;
    margin: 0 auto 2rem;
    border-radius: 12px;
    overflow: hidden;
}

.page-detail .page-image img {
    width: 100%;
    height: auto;
}

/* ===== ENTERPRISE PRODUCT CATALOG ===== */

/* Catalog Header */
.products-catalog {
    padding: 2rem 0 4rem;
}

.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.catalog-title-area {
    flex: 1;
}

.catalog-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.catalog-subtitle {
    color: #aaa;
    margin-bottom: 0.5rem;
}

.products-count {
    color: var(--primary-color);
    font-weight: 600;
}

.catalog-controls {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.sort-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sort-control label {
    color: #aaa;
    font-size: 0.9rem;
}

.sort-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
}

.sort-select option {
    background: #1a1a1a;
    color: #fff;
}

/* Catalog Layout */
.catalog-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .catalog-layout {
        grid-template-columns: 1fr;
    }
}

/* Sidebar Filters */
.catalog-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

@media (max-width: 1024px) {
    .catalog-sidebar {
        position: relative;
        top: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
}

.filter-group {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
    .filter-group {
        margin-bottom: 0;
    }
}

.filter-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-title i {
    font-size: 0.9rem;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 0.5rem;
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #ccc;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s;
}

.category-link:hover,
.category-link.active {
    background: rgba(var(--primary-color-rgb, 251, 183, 27), 0.1);
    color: var(--primary-color);
}

.category-link .count {
    font-size: 0.8rem;
    color: #888;
}

.price-range {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #ccc;
}

.price-separator {
    color: #666;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ccc;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    accent-color: var(--primary-color);
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

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

@media (max-width: 600px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

.related-grid {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Product Card */
.product-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.product-card.featured {
    border: 2px solid var(--primary-color);
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-image .no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 3rem;
}

.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.badge {
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge-sale {
    background: #e74c3c;
    color: #fff;
}

.badge-featured {
    background: var(--primary-color);
    color: #000;
}

.badge-outofstock {
    background: #666;
    color: #fff;
}

.product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.quick-view-btn {
    background: var(--primary-color);
    color: #000;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transform: translateY(20px);
    transition: transform 0.3s;
}

.product-card:hover .quick-view-btn {
    transform: translateY(0);
}

.product-info {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-name {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: #fff;
    line-height: 1.4;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.price-original {
    text-decoration: line-through;
    color: #666;
    font-size: 0.9rem;
}

.price-current {
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 700;
}

.product-card .add-to-cart-btn {
    width: 100%;
    padding: 0.875rem;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0 0 12px 12px;
    margin-top: -1px;
}

.product-card .add-to-cart-btn:hover {
    background: var(--primary-color);
    color: #000;
}

/* Product Detail Page */
.product-detail {
    padding: 2rem 0 4rem;
}

.product-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 968px) {
    .product-main {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Product Gallery */
.product-gallery {
    position: sticky;
    top: 100px;
    height: fit-content;
}

@media (max-width: 968px) {
    .product-gallery {
        position: relative;
        top: 0;
    }
}

.gallery-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}

.gallery-main .main-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.gallery-main .no-image-large {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 5rem;
}

.zoom-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.zoom-btn:hover {
    background: var(--primary-color);
    color: #000;
}

.gallery-thumbs {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.gallery-thumbs .thumb {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: none;
    padding: 0;
    transition: all 0.3s;
}

.gallery-thumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .thumb:hover,
.gallery-thumbs .thumb.active {
    border-color: var(--primary-color);
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--primary-color);
    color: #000;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

/* Product Info Detail */
.product-info-detail {
    padding: 1rem 0;
}

.product-category-badge {
    display: inline-block;
    background: var(--primary-color);
    color: #000;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: opacity 0.3s;
}

.product-category-badge:hover {
    opacity: 0.8;
}

.product-info-detail .product-title {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.product-sku {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.product-price-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.product-price-box .price-original {
    font-size: 1.1rem;
}

.product-price-box .price-current {
    font-size: 2rem;
}

.product-price-box .discount-badge {
    background: #e74c3c;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
}

.stock-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.stock-status.in-stock {
    background: rgba(39, 174, 96, 0.15);
    color: #27ae60;
}

.stock-status.out-of-stock {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
}

/* Product Variants */
.product-variants {
    margin-bottom: 1.5rem;
}

.variant-group {
    margin-bottom: 1rem;
}

.variant-label {
    display: block;
    margin-bottom: 0.5rem;
    color: #aaa;
    font-size: 0.9rem;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.variant-btn {
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.variant-btn:hover,
.variant-btn.selected {
    border-color: var(--primary-color);
    background: rgba(var(--primary-color-rgb, 251, 183, 27), 0.1);
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.quantity-selector label {
    color: #aaa;
}

.quantity-controls {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.qty-btn {
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background 0.3s;
}

.qty-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.quantity-controls input {
    width: 60px;
    height: 45px;
    text-align: center;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.1rem;
}

/* Add to Cart Main */
.add-to-cart-main {
    width: 100%;
    margin-bottom: 1rem;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Product Actions */
.product-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.action-btn {
    flex: 1;
    padding: 0.75rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.action-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.action-btn i {
    margin-right: 0.5rem;
}

/* Product Short Description */
.product-short-desc {
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Product Features Quick */
.product-features-quick {
    margin-bottom: 1.5rem;
}

.product-features-quick h4 {
    color: var(--primary-color);
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.product-features-quick ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features-quick li {
    padding: 0.4rem 0;
    color: #ccc;
    font-size: 0.95rem;
}

.product-features-quick li::before {
    content: '✓';
    color: var(--primary-color);
    margin-right: 0.5rem;
}

/* Product Tags */
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-tags .tag {
    padding: 0.3rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    color: #aaa;
    font-size: 0.85rem;
}

/* Product Tabs */
.product-tabs {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.tabs-nav {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-btn {
    flex: 1;
    padding: 1.25rem 1.5rem;
    background: transparent;
    border: none;
    color: #888;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.tab-btn:hover {
    color: #fff;
}

.tab-btn.active {
    color: var(--primary-color);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
}

.tabs-content {
    padding: 2rem;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tab-panel h3 {
    color: var(--primary-color);
    margin: 1.5rem 0 1rem;
}

.description-content {
    color: #ccc;
    line-height: 1.8;
}

.features-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.75rem;
}

.features-list li {
    padding: 0.5rem 0;
    color: #ccc;
}

.features-list li i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

/* Specs Table */
.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

.specs-table th,
.specs-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.specs-table th {
    color: #aaa;
    font-weight: 500;
    width: 40%;
}

.specs-table td {
    color: #fff;
}

/* Shipping Info */
.shipping-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.info-block {
    text-align: center;
    padding: 1.5rem;
}

.info-block i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
}

.info-block h4 {
    margin-bottom: 0.5rem;
    color: #fff;
}

.info-block p {
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Empty State */
.catalog-products .empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.empty-state i {
    font-size: 4rem;
    color: #444;
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    margin-bottom: 0.5rem;
    color: #fff;
}

.empty-state p {
    color: #888;
    margin-bottom: 1.5rem;
}

/* ===== CARD STYLE VARIATIONS ===== */

/* === Standard Card === */
.card-style-standard .product-card,
.card-style-standard .service-card,
.card-style-standard .blog-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

/* === LIQUID GLASS EFFECT === */
.card-style-liquid-glass .product-card,
.card-style-liquid-glass .service-card,
.card-style-liquid-glass .blog-card,
.liquid-glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 80px -20px rgba(251, 183, 27, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.card-style-liquid-glass .product-card::before,
.card-style-liquid-glass .service-card::before,
.card-style-liquid-glass .blog-card::before,
.liquid-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    border-radius: 20px;
    pointer-events: none;
}

.card-style-liquid-glass .product-card:hover,
.card-style-liquid-glass .service-card:hover,
.card-style-liquid-glass .blog-card:hover,
.liquid-glass-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2),
        0 0 100px -10px rgba(251, 183, 27, 0.3);
    border-color: rgba(251, 183, 27, 0.3);
}

/* === NEON GLOW EFFECT === */
.card-style-neon .product-card,
.card-style-neon .service-card,
.card-style-neon .blog-card,
.neon-card {
    background: rgba(26, 26, 26, 0.95);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    box-shadow:
        0 0 20px rgba(251, 183, 27, 0.3),
        0 0 40px rgba(251, 183, 27, 0.1),
        inset 0 0 20px rgba(251, 183, 27, 0.05);
    transition: all 0.3s ease;
}

.card-style-neon .product-card:hover,
.card-style-neon .service-card:hover,
.card-style-neon .blog-card:hover,
.neon-card:hover {
    box-shadow:
        0 0 30px rgba(251, 183, 27, 0.5),
        0 0 60px rgba(251, 183, 27, 0.2),
        0 0 90px rgba(251, 183, 27, 0.1),
        inset 0 0 30px rgba(251, 183, 27, 0.1);
    transform: translateY(-5px);
}

/* === MINIMAL STYLE === */
.card-style-minimal .product-card,
.card-style-minimal .service-card,
.card-style-minimal .blog-card,
.minimal-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.card-style-minimal .product-card:hover,
.card-style-minimal .service-card:hover,
.card-style-minimal .blog-card:hover,
.minimal-card:hover {
    border-color: var(--primary-color);
    background: rgba(255, 255, 255, 0.02);
}

/* === GRADIENT BORDER === */
.card-style-gradient-border .product-card,
.card-style-gradient-border .service-card,
.card-style-gradient-border .blog-card,
.gradient-border-card {
    background: rgba(26, 26, 26, 0.9);
    border-radius: 16px;
    position: relative;
    padding: 2px;
    background-image: linear-gradient(#1a1a1a, #1a1a1a),
                      linear-gradient(135deg, #fbb71b, #f093fb, #667eea, #764ba2);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.card-style-gradient-border .product-card:hover,
.card-style-gradient-border .service-card:hover,
.card-style-gradient-border .blog-card:hover,
.gradient-border-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(251, 183, 27, 0.2);
}

/* ===== LAYOUT VARIATIONS ===== */

/* Full Width Layout */
.layout-full-width .section-container,
.layout-full-width .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Boxed Layout */
.layout-boxed .section-container,
.layout-boxed .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Wide Layout */
.layout-wide .section-container,
.layout-wide .container {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* ===== PADDING VARIATIONS ===== */
.padding-top-none { padding-top: 0 !important; }
.padding-top-small { padding-top: 2rem !important; }
.padding-top-normal { padding-top: 4rem !important; }
.padding-top-large { padding-top: 6rem !important; }
.padding-top-extra-large { padding-top: 8rem !important; }

.padding-bottom-none { padding-bottom: 0 !important; }
.padding-bottom-small { padding-bottom: 2rem !important; }
.padding-bottom-normal { padding-bottom: 4rem !important; }
.padding-bottom-large { padding-bottom: 6rem !important; }
.padding-bottom-extra-large { padding-bottom: 8rem !important; }

/* ===== ANIMATED GRADIENT BACKGROUND ===== */
.bg-animated-gradient {
    background: linear-gradient(-45deg, #667eea, #764ba2, #f093fb, #f5576c);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}

.bg-animated-gradient-slow {
    animation-duration: 25s;
}

.bg-animated-gradient-fast {
    animation-duration: 8s;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* HSL Color Shift Animation - Smooth flowing gradient using background-position */
/* This animates the position of a large gradient, creating a smooth flowing color effect */
@keyframes hslColorShift {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 100%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 0%; }
    100% { background-position: 0% 50%; }
}

/* Default animated gradient class with smooth HSL colors */
.animated-gradient-bg {
    background: linear-gradient(-45deg,
        hsl(0, 60%, 17%),
        hsl(30, 55%, 18%),
        hsl(60, 50%, 17%),
        hsl(120, 45%, 16%),
        hsl(180, 50%, 17%),
        hsl(240, 55%, 18%),
        hsl(300, 50%, 17%),
        hsl(330, 55%, 16%),
        hsl(360, 60%, 17%));
    background-size: 400% 400%;
    animation: hslColorShift 20s ease infinite;
}

/* ===== PARTICLES BACKGROUND ===== */
.bg-particles {
    position: relative;
    overflow: hidden;
}

.bg-particles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.bg-particles > * {
    position: relative;
    z-index: 1;
}

/* ===== HOVER ANIMATIONS ===== */
.card-hover-lift:hover {
    transform: translateY(-10px);
}

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

.card-hover-glow:hover {
    box-shadow: 0 0 30px rgba(251, 183, 27, 0.4);
}

/* ===== SECTION OVERLAYS ===== */
.section-with-overlay {
    position: relative;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.section-with-overlay > .container {
    position: relative;
    z-index: 2;
}

/* ========================================
   BLOG POST DETAIL - SINGLE POST PAGES
   ======================================== */

.blog-post-detail {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-post-detail .post-header {
    position: relative;
    margin-bottom: 3rem;
}

.blog-post-detail .post-header .container {
    padding: 2rem 1rem;
}

.blog-post-detail .post-header .post-title {
    font-size: 2.5rem;
    line-height: 1.3;
    color: #fff;
    margin-top: 1rem;
}

.blog-post-detail .post-header .post-meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    color: #aaa;
}

.blog-post-detail .post-content-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 320px !important;
    gap: 2rem !important;
    align-items: start;
}

@media (max-width: 992px) {
    .blog-post-detail .post-content-wrapper {
        grid-template-columns: 1fr !important;
    }
}

.blog-post-detail .post-content.liquid-glass-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    padding: 2rem !important;
}

.blog-post-detail .post-sidebar.liquid-glass-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    padding: 1.5rem !important;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.blog-post-detail .post-sidebar.liquid-glass-card > div {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 1.5rem;
}

.blog-post-detail .post-sidebar.liquid-glass-card > div:last-child {
    margin-bottom: 0;
}

.blog-post-detail .post-sidebar h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.blog-post-detail .share-icons {
    display: flex;
    gap: 0.5rem;
}

.blog-post-detail .share-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.blog-post-detail .share-icons a:hover {
    background: var(--primary-color);
    color: #000;
}

.blog-post-detail .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-post-detail .tags-list .tag {
    background: rgba(251, 183, 27, 0.2);
    color: var(--primary-color);
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-post-detail .tags-list .tag:hover {
    background: var(--primary-color);
    color: #000;
}

.blog-post-detail .author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-post-detail .author-avatar {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.blog-post-detail .author-info h4 {
    margin-bottom: 0.2rem;
    color: #fff;
}

.blog-post-detail .author-info p {
    color: #aaa;
    font-size: 0.9rem;
    margin: 0;
}

/* ========================================
   COLUMNS BLOCK - POST CONTENT COLUMNS
   ======================================== */

.post-body .columns-block {
    display: grid !important;
    gap: 1.5rem;
    margin: 2rem 0;
    width: 100%;
}

.post-body .columns-block.columns-2 {
    grid-template-columns: repeat(2, 1fr) !important;
}

.post-body .columns-block.columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.post-body .columns-block.columns-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.post-body .columns-block .column {
    padding: 0;
}

.post-body .columns-block .column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

@media (max-width: 968px) {
    .post-body .columns-block.columns-3,
    .post-body .columns-block.columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .post-body .columns-block.columns-2,
    .post-body .columns-block.columns-3,
    .post-body .columns-block.columns-4 {
        grid-template-columns: 1fr !important;
    }
}

/* ========================================
   RELATED POSTS CAROUSEL
   ======================================== */

.related-posts-section {
    padding: 4rem 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
}

.related-posts-title {
    text-align: center;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.8rem;
}

.related-posts-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.carousel-track-wrapper {
    overflow: hidden;
    flex: 1;
    border-radius: 12px;
}

.carousel-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 1rem 0;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-track .item-card {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: 280px;
}

.carousel-nav {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(251, 183, 27, 0.2);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carousel-nav:hover {
    background: var(--primary-color);
    color: #000;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .carousel-track .item-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: 250px;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .carousel-track .item-card {
        flex: 0 0 calc(100% - 1rem);
        min-width: 260px;
    }
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .card-style-liquid-glass .product-card:hover,
    .card-style-liquid-glass .service-card:hover,
    .card-style-liquid-glass .blog-card:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .padding-top-large { padding-top: 4rem !important; }
    .padding-top-extra-large { padding-top: 5rem !important; }
    .padding-bottom-large { padding-bottom: 4rem !important; }
    .padding-bottom-extra-large { padding-bottom: 5rem !important; }
}

/* ===== ENTERPRISE HEADER ===== */
.header {
    background: var(--header-bg, #1a1a1a);
    color: var(--header-text, #fff);
    padding: 0.75rem 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1000;
}

.header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* Glassmorphism Header */
.header.header-glass {
    background: rgba(26, 26, 26, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--header-height, 80px);
    display: flex;
    align-items: center;
    transition: all var(--header-anim-speed, 0.3s) cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.header.header-glass.header-scrolled {
    background: var(--header-scrolled-bg, rgba(26, 26, 26, 0.92));
    -webkit-backdrop-filter: blur(var(--header-blur, 20px)) saturate(var(--header-saturation, 180%));
    backdrop-filter: blur(var(--header-blur, 20px)) saturate(var(--header-saturation, 180%));
    box-shadow: 0 4px var(--header-shadow-blur, 20px) var(--header-shadow-color, rgba(0,0,0,0.3));
}

.header.header-glass.header-shrink {
    height: var(--header-shrink-height, 60px);
    padding: 0.25rem 0;
}

.header.header-glass.header-shrink .logo img {
    max-height: 30px;
    transition: max-height var(--header-anim-speed, 0.3s) cubic-bezier(0.4, 0, 0.2, 1);
}

.header.header-glass.header-hidden {
    transform: translateY(-100%);
    pointer-events: none;
}

.header.header-glass.header-visible {
    transform: translateY(0);
    pointer-events: auto;
}

.header.header-glass::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--header-glow-width, 1px);
    background: var(--header-glow-color, #fbb71b);
    opacity: var(--header-glow-opacity, 0.4);
    box-shadow: 0 0 var(--header-glow-blur, 8px) var(--header-glow-color, #fbb71b);
    transition: opacity var(--header-anim-speed, 0.3s) ease;
}

.header.header-glass.header-scrolled::after {
    opacity: var(--header-glow-opacity, 0.6);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.header .logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.header .logo img {
    max-height: 50px;
    width: auto;
}

.header .logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--header-accent, #fbb71b);
}

.header .nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.header .nav-link {
    color: var(--header-text, #fff);
    text-decoration: none;
    padding: 0.4rem 0.65rem;
    border-radius: 6px;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 0.78rem;
    white-space: nowrap;
    position: relative;
}

.header .nav-link:hover,
.header .nav-link.active {
    color: var(--header-accent, #fbb71b);
    background: rgba(255,255,255,0.1);
}

.header .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--header-accent, #fbb71b);
    transition: all 0.3s;
    transform: translateX(-50%);
}

.header .nav-link:hover::after {
    width: 80%;
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.header .btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(251, 183, 27, 0.4);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 2px;
    background: var(--header-text, #fff);
    transition: all 0.3s;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    text-align: center;
    padding: 2rem;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.3s;
}

.mobile-menu-close:hover {
    transform: rotate(90deg);
}

.mobile-menu-logo {
    margin-bottom: 2rem;
}

.mobile-menu-logo img {
    max-height: 60px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.mobile-nav .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.mobile-nav .nav-link:hover {
    background: rgba(251, 183, 27, 0.1);
    color: #fbb71b;
}

@media (max-width: 992px) {
    .header .nav,
    .header-cta {
        display: none;
    }
    .mobile-menu-toggle {
        display: flex;
    }
}

/* ===== ENTERPRISE FOOTER ===== */
.footer {
    background: var(--footer-bg, #0f0f0f);
    color: var(--footer-text, #ababab);
    padding: 4rem 0 0;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-column {
    padding: 0 1rem;
}

.footer-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--footer-accent, #fbb71b);
}

.footer-description {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--footer-text, #ababab);
    text-decoration: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links a:hover {
    color: var(--footer-link, #fbb71b);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.footer-contact li i {
    color: var(--footer-accent, #fbb71b);
    margin-top: 0.25rem;
    width: 16px;
}

.footer-contact a {
    color: var(--footer-text, #ababab);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: var(--footer-link, #fbb71b);
}

/* Footer Newsletter */
.footer-newsletter {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-newsletter h4 {
    color: #fff;
    margin-bottom: 0.75rem;
}

.footer-newsletter p {
    margin-bottom: 1.5rem;
    color: var(--footer-text, #ababab);
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 1rem;
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--footer-accent, #fbb71b);
}

.newsletter-form button {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s;
    color: #000;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
}

/* Footer Social */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-social .social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-social .social-icon:hover {
    transform: translateY(-5px);
    background: var(--footer-accent, #fbb71b);
    color: #000;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 2rem 0;
}

.footer-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.footer-bottom .copyright {
    margin: 0;
    color: var(--footer-text, #666);
}

.payment-icons {
    display: flex;
    gap: 1rem;
}

.payment-icon {
    font-size: 1.5rem;
    color: var(--footer-text, #666);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.payment-icon:hover {
    opacity: 1;
}

.footer-bottom .made-with {
    margin: 0;
    font-size: 0.9rem;
    color: var(--footer-text, #666);
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--footer-accent, #fbb71b);
    color: #000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(251, 183, 27, 0.4);
}

@media (max-width: 768px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-bottom-content {
        flex-direction: column;
    }
    .newsletter-form {
        flex-direction: column;
    }
}

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