/*
Theme Name: CalorSmart
Theme URI: https://www.calorsmart.ro
Description: Tema personalizata pentru CalorSmart, bazata pe Astra.
Author: CalorSmart
Author URI: https://www.calorsmart.ro
Template: astra
Version: 1.0.0
*/

/* ==========================================================================
   GLOBAL
   ========================================================================== */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0a0f18;
    color: #e2e8f0;
}

h1, h2, h3, h4, h5, h6 { color: #fff; }
p { color: #cbd5e1; }

/* ==========================================================================
   FLOATING HEADER - Premium Glassmorphism Capsule
   ========================================================================== */
#masthead, .ast-primary-header-bar, .main-header-bar {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.main-header-bar {
    max-width: 1400px !important;
    margin: 15px auto !important;
    background: rgba(10, 15, 24, 0.85) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(0, 243, 255, 0.12) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(0, 243, 255, 0.03) !important;
    padding: 0 30px !important;
    position: relative;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header-bar-wrap {
    background: transparent !important;
}

/* Logo Hover Effects */
.cs-logo:hover .cs-logo-calor {
    color: #f97316 !important;
}
.cs-logo:hover {
    transform: scale(1.02);
}

/* Menu Links - Desktop */
.main-header-menu,
.main-navigation ul {
    background: transparent !important;
}
.main-header-menu > .menu-item > a {
    color: #cbd5e1 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    padding: 0px 20px !important;
    line-width: auto !important; height: 69px !important;
    border-bottom: none !important;
    transition: color 0.3s ease !important;
    position: relative;
}
.main-header-menu > .menu-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00f3ff;
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.main-header-menu > .menu-item > a:hover {
    color: #00f3ff !important;
    background: transparent !important;
}
.main-header-menu > .menu-item > a:hover::after {
    transform: scaleX(1);
}
.main-header-menu > .menu-item.current-menu-item > a {
    color: #00f3ff !important;
}
.main-header-menu > .menu-item.current-menu-item > a::after {
    transform: scaleX(1);
}

/* Desktop Submenus */
.main-header-menu .sub-menu {
    background: rgba(10, 15, 24, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(0, 243, 255, 0.15) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6) !important;
    padding: 8px 0 !important;
    margin-top: 5px !important;
    min-width: 220px;
}
.main-header-menu .sub-menu .menu-item a {
    color: #94a3b8 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.04) !important;
    transition: all 0.3s ease !important;
    line-height: 1.4 !important;
}
.main-header-menu .sub-menu .menu-item a:hover {
    color: #00f3ff !important;
    background: rgba(0, 243, 255, 0.05) !important;
    padding-left: 25px !important;
}

/* ==========================================================================
   UTILITY ICONS (Search, Cart, Account)
   ========================================================================== */
.cs-utility-item a.cs-util-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    color: #94a3b8 !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    line-height: normal !important;
    border-bottom: none !important;
    position: relative;
}
.cs-utility-item a.cs-util-link:hover {
    color: #00f3ff !important;
}

/* Utility Icons - Inline after Contact, aligned right */
.cs-utility-item {
    display: flex !important;
    align-items: center !important;
}
.cs-utility-item a.cs-util-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important; height: 69px !important;
    color: #cbd5e1 !important;
    transition: all 0.3s ease !important;
    padding: 0px 20px !important;
    line-width: auto !important; height: 69px !important;
    border-bottom: none !important;
    position: relative;
}
.cs-utility-item a.cs-util-link::after {
    display: none !important;
}
.cs-utility-item a.cs-util-link:hover {
    color: #00f3ff !important;
}
.cs-utility-item a.cs-util-link svg {
    width: 20px;
    height: 20px;
}
/* Push first utility icon to the right with a separator */
.cs-search-toggle {
    margin-left: auto !important;
    padding-left: 15px !important;
    border-left: 1px solid rgba(255,255,255,0.1) !important;
}

