@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
 * Premium Dark Glassmorphism Theme (Option A)
 * Client Calculator for Looking For Group
 */

:root {
    --bg-cream: #090b11;
    --bg-beige: #020617;
    --bg-white: rgba(15, 23, 42, 0.45);
    --color-primary: #f8fafc;
    --color-secondary: #94a3b8;
    --color-border: rgba(255, 255, 255, 0.08);
    --accent-forest: #f43f5e;
    --accent-emerald: #f43f5e;
    --accent-sky: #f43f5e;
    --accent-indigo: #fb7185;
    --font-serif: 'Outfit', sans-serif;
    --font-sans: 'Outfit', sans-serif;
}

/* Full Page Layout Takeover */
body.page-id-5,
body.page-id-3,
body.page-id-10,
body.page-id-11 {
    background: radial-gradient(circle at 80% 20%, #2e0514 0%, #0c020f 60%, #020108 100%) !important;
    color: var(--color-primary) !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--font-sans) !important;
    -webkit-font-smoothing: antialiased;
}


body.page-id-5 header.wp-block-template-part,
body.page-id-5 footer.wp-block-template-part,
body.page-id-5 h1.wp-block-post-title,
body.page-id-5 .wp-block-spacer,
body.page-id-3 header.wp-block-template-part,
body.page-id-3 footer.wp-block-template-part,
body.page-id-3 h1.wp-block-post-title,
body.page-id-3 .wp-block-spacer,
body.page-id-10 header.wp-block-template-part,
body.page-id-10 footer.wp-block-template-part,
body.page-id-10 h1.wp-block-post-title,
body.page-id-10 .wp-block-spacer,
body.page-id-11 header.wp-block-template-part,
body.page-id-11 footer.wp-block-template-part,
body.page-id-11 h1.wp-block-post-title,
body.page-id-11 .wp-block-spacer {
    display: none !important;
}

body.page-id-5 .wp-site-blocks,
body.page-id-5 main,
body.page-id-5 .wp-block-group,
body.page-id-5 .entry-content,
body.page-id-3 .wp-site-blocks,
body.page-id-3 main,
body.page-id-3 .wp-block-group,
body.page-id-3 .entry-content,
body.page-id-10 .wp-site-blocks,
body.page-id-10 main,
body.page-id-10 .wp-block-group,
body.page-id-10 .entry-content,
body.page-id-11 .wp-site-blocks,
body.page-id-11 main,
body.page-id-11 .wp-block-group,
body.page-id-11 .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Main Split Dashboard Wrapper */
.lfg-theme-wrapper {
    font-family: var(--font-sans);
    color: var(--color-primary);
    background-color: transparent !important; /* Let deep space body gradient flow through */
    min-height: 100vh;
    display: block;
    margin: 0 auto;
    padding: 12px 24px 32px 24px;
    box-sizing: border-box;
    max-width: 1300px !important;
    width: 100% !important;
}

@media (min-width: 992px) {
    .lfg-theme-wrapper {
        grid-template-columns: none;
        display: block;
    }
}

/* Left side (Categories & Selections) */
.lfg-left-column {
    padding: 32px 24px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .lfg-left-column {
        padding: 48px 80px;
    }
}

/* Navigation Header */
.lfg-dashboard-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 32px;
    box-sizing: border-box;
    width: 100%;
}
.lfg-nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lfg-logo-text {
    font-family: 'Outfit', sans-serif;
    color: #f8fafc;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 18px;
    text-transform: uppercase;
}
.lfg-nav-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12.5px;
    color: #94a3b8;
    font-weight: 500;
}
.lfg-nav-contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}
.lfg-nav-contact-item:hover {
    color: #f43f5e;
}
.lfg-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}
.lfg-nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 13.5px;
    color: #94a3b8;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}
.lfg-nav-link:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.lfg-nav-link.text-active {
    color: #f43f5e !important;
    text-shadow: 0 0 10px rgba(244, 63, 94, 0.4);
}
.lfg-btn-login {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}
.lfg-btn-login:hover {
    background: #f43f5e;
    border-color: #f43f5e;
    box-shadow: 0 0 12px rgba(244, 63, 94, 0.5);
    transform: translateY(-1px);
}
@media (max-width: 992px) {
    .lfg-dashboard-header {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }
    .lfg-nav-logo {
        justify-content: center;
    }
    .lfg-nav-contact {
        justify-content: center;
    }
    .lfg-nav-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }
}


