.fc-glass {
    background: rgba(18, 26, 43, 0.72);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.fc-glass-light {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.fc-autocomplete-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 4px;
    z-index: 50;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(10, 15, 26, 0.96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.fc-autocomplete-list li {
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fc-autocomplete-list li:hover,
.fc-autocomplete-list li[aria-selected="true"] {
    background: rgba(24, 145, 237, 0.2);
}
.fc-autocomplete-wrap {
    position: relative;
}
.fc-wa-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}
.fc-support-card {
    background: linear-gradient(145deg, rgba(24, 145, 237, 0.12) 0%, rgba(18, 26, 43, 0.9) 45%, rgba(10, 15, 26, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.fc-fab-pulse {
    box-shadow: 0 8px 32px rgba(24, 145, 237, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.fc-fab-wa {
    box-shadow: 0 8px 32px rgba(37, 211, 102, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.fc-mobile-actions {
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
}
#fc-nav-toggle[aria-expanded="true"] .fc-nav-bars-lines {
    opacity: 0;
    transform: scale(0.85);
}
#fc-nav-toggle[aria-expanded="true"] .fc-nav-close {
    opacity: 1;
    transform: rotate(0);
}
#fc-nav-toggle .fc-nav-close {
    opacity: 0;
    transform: rotate(-90deg);
}
#fc-nav-toggle .fc-nav-bars-lines,
#fc-nav-toggle .fc-nav-close {
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#fc-loader-ring {
    transition: stroke-dashoffset 0.08s linear;
}
@media (prefers-reduced-motion: reduce) {
    #fc-loader-ring {
        transition: none;
    }
}
body.fc-nav-open .fc-site-header {
    z-index: 70;
}
body.fc-nav-open #fc-nav-backdrop {
    z-index: 65;
}
body.fc-nav-open .fc-mobile-actions {
    z-index: 35;
    pointer-events: none;
    opacity: 0.35;
}
#fc-hero-slides {
    position: absolute;
    inset: 0;
}
.fc-hero-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.fc-hero-slide.fc-hero-slide--active {
    z-index: 1;
    opacity: 1;
}
.fc-hero-dot.fc-hero-dot--on {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 2px rgba(24, 145, 237, 0.6);
}
.fc-form-lbl {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.fc-form-lbl svg {
    flex-shrink: 0;
}
.fc-input-wrap {
    position: relative;
}
.fc-input-wrap > svg.fc-inp-ico {
    position: absolute;
    left: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgba(255, 255, 255, 0.9);
}
.fc-input-wrap:focus-within > svg.fc-inp-ico {
    color: #ffffff;
}
.fc-input-pad {
    padding-left: 2.35rem;
}
#tawkchat-minimized-container,
#tawkchat-minimized,
#tawkchat-minimized-button,
iframe#tawkchat-minimized-iframe,
.tawk-min-container .tawk-button,
.tawk-min-container .tawk-button-circle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* Sits behind the visible text field; sized for showPicker() / click() to work; clicks go to text (typing). */
.fc-date-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 2.5rem;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
}