/* Cart Badge */
.cs-cart-badge {
    position: absolute;
    top: 2px;
    right: 0px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.5);
    animation: cs-badge-pop 0.3s ease;
}
@keyframes cs-badge-pop {
    0% { transform: scale(0); }
    70% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ==========================================================================
   SEARCH OVERLAY (Fullscreen)
   ========================================================================== */
.cs-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 15, 24, 0.95);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cs-search-overlay.cs-active {
    opacity: 1;
    visibility: visible;
}
.cs-search-inner {
    width: 90%;
    max-width: 700px;
    position: relative;
}
.cs-search-inner form {
    display: flex;
    border: 1px solid rgba(0, 243, 255, 0.3);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.cs-search-inner input[type="search"] {
    flex: 1;
    padding: 22px 25px;
    background: transparent !important;
    border: none !important;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Space Grotesk", sans-serif;
    outline: none;
    box-shadow: none !important;
}
.cs-search-inner input[type="search"]::placeholder {
    color: #64748b;
}
.cs-search-inner button[type="submit"] {
    padding: 20px 25px;
    background: linear-gradient(135deg, #00f3ff 0%, #0088ff 100%) !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}
.cs-search-inner button[type="submit"]:hover {
    background: linear-gradient(135deg, #2df5ff 0%, #0099ff 100%) !important;
    transform: none !important;
    box-shadow: none !important;
}
.cs-search-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: #64748b;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}
.cs-search-close:hover {
    color: #00f3ff;
}

/* ==========================================================================
   WOOCOMMERCE - RESPONSIVE SHOP
   ========================================================================== */
.site-content, .store-wrapper, .woocommerce-page .site-main {
    display: flex; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box;
}
#primary.content-area, .site-main { flex: 1; min-width: 0; }
#secondary.widget-area { width: 25%; padding-left: 30px; box-sizing: border-box; }
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img, .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-width: 100% !important; height: auto !important; display: block; margin: 0 auto; box-sizing: border-box;
}

/* Glassmorphism for WooCommerce Products */
.woocommerce ul.products li.product {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}
.woocommerce ul.products li.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(249, 115, 22, 0.12);
}
.woocommerce ul.products li.product img {
    border-radius: 12px;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
}
.woocommerce ul.products li.product:hover img {
    transform: scale(1.03);
}

/* WooCommerce Buttons */
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
    transition: all 0.3s ease !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.5);
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
}

/* Dark mode fallback for the custom calculator */
.cs-ufh-wrapper {
    background: rgba(16, 25, 40, 0.8) !important;
    border: 1px solid rgba(249, 115, 22, 0.2) !important;
}

/* Hide Astra Default Footer */
#colophon { display: none !important; }

/* ==========================================================================
   CALCULATOR PAGES - Full Width
   ========================================================================== */
.page-id-144 .site-content .ast-container, 
.page-id-134 .site-content .ast-container,
.page-id-144 .site-content, 
.page-id-134 .site-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.cs-hp-wrapper, .cs-calculator, .cs-ufh-wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
}

/* Calculator Text Fixes */
.cs-hp-stat-label, .cs-hp-box-title {
    word-break: break-word;
    white-space: normal;
    line-height: 1.4;
}
.cs-hp-box-value { word-break: break-word; }
.cs-hp-input-group input, .cs-hp-input-group select {
    height: auto !important;
    min-height: 52px !important;
    line-height: normal !important;
    overflow: visible !important;
}
.cs-hp-input-group label {
    position: relative !important;
    z-index: 10 !important;
    line-height: 1.2 !important;
}
.cs-hp-input-group select option {
    white-space: normal !important;
    word-wrap: break-word !important;
}


/* ==========================================================================
   LUXURY CONTACT PAGE
   ========================================================================== */