.lfg-dashboard-title-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    font-family: 'Outfit', sans-serif !important;
}

.lfg-dashboard-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #f43f5e !important;
    text-shadow: 0 0 20px rgba(244, 63, 94, 0.4) !important;
    text-transform: none !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.lfg-dashboard-badge {
    font-family: 'Outfit', sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 99px !important;
    padding: 6px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
}


.lfg-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-sky);
    box-shadow: 0 0 8px var(--accent-sky);
}

/* Dashboard Stats Bar */
.lfg-dashboard-stats-bar {
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 32px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .lfg-dashboard-stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .lfg-dashboard-stats-bar {
        grid-template-columns: 1fr;
    }
}

.lfg-stat-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    text-align: left;
}

.lfg-stat-label {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-secondary);
}

.lfg-stat-value {
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

.lfg-stat-qty-controls {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.lfg-stat-qty-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    padding: 0;
}

.lfg-stat-qty-btn:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: var(--accent-sky);
    color: var(--accent-sky);
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.3);
}

.lfg-stat-progress-item {
    grid-column: span 1;
}

@media (max-width: 768px) {
    .lfg-stat-progress-item {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .lfg-stat-progress-item {
        grid-column: span 1;
    }
}

.lfg-progress-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 99px;
    height: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.lfg-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-sky) 0%, var(--accent-indigo) 100%);
    border-radius: 99px;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dashboard Main 3-Column Grid */
.lfg-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 0px !important;
    width: 100%;
    box-sizing: border-box;
}

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

@media (max-width: 768px) {
    .lfg-dashboard-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
}

.lfg-dashboard-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Dashboard Category Card */
.lfg-dashboard-category-card {
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lfg-dashboard-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer !important;
    user-select: none !important;
}

/* Premium Chevron Indicator */
.lfg-category-chevron {
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--color-secondary) !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.lfg-dashboard-category-card.collapsed {
    gap: 0px !important;
    padding: 10px 16px !important;
}

.lfg-dashboard-category-card.collapsed .lfg-dashboard-category-desc {
    display: none !important;
}

.lfg-dashboard-category-card.collapsed .lfg-dashboard-category-actions {
    display: none !important;
}

.lfg-dashboard-category-card.collapsed .lfg-category-chevron {
    transform: rotate(-90deg) !important;
}

.lfg-dashboard-category-card.collapsed .lfg-dashboard-services-list {
    max-height: 0px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    margin-top: 0px !important;
    pointer-events: none !important;
}

.lfg-dashboard-services-list {
    max-height: 2000px !important;
    opacity: 1 !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.35s ease, 
                margin 0.35s ease !important;
}


.lfg-category-icon-glow {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lfg-category-icon-glow svg {
    stroke: var(--accent-sky) !important;
    stroke-width: 1.5;
    width: 16px;
    height: 16px;
}

.lfg-dashboard-category-title {
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
}

.lfg-dashboard-category-actions {
    display: flex;
    gap: 6px;
}

.lfg-cat-action-btn {
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-secondary);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lfg-cat-action-btn:hover {
    color: var(--accent-sky);
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.05);
}

.lfg-dashboard-category-desc {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--color-secondary);
    margin: 0;
    line-height: 1.3;
    text-align: left;
}

.lfg-dashboard-services-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Container for pinned selected items */
.lfg-services-selected-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Scrollable container for other (unselected) options */
.lfg-services-unselected-group {
    max-height: 250px !important;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 6px; /* Spacing so scrollbar doesn't overlap toggles */
}

/* Custom premium scrollbar for unselected options list */
.lfg-services-unselected-group::-webkit-scrollbar {
    width: 5px !important;
}

.lfg-services-unselected-group::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.01) !important;
    border-radius: 10px !important;
}

.lfg-services-unselected-group::-webkit-scrollbar-thumb {
    background: rgba(56, 189, 248, 0.15) !important;
    border-radius: 10px !important;
    transition: background 0.2s ease !important;
}

.lfg-services-unselected-group::-webkit-scrollbar-thumb:hover {
    background: rgba(56, 189, 248, 0.35) !important;
}

/* Category Sections */
.lfg-category-section {
    margin-bottom: 48px;
    text-align: left;
}

.lfg-category-title {
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 12px;
    margin-bottom: 24px;
}

/* Category-by-Row Layout Styles */
.lfg-category-row {
    margin-top: 48px;
    margin-bottom: 32px;
}

.lfg-category-title {
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 4px 0;
    letter-spacing: -0.01em;
    text-transform: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lfg-category-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: linear-gradient(to bottom, var(--accent-sky), var(--accent-indigo));
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.4);
}

.lfg-category-desc {
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--color-secondary);
    margin: 0 0 24px 0;
    line-height: 1.5;
    text-align: left;
}

.lfg-services-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
}

/* Modern Glassmorphic Service Item Rows */
.lfg-service-item {
    background: rgba(15, 23, 42, 0.35) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 8px 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto !important;
    height: auto !important;
    max-height: 42px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0 !important;
}

.lfg-service-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
    border-color: rgba(56, 189, 248, 0.3);
}

.lfg-service-item.selected {
    max-height: 300px;
    border-color: var(--accent-sky) !important;
    background: rgba(56, 189, 248, 0.06) !important;
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.12);
}

/* Row Header layout (Always visible) */
.lfg-service-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 26px;
    box-sizing: border-box;
}

/* Cyber Accent Icon Wrappers */
.lfg-service-icon-wrapper {
    width: 26px;
    height: 26px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lfg-service-icon-wrapper svg {
    stroke: var(--accent-sky) !important;
    stroke-width: 1.5;
    width: 12px;
    height: 12px;
}

.lfg-service-name {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 0 8px;
    letter-spacing: -0.01em;
    text-align: left;
    flex-grow: 1;
}

/* Expanded details section */
.lfg-service-expanded-details {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.lfg-service-item.selected .lfg-service-expanded-details {
    opacity: 1;
}

.lfg-service-description {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--color-secondary);
    line-height: 1.4;
    text-align: left;
    margin: 0;
}

/* Service item bottom footer row */
.lfg-service-footer {
    display: none; /* Replaced by header row */
}

.lfg-service-price {
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--accent-sky);
    font-weight: 600;
}

.lfg-service-price strong {
    font-size: 13px;
    color: var(--accent-sky);
    font-weight: 600;
}

/* Premium Cyber Pill Toggle Switch */
.lfg-toggle-switch {
    width: 36px;
    height: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.lfg-toggle-switch:hover {
    border-color: rgba(56, 189, 248, 0.5);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 8px rgba(56, 189, 248, 0.2);
}

.lfg-toggle-switch.selected {
    background: rgba(56, 189, 248, 0.2);
    border-color: var(--accent-sky);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2), 0 0 12px rgba(56, 189, 248, 0.35);
}