.cs-luxury-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    color: #f8fafc;
    font-family: 'Inter', sans-serif;
    padding: 40px 20px 100px 20px;
    position: relative;
}
.cs-luxury-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
.cs-luxury-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(0, 243, 255, 0.15) 0%, rgba(249, 115, 22, 0.15) 100%);
    border: 1px solid rgba(0, 243, 255, 0.3);
    color: #00f3ff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 24px;
    border-radius: 100px;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(0, 243, 255, 0.1);
}
.cs-luxury-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ffffff 30%, #a5f3fc 70%, #00f3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 50px rgba(0, 243, 255, 0.15);
}
.cs-luxury-subtitle {
    font-size: 1.25rem;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 300;
}
.cs-luxury-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    gap: 40px;
    align-items: start;
}
.cs-luxury-info-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cs-luxury-card {
    background: linear-gradient(135deg, rgba(16, 25, 40, 0.6) 0%, rgba(10, 15, 24, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cs-luxury-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0, 243, 255, 0.3) 0%, transparent 50%, rgba(249, 115, 22, 0.2) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}
.cs-luxury-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 243, 255, 0.06), 0 0 40px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(16, 25, 40, 0.75) 0%, rgba(10, 15, 24, 0.9) 100%);
}
.cs-luxury-card:hover::before {
    opacity: 1;
}
.cs-luxury-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 243, 255, 0.15) 0%, rgba(0, 243, 255, 0.03) 100%);
    color: #00f3ff;
    border: 1px solid rgba(0, 243, 255, 0.3);
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(0, 243, 255, 0.1);
    transition: transform 0.4s ease;
}
.cs-luxury-card:hover .cs-luxury-icon-box {
    transform: scale(1.1) rotate(5deg);
    color: #ff7a00;
    border-color: rgba(249, 115, 22, 0.4);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.15) 0%, rgba(249, 115, 22, 0.03) 100%);
}
.cs-luxury-details h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}
.cs-luxury-details p {
    color: #94a3b8;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}
.cs-luxury-details a {
    color: #00f3ff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}
.cs-luxury-details a::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 100%; height: 1px;
    background: #00f3ff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.cs-luxury-details a:hover {
    color: #ff7a00;
}
.cs-luxury-details a:hover::after {
    background: #ff7a00;
    transform: scaleX(1);
    transform-origin: left;
}
.cs-luxury-form-panel {
    background: linear-gradient(135deg, rgba(16, 25, 40, 0.65) 0%, rgba(10, 15, 24, 0.85) 100%);
    border: 1px solid rgba(0, 243, 255, 0.2);
    border-radius: 32px;
    padding: 55px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 40px 100px rgba(0,0,0,0.8), inset 0 0 40px rgba(0, 243, 255, 0.03);
    position: relative;
    overflow: hidden;
}
.cs-luxury-form-panel::after {
    content: '';
    position: absolute;
    bottom: -50px; right: -50px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(0, 243, 255, 0.04) 0%, transparent 70%);
    pointer-events: none;
}
.cs-luxury-form-title {
    font-family: 'Space Grotesk', sans-serif;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.cs-luxury-form-desc {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 45px;
    font-weight: 300;
}
.cs-lux-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}
.cs-lux-group {
    margin-bottom: 30px;
    position: relative;
}
.cs-lux-group.full {
    grid-column: span 2;
}
.cs-lux-group label {
    display: block;
    color: #94a3b8;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 700;
    transition: color 0.3s ease;
}
.cs-lux-input {
    width: 100%;
    background: rgba(10, 15, 24, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 16px 20px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cs-lux-input::placeholder {
    color: #475569;
}
.cs-lux-input:focus {
    outline: none;
    border-color: rgba(0, 243, 255, 0.6);
    box-shadow: 0 0 25px rgba(0, 243, 255, 0.15), inset 0 0 10px rgba(0, 243, 255, 0.05);
    background: rgba(10, 15, 24, 0.95);
}
.cs-lux-group:focus-within label {
    color: #00f3ff;
}
textarea.cs-lux-input {
    resize: vertical;
    min-height: 140px;
    line-height: 1.6;
}
.cs-lux-submit {
    background: linear-gradient(135deg, #00f3ff 0%, #00b4d8 50%, #0077b6 100%);
    color: #0a0f18;
    border: none;
    border-radius: 16px;
    padding: 18px 40px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 243, 255, 0.25);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cs-lux-submit::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, #ff9e00 0%, #ff6a00 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.cs-lux-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(259, 115, 22, 0.35), 0 0 30px rgba(0, 243, 255, 0.1);
    color: #fff;
}
.cs-lux-submit:hover::before {
    opacity: 1;
}
.cs-lux-submit:active {
    transform: translateY(-1px);
}
.cs-luxury-success {
    display: none;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.05) 100%);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 18px;
    padding: 22px;
    color: #34d399;
    font-size: 1rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
    animation: cs-lux-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Fix default page titles (H1) overlapping with sticky or transparent floating header */
.entry-header,
.ast-archive-description {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

/* Push the Heat Pump and Floor Heating Calculators down under the sticky header */
.cs-hp-wrapper,
.cs-ufh-wrapper {
    margin-top: 120px !important;
}

/* ==========================================================================
   MOBILE RESPONSIVE
   ========================================================================== */
@media (max-width: 921px) {
    /* Fix mobile page titles overlap */
    .entry-header,
    .ast-archive-description {
        margin-top: 45px !important;
        margin-bottom: 20px !important;
    }
    
    /* Fix mobile calculators overlap */
    .cs-hp-wrapper,
    .cs-ufh-wrapper {
        margin-top: 95px !important;
    }
    
    /* Floating header on mobile */
    .main-header-bar {
        margin: 10px 15px !important;
        padding: 0 15px !important;
        border-radius: 14px !important;
    }
    
    /* Hamburger */
    .ast-mobile-menu-buttons .menu-toggle,
    .ast-button-wrap .menu-toggle {
        background: transparent !important;
        color: #00f3ff !important;
        border: 1px solid rgba(0, 243, 255, 0.3) !important;
        border-radius: 8px !important;
        box-shadow: 0 0 10px rgba(0, 243, 255, 0.15);
        padding: 8px 12px !important;
    }
    .ast-mobile-menu-buttons .menu-toggle:hover {
        background: #00f3ff !important;
        color: #0a0f18 !important;
    }
    
    /* Mobile drawer/flyout menu */
    .ast-mobile-popup-drawer,
    .ast-mobile-popup-inner,
    .ast-mobile-header-wrap .ast-mobile-header-content,
    .main-header-bar-navigation,
    .ast-builder-menu-mobile,
    .ast-mobile-popup-content,
    .ast-builder-menu-mobile .main-navigation {
        background: rgba(10, 15, 24, 0.98) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
    }
    .ast-mobile-popup-close {
        color: #00f3ff !important;
        background: rgba(255,255,255,0.05) !important;
        border-radius: 50%;
    }
    
    /* Mobile menu links */
    .ast-builder-menu-mobile .main-navigation ul li a,
    .main-header-menu li a,
    .ast-mobile-popup-content ul li a {
        color: #cbd5e1 !important;
        font-family: "Space Grotesk", sans-serif !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        padding: 18px 20px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        transition: all 0.3s ease !important;
        line-height: 1.4 !important;
    }
    .ast-builder-menu-mobile .main-navigation ul li a:hover,
    .main-header-menu li a:hover,
    .ast-mobile-popup-content ul li a:hover {
        color: #00f3ff !important;
        background: rgba(0, 243, 255, 0.03) !important;
        padding-left: 28px !important;
    }
    .ast-builder-menu-mobile .main-navigation ul,
    .main-header-menu,
    .ast-mobile-popup-content ul {
        background: transparent !important;
        border: none !important;
    }
    .ast-builder-menu-mobile .main-navigation ul .sub-menu li a,
    .main-header-menu .sub-menu li a {
        font-size: 0.9rem !important;
        padding: 15px 30px !important;
        color: #94a3b8 !important;
        background: rgba(0,0,0,0.2) !important;
        border-left: 2px solid rgba(0, 243, 255, 0.3) !important;
    }
    .ast-builder-menu-mobile .main-navigation ul li .ast-menu-toggle,
    .main-header-menu li .ast-menu-toggle {
        color: #00f3ff !important;
        padding: 15px !important;
    }
    
    /* Mobile utility icons */
    .cs-utility-item a.cs-util-link {
        width: 100% !important;
        height: auto !important;
        padding: 18px 20px !important;
        justify-content: flex-start !important;
        gap: 12px;
        border-radius: 0 !important;
    }
    .cs-search-toggle {
        margin-left: 0 !important;
        padding-left: 20px !important;
        border-left: none !important;
        border-top: 1px solid rgba(0, 243, 255, 0.1) !important;
        margin-top: 10px !important;
    }
    
    /* WooCommerce Mobile */
    .site-content, .store-wrapper, .woocommerce-page .site-main {
        flex-direction: column; padding: 15px;
    }
    #secondary.widget-area { width: 100%; padding-left: 0; margin-top: 40px; order: 2; }
    #primary.content-area, .site-main { width: 100%; order: 1; }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important; float: none !important; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 30px !important; box-sizing: border-box; display: block;
    }
    .woocommerce div.product div.images { width: 100% !important; float: none !important; margin-bottom: 30px !important; }
    .woocommerce div.product div.summary { width: 100% !important; float: none !important; padding: 0 10px; box-sizing: border-box; }
    
    /* Calculator Mobile */
    .cs-hp-box-value { font-size: 2.2rem !important; }
    .cs-hp-input-group select, .cs-hp-input-group input { font-size: 0.95rem !important; }
    .cs-hp-input-group label { font-size: 0.9rem !important; }

    /* Luxury Contact Page Mobile adjustments */
    .cs-luxury-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .cs-lux-row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    .cs-lux-group.full {
        grid-column: span 1 !important;
    }
    .cs-luxury-form-panel {
        padding: 30px 20px !important;
        border-radius: 24px !important;
    }
    .cs-luxury-card {
        padding: 25px !important;
        border-radius: 20px !important;
    }
    .cs-luxury-card::before {
        border-radius: 20px !important;
    }
}