.lfg-toggle-switch::after {
    content: '';
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.lfg-toggle-switch.selected::after {
    transform: translateX(16px);
    background: #ffffff;
    box-shadow: 0 0 8px #ffffff, 0 2px 4px rgba(0, 0, 0, 0.4);
    content: '';
}

.lfg-service-price-toggle-wrap {
    gap: 10px !important;
}

.lfg-service-price {
    font-size: 11px !important;
}

/* Right-side column (Booking Summary container) */
.lfg-calc-sidebar {
    background: rgba(2, 6, 23, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 24px;
    box-sizing: border-box;
    min-height: 100vh;
}

@media (min-width: 992px) {
    .lfg-calc-sidebar {
        padding: 48px;
        position: sticky;
        top: 0;
    }
}

/* Booking summary clean white card */
.lfg-glass-card {
    background: rgba(15, 23, 42, 0.55) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    text-align: left;
}

.lfg-sidebar-title {
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 24px 0;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 16px;
}

/* Items list table in sidebar */
.lfg-cart-items {
    margin-bottom: 24px;
}

.lfg-cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.lfg-cart-table th {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-secondary);
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lfg-cart-table td {
    padding: 14px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.lfg-cart-item-name {
    font-family: var(--font-sans);
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff;
}

.lfg-cart-item-price {
    font-family: var(--font-sans);
    font-size: 13.5px;
    font-weight: 700;
    color: var(--color-primary);
}

/* Numeric input box styling */
.lfg-quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    height: 32px;
    overflow: hidden;
    margin: 0;
    background: rgba(15, 23, 42, 0.45);
}

.lfg-quantity-input {
    width: 36px;
    height: 100%;
    border: none;
    text-align: center;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
    background: transparent;
    outline: none;
    padding: 0;
}

.lfg-qty-arrows {
    display: flex;
    flex-direction: column;
    width: 18px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.lfg-quantity-btn {
    width: 100%;
    height: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 7px;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background 0.2s ease;
}

.lfg-quantity-btn.inc-btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

/* Bottom Summary & Booking Card Layout */
.lfg-bottom-summary-card {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    background: rgba(15, 23, 42, 0.45) !important;
}

@media (max-width: 992px) {
    .lfg-bottom-summary-card {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.lfg-bottom-summary-left {
    display: flex;
    flex-direction: column;
}

.lfg-bottom-summary-right {
    display: flex;
    flex-direction: column;
}

.lfg-form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.lfg-form-row.has-4-cols {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
    .lfg-form-row,
    .lfg-form-row.has-4-cols {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
    }
}

.lfg-form-row .lfg-form-group {
    margin-bottom: 0;
}

.lfg-empty-cart {
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--color-secondary);
    padding: 32px 0;
    text-align: center;
}

/* Forms, fields and labels inside sidebar box */
.lfg-form-group {
    margin-bottom: 18px;
    text-align: left;
}

.lfg-label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-secondary);
    text-transform: none;
    letter-spacing: normal;
}

.lfg-input, .lfg-select {
    width: 100%;
    background-color: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 16px;
    color: var(--color-primary);
    font-family: var(--font-sans);
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

.lfg-input:focus, .lfg-select:focus {
    border-color: var(--accent-sky);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.25);
}

/* Primary Forest Green Button */
.lfg-btn-primary {
    background: linear-gradient(135deg, var(--accent-sky) 0%, var(--accent-indigo) 100%) !important;
    color: #ffffff !important;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 12px;
    padding: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.2);
    margin-top: 24px;
}

.lfg-btn-primary:hover {
    filter: brightness(1.15);
    box-shadow: 0 6px 20px rgba(56, 189, 248, 0.4);
    transform: translateY(-2px);
}

/* Success View */
.lfg-success-view {
    text-align: center;
    padding: 40px 20px;
}

.lfg-success-icon {
    font-size: 64px;
    color: var(--accent-emerald);
    margin-bottom: 24px;
}

.lfg-success-title {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--color-primary);
}

.lfg-success-desc {
    font-size: 16px;
    color: var(--color-secondary);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 32px auto;
}

/* Loader */
.lfg-loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    color: var(--color-secondary);
}

.lfg-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid var(--color-border);
    border-top-color: var(--accent-forest);
    border-radius: 50%;
    animation: lfg-spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes lfg-spin {
    to { transform: rotate(360deg); }
}

/* Category Title Header Flex Alignment */
.lfg-category-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    flex-wrap: wrap;
    gap: 12px;
}

/* Category Action Link Button styles */
.lfg-category-actions {
    display: flex;
    gap: 12px;
}

.lfg-category-action-btn {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent-sky);
    background: rgba(56, 189, 248, 0.05);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 6px;
    padding: 4px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lfg-category-action-btn:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: var(--accent-sky);
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.3);
}

/* Global Actions bar */
.lfg-global-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.lfg-global-action-btn {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-primary);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lfg-global-action-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.lfg-global-action-btn.select-all {
    color: var(--accent-sky);
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.05);
}

.lfg-global-action-btn.select-all:hover {
    background: rgba(56, 189, 248, 0.12);
    border-color: var(--accent-sky);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
}

/* ==========================================================================
   Modern Tabbed Layout Navigation & Badges
   ========================================================================== */

.lfg-tab-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: none; /* Hide standard Firefox scrollbar */
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    -webkit-overflow-scrolling: touch;
}

.lfg-tab-bar::-webkit-scrollbar {
    display: none; /* Hide Webkit scrollbars */
}

.lfg-tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #94a3b8;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.lfg-tab-item:hover {
    color: #f8fafc;
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(15, 23, 42, 0.65);
}

.lfg-tab-item.active {
    color: #ffffff;
    border-color: var(--accent-sky);
    background: rgba(56, 189, 248, 0.12);
    box-shadow: 0 0 16px rgba(56, 189, 248, 0.2);
}

.lfg-tab-item.active svg {
    stroke: var(--accent-sky) !important;
    filter: drop-shadow(0 0 4px rgba(56, 189, 248, 0.5));
}

.lfg-tab-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-sky) 0%, var(--accent-indigo) 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    min-width: 18px;
    padding: 0 5px;
    border-radius: 9px;
    box-shadow: 0 0 8px rgba(56, 189, 248, 0.4);
    box-sizing: border-box;
}

/* Animations */
.lfg-services-grid {
    animation: lfgFadeIn 0.35s ease-out;
}

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

/* Services Page Landing Grid & Glowing Cards */
.lfg-services-landing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
    animation: lfgFadeIn 0.35s ease-out;
}

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

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

.lfg-services-landing-card {
    background: rgba(15, 23, 42, 0.45) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(244, 63, 94, 0.25) !important;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2), 0 0 15px rgba(244, 63, 94, 0.05);
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lfg-services-landing-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(244, 63, 94, 0.15);
    transform: translateY(-4px);
    border-color: rgba(244, 63, 94, 0.5) !important;
}

/* --- STEP-BY-STEP EASY MODE WIZARD STYLES --- */
.lfg-mode-switcher {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    padding: 4px;
    gap: 4px;
}
.lfg-mode-btn {
    border: none;
    background: transparent;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lfg-mode-btn.active {
    background: #f43f5e;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(244, 63, 94, 0.5);
}

.lfg-wizard-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
    padding: 0 10px;
}
.lfg-wizard-progress::before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 1;
    transform: translateY(-50%);
}
.lfg-wizard-progress-bar {
    position: absolute;
    left: 20px;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, #f43f5e, #fb7185);
    z-index: 1;
    transform: translateY(-50%);
    transition: width 0.3s ease;
}
.lfg-wizard-step-node {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #090b11;
    border: 2px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lfg-wizard-step-node.active {
    border-color: #f43f5e;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(244, 63, 94, 0.5);
}
.lfg-wizard-step-node.completed {
    border-color: #f43f5e;
    color: #ffffff;
    background: #f43f5e;
    box-shadow: 0 0 12px rgba(244, 63, 94, 0.5);
}

.lfg-wizard-step-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-align: center;
}
.lfg-wizard-step-subtitle {
    font-size: 14px;
    color: var(--color-secondary);
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center;
}

.lfg-wizard-video-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .lfg-wizard-video-types-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.lfg-wizard-type-card {
    background: rgba(15, 23, 42, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.lfg-wizard-type-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
.lfg-wizard-type-card.selected {
    border-color: #f43f5e;
    background: rgba(244, 63, 94, 0.05);
    box-shadow: 0 0 25px rgba(244, 63, 94, 0.15);
}

.lfg-wizard-nav-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
}
.lfg-btn-wizard-prev {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}
.lfg-btn-wizard-prev:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.1);
}
.lfg-btn-wizard-prev:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.lfg-btn-wizard-next {
    background: #f43f5e;
    border: 1px solid #f43f5e;
    color: #ffffff;
    border-radius: 10px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(244, 63, 94, 0.2);
}
.lfg-btn-wizard-next:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(244, 63, 94, 0.4);
}

/* Mobile Refinements for Premium Cyber Glassmorphism Layout */
@media (max-width: 768px) {
    /* Show mobile language switcher centered under the logo on mobile */
    .lfg-lang-selector-mobile {
        display: inline-flex !important;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .lfg-theme-wrapper {
        padding: 10px 8px !important;
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
    .lfg-left-column {
        padding: 12px 6px !important;
        overflow-x: hidden !important;
    }
    .lfg-dashboard-header .lfg-nav-contact,
    .lfg-dashboard-header .lfg-nav-links,
    .lfg-nav-bar .lfg-nav-links {
        display: none !important;
    }
    .lfg-dashboard-header,
    .lfg-nav-bar {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin-top: 16px !important;
        margin-bottom: 24px !important;
        width: 100% !important;
    }
    .lfg-nav-logo {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .lfg-nav-logo img {
        height: 112px !important;
        filter: drop-shadow(0 0 32px rgba(244, 63, 94, 0.7)) !important;
    }
    .lfg-dashboard-title-row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
        margin-bottom: 16px !important;
    }
    .lfg-dashboard-main-title {
        font-size: 24px !important;
        text-align: center !important;
    }
    .lfg-wizard-step-title {
        font-size: 18px !important;
        margin-bottom: 6px !important;
    }
    .lfg-wizard-step-subtitle {
        margin-bottom: 16px !important;
        font-size: 13px !important;
    }
    .lfg-wizard-video-types-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
        margin-bottom: 16px !important;
    }
    .lfg-wizard-type-card {
        padding: 10px 4px !important;
        min-height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
    }
    .lfg-wizard-type-card .lfg-category-icon-glow {
        width: 36px !important;
        height: 36px !important;
        margin-bottom: 2px !important;
    }
    .lfg-wizard-type-card svg {
        width: 20px !important;
        height: 20px !important;
    }
    .lfg-wizard-type-card h4,
    .lfg-wizard-type-card h3 {
        font-size: 10px !important;
        text-align: center !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        width: 100% !important;
    }
    .lfg-wizard-type-card p {
        display: none !important;
    }
    .lfg-services-list {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .lfg-input,
    .lfg-select {
        font-size: 16px !important;
    }
    .lfg-service-item {
        padding: 10px 12px !important;
        min-height: auto !important;
        border-radius: 12px !important;
        gap: 8px !important;
        max-height: 58px !important;
    }
    .lfg-service-item.selected {
        max-height: 350px !important;
    }
    .lfg-service-header-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: auto !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .lfg-service-name {
        flex: 1 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        word-break: break-word !important;
        max-width: 48% !important;
        margin-left: 6px !important;
    }
    .lfg-service-price-toggle-wrap {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }
    .lfg-toggle-switch {
        scale: 0.9 !important;
        transform-origin: right center !important;
    }
    .lfg-bottom-summary-card {
        padding: 20px 16px !important;
    }
    .lfg-quantity-selector {
        scale: 0.95 !important;
    }
    .lfg-cart-table td {
        padding: 8px 4px !important;
    }
    .lfg-cart-item-name {
        font-size: 13px !important;
    }
    .lfg-cart-table th {
        font-size: 11px !important;
        padding-bottom: 6px !important;
    }
}

@media (max-width: 480px) {
    .lfg-nav-logo img {
        height: 96px !important;
    }
    .lfg-nav-contact {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .lfg-wizard-progress {
        padding: 0 4px !important;
        margin-bottom: 20px !important;
    }
    .lfg-wizard-step-node {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }
}

/* Slick Custom Remove Button inside final calculations table */
.lfg-cart-remove-btn {
    background: transparent;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
    outline: none;
}

.lfg-cart-remove-btn:hover {
    color: #f43f5e;
    transform: scale(1.15);
    filter: drop-shadow(0 0 4px rgba(244, 63, 94, 0.5));
}

/* Language Selector Wrapper Container */
.lfg-lang-selector {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    padding: 4px;
    gap: 4px;
    align-items: center;
    box-sizing: border-box;
}

/* Individual Flag Buttons */
.lfg-lang-btn {
    border: none;
    background: transparent;
    font-size: 18px;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.lfg-lang-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.lfg-lang-btn.active {
    background: rgba(244, 63, 94, 0.15);
    border: 1px solid rgba(244, 63, 94, 0.3);
    box-shadow: 0 0 10px rgba(244, 63, 94, 0.4);
}

/* Cyrillic Font Override for Macedonian */
#lfg-calculator-app[data-lang="mk"],
#lfg-calculator-app[data-lang="mk"] * {
    font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Hide mobile language selector on desktop */
@media (min-width: 769px) {
    .lfg-lang-selector-mobile {
        display: none !important;
    }
}

/* Prevent any input overflow horizontally */
.lfg-input,
.lfg-select {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

/* Enforce iOS Safari normalizer and block-level sizing for date inputs */
input[type="date"].lfg-input {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 48px !important;
}

/* Force inner iOS Safari text value block to scale and align correctly */
input[type="date"]::-webkit-date-and-time-value {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    min-height: 1.5em !important;
    margin: 0 !important;
    padding: 0 !important;
}



