@import '_content/Excubo.Blazor.TreeViews/Excubo.Blazor.TreeViews.ggbo2a6x37.bundle.scp.css';
@import '_content/Volo.Abp.Account.Pro.Public.Blazor.Shared/Volo.Abp.Account.Pro.Public.Blazor.Shared.bt59d6l1jm.bundle.scp.css';
@import '_content/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.p33ll9g8os.bundle.scp.css';

/* /Components/Banners/FilterBanner.razor.rz.scp.css */
/* ==== FILTER PANEL BANNER ==== */
.filter-banner[b-9jzosidsbz] {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 24px;
    flex-shrink: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .filter-banner a[b-9jzosidsbz] {
        display: block;
        width: 100%;
        height: 100%;
    }

.filter-banner-image[b-9jzosidsbz] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

/* Placeholder when no image is set */
.filter-banner-placeholder[b-9jzosidsbz] {
    width: 100%;
    min-height: 160px;
    background: linear-gradient(180deg, #5737DC 0%, #2C1B70 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    padding: 24px 20px;
    text-align: center;
}

    .filter-banner-placeholder i[b-9jzosidsbz] {
        font-size: 28px;
        opacity: 0.7;
    }

    .filter-banner-placeholder span[b-9jzosidsbz] {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.9;
        line-height: 1.4;
    }

/* Responsive adjustments */
@media (max-width: 1024px) {
    .filter-banner[b-9jzosidsbz] {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .filter-banner[b-9jzosidsbz] {
        margin-top: 16px;
    }

    .filter-banner-placeholder[b-9jzosidsbz] {
        min-height: 140px;
        padding: 20px 16px;
    }

        .filter-banner-placeholder i[b-9jzosidsbz] {
            font-size: 24px;
        }

        .filter-banner-placeholder span[b-9jzosidsbz] {
            font-size: 13px;
        }
}
/* /Components/Banners/GridBannerCard.razor.rz.scp.css */
.grid-banner-card[b-3a6ycxzhi8] {
    border-radius: 35px; /* Match property card */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 100%; /* Match property card */
    height: 500px; /* Match property card fixed height */
}

    .grid-banner-card a[b-3a6ycxzhi8] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.grid-banner-image[b-3a6ycxzhi8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from fill to cover - prevents distortion */
}

.grid-banner-placeholder[b-3a6ycxzhi8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-weight: bold;
    gap: 12px;
    padding: 20px;
    background: transparent;
    border: 2px dashed #ccc;
    border-radius: 35px; /* Match property card */
}

    .grid-banner-placeholder i[b-3a6ycxzhi8] {
        font-size: 2rem;
    }
/* /Components/Banners/HeaderBanner.razor.rz.scp.css */
.header-banner[b-rdo8itkhks] {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    margin-bottom: 16px;
}

    .header-banner a[b-rdo8itkhks] {
        width: 100%;
        height: 100%;
        display: block;
    }

.header-banner-image[b-rdo8itkhks] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.header-banner-placeholder[b-rdo8itkhks] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-weight: bold;
    gap: 12px;
    padding: 20px;
    min-height: 160px;
    background: transparent;
    border: 2px dashed #ccc;
    border-radius: 8px;
    width: 100%;
}

    .header-banner-placeholder i[b-rdo8itkhks] {
        font-size: 2rem;
    }
/* /Components/Banners/ListBannerCard.razor.rz.scp.css */
.list-banner-card[b-h7juj5p291] {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    grid-column: 1 / -1;
}

    .list-banner-card a[b-h7juj5p291] {
        width: 100%;
        height: 100%;
        display: block;
    }

.list-banner-image[b-h7juj5p291] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.list-banner-placeholder[b-h7juj5p291] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-weight: bold;
    gap: 12px;
    padding: 20px;
    min-height: 120px;
    background: transparent;
    border: 2px dashed #ccc;
    border-radius: 8px;
    width: 100%;
}

    .list-banner-placeholder i[b-h7juj5p291] {
        font-size: 1.5rem;
    }
/* /Components/Banners/SidebarBanner.razor.rz.scp.css */
.sidebar-banner[b-zrc3ypy9fe] {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    flex: 1;
}

    .sidebar-banner a[b-zrc3ypy9fe] {
        width: 100%;
        height: 100%;
        display: block;
    }

.sidebar-banner-image[b-zrc3ypy9fe] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sidebar-banner-placeholder[b-zrc3ypy9fe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    font-weight: bold;
    gap: 8px;
    padding: 20px;
    background: transparent;
    border: 2px dashed #ccc;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

    .sidebar-banner-placeholder i[b-zrc3ypy9fe] {
        font-size: 1.5rem;
    }
/* /Components/Controls/BootstrapDropdown.razor.rz.scp.css */
/* ===========================
   BOOTSTRAP DROPDOWN COMPONENT
   Using bsd- prefix to avoid Bootstrap conflicts
   =========================== */
.bsd-dropdown[b-iwsad8wos2] {
    position: relative;
    display: inline-flex;
    flex: 1;
    min-width: 0;
}
/* Trigger button */
.bsd-trigger[b-iwsad8wos2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    padding: 0 12px;
    padding-right: 32px;
    border-radius: 6px;
    border: none;
    background-color: #F0F0F0;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #2A2A2A;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

    .bsd-trigger:hover[b-iwsad8wos2] {
        background-color: #E8E8E8;
    }
/* Open state - purple gradient */
.bsd-dropdown.open .bsd-trigger[b-iwsad8wos2] {
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
    color: #FFFFFF;
}

.bsd-dropdown.open .bsd-arrow path[b-iwsad8wos2] {
    fill: #FFFFFF;
}
/* Disabled state */
.bsd-dropdown.disabled[b-iwsad8wos2] {
    opacity: 0.5;
    pointer-events: none;
}
/* Text */
.bsd-text[b-iwsad8wos2] {
    white-space: nowrap;
}

    .bsd-text.placeholder[b-iwsad8wos2] {
        color: #999999;
    }

.bsd-dropdown.open .bsd-text.placeholder[b-iwsad8wos2] {
    color: rgba(255, 255, 255, 0.7);
}
/* Arrow icon */
.bsd-arrow[b-iwsad8wos2] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.2s ease;
}

    .bsd-arrow path[b-iwsad8wos2] {
        fill: #2A2A2A;
    }

.bsd-dropdown.open .bsd-arrow[b-iwsad8wos2] {
    transform: translateY(-50%) rotate(180deg);
}
/* Dropdown menu */
.bsd-menu[b-iwsad8wos2] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 100%;
    width: max-content;
    max-height: 240px;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 6px 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
    animation: bsdFadeIn-b-iwsad8wos2 0.15s ease-out;
}

@keyframes bsdFadeIn-b-iwsad8wos2 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Dropdown item */
.bsd-item[b-iwsad8wos2] {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #2A2A2A;
    cursor: pointer;
    transition: color 0.15s ease;
}

    .bsd-item:hover[b-iwsad8wos2] {
        color: #5737DC;
    }

    .bsd-item.selected[b-iwsad8wos2] {
        color: #5737DC;
        font-weight: 500;
    }
/* Scrollbar styling */
.bsd-menu[b-iwsad8wos2]::-webkit-scrollbar {
    width: 6px;
}

.bsd-menu[b-iwsad8wos2]::-webkit-scrollbar-track {
    background: transparent;
}

.bsd-menu[b-iwsad8wos2]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

    .bsd-menu[b-iwsad8wos2]::-webkit-scrollbar-thumb:hover {
        background: #9CA3AF;
    }
/* Backdrop to close dropdown when clicking outside */
.bsd-backdrop[b-iwsad8wos2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}
/* /Components/Controls/ButtonGroupControl.razor.rz.scp.css */
.button-group-control[b-sk4rj4nqm9] {
    width: 100%;
}

.button-group-grid[b-sk4rj4nqm9] {
    display: grid;
    gap: 10px;
}

    .button-group-grid.columns-2[b-sk4rj4nqm9] {
        grid-template-columns: 1fr 1fr;
    }

    .button-group-grid.columns-3[b-sk4rj4nqm9] {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .button-group-grid.columns-4[b-sk4rj4nqm9] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

.group-btn[b-sk4rj4nqm9] {
    padding: 10px 16px;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-primary);
    border: none;
    border-radius: 10px;
    background: #F0F0F0;
    color: #828282;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .group-btn:hover[b-sk4rj4nqm9] {
        background: #E8E8E8;
    }

    .group-btn.selected[b-sk4rj4nqm9] {
        background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
        color: #FFFFFF;
    }

    .group-btn:active[b-sk4rj4nqm9] {
        transform: scale(0.98);
    }
/* /Components/Controls/FlagButtonControl.razor.rz.scp.css */
.flag-button[b-fx0w8xwfio] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: 0.15s;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

    .flag-button:hover[b-fx0w8xwfio] {
        background-color: #e8e8e8;
    }

    .flag-button.selected[b-fx0w8xwfio] {
        background: linear-gradient(135deg, #5F3DF4 0%, #1F1452 100%);
        color: white;
        border: none;
    }

    .flag-button i[b-fx0w8xwfio] {
        font-size: 14px;
        margin-right: 3px;
    }

    .flag-button.compact[b-fx0w8xwfio] {
        height: 32px;
        padding: 0 16px;
        border-radius: 20px;
        font-size: 12px;
        white-space: nowrap;
    }

        .flag-button.compact i[b-fx0w8xwfio] {
            font-size: 12px;
        }
/* /Components/Controls/LocationAutocomplete.razor.rz.scp.css */
/* ===========================
   LOCATION AUTOCOMPLETE COMPONENT
   Compact version
   =========================== */

.location-autocomplete-container[b-8r0gme044j] {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    /* Label styling */
    .location-autocomplete-container .filter-label[b-8r0gme044j] {
        display: block;
        color: #3A3F47;
        font-weight: 500;
        font-size: 20px;
        margin: 0 0 10px;
    }

        .location-autocomplete-container .filter-label i[b-8r0gme044j] {
            margin-right: 3px;
        }

    .location-autocomplete-container .selection-counter[b-8r0gme044j] {
        color: #8D929B;
        font-size: 14px;
        font-weight: 400;
    }

    /* Loading state */
    .location-autocomplete-container .loading-state[b-8r0gme044j] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem;
        color: #666;
        font-size: 0.813rem;
    }

    /* Custom Autocomplete Container */
    .location-autocomplete-container .custom-autocomplete[b-8r0gme044j] {
        position: relative;
        width: 100%;
    }

    /* Input Wrapper */
    .location-autocomplete-container .input-wrapper[b-8r0gme044j] {
        position: relative;
        width: 100%;
    }

    /* Autocomplete Input */
    .location-autocomplete-container .autocomplete-input[b-8r0gme044j] {
        width: 100%;
        padding: 10px 40px 10px 18px;
        border: 0;
        border-radius: 28px;
        background: #F2F3F5;
        color: #3A3F47;
        font-size: 14px;
        font-family: 'Figtree', sans-serif;
        height: 40px;
        outline: none;
        transition: all 0.2s ease;
    }

        .location-autocomplete-container .autocomplete-input:focus[b-8r0gme044j] {
            background: #E8E8E8;
        }

        .location-autocomplete-container .autocomplete-input[b-8r0gme044j]::placeholder {
            color: #999999;
        }

        .location-autocomplete-container .autocomplete-input.disabled[b-8r0gme044j] {
            opacity: 0.5;
            cursor: not-allowed;
        }

    /* Clear Input Button */
    .location-autocomplete-container .clear-input-btn[b-8r0gme044j] {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #A0A6AF;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.2s ease;
    }

        .location-autocomplete-container .clear-input-btn:hover[b-8r0gme044j] {
            color: #6B7280;
        }

    /* Dropdown Panel */
    .location-autocomplete-container .dropdown-panel[b-8r0gme044j] {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        right: 0;
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        max-height: 240px;
        overflow-y: auto;
        z-index: 9999;
        padding: 6px 0;
        animation: slideDown-b-8r0gme044j 0.15s ease-out;
    }

@keyframes slideDown-b-8r0gme044j {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown Item */
.location-autocomplete-container .dropdown-item[b-8r0gme044j] {
    padding: 8px 14px;
    color: #2A2A2A;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

    .location-autocomplete-container .dropdown-item:hover[b-8r0gme044j],
    .location-autocomplete-container .dropdown-item.highlighted[b-8r0gme044j] {
        background: #F3F4F6;
        color: #5737DC;
    }

    .location-autocomplete-container .dropdown-item.no-results[b-8r0gme044j] {
        color: #9CA3AF;
        cursor: default;
    }

        .location-autocomplete-container .dropdown-item.no-results:hover[b-8r0gme044j],
        .location-autocomplete-container .dropdown-item.no-results.highlighted[b-8r0gme044j] {
            background: transparent;
            color: #9CA3AF;
        }

    /* Highlighted matching text */
    .location-autocomplete-container .dropdown-item .highlight[b-8r0gme044j] {
        color: #5737DC;
        font-weight: 600;
    }

/* Max selection warning */
.location-autocomplete-container .max-selection-warning[b-8r0gme044j] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 14px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 20px;
    font-size: 13px;
    color: #856404;
}

/* Selected regions container */
.location-autocomplete-container .selected-regions-container[b-8r0gme044j] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

/* Region tag (pill) */
.location-autocomplete-container .region-tag[b-8r0gme044j] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    animation: slideIn-b-8r0gme044j 0.2s ease-out;
    transition: all 0.2s ease;
}

    .location-autocomplete-container .region-tag:hover[b-8r0gme044j] {
        box-shadow: 0 2px 8px rgba(87, 55, 220, 0.3);
    }

/* Remove region button */
.location-autocomplete-container .remove-region-btn[b-8r0gme044j] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.2s;
    font-size: 11px;
}

    .location-autocomplete-container .remove-region-btn:hover[b-8r0gme044j] {
        background: rgba(255, 255, 255, 0.3);
    }

/* Clear all button */
.location-autocomplete-container .clear-all-regions-btn[b-8r0gme044j] {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    width: 100%;
    justify-content: center;
    font-weight: 500;
}

    .location-autocomplete-container .clear-all-regions-btn:hover[b-8r0gme044j] {
        background: #e5e7eb;
        color: #374151;
    }

/* Slide in animation for tags */
@keyframes slideIn-b-8r0gme044j {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scrollbar styling for dropdown */
.location-autocomplete-container .dropdown-panel[b-8r0gme044j]::-webkit-scrollbar {
    width: 6px;
}

.location-autocomplete-container .dropdown-panel[b-8r0gme044j]::-webkit-scrollbar-track {
    background: transparent;
}

.location-autocomplete-container .dropdown-panel[b-8r0gme044j]::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

    .location-autocomplete-container .dropdown-panel[b-8r0gme044j]::-webkit-scrollbar-thumb:hover {
        background: #9CA3AF;
    }

/* ===== NO DATA STATE ===== */
.stats-no-data[b-8r0gme044j] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    border-radius: 14px;
    padding: 20px 24px;
}

.no-data-icon[b-8r0gme044j] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .no-data-icon i[b-8r0gme044j] {
        font-size: 1.25rem;
        color: #9CA3AF;
    }

.no-data-text[b-8r0gme044j] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.no-data-title[b-8r0gme044j] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4B5563;
}

.no-data-subtitle[b-8r0gme044j] {
    font-size: 0.75rem;
    color: #9CA3AF;
}

/* Collapsed no data */
.collapsed-no-data[b-8r0gme044j] {
    display: flex;
    align-items: center;
}

.no-data-pill[b-8r0gme044j] {
    background: #F3F4F6;
    color: #6B7280;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}
/* /Components/Controls/RangeControl.razor.rz.scp.css */
.range-control[b-l7u5lp1opl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 98%;
    margin: 0 auto;
}

/* Slider wrapper */
.slider-wrapper[b-l7u5lp1opl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .slider-wrapper.with-toggle .slider-container[b-l7u5lp1opl] {
        flex: 1;
    }

.slider-container[b-l7u5lp1opl] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Radzen Slider - Track (the .rz-slider itself is the background) */
.range-control :deep(.rz-slider)[b-l7u5lp1opl] {
    height: 6px !important;
    margin: 6px 0 0 !important;
    position: relative !important;
    width: 100% !important;
    background: #E4E4E4 !important;
    border-radius: 50px !important;
}

/* Radzen Slider - Active Range */
.range-control :deep(.rz-slider .rz-slider-range)[b-l7u5lp1opl] {
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%) !important;
    border-radius: 50px !important;
}

/* Radzen Slider - Handle */
.range-control :deep(.rz-slider .rz-slider-handle)[b-l7u5lp1opl] {
    width: 19px !important;
    height: 19px !important;
    border-radius: 50% !important;
    border: 6px solid #5737DC !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Handle - hover/focus/active states (keep same styling) */
.range-control :deep(.rz-slider .rz-slider-handle:hover)[b-l7u5lp1opl],
.range-control :deep(.rz-slider .rz-slider-handle:focus)[b-l7u5lp1opl],
.range-control :deep(.rz-slider .rz-slider-handle:active)[b-l7u5lp1opl],
.range-control :deep(.rz-slider .rz-slider-handle.rz-slider-handle-active)[b-l7u5lp1opl] {
    width: 19px !important;
    height: 19px !important;
    border-radius: 50% !important;
    border: 6px solid #5737DC !important;
    background: #FFFFFF !important;
    box-shadow: none !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Scale row */
.scale-row[b-l7u5lp1opl] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

/* No max toggle button */
.no-max-toggle[b-l7u5lp1opl] {
    padding: 4px 10px;
    border-radius: 12px;
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.15s ease;
    margin-bottom: auto;
}

    .no-max-toggle:hover[b-l7u5lp1opl] {
        background-color: #e8e8e8;
    }

    .no-max-toggle.active[b-l7u5lp1opl] {
        background: linear-gradient(135deg, #5F3DF4 0%, #1F1452 100%);
        color: white;
        border: none;
    }

/* Input row (dropdowns or textboxes) */
.input-row[b-l7u5lp1opl] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.input-separator[b-l7u5lp1opl] {
    color: #999;
    font-weight: 500;
}

/* Pill inputs (text boxes) */
.pill-input[b-l7u5lp1opl] {
    flex: 1;
    border-radius: 30px !important;
    overflow: hidden;
    background-color: #f7f7f7 !important;
    border: 1px solid #e0e0e0 !important;
}

    .pill-input .rz-inputtext[b-l7u5lp1opl],
    .pill-input input[b-l7u5lp1opl] {
        border: none !important;
        background: transparent !important;
        height: 40px !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0 16px !important;
        font-size: 14px !important;
    }

    .pill-input:focus-within[b-l7u5lp1opl] {
        border: 2px solid #726CEA !important;
        box-shadow: none !important;
    }

    .pill-input.disabled[b-l7u5lp1opl] {
        opacity: 0.5;
        pointer-events: none;
    }
/* /Components/Controls/ShareDropdown.razor.rz.scp.css */
/* ============================================
   TRIGGER BUTTON - GALLERY STYLE
   ============================================ */
.share-dropdown__trigger.gallery-action-btn[b-0so11s70sg] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

    .share-dropdown__trigger.gallery-action-btn:hover[b-0so11s70sg] {
        transform: scale(1.08);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .share-dropdown__trigger.gallery-action-btn i[b-0so11s70sg] {
        color: #DBDBDB;
        font-size: 18px;
        transition: color 0.2s ease;
    }

    .share-dropdown__trigger.gallery-action-btn:hover i[b-0so11s70sg] {
        color: #B9AEFB;
    }
/* ============================================
   SHARE DROPDOWN COMPONENT
   ============================================ */
.share-dropdown[b-0so11s70sg] {
    position: relative;
    display: inline-block;
}

/* ============================================
   TRIGGER BUTTON
   ============================================ */
.share-dropdown__trigger[b-0so11s70sg] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

/* ============================================
   DROPDOWN MENU
   ============================================ */
.share-dropdown__menu[b-0so11s70sg] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 200px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: hidden;
    animation: shareDropdownFadeIn-b-0so11s70sg 0.2s ease;
}

@keyframes shareDropdownFadeIn-b-0so11s70sg {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   HEADER
   ============================================ */
.share-dropdown__header[b-0so11s70sg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #F0F0F0;
}

    .share-dropdown__header span[b-0so11s70sg] {
        font-family: 'Figtree', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1F2937;
    }

.share-dropdown__close[b-0so11s70sg] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #9CA3AF;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .share-dropdown__close:hover[b-0so11s70sg] {
        background: #F0F0F0;
        color: #1F2937;
    }

    .share-dropdown__close i[b-0so11s70sg] {
        font-size: 18px;
    }

/* ============================================
   OPTIONS CONTAINER
   ============================================ */
.share-dropdown__options[b-0so11s70sg] {
    padding: 8px;
}

/* ============================================
   SHARE OPTION BUTTON
   ============================================ */
.share-option[b-0so11s70sg] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-align: left;
}

    .share-option:hover[b-0so11s70sg] {
        background: #F5F5F5;
    }

    .share-option i[b-0so11s70sg] {
        font-size: 18px;
        width: 24px;
        text-align: center;
        flex-shrink: 0;
    }

    .share-option span[b-0so11s70sg] {
        flex: 1;
    }

/* ============================================
   OPTION-SPECIFIC COLORS
   ============================================ */

/* Copy Link - Purple */
.share-option--copy i[b-0so11s70sg] {
    color: #5737DC;
}

.share-option--copy:hover[b-0so11s70sg] {
    background: rgba(87, 55, 220, 0.08);
}

/* WhatsApp - Green */
.share-option--whatsapp i[b-0so11s70sg] {
    color: #25D366;
}

.share-option--whatsapp:hover[b-0so11s70sg] {
    background: rgba(37, 211, 102, 0.08);
}

/* Facebook - Blue */
.share-option--facebook i[b-0so11s70sg] {
    color: #1877F2;
}

.share-option--facebook:hover[b-0so11s70sg] {
    background: rgba(24, 119, 242, 0.08);
}

/* Twitter/X - Black */
.share-option--twitter i[b-0so11s70sg] {
    color: #000000;
}

.share-option--twitter:hover[b-0so11s70sg] {
    background: rgba(0, 0, 0, 0.05);
}

/* Email - Red */
.share-option--email i[b-0so11s70sg] {
    color: #EA4335;
}

.share-option--email:hover[b-0so11s70sg] {
    background: rgba(234, 67, 53, 0.08);
}

/* Messenger - Blue gradient */
.share-option--messenger i[b-0so11s70sg] {
    color: #0099FF;
}

.share-option--messenger:hover[b-0so11s70sg] {
    background: rgba(0, 153, 255, 0.08);
}

/* Telegram - Blue */
.share-option--telegram i[b-0so11s70sg] {
    color: #0088CC;
}

.share-option--telegram:hover[b-0so11s70sg] {
    background: rgba(0, 136, 204, 0.08);
}

/* ============================================
   BACKDROP (Click outside to close)
   ============================================ */
.share-dropdown__backdrop[b-0so11s70sg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: transparent;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 576px) {
    .share-dropdown__menu[b-0so11s70sg] {
        width: 180px;
        right: -10px;
    }

    .share-dropdown__header[b-0so11s70sg] {
        padding: 10px 14px;
    }

        .share-dropdown__header span[b-0so11s70sg] {
            font-size: 13px;
        }

    .share-dropdown__options[b-0so11s70sg] {
        padding: 6px;
    }

    .share-option[b-0so11s70sg] {
        padding: 8px 10px;
        font-size: 13px;
        gap: 10px;
    }

        .share-option i[b-0so11s70sg] {
            font-size: 16px;
            width: 20px;
        }
}

/* Extra small screens - position menu to left if needed */
@media (max-width: 400px) {
    .share-dropdown__menu[b-0so11s70sg] {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* /Components/Controls/TagSelector.razor.rz.scp.css */
.tag-selector[b-41zx4v7six] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #F0F0F0;
    border-radius: 9px;
    padding: 14px;
}

.tag-selector-label[b-41zx4v7six] {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #2A2A2A;
}

.tag-chips-container[b-41zx4v7six] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Updated to match Figma specs - scaled up */
.tag-chip[b-41zx4v7six] {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    border: none;
    background: rgba(87, 55, 220, 0.1);
    color: #5736DF;
    white-space: nowrap;
}

    .tag-chip:hover[b-41zx4v7six] {
        background: rgba(87, 55, 220, 0.2);
    }

    .tag-chip.selected[b-41zx4v7six] {
        background: linear-gradient(90deg, #5737DC 0%, #2C1B70 100%);
        color: white;
    }

        .tag-chip.selected:hover[b-41zx4v7six] {
            background: linear-gradient(90deg, #6847E8 0%, #3D2A8A 100%);
        }

.tag-hash[b-41zx4v7six] {
    margin-right: 1px;
    opacity: 0.7;
}

/* Centered outlined pill button - scaled up */
.view-more-btn[b-41zx4v7six] {
    align-self: center;
    width: 100%;
    padding: 8px 0;
    border: 1px solid #5737DC;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: all 0.15s ease;
    background: transparent;
    color: #5737DC;
    text-align: center;
}

    .view-more-btn:hover[b-41zx4v7six] {
        background: rgba(87, 55, 220, 0.05);
    }
/* /Components/Controls/ToggleControl.razor.rz.scp.css */
.toggle-control[b-3bvd6tegnv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #F0F0F0;
    border-radius: 9px;
}

    /* Grouped mode - no background, parent container handles it */
    .toggle-control.grouped[b-3bvd6tegnv] {
        background: transparent;
        border-radius: 0;
        padding: 10px 0;
    }

.toggle-label[b-3bvd6tegnv] {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 14px;
}

/* Custom Switch */
.custom-switch[b-3bvd6tegnv] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .custom-switch input[b-3bvd6tegnv] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

/* Track - inactive */
.switch-track[b-3bvd6tegnv] {
    display: block;
    width: 48px;
    height: 24px;
    background: #D9D9D9;
    border-radius: 24px;
    position: relative;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* Handle - inactive */
.switch-handle[b-3bvd6tegnv] {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #AFAFAF;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: all 0.2s ease;
}

/* Track - active/checked */
.custom-switch input:checked + .switch-track[b-3bvd6tegnv] {
    background: #5737DC;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    /* Handle - active/checked */
    .custom-switch input:checked + .switch-track .switch-handle[b-3bvd6tegnv] {
        background: #F0F0F0;
        left: calc(100% - 21px);
    }
/* /Components/Index/IndexBenefitsSection.razor.rz.scp.css */
/* =============================================
   BENEFITS SECTION - FIGTREE FONT
   ============================================= */
.benefits-section[b-2anoccni20],
.benefits-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-2anoccni20] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   BENEFITS SECTION
   ============================================= */
.benefits-section[b-2anoccni20] {
    position: relative;
    padding: 4rem 0;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

/* =============================================
   CONTENT - GRID CONTAINER
   Card determines height, image stretches to match
   ============================================= */
.benefits-content[b-2anoccni20] {
    display: grid;
    grid-template-columns: 340px 480px;
    grid-template-rows: auto;
    gap: 1.5rem;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

/* =============================================
   LEFT: IMAGE WRAPPER
   No intrinsic height - stretches to match card
   ============================================= */
.benefits-image-wrapper[b-2anoccni20] {
    position: relative;
    overflow: hidden;
    border-radius: 45px;
}

.benefits-image[b-2anoccni20] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =============================================
   RIGHT: WHITE CARD
   Has intrinsic height from content
   ============================================= */
.benefits-card[b-2anoccni20] {
    background: #FFFFFF;
    border-radius: 45px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
    padding: 2rem 2.25rem;
}

.benefits-title[b-2anoccni20] {
    font-size: 1.9rem;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0 0 0.25rem 0;
}

.benefits-description[b-2anoccni20] {
    font-size: 0.85rem;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.5;
    margin: 0 0 1.25rem 0;
}

/* =============================================
   GRAY CARD WITH LIST
   ============================================= */
.benefits-list-card[b-2anoccni20] {
    background: #F7F7F7;
    border-radius: 28px;
    padding: 1.5rem 1.75rem;
}

.benefits-list[b-2anoccni20] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

/* =============================================
   BENEFIT ITEM - DEFAULT (no description)
   ============================================= */
.benefit-item[b-2anoccni20] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.benefit-icon[b-2anoccni20] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .benefit-icon span[b-2anoccni20] {
        display: block;
        width: 10px;
        height: 10px;
        background: #5737DC;
        border-radius: 2px;
    }

.benefit-text[b-2anoccni20] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.benefit-title[b-2anoccni20] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0;
}

/* =============================================
   BENEFIT ITEM - WITH DESCRIPTION
   ============================================= */
.benefit-item-with-description[b-2anoccni20] {
    align-items: flex-start;
}

    .benefit-item-with-description .benefit-icon[b-2anoccni20] {
        margin-top: 0.2rem;
    }

.benefit-description[b-2anoccni20] {
    font-size: 0.8rem;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .benefits-section[b-2anoccni20] {
        width: calc(100vw - 32px);
        padding: 3.5rem 0;
    }

    .benefits-content[b-2anoccni20] {
        grid-template-columns: 320px 450px;
        max-width: 850px;
    }

    .benefits-image-wrapper[b-2anoccni20] {
        border-radius: 40px;
    }

    .benefits-card[b-2anoccni20] {
        padding: 1.875rem 2rem;
        border-radius: 40px;
    }

    .benefits-list-card[b-2anoccni20] {
        border-radius: 24px;
    }

    .benefits-title[b-2anoccni20] {
        font-size: 1.8rem;
    }

    .benefit-title[b-2anoccni20] {
        font-size: 0.9rem;
    }

    .benefit-description[b-2anoccni20] {
        font-size: 0.775rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .benefits-section[b-2anoccni20] {
        width: calc(100vw - 28px);
    }

    .benefits-content[b-2anoccni20] {
        grid-template-columns: 300px 420px;
        gap: 1.25rem;
        max-width: 780px;
    }

    .benefits-image-wrapper[b-2anoccni20] {
        border-radius: 36px;
    }

    .benefits-card[b-2anoccni20] {
        padding: 1.75rem 1.875rem;
        border-radius: 36px;
    }

    .benefits-list-card[b-2anoccni20] {
        padding: 1.35rem 1.5rem;
        border-radius: 22px;
    }

    .benefits-title[b-2anoccni20] {
        font-size: 1.7rem;
    }

    .benefits-description[b-2anoccni20] {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .benefits-list[b-2anoccni20] {
        gap: 0.75rem;
    }

    .benefit-title[b-2anoccni20] {
        font-size: 0.875rem;
    }

    .benefit-description[b-2anoccni20] {
        font-size: 0.75rem;
    }
}

/* =============================================
   RESPONSIVE - 992px (STACKED)
   ============================================= */
@media (max-width: 992px) {
    .benefits-section[b-2anoccni20] {
        width: calc(100vw - 24px);
        padding: 3rem 0;
    }

    .benefits-content[b-2anoccni20] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        max-width: 450px;
    }

    .benefits-image-wrapper[b-2anoccni20] {
        position: relative;
        height: 280px;
        border-radius: 28px;
    }

    .benefits-card[b-2anoccni20] {
        padding: 1.75rem 1.875rem;
        border-radius: 28px;
    }

    .benefits-list-card[b-2anoccni20] {
        border-radius: 18px;
    }

    .benefits-title[b-2anoccni20] {
        font-size: 1.6rem;
    }

    .benefits-description[b-2anoccni20] {
        font-size: 0.8rem;
    }

    .benefit-title[b-2anoccni20] {
        font-size: 0.85rem;
    }

    .benefit-description[b-2anoccni20] {
        font-size: 0.725rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .benefits-section[b-2anoccni20] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0;
    }

    .benefits-content[b-2anoccni20] {
        gap: 1rem;
        max-width: 420px;
    }

    .benefits-image-wrapper[b-2anoccni20] {
        height: 250px;
        border-radius: 24px;
    }

    .benefits-card[b-2anoccni20] {
        padding: 1.5rem 1.625rem;
        border-radius: 24px;
    }

    .benefits-list-card[b-2anoccni20] {
        padding: 1.25rem 1.375rem;
        border-radius: 16px;
    }

    .benefits-title[b-2anoccni20] {
        font-size: 1.5rem;
    }

    .benefits-description[b-2anoccni20] {
        font-size: 0.775rem;
        margin-bottom: 1rem;
    }

    .benefits-list[b-2anoccni20] {
        gap: 0.675rem;
    }

    .benefit-title[b-2anoccni20] {
        font-size: 0.825rem;
    }

    .benefit-description[b-2anoccni20] {
        font-size: 0.7rem;
    }

    .benefit-icon span[b-2anoccni20] {
        width: 9px;
        height: 9px;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .benefits-section[b-2anoccni20] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0;
    }

    .benefits-content[b-2anoccni20] {
        max-width: 100%;
        gap: 0.875rem;
    }

    .benefits-image-wrapper[b-2anoccni20] {
        height: 220px;
        border-radius: 20px;
    }

    .benefits-card[b-2anoccni20] {
        padding: 1.375rem 1.5rem;
        border-radius: 20px;
    }

    .benefits-list-card[b-2anoccni20] {
        padding: 1.125rem 1.25rem;
        border-radius: 14px;
    }

    .benefits-title[b-2anoccni20] {
        font-size: 1.25rem;
    }

    .benefits-description[b-2anoccni20] {
        font-size: 0.725rem;
        margin-bottom: 0.875rem;
    }

    .benefits-list[b-2anoccni20] {
        gap: 0.6rem;
    }

    .benefit-title[b-2anoccni20] {
        font-size: 0.8rem;
    }

    .benefit-description[b-2anoccni20] {
        font-size: 0.675rem;
    }

    .benefit-icon span[b-2anoccni20] {
        width: 8px;
        height: 8px;
    }

    .benefit-icon[b-2anoccni20] {
        width: 12px;
        min-width: 12px;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .benefits-section[b-2anoccni20] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0;
    }

    .benefits-content[b-2anoccni20] {
        gap: 0.75rem;
    }

    .benefits-image-wrapper[b-2anoccni20] {
        height: 200px;
        border-radius: 16px;
    }

    .benefits-card[b-2anoccni20] {
        padding: 1.25rem 1.375rem;
        border-radius: 16px;
    }

    .benefits-list-card[b-2anoccni20] {
        padding: 1rem 1.125rem;
        border-radius: 12px;
    }

    .benefits-title[b-2anoccni20] {
        font-size: 1.15rem;
    }

    .benefits-description[b-2anoccni20] {
        font-size: 0.7rem;
        margin-bottom: 0.75rem;
    }

    .benefits-list[b-2anoccni20] {
        gap: 0.5rem;
    }

    .benefit-title[b-2anoccni20] {
        font-size: 0.75rem;
    }

    .benefit-description[b-2anoccni20] {
        font-size: 0.65rem;
    }

    .benefit-icon span[b-2anoccni20] {
        width: 7px;
        height: 7px;
        border-radius: 2px;
    }

    .benefit-icon[b-2anoccni20] {
        width: 11px;
        min-width: 11px;
    }
}
/* /Components/Index/IndexCarouselSection.razor.rz.scp.css */
/* =============================================
   CAROUSEL SECTION - FIGTREE FONT
   ============================================= */
.carousel-section[b-exb2uhvvgv],
.carousel-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-exb2uhvvgv] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   CAROUSEL SECTION
   ============================================= */
.carousel-section[b-exb2uhvvgv] {
    position: relative;
    padding: 4rem 0;
    margin-top: 4rem;
    margin-bottom: 2rem;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    z-index: 1;
}

/* =============================================
   SECTION HEADER
   ============================================= */
.carousel-header-title[b-exb2uhvvgv] {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.title-gradient[b-exb2uhvvgv] {
    background: linear-gradient(90deg, #5737DC, #0CD398);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.carousel-header-subtitle[b-exb2uhvvgv] {
    font-size: 0.95rem;
    font-weight: 300;
    color: #6B7280;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

/* =============================================
   CAROUSEL CONTAINER
   ============================================= */
.carousel-container[b-exb2uhvvgv] {
    position: relative;
    border-radius: 32px;
    overflow: visible;
    z-index: 1;
}

.carousel-inner[b-exb2uhvvgv] {
    border-radius: 32px;
}

.carousel-item[b-exb2uhvvgv] {
    transition: transform 0.6s ease-in-out;
}

/* =============================================
   CAROUSEL SLIDE
   ============================================= */
.carousel-slide[b-exb2uhvvgv] {
    position: relative;
    min-height: 580px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide-overlay[b-exb2uhvvgv] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%);
    z-index: 1;
}

.carousel-slide-content[b-exb2uhvvgv] {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3rem 2rem;
    max-width: 900px;
}

    .carousel-slide-content[b-exb2uhvvgv],
    .carousel-slide-content *[b-exb2uhvvgv] {
        color: #FFFFFF;
    }

/* =============================================
   SLIDE CONTENT ELEMENTS
   ============================================= */
.carousel-badge[b-exb2uhvvgv] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.28);
    border: 0.8px solid #FFFFFF;
    backdrop-filter: blur(1.3px);
    -webkit-backdrop-filter: blur(1.3px);
    border-radius: 50px;
    color: #FFFFFF;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.carousel-slide-title[b-exb2uhvvgv] {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    margin-top: 0;
}

.carousel-slide-subtitle[b-exb2uhvvgv] {
    color: #FFFFFF;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.carousel-slide-list[b-exb2uhvvgv] {
    list-style: disc;
    list-style-position: inside;
    padding: 0;
    margin: 0 0 1.5rem 0;
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.4;
}

    .carousel-slide-list li[b-exb2uhvvgv] {
        margin-bottom: 0.1rem;
    }

.carousel-slide-footer[b-exb2uhvvgv] {
    color: #FFFFFF;
    font-size: 0.85rem;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}

/* =============================================
   CAROUSEL NAVIGATION
   ============================================= */
.carousel-nav-container[b-exb2uhvvgv] {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.carousel-nav-arrow[b-exb2uhvvgv] {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    padding: 10px;
}

    .carousel-nav-arrow:hover[b-exb2uhvvgv] {
        color: #FFFFFF;
    }

/* Custom Indicators (pill style) */
.carousel-indicators[b-exb2uhvvgv] {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

#propertyCarousel .carousel-indicators button[b-exb2uhvvgv] {
    width: 40px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: rgba(255,255,255,0.3) !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 !important;
    opacity: 1 !important;
}

    #propertyCarousel .carousel-indicators button.active[b-exb2uhvvgv] {
        background: #FFFFFF !important;
    }

    #propertyCarousel .carousel-indicators button:hover:not(.active)[b-exb2uhvvgv] {
        background: rgba(255,255,255,0.5);
    }

/* =============================================
   RESPONSIVE - 1400px
   ============================================= */
@media (max-width: 1400px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 32px);
    }
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 32px);
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 2rem;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 2rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 28px);
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 1.85rem;
    }

    .carousel-slide[b-exb2uhvvgv] {
        min-height: 540px;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 1.85rem;
    }

    .carousel-slide-content[b-exb2uhvvgv] {
        padding: 2.5rem 1.75rem;
    }

    .carousel-badge[b-exb2uhvvgv] {
        font-size: 0.8rem;
        padding: 5px 18px;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 24px);
        margin-top: 3rem;
    }

    .carousel-container[b-exb2uhvvgv] {
        border-radius: 28px;
    }

    .carousel-inner[b-exb2uhvvgv] {
        border-radius: 28px;
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 1.7rem;
    }

    .carousel-slide[b-exb2uhvvgv] {
        min-height: 500px;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 1.7rem;
    }

    .carousel-slide-content[b-exb2uhvvgv] {
        padding: 2.5rem 1.5rem;
    }

    .carousel-slide-subtitle[b-exb2uhvvgv] {
        font-size: 0.9rem;
    }

    .carousel-slide-list[b-exb2uhvvgv] {
        font-size: 0.8rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .carousel-container[b-exb2uhvvgv] {
        border-radius: 24px;
    }

    .carousel-inner[b-exb2uhvvgv] {
        border-radius: 24px;
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 1.5rem;
    }

        .carousel-header-title br[b-exb2uhvvgv] {
            display: none;
        }

    .carousel-header-subtitle[b-exb2uhvvgv] {
        font-size: 0.85rem;
        margin-bottom: 2rem;
    }

    .carousel-slide[b-exb2uhvvgv] {
        min-height: 480px;
    }

    .carousel-slide-content[b-exb2uhvvgv] {
        padding: 2rem 2rem 5rem 2rem;
    }

    .carousel-badge[b-exb2uhvvgv] {
        font-size: 0.8rem;
        padding: 8px 20px;
        margin-bottom: 1.5rem;
        max-width: 280px;
        line-height: 1.4;
        border-radius: 20px;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 1.5rem;
    }

    .carousel-slide-subtitle[b-exb2uhvvgv] {
        font-size: 0.9rem;
    }

    .carousel-slide-list[b-exb2uhvvgv] {
        font-size: 0.85rem;
        text-align: left;
        padding: 0 1.5rem;
        line-height: 1.6;
    }

        .carousel-slide-list li[b-exb2uhvvgv] {
            margin-bottom: 0.35rem;
        }

    .carousel-slide-footer[b-exb2uhvvgv] {
        font-size: 0.85rem;
    }

    .carousel-nav-container[b-exb2uhvvgv] {
        bottom: 1.5rem;
        gap: 1.5rem;
    }

    #propertyCarousel .carousel-indicators button[b-exb2uhvvgv] {
        width: 32px !important;
        height: 5px !important;
    }

        #propertyCarousel .carousel-indicators button.active[b-exb2uhvvgv] {
            width: 44px !important;
        }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .carousel-container[b-exb2uhvvgv] {
        border-radius: 20px;
    }

    .carousel-inner[b-exb2uhvvgv] {
        border-radius: 20px;
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 1.25rem;
    }

    .carousel-header-subtitle[b-exb2uhvvgv] {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .carousel-slide[b-exb2uhvvgv] {
        min-height: 460px;
    }

    .carousel-slide-content[b-exb2uhvvgv] {
        padding: 1.75rem 1.75rem 4.5rem 1.75rem;
    }

    .carousel-badge[b-exb2uhvvgv] {
        font-size: 0.75rem;
        padding: 8px 18px;
        max-width: 240px;
        border-radius: 18px;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 1.35rem;
    }

    .carousel-slide-subtitle[b-exb2uhvvgv] {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .carousel-slide-list[b-exb2uhvvgv] {
        font-size: 0.8rem;
        padding: 0 1.25rem;
        line-height: 1.5;
    }

        .carousel-slide-list li[b-exb2uhvvgv] {
            margin-bottom: 0.3rem;
        }

    .carousel-slide-footer[b-exb2uhvvgv] {
        font-size: 0.8rem;
    }

    .carousel-nav-container[b-exb2uhvvgv] {
        gap: 1rem;
    }

    .carousel-indicators[b-exb2uhvvgv] {
        gap: 5px;
    }

    #propertyCarousel .carousel-indicators button[b-exb2uhvvgv] {
        width: 24px !important;
        height: 4px !important;
    }

        #propertyCarousel .carousel-indicators button.active[b-exb2uhvvgv] {
            width: 36px !important;
        }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .carousel-container[b-exb2uhvvgv] {
        border-radius: 16px;
    }

    .carousel-inner[b-exb2uhvvgv] {
        border-radius: 16px;
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .carousel-header-subtitle[b-exb2uhvvgv] {
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .carousel-slide[b-exb2uhvvgv] {
        min-height: 440px;
    }

    .carousel-slide-content[b-exb2uhvvgv] {
        padding: 1.5rem 1.5rem 4rem 1.5rem;
    }

    .carousel-badge[b-exb2uhvvgv] {
        font-size: 0.7rem;
        padding: 8px 16px;
        max-width: 220px;
        border-radius: 16px;
        margin-bottom: 1.25rem;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .carousel-slide-subtitle[b-exb2uhvvgv] {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .carousel-slide-list[b-exb2uhvvgv] {
        font-size: 0.75rem;
        padding: 0 1rem;
        line-height: 1.5;
    }

        .carousel-slide-list li[b-exb2uhvvgv] {
            margin-bottom: 0.25rem;
        }

    .carousel-slide-footer[b-exb2uhvvgv] {
        font-size: 0.75rem;
    }

    .carousel-nav-container[b-exb2uhvvgv] {
        bottom: 1.25rem;
        gap: 0.75rem;
    }

    .carousel-nav-arrow[b-exb2uhvvgv] {
        font-size: 0.95rem;
        padding: 8px;
    }

    #propertyCarousel .carousel-indicators button[b-exb2uhvvgv] {
        width: 20px !important;
        height: 4px !important;
    }

        #propertyCarousel .carousel-indicators button.active[b-exb2uhvvgv] {
            width: 30px !important;
        }
}

/* =============================================
   RESPONSIVE - 320px (Small Mobile)
   ============================================= */
@media (max-width: 320px) {
    .carousel-section[b-exb2uhvvgv] {
        width: calc(100vw - 8px);
        padding: 1.25rem 0;
        margin-top: 1rem;
    }

    .carousel-container[b-exb2uhvvgv] {
        border-radius: 14px;
    }

    .carousel-inner[b-exb2uhvvgv] {
        border-radius: 14px;
    }

    .carousel-header-title[b-exb2uhvvgv] {
        font-size: 1.05rem;
    }

    .carousel-header-subtitle[b-exb2uhvvgv] {
        font-size: 0.7rem;
        margin-bottom: 1rem;
    }

    .carousel-slide[b-exb2uhvvgv] {
        min-height: 420px;
    }

    .carousel-slide-content[b-exb2uhvvgv] {
        padding: 1.25rem 1.25rem 3.5rem 1.25rem;
    }

    .carousel-badge[b-exb2uhvvgv] {
        font-size: 0.65rem;
        padding: 6px 14px;
        max-width: 200px;
        border-radius: 14px;
    }

    .carousel-slide-title[b-exb2uhvvgv] {
        font-size: 1.15rem;
    }

    .carousel-slide-subtitle[b-exb2uhvvgv] {
        font-size: 0.75rem;
    }

    .carousel-slide-list[b-exb2uhvvgv] {
        font-size: 0.7rem;
        padding: 0 0.75rem;
    }

    .carousel-slide-footer[b-exb2uhvvgv] {
        font-size: 0.7rem;
    }

    .carousel-nav-container[b-exb2uhvvgv] {
        bottom: 1rem;
        gap: 0.5rem;
    }

    .carousel-nav-arrow[b-exb2uhvvgv] {
        font-size: 0.85rem;
        padding: 6px;
    }

    #propertyCarousel .carousel-indicators button[b-exb2uhvvgv] {
        width: 16px !important;
        height: 3px !important;
    }

        #propertyCarousel .carousel-indicators button.active[b-exb2uhvvgv] {
            width: 24px !important;
        }
}
/* /Components/Index/IndexCTASection.razor.rz.scp.css */
/* =============================================
   CTA SECTION - FIGTREE FONT
   ============================================= */
.cta-section[b-awnlc4eexr],
.cta-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-awnlc4eexr] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section[b-awnlc4eexr] {
    position: relative;
    padding: 4rem 0;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.cta-title[b-awnlc4eexr] {
    font-size: 1.9rem;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.cta-subtitle[b-awnlc4eexr] {
    font-size: 0.9rem;
    font-weight: 300;
    color: #4C4C4C;
    line-height: 1.6;
    margin: 0 0 2rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* =============================================
   CTA BUTTONS
   ============================================= */
.cta-buttons[b-awnlc4eexr] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-btn-primary[b-awnlc4eexr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%);
    color: #FFFFFF;
    padding: 12px 70px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    line-height: 1;
}

    .cta-btn-primary:hover[b-awnlc4eexr] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(87, 55, 220, 0.3);
        color: #FFFFFF;
    }

.cta-btn-secondary[b-awnlc4eexr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #1A1A1A;
    padding: 12px 70px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #E5E7EB;
    line-height: 1;
}

    .cta-btn-secondary:hover[b-awnlc4eexr] {
        border-color: #5737DC;
        color: #5737DC;
        background: rgba(87, 55, 220, 0.05);
    }

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .cta-section[b-awnlc4eexr] {
        width: calc(100vw - 32px);
        padding: 3.5rem 0;
    }

    .cta-title[b-awnlc4eexr] {
        font-size: 1.8rem;
    }

    .cta-subtitle[b-awnlc4eexr] {
        font-size: 0.875rem;
    }

    .cta-btn-primary[b-awnlc4eexr],
    .cta-btn-secondary[b-awnlc4eexr] {
        padding: 12px 70px;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .cta-section[b-awnlc4eexr] {
        width: calc(100vw - 28px);
    }

    .cta-title[b-awnlc4eexr] {
        font-size: 1.7rem;
    }

    .cta-subtitle[b-awnlc4eexr] {
        font-size: 0.85rem;
        max-width: 550px;
    }

    .cta-btn-primary[b-awnlc4eexr],
    .cta-btn-secondary[b-awnlc4eexr] {
        padding: 12px 70px;
        font-size: 0.875rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .cta-section[b-awnlc4eexr] {
        width: calc(100vw - 24px);
        padding: 3rem 0;
    }

    .cta-title[b-awnlc4eexr] {
        font-size: 1.6rem;
    }

    .cta-subtitle[b-awnlc4eexr] {
        font-size: 0.825rem;
        max-width: 500px;
    }

    .cta-btn-primary[b-awnlc4eexr],
    .cta-btn-secondary[b-awnlc4eexr] {
        padding: 12px 70px;
        font-size: 0.85rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .cta-section[b-awnlc4eexr] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0;
    }

    .cta-title[b-awnlc4eexr] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .cta-subtitle[b-awnlc4eexr] {
        font-size: 0.8rem;
        max-width: 450px;
        margin-bottom: 1.75rem;
    }

    .cta-btn-primary[b-awnlc4eexr],
    .cta-btn-secondary[b-awnlc4eexr] {
        padding: 12px 70px;
        font-size: 0.825rem;
        border-radius: 8px;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .cta-section[b-awnlc4eexr] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0;
    }

    .cta-title[b-awnlc4eexr] {
        font-size: 1.25rem;
    }

    .cta-subtitle[b-awnlc4eexr] {
        font-size: 0.75rem;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .cta-buttons[b-awnlc4eexr] {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn-primary[b-awnlc4eexr],
    .cta-btn-secondary[b-awnlc4eexr] {
        padding: 12px 70px;
        font-size: 0.8rem;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .cta-section[b-awnlc4eexr] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0;
    }

    .cta-title[b-awnlc4eexr] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .cta-subtitle[b-awnlc4eexr] {
        font-size: 0.7rem;
        margin-bottom: 1.25rem;
    }

    .cta-btn-primary[b-awnlc4eexr],
    .cta-btn-secondary[b-awnlc4eexr] {
        padding: 12px 70px;
        font-size: 0.75rem;
        max-width: 260px;
    }
}
/* /Components/Index/IndexDarkCTA.razor.rz.scp.css */
/* =============================================
   DARK CTA SECTION - FIGTREE FONT
   ============================================= */
.dark-cta-section[b-f15ceygic3],
.dark-cta-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-f15ceygic3] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   DARK CTA SECTION
   ============================================= */
.dark-cta-section[b-f15ceygic3] {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    overflow: hidden;
    padding: 6.5rem 2rem !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.dark-cta-overlay[b-f15ceygic3] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.dark-cta-content[b-f15ceygic3] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

/* =============================================
   TYPOGRAPHY
   ============================================= */
.dark-cta-title[b-f15ceygic3] {
    color: #FFFFFF;
    font-size: 1.9rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.dark-cta-subtitle[b-f15ceygic3] {
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 1.25rem 0;
    padding: 0 1rem;
}

/* =============================================
   QUOTE BOX
   ============================================= */
.dark-cta-quote[b-f15ceygic3] {
    display: inline-block;
    background: rgba(217, 217, 217, 0.28);
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 6px 18px !important;
    color: #FFFFFF;
    font-size: 1rem !important;
    font-weight: 300;
    margin-bottom: 1.25rem;
    max-width: 612px;
}

/* =============================================
   FOOTER TEXT
   ============================================= */
.dark-cta-footer[b-f15ceygic3] {
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    padding: 0 2rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .dark-cta-section[b-f15ceygic3] {
        padding: 4rem 2rem;
    }

    .dark-cta-title[b-f15ceygic3] {
        font-size: 1.8rem;
    }

    .dark-cta-subtitle[b-f15ceygic3] {
        font-size: 0.875rem;
    }

    .dark-cta-quote[b-f15ceygic3] {
        font-size: 1rem;
        padding: 11px 34px;
    }

    .dark-cta-footer[b-f15ceygic3] {
        padding: 0 1.5rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .dark-cta-section[b-f15ceygic3] {
        padding: 3.75rem 1.75rem;
    }

    .dark-cta-title[b-f15ceygic3] {
        font-size: 1.7rem;
    }

    .dark-cta-subtitle[b-f15ceygic3] {
        font-size: 0.85rem;
    }

    .dark-cta-quote[b-f15ceygic3] {
        font-size: 0.95rem;
        padding: 10px 30px;
    }

    .dark-cta-footer[b-f15ceygic3] {
        padding: 0 1.25rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .dark-cta-section[b-f15ceygic3] {
        padding: 3.5rem 1.5rem;
    }

    .dark-cta-title[b-f15ceygic3] {
        font-size: 1.6rem;
    }

    .dark-cta-subtitle[b-f15ceygic3] {
        font-size: 0.825rem;
    }

    .dark-cta-quote[b-f15ceygic3] {
        font-size: 0.9rem;
        padding: 9px 26px;
        max-width: 100%;
    }

    .dark-cta-footer[b-f15ceygic3] {
        font-size: 0.775rem;
        padding: 0 1rem;
        max-width: 100%;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .dark-cta-section[b-f15ceygic3] {
        padding: 3rem 1.25rem;
    }

    .dark-cta-title[b-f15ceygic3] {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .dark-cta-subtitle[b-f15ceygic3] {
        font-size: 0.8rem;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }

    .dark-cta-quote[b-f15ceygic3] {
        font-size: 0.85rem;
        padding: 8px 22px;
        margin-bottom: 1rem;
    }

    .dark-cta-footer[b-f15ceygic3] {
        font-size: 0.75rem;
        padding: 0 0.75rem;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .dark-cta-section[b-f15ceygic3] {
        padding: 2.5rem 1rem;
    }

    .dark-cta-title[b-f15ceygic3] {
        font-size: 1.25rem;
    }

    .dark-cta-subtitle[b-f15ceygic3] {
        font-size: 0.75rem;
        line-height: 1.6;
        padding: 0;
    }

    .dark-cta-quote[b-f15ceygic3] {
        font-size: 0.8rem;
        padding: 7px 18px;
        border-radius: 20px;
    }

    .dark-cta-footer[b-f15ceygic3] {
        font-size: 0.7rem;
        padding: 0 0.5rem;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .dark-cta-section[b-f15ceygic3] {
        padding: 2rem 0.875rem;
    }

    .dark-cta-title[b-f15ceygic3] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .dark-cta-subtitle[b-f15ceygic3] {
        font-size: 0.7rem;
    }

    .dark-cta-quote[b-f15ceygic3] {
        font-size: 0.75rem;
        padding: 6px 14px;
        border-radius: 16px;
    }

    .dark-cta-footer[b-f15ceygic3] {
        font-size: 0.65rem;
        padding: 0;
    }
}
/* /Components/Index/IndexFeaturesGrid.razor.rz.scp.css */
/* =============================================
   FEATURES GRID SECTION - FIGTREE FONT
   ============================================= */
.features-grid-section[b-qwiebu4trh],
.features-grid-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-qwiebu4trh] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   FEATURES GRID SECTION
   ============================================= */
.features-grid-section[b-qwiebu4trh] {
    position: relative;
    padding: 4rem 0;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

/* =============================================
   SECTION HEADER
   ============================================= */
.features-grid-badge[b-qwiebu4trh] {
    display: inline-flex;
    align-items: center;
    background: rgba(87, 55, 220, 0.1);
    color: #5737DC;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

    .features-grid-badge i[b-qwiebu4trh] {
        color: #5737DC;
        font-size: 0.75rem;
    }

.features-grid-title[b-qwiebu4trh] {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.features-grid-subtitle[b-qwiebu4trh] {
    font-size: 0.85rem;
    font-weight: 300;
    color: #4C4C4C;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto;
}

/* =============================================
   FEATURES GRID
   ============================================= */
.features-grid[b-qwiebu4trh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

    .features-grid.features-grid-2[b-qwiebu4trh] {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px;
        margin: 0 auto;
    }

    .features-grid.features-grid-3[b-qwiebu4trh] {
        grid-template-columns: repeat(3, 1fr);
    }

/* =============================================
   FEATURE CARD
   ============================================= */
.feature-grid-card[b-qwiebu4trh] {
    background: #EFEFEF;
    border: none;
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

    .feature-grid-card:hover[b-qwiebu4trh] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

.feature-grid-card-title[b-qwiebu4trh] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0 0 0.5rem 0;
}

.feature-grid-card-text[b-qwiebu4trh] {
    font-size: 0.8rem;
    font-weight: 300;
    color: #4C4C4C;
    line-height: 1.6;
    margin: 0;
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .features-grid-section[b-qwiebu4trh] {
        width: calc(100vw - 32px);
        padding: 3.5rem 0;
    }

    .features-grid-title[b-qwiebu4trh] {
        font-size: 1.8rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .features-grid-section[b-qwiebu4trh] {
        width: calc(100vw - 28px);
    }

    .features-grid[b-qwiebu4trh] {
        gap: 1rem;
    }

    .features-grid-title[b-qwiebu4trh] {
        font-size: 1.7rem;
    }

    .features-grid-subtitle[b-qwiebu4trh] {
        font-size: 0.8rem;
        max-width: 650px;
    }
}

/* =============================================
   RESPONSIVE - 992px (3 cols to 2 cols)
   ============================================= */
@media (max-width: 992px) {
    .features-grid-section[b-qwiebu4trh] {
        width: calc(100vw - 24px);
        padding: 3rem 0;
    }

    .features-grid[b-qwiebu4trh],
    .features-grid.features-grid-3[b-qwiebu4trh] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem;
    }

        .features-grid.features-grid-2[b-qwiebu4trh] {
            grid-template-columns: repeat(2, 1fr) !important;
        }

    .features-grid-title[b-qwiebu4trh] {
        font-size: 1.6rem;
    }

    .features-grid-subtitle[b-qwiebu4trh] {
        font-size: 0.8rem;
        max-width: 550px;
    }

    .feature-grid-card[b-qwiebu4trh] {
        padding: 1.35rem;
    }
}

/* =============================================
   RESPONSIVE - 768px (2 cols to 1 col)
   ============================================= */
@media (max-width: 768px) {
    .features-grid-section[b-qwiebu4trh] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0;
    }

    .features-grid[b-qwiebu4trh],
    .features-grid.features-grid-2[b-qwiebu4trh],
    .features-grid.features-grid-3[b-qwiebu4trh] {
        grid-template-columns: 1fr !important;
        gap: 0.875rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .features-grid-title[b-qwiebu4trh] {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .features-grid-subtitle[b-qwiebu4trh] {
        font-size: 0.775rem;
        line-height: 1.6;
    }

    .features-grid-badge[b-qwiebu4trh] {
        font-size: 0.75rem;
        padding: 6px 16px;
        margin-bottom: 1.25rem;
    }

    .feature-grid-card[b-qwiebu4trh] {
        padding: 1.25rem;
    }

    .feature-grid-card-title[b-qwiebu4trh] {
        font-size: 0.9rem;
    }

    .feature-grid-card-text[b-qwiebu4trh] {
        font-size: 0.775rem;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .features-grid-section[b-qwiebu4trh] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0;
    }

    .features-grid[b-qwiebu4trh],
    .features-grid.features-grid-2[b-qwiebu4trh],
    .features-grid.features-grid-3[b-qwiebu4trh] {
        gap: 0.75rem;
        max-width: 100%;
    }

    .features-grid-title[b-qwiebu4trh] {
        font-size: 1.25rem;
    }

    .features-grid-subtitle[b-qwiebu4trh] {
        font-size: 0.725rem;
    }

    .features-grid-badge[b-qwiebu4trh] {
        font-size: 0.7rem;
        padding: 5px 14px;
        margin-bottom: 1rem;
    }

    .feature-grid-card[b-qwiebu4trh] {
        padding: 1rem;
        border-radius: 12px;
    }

    .feature-grid-card-title[b-qwiebu4trh] {
        font-size: 0.875rem;
        margin-bottom: 0.35rem;
    }

    .feature-grid-card-text[b-qwiebu4trh] {
        font-size: 0.725rem;
        line-height: 1.55;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .features-grid-section[b-qwiebu4trh] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0;
    }

    .features-grid-title[b-qwiebu4trh] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .features-grid-subtitle[b-qwiebu4trh] {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .features-grid-badge[b-qwiebu4trh] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .features-grid[b-qwiebu4trh],
    .features-grid.features-grid-2[b-qwiebu4trh],
    .features-grid.features-grid-3[b-qwiebu4trh] {
        gap: 0.625rem;
    }

    .feature-grid-card[b-qwiebu4trh] {
        padding: 0.875rem;
        border-radius: 10px;
    }

    .feature-grid-card-title[b-qwiebu4trh] {
        font-size: 0.825rem;
    }

    .feature-grid-card-text[b-qwiebu4trh] {
        font-size: 0.7rem;
        line-height: 1.5;
    }
}
/* /Components/Index/IndexFeatureShowcase.razor.rz.scp.css */
/* =============================================
   FEATURE SHOWCASE SECTION
   ============================================= */

.feature-showcase[b-6cmgigw27t] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    margin-top: 4rem;
}

    .feature-showcase[b-6cmgigw27t],
    .feature-showcase *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-6cmgigw27t] {
        font-family: 'Figtree', sans-serif;
    }

/* =============================================
   SECTION HEADER (OPTIONAL)
   ============================================= */

.section-title[b-6cmgigw27t] {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.title-gradient[b-6cmgigw27t] {
    background: linear-gradient(90deg, #5737DC, #0CD398);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.section-subtitle[b-6cmgigw27t] {
    font-size: 0.95rem;
    color: #6B7280;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* =============================================
   SHOWCASE CONTENT (LEFT + RIGHT)
   ============================================= */

.showcase-content[b-6cmgigw27t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

    /* Reversed layout - image on left, text on right */
    .showcase-content.showcase-reversed[b-6cmgigw27t] {
        flex-direction: row-reverse;
    }

/* =============================================
   LEFT SIDE
   ============================================= */

.showcase-left[b-6cmgigw27t] {
    flex: 1;
}

.showcase-badge[b-6cmgigw27t] {
    background: rgba(87, 55, 220, 0.12);
    color: #5737DC;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.showcase-title[b-6cmgigw27t] {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.showcase-text[b-6cmgigw27t] {
    font-size: 0.95rem;
    color: #6B7280;
    line-height: 1.6;
}

/* =============================================
   RIGHT SIDE (DEVICE FRAME)
   ============================================= */

.showcase-right[b-6cmgigw27t] {
    flex: 1.7;
    display: flex;
    justify-content: center;
}

.showcase-device-frame[b-6cmgigw27t] {
    width: 100%;
    max-width: 1000px;
    background: transparent;
    border-radius: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase-screenshot[b-6cmgigw27t] {
    width: 100%;
    border-radius: 18px;
    display: block;
    object-fit: cover;
}

/* =============================================
   SECTION BADGE (FocusList style)
   ============================================= */
.feature-showcase-section-badge[b-6cmgigw27t] {
    display: inline-flex;
    align-items: center;
    background: rgba(87, 55, 220, 0.1);
    color: #5737DC;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

    .feature-showcase-section-badge i[b-6cmgigw27t] {
        color: #5737DC;
        font-size: 0.75rem;
    }

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .showcase-content[b-6cmgigw27t] {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

        .showcase-content.showcase-reversed[b-6cmgigw27t] {
            flex-direction: column;
        }

    .showcase-left[b-6cmgigw27t] {
        order: 1;
    }

    .showcase-right[b-6cmgigw27t] {
        order: 2;
    }

    .showcase-device-frame[b-6cmgigw27t] {
        max-width: 500px;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .feature-showcase[b-6cmgigw27t] {
        padding: 3rem 1.25rem;
        margin-top: 3rem;
    }

    .showcase-content[b-6cmgigw27t] {
        gap: 1.25rem;
    }

    .section-title[b-6cmgigw27t] {
        font-size: 1.8rem;
    }

    .showcase-title[b-6cmgigw27t] {
        font-size: 1.6rem;
    }

    .showcase-text[b-6cmgigw27t] {
        font-size: 0.9rem;
    }

    .feature-showcase-section-badge[b-6cmgigw27t] {
        font-size: 0.75rem;
        padding: 6px 16px;
        margin-bottom: 1.25rem;
    }

    .showcase-device-frame[b-6cmgigw27t] {
        max-width: 450px;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .feature-showcase[b-6cmgigw27t] {
        padding: 2.5rem 1rem;
        margin-top: 2.5rem;
    }

    .showcase-content[b-6cmgigw27t] {
        gap: 1rem;
    }

    .section-title[b-6cmgigw27t] {
        font-size: 1.5rem;
    }

    .section-subtitle[b-6cmgigw27t] {
        font-size: 0.85rem;
    }

        .section-subtitle br[b-6cmgigw27t] {
            display: none;
        }

    .showcase-title[b-6cmgigw27t] {
        font-size: 1.35rem;
    }

    .showcase-text[b-6cmgigw27t] {
        font-size: 0.85rem;
    }

        .showcase-text br[b-6cmgigw27t] {
            display: none;
        }

    .showcase-badge[b-6cmgigw27t] {
        font-size: 0.7rem;
        padding: 5px 14px;
    }

    .feature-showcase-section-badge[b-6cmgigw27t] {
        font-size: 0.7rem;
        padding: 5px 14px;
        margin-bottom: 1rem;
    }

    .showcase-device-frame[b-6cmgigw27t] {
        max-width: 100%;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .feature-showcase[b-6cmgigw27t] {
        padding: 2rem 0.875rem;
        margin-top: 2rem;
    }

    .showcase-content[b-6cmgigw27t] {
        gap: 0.875rem;
    }

    .section-title[b-6cmgigw27t] {
        font-size: 1.35rem;
    }

    .section-subtitle[b-6cmgigw27t] {
        font-size: 0.8rem;
    }

    .showcase-title[b-6cmgigw27t] {
        font-size: 1.2rem;
    }

    .showcase-text[b-6cmgigw27t] {
        font-size: 0.8rem;
    }

    .showcase-badge[b-6cmgigw27t] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .feature-showcase-section-badge[b-6cmgigw27t] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }
}

/* =============================================
   RESPONSIVE - 320px
   ============================================= */
@media (max-width: 320px) {
    .feature-showcase[b-6cmgigw27t] {
        padding: 1.75rem 0.75rem;
        margin-top: 1.5rem;
    }

    .showcase-content[b-6cmgigw27t] {
        gap: 0.75rem;
    }

    .section-title[b-6cmgigw27t] {
        font-size: 1.2rem;
    }

    .section-subtitle[b-6cmgigw27t] {
        font-size: 0.75rem;
    }

    .showcase-title[b-6cmgigw27t] {
        font-size: 1.1rem;
    }

    .showcase-text[b-6cmgigw27t] {
        font-size: 0.75rem;
    }

    .showcase-badge[b-6cmgigw27t] {
        font-size: 0.6rem;
        padding: 3px 10px;
    }

    .feature-showcase-section-badge[b-6cmgigw27t] {
        font-size: 0.6rem;
        padding: 3px 10px;
    }
}
/* /Components/Index/IndexFocusListSection.razor.rz.scp.css */
/* =============================================
   FOCUSLIST SECTION - FIGTREE FONT
   ============================================= */
.focuslist-section[b-ms7rvxvhfw],
.focuslist-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-ms7rvxvhfw] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   FOCUSLIST SECTION
   ============================================= */

.focuslist-section[b-ms7rvxvhfw] {
    padding: 4rem 0;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 4rem;
}

/* =============================================
   SECTION HEADER
   ============================================= */

.focuslist-badge[b-ms7rvxvhfw] {
    display: inline-flex;
    align-items: center;
    background: rgba(87, 55, 220, 0.1);
    color: #5737DC;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

    .focuslist-badge i[b-ms7rvxvhfw] {
        color: #5737DC;
        font-size: 0.75rem;
    }

.focuslist-title[b-ms7rvxvhfw] {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.focuslist-subtitle[b-ms7rvxvhfw] {
    font-size: 0.85rem;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto;
}

/* =============================================
   CONTENT GRID
   ============================================= */

.focuslist-content[b-ms7rvxvhfw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

/* =============================================
   LEFT SIDE: FEATURE CARDS
   ============================================= */

.focuslist-features[b-ms7rvxvhfw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.feature-card[b-ms7rvxvhfw] {
    background: #EFEFEF;
    border: none;
    border-radius: 15px;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

    .feature-card:hover[b-ms7rvxvhfw] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

.feature-icon[b-ms7rvxvhfw] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(87, 55, 220, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5737DC;
    font-size: 0.9rem;
}

.feature-text h4[b-ms7rvxvhfw] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4C4C4C;
    margin: 0 0 0.35rem 0;
}

.feature-text p[b-ms7rvxvhfw] {
    font-size: 0.8rem;
    font-weight: 300;
    color: #4C4C4C;
    line-height: 1.5;
    margin: 0;
}

/* =============================================
   RIGHT SIDE: AI INTELLIGENCE CARD
   ============================================= */

.ai-intelligence-card[b-ms7rvxvhfw] {
    background: linear-gradient(135deg, #F5F7FA 0%, #EEF2F7 100%);
    border: 1px solid #E0E7FF;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ai-card-content[b-ms7rvxvhfw] {
    position: relative;
    z-index: 2;
}

    .ai-card-content h3[b-ms7rvxvhfw] {
        font-size: 1.1rem;
        font-weight: 500;
        color: #4C4C4C;
        margin: 0 0 0.75rem 0;
    }

.ai-card-description[b-ms7rvxvhfw] {
    font-size: 0.8rem;
    font-weight: 300;
    color: #4C4C4C;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.ai-checklist[b-ms7rvxvhfw] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ai-checklist li[b-ms7rvxvhfw] {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
        font-weight: 300;
        color: #4C4C4C;
    }

        .ai-checklist li:last-child[b-ms7rvxvhfw] {
            margin-bottom: 0;
        }

    .ai-checklist i[b-ms7rvxvhfw] {
        color: #0CD398;
        font-size: 0.8rem;
        margin-top: 2px;
    }

/* Decorative Robot Icon */
.ai-card-decoration[b-ms7rvxvhfw] {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 8rem;
    color: rgba(87, 55, 220, 0.08);
    z-index: 1;
    transform: rotate(-10deg);
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .focuslist-content[b-ms7rvxvhfw] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .focuslist-features[b-ms7rvxvhfw] {
        order: 1;
    }

    .ai-intelligence-card[b-ms7rvxvhfw] {
        order: 2;
    }

    .focuslist-title[b-ms7rvxvhfw] {
        font-size: 1.7rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .focuslist-section[b-ms7rvxvhfw] {
        padding: 3rem 0;
        margin-top: 3rem;
    }

    .focuslist-badge[b-ms7rvxvhfw] {
        font-size: 0.75rem;
        padding: 6px 16px;
    }

    .focuslist-title[b-ms7rvxvhfw] {
        font-size: 1.5rem;
    }

    .focuslist-subtitle[b-ms7rvxvhfw] {
        font-size: 0.8rem;
    }

        .focuslist-subtitle br[b-ms7rvxvhfw] {
            display: none;
        }

    .focuslist-content[b-ms7rvxvhfw] {
        gap: 1.5rem;
    }

    .focuslist-features[b-ms7rvxvhfw] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card[b-ms7rvxvhfw] {
        padding: 1.25rem;
    }

    .ai-intelligence-card[b-ms7rvxvhfw] {
        padding: 1.5rem;
    }

    .ai-card-content h3[b-ms7rvxvhfw] {
        font-size: 1rem;
    }

    .ai-card-decoration[b-ms7rvxvhfw] {
        font-size: 6rem;
        bottom: -15px;
        right: -5px;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .focuslist-section[b-ms7rvxvhfw] {
        padding: 2.5rem 0;
        margin-top: 2.5rem;
    }

    .focuslist-badge[b-ms7rvxvhfw] {
        font-size: 0.7rem;
        padding: 5px 14px;
    }

    .focuslist-title[b-ms7rvxvhfw] {
        font-size: 1.25rem;
    }

    .focuslist-subtitle[b-ms7rvxvhfw] {
        font-size: 0.75rem;
    }

    .focuslist-content[b-ms7rvxvhfw] {
        gap: 1.25rem;
    }

    .feature-card[b-ms7rvxvhfw] {
        padding: 1rem;
    }

    .feature-icon[b-ms7rvxvhfw] {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.85rem;
    }

    .feature-text h4[b-ms7rvxvhfw] {
        font-size: 0.9rem;
    }

    .feature-text p[b-ms7rvxvhfw] {
        font-size: 0.75rem;
    }

    .ai-intelligence-card[b-ms7rvxvhfw] {
        padding: 1.25rem;
    }

    .ai-card-content h3[b-ms7rvxvhfw] {
        font-size: 0.95rem;
    }

    .ai-card-description[b-ms7rvxvhfw] {
        font-size: 0.75rem;
    }

    .ai-checklist li[b-ms7rvxvhfw] {
        font-size: 0.75rem;
    }

    .ai-card-decoration[b-ms7rvxvhfw] {
        font-size: 5rem;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .focuslist-section[b-ms7rvxvhfw] {
        padding: 2rem 0;
        margin-top: 2rem;
    }

    .focuslist-badge[b-ms7rvxvhfw] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .focuslist-title[b-ms7rvxvhfw] {
        font-size: 1.15rem;
    }

    .focuslist-subtitle[b-ms7rvxvhfw] {
        font-size: 0.7rem;
    }

    .focuslist-content[b-ms7rvxvhfw] {
        gap: 1rem;
    }

    .feature-card[b-ms7rvxvhfw] {
        padding: 0.875rem;
    }

    .feature-icon[b-ms7rvxvhfw] {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 0.8rem;
        border-radius: 8px;
    }

    .feature-text h4[b-ms7rvxvhfw] {
        font-size: 0.85rem;
    }

    .feature-text p[b-ms7rvxvhfw] {
        font-size: 0.7rem;
    }

    .ai-intelligence-card[b-ms7rvxvhfw] {
        padding: 1rem;
        border-radius: 16px;
    }

    .ai-card-content h3[b-ms7rvxvhfw] {
        font-size: 0.9rem;
    }

    .ai-card-description[b-ms7rvxvhfw] {
        font-size: 0.7rem;
    }

    .ai-checklist li[b-ms7rvxvhfw] {
        font-size: 0.7rem;
    }

    .ai-card-decoration[b-ms7rvxvhfw] {
        font-size: 4rem;
        bottom: -10px;
        right: -5px;
    }
}

/* =============================================
   RESPONSIVE - 320px
   ============================================= */
@media (max-width: 320px) {
    .focuslist-section[b-ms7rvxvhfw] {
        padding: 1.75rem 0;
        margin-top: 1.5rem;
    }

    .focuslist-badge[b-ms7rvxvhfw] {
        font-size: 0.6rem;
        padding: 3px 10px;
    }

    .focuslist-title[b-ms7rvxvhfw] {
        font-size: 1.05rem;
    }

    .focuslist-subtitle[b-ms7rvxvhfw] {
        font-size: 0.65rem;
    }

    .focuslist-content[b-ms7rvxvhfw] {
        gap: 0.875rem;
    }

    .feature-card[b-ms7rvxvhfw] {
        padding: 0.75rem;
        border-radius: 12px;
    }

    .feature-icon[b-ms7rvxvhfw] {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 0.75rem;
    }

    .feature-text h4[b-ms7rvxvhfw] {
        font-size: 0.8rem;
    }

    .feature-text p[b-ms7rvxvhfw] {
        font-size: 0.65rem;
    }

    .ai-intelligence-card[b-ms7rvxvhfw] {
        padding: 0.875rem;
        border-radius: 14px;
    }

    .ai-card-content h3[b-ms7rvxvhfw] {
        font-size: 0.85rem;
    }

    .ai-card-description[b-ms7rvxvhfw] {
        font-size: 0.65rem;
    }

    .ai-checklist li[b-ms7rvxvhfw] {
        font-size: 0.65rem;
    }

    .ai-card-decoration[b-ms7rvxvhfw] {
        font-size: 3.5rem;
    }
}
/* /Components/Index/IndexGoalsSection.razor.rz.scp.css */
/* =============================================
   GOALS SECTION - FIGTREE FONT
   ============================================= */
.goals-section[b-ja82iiy3df],
.goals-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-ja82iiy3df] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   GOALS SECTION
   ============================================= */
.goals-section[b-ja82iiy3df] {
    position: relative;
    margin-top: 8rem;
    margin-bottom: 2rem;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

.goals-badge[b-ja82iiy3df] {
    background: rgba(87, 55, 220, 0.12);
    color: #5737DC;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
}

.goals-title[b-ja82iiy3df] {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.goals-subtitle[b-ja82iiy3df] {
    font-size: 0.95rem;
    color: #6B7280;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* =============================================
   GOALS CARD GRID - HORIZONTAL SCROLL
   ============================================= */
.goals-card-grid[b-ja82iiy3df] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.5rem;
}

    /* Custom Scrollbar */
    .goals-card-grid[b-ja82iiy3df]::-webkit-scrollbar {
        height: 6px;
    }

    .goals-card-grid[b-ja82iiy3df]::-webkit-scrollbar-track {
        background: #E5E7EB;
        border-radius: 3px;
    }

    .goals-card-grid[b-ja82iiy3df]::-webkit-scrollbar-thumb {
        background: #5737DC;
        border-radius: 3px;
    }

        .goals-card-grid[b-ja82iiy3df]::-webkit-scrollbar-thumb:hover {
            background: #4629B5;
        }

/* Firefox scrollbar */
.goals-card-grid[b-ja82iiy3df] {
    scrollbar-width: thin;
    scrollbar-color: #5737DC #E5E7EB;
}

/* =============================================
   GOAL CARD - FIXED SIZE
   ============================================= */
.goals-card[b-ja82iiy3df] {
    position: relative;
    flex: 0 0 260px;
    min-height: 465px;
    border-radius: 20px;
    padding: 1.875rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    scroll-snap-align: start;
}

/* Overlay - DISABLED (gradient baked into images) */
.goals-card-overlay[b-ja82iiy3df] {
    display: none;
}

.goals-card-title[b-ja82iiy3df],
.goals-card-text[b-ja82iiy3df],
.goals-card-list[b-ja82iiy3df],
.goals-card-btn[b-ja82iiy3df] {
    position: relative;
    z-index: 2;
}

/* Title - fixed distance from top */
.goals-card-title[b-ja82iiy3df] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    color: #FFFFFF;
}

/* Text - closer to title */
.goals-card-text[b-ja82iiy3df] {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

/* List - closer to text */
.goals-card-list[b-ja82iiy3df] {
    margin-bottom: 1.25rem;
    padding-left: 1.2rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #FFFFFF;
}

    .goals-card-list li[b-ja82iiy3df] {
        margin-bottom: 0.25rem;
    }

/* Button - pushed to bottom */
.goals-card-btn[b-ja82iiy3df] {
    background: #6C4BFF;
    color: white;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background 0.25s ease;
    margin-top: auto;
}

    .goals-card-btn:hover[b-ja82iiy3df] {
        background: #5A3FE0;
        color: white;
    }

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 32px);
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 2rem;
    }

    .goals-card-grid[b-ja82iiy3df] {
        justify-content: flex-start;
        gap: 1.75rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 28px);
        margin-top: 6rem;
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 1.85rem;
    }

    .goals-subtitle[b-ja82iiy3df] {
        font-size: 0.9rem;
    }

    .goals-card-grid[b-ja82iiy3df] {
        gap: 1.5rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 24px);
        margin-top: 5rem;
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 1.7rem;
    }

    .goals-subtitle[b-ja82iiy3df] {
        font-size: 0.875rem;
        margin-bottom: 2.5rem;
    }

    .goals-card-grid[b-ja82iiy3df] {
        gap: 1.25rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 20px);
        margin-top: 4rem;
        margin-bottom: 1.5rem;
    }

    .goals-badge[b-ja82iiy3df] {
        font-size: 0.7rem;
        padding: 5px 14px;
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 1.5rem;
    }

    .goals-subtitle[b-ja82iiy3df] {
        font-size: 0.85rem;
        margin-bottom: 2rem;
    }

        .goals-subtitle br[b-ja82iiy3df] {
            display: none;
        }

    .goals-card-grid[b-ja82iiy3df] {
        gap: 1rem;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 16px);
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .goals-badge[b-ja82iiy3df] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 1.25rem;
    }

    .goals-subtitle[b-ja82iiy3df] {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .goals-card-grid[b-ja82iiy3df] {
        gap: 0.875rem;
    }

        .goals-card-grid[b-ja82iiy3df]::-webkit-scrollbar {
            height: 5px;
        }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 12px);
        margin-top: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .goals-badge[b-ja82iiy3df] {
        font-size: 0.6rem;
        padding: 3px 10px;
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .goals-subtitle[b-ja82iiy3df] {
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .goals-card-grid[b-ja82iiy3df] {
        gap: 0.75rem;
    }

        .goals-card-grid[b-ja82iiy3df]::-webkit-scrollbar {
            height: 4px;
        }
}

/* =============================================
   RESPONSIVE - 320px
   ============================================= */
@media (max-width: 320px) {
    .goals-section[b-ja82iiy3df] {
        width: calc(100vw - 8px);
        margin-top: 2rem;
    }

    .goals-badge[b-ja82iiy3df] {
        font-size: 0.55rem;
        padding: 3px 8px;
    }

    .goals-title[b-ja82iiy3df] {
        font-size: 1.05rem;
    }

    .goals-subtitle[b-ja82iiy3df] {
        font-size: 0.7rem;
        margin-bottom: 1rem;
    }

    .goals-card-grid[b-ja82iiy3df] {
        gap: 0.625rem;
    }
}
/* /Components/Index/IndexHeroSection.razor.rz.scp.css */
/* =============================================
   HERO SECTION - FIGTREE FONT
   ============================================= */
.hero-section[b-mmogbxg89x],
.hero-section *[b-mmogbxg89x] {
    font-family: 'Figtree', sans-serif !important;
}

/* =============================================
   HERO SECTION CONTAINER
   ============================================= */
.hero-section[b-mmogbxg89x] {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* Break out of parent - almost full viewport with small gap */
    width: calc(100vw - 32px);
    max-width: 1300px;
    /* Center with transform */
    left: 50%;
    transform: translateX(-50%);
}

.hero-container[b-mmogbxg89x] {
    position: relative;
    border-radius: 32px;
    overflow: visible;
    min-height: 480px;
}

/* SVG on the hero container */
.hero-decorative-shapes[b-mmogbxg89x] {
    position: absolute;
    top: -35px;
    right: -25px;
    z-index: 10;
    pointer-events: none;
}

    .hero-decorative-shapes svg[b-mmogbxg89x] {
        width: 280px;
        height: 280px;
        transition: all 0.3s ease;
    }

.hero-bg-image[b-mmogbxg89x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 32px;
}

.hero-overlay[b-mmogbxg89x] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 2;
    border-radius: 32px;
}

.hero-content-wrapper[b-mmogbxg89x] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 480px;
    padding: 3rem 2rem;
    text-align: center;
}

/* =============================================
   HERO BADGE
   ============================================= */
.hero-badge[b-mmogbxg89x] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.28);
    border: 0.8px solid #FFFFFF;
    backdrop-filter: blur(1.3px);
    -webkit-backdrop-filter: blur(1.3px);
    border-radius: 50px;
    color: #FFFFFF;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* =============================================
   HERO TEXT
   ============================================= */
.hero-title[b-mmogbxg89x] {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    max-width: 700px;
}

.hero-subtitle[b-mmogbxg89x] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    max-width: 600px;
}

.hero-description[b-mmogbxg89x] {
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 2rem 0;
    max-width: 650px;
}

/* =============================================
   HERO BUTTONS
   ============================================= */
.hero-buttons[b-mmogbxg89x] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-btn-primary[b-mmogbxg89x] {
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%);
    color: #FFFFFF;
    padding: 10px 48px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    min-width: 220px;
    text-align: center;
}

    .hero-btn-primary:hover[b-mmogbxg89x] {
        background: linear-gradient(90deg, #4629B5 0%, #0AB385 100%);
        color: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(87, 55, 220, 0.35);
    }

.hero-btn-secondary[b-mmogbxg89x] {
    background: transparent;
    color: #FFFFFF;
    padding: 10px 48px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
    min-width: 220px;
    text-align: center;
}

    .hero-btn-secondary:hover[b-mmogbxg89x] {
        background: rgba(255, 255, 255, 0.1);
        border-color: #FFFFFF;
        color: #FFFFFF;
        transform: translateY(-2px);
    }

/* =============================================
   RESPONSIVE - 1400px (SVG starts shrinking)
   ============================================= */
@media (max-width: 1400px) {
    .hero-decorative-shapes[b-mmogbxg89x] {
        top: -30px;
        right: -15px;
    }

        .hero-decorative-shapes svg[b-mmogbxg89x] {
            width: 250px;
            height: 250px;
        }
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .hero-section[b-mmogbxg89x] {
        width: calc(100vw - 32px);
    }

    .hero-decorative-shapes[b-mmogbxg89x] {
        top: -25px;
        right: -5px;
    }

        .hero-decorative-shapes svg[b-mmogbxg89x] {
            width: 220px;
            height: 220px;
        }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .hero-section[b-mmogbxg89x] {
        width: calc(100vw - 28px);
    }

    .hero-decorative-shapes[b-mmogbxg89x] {
        top: -15px;
        right: 5px;
    }

        .hero-decorative-shapes svg[b-mmogbxg89x] {
            width: 180px;
            height: 180px;
        }

    .hero-container[b-mmogbxg89x] {
        min-height: 460px;
    }

    .hero-content-wrapper[b-mmogbxg89x] {
        min-height: 460px;
    }

    .hero-title[b-mmogbxg89x] {
        font-size: 2rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .hero-section[b-mmogbxg89x] {
        width: calc(100vw - 24px);
    }

    .hero-decorative-shapes[b-mmogbxg89x] {
        top: -5px;
        right: 10px;
    }

        .hero-decorative-shapes svg[b-mmogbxg89x] {
            width: 150px;
            height: 150px;
        }

    .hero-container[b-mmogbxg89x] {
        min-height: 440px;
        border-radius: 28px;
    }

    .hero-bg-image[b-mmogbxg89x],
    .hero-overlay[b-mmogbxg89x] {
        border-radius: 28px;
    }

    .hero-content-wrapper[b-mmogbxg89x] {
        min-height: 440px;
        padding: 2.5rem 2rem;
    }

    .hero-title[b-mmogbxg89x] {
        font-size: 1.85rem;
    }

    .hero-description[b-mmogbxg89x] {
        font-size: 0.9rem;
        max-width: 520px;
    }

    .hero-btn-primary[b-mmogbxg89x],
    .hero-btn-secondary[b-mmogbxg89x] {
        padding: 10px 36px;
        min-width: 190px;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .hero-section[b-mmogbxg89x] {
        width: calc(100vw - 20px);
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-decorative-shapes[b-mmogbxg89x] {
        display: none;
    }

    .hero-container[b-mmogbxg89x] {
        border-radius: 24px;
        min-height: 400px;
        overflow: hidden;
    }

    .hero-bg-image[b-mmogbxg89x],
    .hero-overlay[b-mmogbxg89x] {
        border-radius: 24px;
    }

    .hero-content-wrapper[b-mmogbxg89x] {
        min-height: 400px;
        padding: 2rem 1.5rem;
    }

    .hero-badge[b-mmogbxg89x] {
        font-size: 0.75rem;
        padding: 5px 16px;
        margin-bottom: 1.25rem;
    }

    .hero-title[b-mmogbxg89x] {
        font-size: 1.6rem;
        max-width: 100%;
    }

    .hero-subtitle[b-mmogbxg89x] {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .hero-description[b-mmogbxg89x] {
        font-size: 0.825rem;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .hero-btn-primary[b-mmogbxg89x],
    .hero-btn-secondary[b-mmogbxg89x] {
        padding: 9px 28px;
        font-size: 0.825rem;
        min-width: 160px;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .hero-section[b-mmogbxg89x] {
        width: calc(100vw - 16px);
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .hero-container[b-mmogbxg89x] {
        border-radius: 20px;
        min-height: 360px;
    }

    .hero-bg-image[b-mmogbxg89x],
    .hero-overlay[b-mmogbxg89x] {
        border-radius: 20px;
    }

    .hero-content-wrapper[b-mmogbxg89x] {
        min-height: 360px;
        padding: 1.5rem 1.25rem;
    }

    .hero-badge[b-mmogbxg89x] {
        font-size: 0.7rem;
        padding: 4px 14px;
        margin-bottom: 1rem;
    }

    .hero-title[b-mmogbxg89x] {
        font-size: 1.35rem;
    }

    .hero-subtitle[b-mmogbxg89x] {
        font-size: 0.85rem;
    }

    .hero-description[b-mmogbxg89x] {
        font-size: 0.775rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }

    .hero-buttons[b-mmogbxg89x] {
        flex-direction: column;
        width: 100%;
        gap: 0.6rem;
    }

    .hero-btn-primary[b-mmogbxg89x],
    .hero-btn-secondary[b-mmogbxg89x] {
        width: 100%;
        min-width: unset;
        padding: 9px 20px;
        font-size: 0.8rem;
    }
}

/* =============================================
   RESPONSIVE - 414px (Mobile Portrait)
   ============================================= */
@media (max-width: 414px) {
    .hero-section[b-mmogbxg89x] {
        width: calc(100vw - 12px);
        margin-top: 0.25rem;
        margin-bottom: 0.75rem;
    }

    .hero-container[b-mmogbxg89x] {
        border-radius: 16px;
        min-height: 320px;
    }

    .hero-bg-image[b-mmogbxg89x],
    .hero-overlay[b-mmogbxg89x] {
        border-radius: 16px;
    }

    .hero-content-wrapper[b-mmogbxg89x] {
        min-height: 320px;
        padding: 1.25rem 1rem;
    }

    .hero-badge[b-mmogbxg89x] {
        font-size: 0.65rem;
        padding: 3px 12px;
    }

    .hero-title[b-mmogbxg89x] {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .hero-subtitle[b-mmogbxg89x] {
        font-size: 0.8rem;
    }

    .hero-description[b-mmogbxg89x] {
        font-size: 0.725rem;
        line-height: 1.55;
        margin-bottom: 1rem;
    }

    .hero-btn-primary[b-mmogbxg89x],
    .hero-btn-secondary[b-mmogbxg89x] {
        padding: 8px 16px;
        font-size: 0.75rem;
        border-radius: 8px;
    }
}
/* /Components/Index/IndexPricingSection.razor.rz.scp.css */
/* =============================================
   PRICING SECTION - FIGTREE FONT
   ============================================= */
.pricing-section[b-iyhgx33dx7],
.pricing-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-iyhgx33dx7] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   PRICING SECTION
   ============================================= */
.pricing-section[b-iyhgx33dx7] {
    position: relative;
    padding: 4rem 2rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-image: url('pricing-bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

    .pricing-section[b-iyhgx33dx7]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 150px;
        background: linear-gradient(to bottom, #FFFFFF 0%, transparent 100%);
        z-index: 0;
        pointer-events: none;
    }

    .pricing-section[b-iyhgx33dx7]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 150px;
        background: linear-gradient(to top, #FFFFFF 0%, transparent 100%);
        z-index: 0;
        pointer-events: none;
    }

/* =============================================
   SECTION HEADER
   ============================================= */
.pricing-cards[b-iyhgx33dx7] {
    position: relative;
    z-index: 1;
}

.pricing-title[b-iyhgx33dx7],
.pricing-subtitle[b-iyhgx33dx7] {
    position: relative;
    z-index: 1;
}

.pricing-title[b-iyhgx33dx7] {
    font-size: 1.9rem;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.pricing-subtitle[b-iyhgx33dx7] {
    font-size: 0.85rem;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto;
}

/* =============================================
   PRICING CARDS GRID
   ============================================= */
.pricing-cards[b-iyhgx33dx7] {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 1.25rem;
    max-width: 720px;
    margin: 0 auto;
    align-items: center;
}

/* =============================================
   CARD WRAPPER (for badge positioning)
   ============================================= */
.pricing-card-wrapper[b-iyhgx33dx7] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .pricing-card-wrapper:last-child[b-iyhgx33dx7] {
        transform: translateY(-25px);
    }

/* =============================================
   BADGE (floating above card)
   ============================================= */
.pricing-badge[b-iyhgx33dx7] {
    display: inline-block;
    background: #0CD398;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: -18px;
    position: relative;
    z-index: 10;
}

/* =============================================
   INDIVIDUAL CARD
   ============================================= */
.pricing-card[b-iyhgx33dx7] {
    background: #FFFFFF;
    border-radius: 45px;
    padding: 2.5rem 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}

.pricing-card-content[b-iyhgx33dx7] {
    position: relative;
    z-index: 2;
}

/* =============================================
   HIGHLIGHTED CARD (PRO) - TALLER & WIDER
   ============================================= */
.pricing-card-highlighted[b-iyhgx33dx7] {
    background: #1A1A1A;
    padding: 4rem 2.75rem;
}

    .pricing-card-highlighted .pricing-plan-name[b-iyhgx33dx7],
    .pricing-card-highlighted .price-amount[b-iyhgx33dx7],
    .pricing-card-highlighted .pricing-features li[b-iyhgx33dx7] {
        color: #FFFFFF;
    }

    .pricing-card-highlighted .price-period[b-iyhgx33dx7] {
        color: rgba(255, 255, 255, 0.6);
    }

    .pricing-card-highlighted .pricing-plan-description[b-iyhgx33dx7] {
        color: rgba(255, 255, 255, 0.7);
    }

    .pricing-card-highlighted .pricing-features-card[b-iyhgx33dx7] {
        background: transparent;
        padding: 0;
    }

/* =============================================
   PLAN NAME & PRICE
   ============================================= */
.pricing-plan-name[b-iyhgx33dx7] {
    font-size: 2.1rem;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0 0 0 0;
    padding-left: 0.75rem;
}


.pricing-price[b-iyhgx33dx7] {
    margin-bottom: 0.50rem;
    padding-left: 0.75rem;
}

.price-amount[b-iyhgx33dx7] {
    font-size: 2rem;
    font-weight: 500;
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-card-highlighted .price-amount[b-iyhgx33dx7] {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #FFFFFF;
    background-clip: unset;
    color: #FFFFFF;
}

.price-period[b-iyhgx33dx7] {
    font-size: 1rem;
    color: #6B7280;
    font-weight: 300;
}

.pricing-plan-description[b-iyhgx33dx7] {
    font-size: 1rem;
    font-weight: 400;
    color: #6B7280;
    margin-bottom: 1.25rem;
    padding-left: 0.75rem;
}

/* =============================================
   FEATURES CARD (gray box inside white box)
   ============================================= */
.pricing-features-card[b-iyhgx33dx7] {
    background: #F7F7F7;
    border-radius: 28px;
    padding: 1.5rem 1.75rem;
}

/* =============================================
   FEATURES LIST
   ============================================= */
.pricing-features[b-iyhgx33dx7] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

    .pricing-features li[b-iyhgx33dx7] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.9rem;
        font-weight: 400;
        color: #4C4C4C;
    }

.feature-bullet[b-iyhgx33dx7] {
    width: 12px;
    height: 12px;
    min-width: 12px;
    background: #5737DC;
    border-radius: 3px;
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .pricing-section[b-iyhgx33dx7] {
        width: calc(100vw - 32px);
        padding: 3.5rem 0;
    }

    .pricing-cards[b-iyhgx33dx7] {
        max-width: 720px;
    }

    .pricing-card-wrapper:last-child[b-iyhgx33dx7] {
        transform: translateY(-22px);
    }

    .pricing-title[b-iyhgx33dx7] {
        font-size: 1.8rem;
    }

    .pricing-card[b-iyhgx33dx7] {
        border-radius: 40px;
        padding: 2.25rem 2.25rem;
    }

    .pricing-card-highlighted[b-iyhgx33dx7] {
        padding: 3.5rem 2.5rem;
    }

    .pricing-features-card[b-iyhgx33dx7] {
        border-radius: 24px;
    }

    .pricing-plan-name[b-iyhgx33dx7] {
        font-size: 2rem;
    }

    .price-amount[b-iyhgx33dx7] {
        font-size: 1.9rem;
    }

    .pricing-plan-description[b-iyhgx33dx7] {
        font-size: 0.95rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .pricing-section[b-iyhgx33dx7] {
        width: calc(100vw - 28px);
    }

    .pricing-cards[b-iyhgx33dx7] {
        max-width: 680px;
        gap: 1rem;
    }

    .pricing-card-wrapper:last-child[b-iyhgx33dx7] {
        transform: translateY(-20px);
    }

    .pricing-title[b-iyhgx33dx7] {
        font-size: 1.7rem;
    }

    .pricing-subtitle[b-iyhgx33dx7] {
        font-size: 0.8rem;
    }

    .pricing-card[b-iyhgx33dx7] {
        border-radius: 36px;
        padding: 2rem 2rem;
    }

    .pricing-card-highlighted[b-iyhgx33dx7] {
        padding: 3.25rem 2.25rem;
    }

    .pricing-features-card[b-iyhgx33dx7] {
        border-radius: 22px;
        padding: 1.35rem 1.5rem;
    }

    .pricing-plan-name[b-iyhgx33dx7] {
        font-size: 1.85rem;
    }

    .price-amount[b-iyhgx33dx7] {
        font-size: 1.8rem;
    }

    .pricing-plan-description[b-iyhgx33dx7] {
        font-size: 0.9rem;
    }

    .pricing-features li[b-iyhgx33dx7] {
        font-size: 0.85rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .pricing-section[b-iyhgx33dx7] {
        width: calc(100vw - 24px);
        padding: 3rem 0;
    }

    .pricing-cards[b-iyhgx33dx7] {
        grid-template-columns: 1fr;
        max-width: 400px;
        gap: 2rem;
    }

    .pricing-card-wrapper:last-child[b-iyhgx33dx7] {
        transform: translateY(0);
    }

    .pricing-title[b-iyhgx33dx7] {
        font-size: 1.6rem;
    }

    .pricing-card[b-iyhgx33dx7] {
        border-radius: 28px;
        padding: 1.875rem 1.875rem;
    }

    .pricing-card-highlighted[b-iyhgx33dx7] {
        padding: 2.25rem 2rem;
    }

    .pricing-features-card[b-iyhgx33dx7] {
        border-radius: 18px;
    }

    .pricing-plan-name[b-iyhgx33dx7] {
        font-size: 1.7rem;
    }

    .price-amount[b-iyhgx33dx7] {
        font-size: 1.65rem;
    }

    .pricing-plan-description[b-iyhgx33dx7] {
        font-size: 0.875rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .pricing-section[b-iyhgx33dx7] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0;
    }

    .pricing-cards[b-iyhgx33dx7] {
        max-width: 380px;
        gap: 1.75rem;
    }

    .pricing-title[b-iyhgx33dx7] {
        font-size: 1.5rem;
    }

    .pricing-subtitle[b-iyhgx33dx7] {
        font-size: 0.775rem;
    }

    .pricing-card[b-iyhgx33dx7] {
        border-radius: 24px;
        padding: 1.75rem 1.75rem;
    }

    .pricing-card-highlighted[b-iyhgx33dx7] {
        padding: 2rem 1.875rem;
    }

    .pricing-features-card[b-iyhgx33dx7] {
        border-radius: 16px;
        padding: 1.25rem 1.375rem;
    }

    .pricing-plan-name[b-iyhgx33dx7] {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }

    .price-amount[b-iyhgx33dx7] {
        font-size: 1.5rem;
    }

    .pricing-price[b-iyhgx33dx7] {
        margin-bottom: 1.25rem;
    }

    .pricing-plan-description[b-iyhgx33dx7] {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .pricing-badge[b-iyhgx33dx7] {
        font-size: 0.8rem;
        padding: 6px 18px;
        margin-bottom: -15px;
    }

    .pricing-features[b-iyhgx33dx7] {
        gap: 0.75rem;
    }

        .pricing-features li[b-iyhgx33dx7] {
            font-size: 0.825rem;
        }

    .feature-bullet[b-iyhgx33dx7] {
        width: 10px;
        height: 10px;
        min-width: 10px;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .pricing-section[b-iyhgx33dx7] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0;
    }

    .pricing-cards[b-iyhgx33dx7] {
        max-width: 100%;
        gap: 1.5rem;
    }

    .pricing-title[b-iyhgx33dx7] {
        font-size: 1.25rem;
    }

    .pricing-subtitle[b-iyhgx33dx7] {
        font-size: 0.725rem;
    }

    .pricing-card[b-iyhgx33dx7] {
        border-radius: 20px;
        padding: 1.5rem 1.5rem;
    }

    .pricing-card-highlighted[b-iyhgx33dx7] {
        padding: 1.875rem 1.625rem;
    }

    .pricing-features-card[b-iyhgx33dx7] {
        border-radius: 14px;
        padding: 1.125rem 1.25rem;
    }

    .pricing-plan-name[b-iyhgx33dx7] {
        font-size: 1.45rem;
    }

    .price-amount[b-iyhgx33dx7] {
        font-size: 1.4rem;
    }

    .pricing-plan-description[b-iyhgx33dx7] {
        font-size: 0.8rem;
    }

    .pricing-badge[b-iyhgx33dx7] {
        font-size: 0.75rem;
        padding: 5px 16px;
        margin-bottom: -14px;
    }

    .pricing-features[b-iyhgx33dx7] {
        gap: 0.65rem;
    }

        .pricing-features li[b-iyhgx33dx7] {
            font-size: 0.8rem;
        }

    .feature-bullet[b-iyhgx33dx7] {
        width: 9px;
        height: 9px;
        min-width: 9px;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .pricing-section[b-iyhgx33dx7] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0;
    }

    .pricing-cards[b-iyhgx33dx7] {
        gap: 1.25rem;
    }

    .pricing-title[b-iyhgx33dx7] {
        font-size: 1.15rem;
    }

    .pricing-subtitle[b-iyhgx33dx7] {
        font-size: 0.7rem;
    }

    .pricing-card[b-iyhgx33dx7] {
        border-radius: 16px;
        padding: 1.375rem 1.375rem;
    }

    .pricing-card-highlighted[b-iyhgx33dx7] {
        padding: 1.75rem 1.5rem;
    }

    .pricing-features-card[b-iyhgx33dx7] {
        border-radius: 12px;
        padding: 1rem 1.125rem;
    }

    .pricing-plan-name[b-iyhgx33dx7] {
        font-size: 1.3rem;
    }

    .price-amount[b-iyhgx33dx7] {
        font-size: 1.25rem;
    }

    .pricing-plan-description[b-iyhgx33dx7] {
        font-size: 0.75rem;
    }

    .pricing-badge[b-iyhgx33dx7] {
        font-size: 0.7rem;
        padding: 4px 14px;
        margin-bottom: -12px;
    }

    .pricing-features[b-iyhgx33dx7] {
        gap: 0.55rem;
    }

        .pricing-features li[b-iyhgx33dx7] {
            font-size: 0.75rem;
        }

    .feature-bullet[b-iyhgx33dx7] {
        width: 8px;
        height: 8px;
        min-width: 8px;
    }
}
/* /Components/Index/IndexProcessSteps.razor.rz.scp.css */
/* =============================================
   PROCESS STEPS SECTION - FIGTREE FONT
   ============================================= */
.process-steps-section[b-fb4q5anmbt],
.process-steps-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-fb4q5anmbt] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   PROCESS STEPS SECTION
   ============================================= */
.process-steps-section[b-fb4q5anmbt] {
    position: relative;
    padding: 4rem 1rem;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

/* =============================================
   SECTION HEADER
   ============================================= */
.process-badge[b-fb4q5anmbt] {
    display: inline-flex;
    align-items: center;
    background: rgba(87, 55, 220, 0.1);
    color: #5737DC;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

    .process-badge i[b-fb4q5anmbt] {
        color: #5737DC;
        font-size: 0.7rem;
    }

.process-title[b-fb4q5anmbt] {
    font-size: 1.9rem;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.process-subtitle[b-fb4q5anmbt] {
    font-size: 0.85rem;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* =============================================
   STEPS ROW
   ============================================= */
.process-steps-row[b-fb4q5anmbt] {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 0 0.5rem;
}

/* =============================================
   INDIVIDUAL STEP
   ============================================= */
.process-step[b-fb4q5anmbt] {
    flex: 1;
    max-width: 255px;
    min-height: 170px;
    background: #E8E8E8;
    border-radius: 25px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0 0.25rem;
}

.step-content[b-fb4q5anmbt] {
    position: relative;
    z-index: 2;
    text-align: center;
}

.step-title[b-fb4q5anmbt] {
    font-size: 1rem;
    font-weight: 600;
    color: #4C4C4C;
    margin: 0 0 0.4rem 0;
}

.step-text[b-fb4q5anmbt] {
    font-size: 0.8rem;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 1.5;
    margin: 0;
}

/* =============================================
   HIGHLIGHTED FIRST STEP
   ============================================= */
.step-highlighted[b-fb4q5anmbt] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

    .step-highlighted .step-title[b-fb4q5anmbt] {
        color: #FFFFFF;
    }

    .step-highlighted .step-text[b-fb4q5anmbt] {
        color: rgba(255, 255, 255, 0.85);
    }

/* =============================================
   STEP ARROW
   ============================================= */
.step-arrow[b-fb4q5anmbt] {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    min-width: 54px;
    background: linear-gradient(180deg, #5737DC 0%, #2C1B70 100%);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin: auto -0.75rem;
    box-shadow: 0 4px 12px rgba(87, 55, 220, 0.3);
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .process-steps-section[b-fb4q5anmbt] {
        width: calc(100vw - 32px);
        padding: 3.5rem 0.75rem;
    }

    .process-title[b-fb4q5anmbt] {
        font-size: 1.8rem;
    }

    .process-subtitle[b-fb4q5anmbt] {
        font-size: 0.825rem;
    }

    .process-step[b-fb4q5anmbt] {
        max-width: 220px;
        min-height: 180px;
        padding: 1.375rem;
        border-radius: 22px;
    }

    .step-highlighted[b-fb4q5anmbt] {
        border-radius: 22px;
    }

    .step-title[b-fb4q5anmbt] {
        font-size: 0.95rem;
    }

    .step-text[b-fb4q5anmbt] {
        font-size: 0.775rem;
    }

    .step-arrow[b-fb4q5anmbt] {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 0.85rem;
        margin: auto -0.6rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .process-steps-section[b-fb4q5anmbt] {
        width: calc(100vw - 28px);
        padding: 3.5rem 0.5rem;
    }

    .process-title[b-fb4q5anmbt] {
        font-size: 1.7rem;
    }

    .process-subtitle[b-fb4q5anmbt] {
        font-size: 0.8rem;
    }

    .process-step[b-fb4q5anmbt] {
        max-width: 190px;
        min-height: 165px;
        padding: 1.25rem;
        border-radius: 20px;
    }

    .step-highlighted[b-fb4q5anmbt] {
        border-radius: 20px;
    }

    .step-title[b-fb4q5anmbt] {
        font-size: 0.9rem;
    }

    .step-text[b-fb4q5anmbt] {
        font-size: 0.75rem;
    }

    .step-arrow[b-fb4q5anmbt] {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 0.8rem;
        margin: auto -0.5rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .process-steps-section[b-fb4q5anmbt] {
        width: calc(100vw - 24px);
        padding: 3rem 0.5rem;
    }

    .process-steps-row[b-fb4q5anmbt] {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .process-step[b-fb4q5anmbt] {
        flex: none;
        width: 100%;
        max-width: 400px;
        min-height: 120px;
        border-radius: 18px;
        margin: 0.25rem 0;
    }

    .step-highlighted[b-fb4q5anmbt] {
        border-radius: 18px;
    }

    .step-arrow[b-fb4q5anmbt] {
        transform: rotate(90deg);
        margin: -0.5rem auto;
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .process-title[b-fb4q5anmbt] {
        font-size: 1.6rem;
    }

    .process-subtitle[b-fb4q5anmbt] {
        font-size: 0.775rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .process-steps-section[b-fb4q5anmbt] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0.5rem;
    }

    .process-title[b-fb4q5anmbt] {
        font-size: 1.5rem;
    }

    .process-subtitle[b-fb4q5anmbt] {
        font-size: 0.75rem;
    }

    .process-badge[b-fb4q5anmbt] {
        font-size: 0.75rem;
        padding: 6px 16px;
        margin-bottom: 1.25rem;
    }

    .process-step[b-fb4q5anmbt] {
        max-width: 350px;
        min-height: 110px;
        padding: 1.25rem;
        border-radius: 16px;
    }

    .step-highlighted[b-fb4q5anmbt] {
        border-radius: 16px;
    }

    .step-title[b-fb4q5anmbt] {
        font-size: 0.875rem;
    }

    .step-text[b-fb4q5anmbt] {
        font-size: 0.725rem;
    }

    .step-arrow[b-fb4q5anmbt] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 0.7rem;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .process-steps-section[b-fb4q5anmbt] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0.25rem;
    }

    .process-title[b-fb4q5anmbt] {
        font-size: 1.25rem;
    }

    .process-subtitle[b-fb4q5anmbt] {
        font-size: 0.725rem;
    }

    .process-badge[b-fb4q5anmbt] {
        font-size: 0.7rem;
        padding: 5px 14px;
        margin-bottom: 1rem;
    }

    .process-step[b-fb4q5anmbt] {
        max-width: 100%;
        min-height: 100px;
        padding: 1.125rem;
        border-radius: 14px;
    }

    .step-highlighted[b-fb4q5anmbt] {
        border-radius: 14px;
    }

    .step-title[b-fb4q5anmbt] {
        font-size: 0.825rem;
    }

    .step-text[b-fb4q5anmbt] {
        font-size: 0.7rem;
    }

    .step-arrow[b-fb4q5anmbt] {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.65rem;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .process-steps-section[b-fb4q5anmbt] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0.25rem;
    }

    .process-title[b-fb4q5anmbt] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .process-subtitle[b-fb4q5anmbt] {
        font-size: 0.7rem;
    }

    .process-badge[b-fb4q5anmbt] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .process-step[b-fb4q5anmbt] {
        min-height: 90px;
        padding: 1rem;
        border-radius: 12px;
    }

    .step-highlighted[b-fb4q5anmbt] {
        border-radius: 12px;
    }

    .step-title[b-fb4q5anmbt] {
        font-size: 0.8rem;
        margin-bottom: 0.3rem;
    }

    .step-text[b-fb4q5anmbt] {
        font-size: 0.65rem;
    }

    .step-arrow[b-fb4q5anmbt] {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 0.6rem;
    }
}
/* /Components/Index/IndexSearchCards.razor.rz.scp.css */
.search-card[b-u19zah8h3e],
.search-card *:not(i):not(.fas):not(.far):not(.fab):not(.bi):not([class^="icon-"])[b-u19zah8h3e] {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
}

    .search-card h4[b-u19zah8h3e] {
        font-weight: 600;
    }

.find-properties-btn[b-u19zah8h3e] {
    font-weight: 500;
}
/* =============================================
   SHARED CARD STYLES
   ============================================= */
.search-card[b-u19zah8h3e] {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 1.5rem;
    padding-bottom: 1.2rem;
    box-shadow: 0px 4px 24px rgba(0,0,0,0.06);
    border: none;
    height: 100%;
    animation: fadeInUp-b-u19zah8h3e 0.5s ease-out;
}

.ai-card[b-u19zah8h3e] {
    background: linear-gradient(180deg, #555555 0%, #1F1F1F 100%);
    border-radius: 32px;
    color: white;
    border: none;
    padding-bottom: 1.2rem;
    animation-delay: 0.15s;
}
/* =============================================
   CARD HEADERS
   ============================================= */

.card-header[b-u19zah8h3e] {
    background: transparent;
    border: none;
    padding: 0;
}

    .card-header h4[b-u19zah8h3e] {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .card-header p[b-u19zah8h3e] {
        font-size: 0.8rem;
    }

/* =============================================
   ICONS
   ============================================= */

.search-icon[b-u19zah8h3e],
.ai-icon[b-u19zah8h3e] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
}

.search-icon[b-u19zah8h3e] {
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
}

.ai-icon[b-u19zah8h3e] {
    background: #0CD398;
}

/* =============================================
   TOGGLE BUTTONS
   ============================================= */

.toggle-buttons[b-u19zah8h3e] {
    display: flex;
    background: #F0F0F0;
    border-radius: 12px;
    padding: 3px;
    border: none;
}

.toggle-btn[b-u19zah8h3e] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    color: #9CA3AF;
}

    .toggle-btn.active[b-u19zah8h3e] {
        background: #FFFFFF;
        color: #2A2A2A;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .toggle-btn:hover:not(.active)[b-u19zah8h3e] {
        color: #6B7280;
    }

/* =============================================
   FORM ELEMENTS
   ============================================= */

.form-label[b-u19zah8h3e] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #2A2A2A;
    margin-bottom: 8px;
    display: block;
}

.form-control[b-u19zah8h3e] {
    border: none;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 0.85rem;
    background: #F0F0F0;
    color: #2A2A2A;
    transition: all 0.3s ease;
    width: 100%;
}

    .form-control[b-u19zah8h3e]::placeholder {
        color: #9CA3AF;
    }

    .form-control:focus[b-u19zah8h3e] {
        background: #E8E8E8;
        box-shadow: none;
        outline: none;
    }
/* =============================================
   FIND PROPERTIES BUTTON
   ============================================= */

.find-properties-btn[b-u19zah8h3e] {
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 50%, #5737DC 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-position 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
    color: white;
}

    .find-properties-btn:hover[b-u19zah8h3e] {
        background-position: 100% 0%;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(87,55,220,0.3);
    }

    .find-properties-btn:active[b-u19zah8h3e] {
        background-position: 100% 0%;
        transform: translateY(0);
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.35);
    }

/* =============================================
   PROPERTY MATCH CARD SPACING
   ============================================= */
.property-match-card[b-u19zah8h3e] {
    padding: 1.5rem 2rem; /* more left/right padding */
}

    .property-match-card .card-header[b-u19zah8h3e] {
        margin-bottom: 28px;
    }

    .property-match-card .toggle-buttons[b-u19zah8h3e] {
        margin-bottom: 28px;
    }

    .property-match-card .form-group[b-u19zah8h3e] {
        margin-bottom: 28px;
    }

/* AI Card header spacing */
.ai-card .card-header[b-u19zah8h3e] {
    margin-bottom: 28px;
}

.ai-card[b-u19zah8h3e] {
    padding: 1.5rem 2rem; /* match the left/right padding */
}

/* =============================================
   AI PROMPTS SECTION
   ============================================= */
.ai-prompts[b-u19zah8h3e] {
    background: rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 12px;
}

    .ai-prompts > p.text-light[b-u19zah8h3e] {
        color: #FFFFFF;
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 8px;
    }

.prompt-item[b-u19zah8h3e] {
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 12px; /* very tight gap between items */
    transition: all 0.3s ease;
    cursor: pointer;
}

    .prompt-item:last-child[b-u19zah8h3e] {
        margin-bottom: 0;
    }

    .prompt-item:hover[b-u19zah8h3e] {
        background: rgba(255,255,255,0.12);
    }

.prompt-label[b-u19zah8h3e] {
    color: #9CA3AF;
    font-size: 0.65rem;
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
}

.prompt-content[b-u19zah8h3e] {
    color: #FFFFFF;
    font-size: 0.8rem;
}
/* =============================================
   AI THINKING
   ============================================= */

.ai-thinking[b-u19zah8h3e] {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.ai-thinking-label[b-u19zah8h3e] {
    color: #9CA3AF;
    font-size: 0.65rem;
    font-weight: 500;
    margin-bottom: 2px;
    animation: pulse-b-u19zah8h3e 2s infinite;
}

.ai-thinking-content[b-u19zah8h3e] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ai-icon-small[b-u19zah8h3e] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #0CD398;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.7rem;
}

.ai-thinking-text[b-u19zah8h3e] {
    color: #FFFFFF;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* =============================================
   AI INPUT
   ============================================= */

.ai-input-container[b-u19zah8h3e] {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 12px 14px;
}

.ai-input-wrapper[b-u19zah8h3e] {
    background: #F0F0F0;
    border-radius: 50px;
    padding: 6px 6px 6px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ai-input-field[b-u19zah8h3e] {
    flex: 1;
    border: none;
    background: transparent;
    color: #2A2A2A;
    font-size: 0.8rem;
    outline: none;
}

    .ai-input-field[b-u19zah8h3e]::placeholder {
        color: #9CA3AF;
    }

.ai-send-btn[b-u19zah8h3e] {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: #E8E8E8;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5737DC;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.75rem;
    padding: 0;
}

    .ai-send-btn:hover[b-u19zah8h3e] {
        background: #D8D8D8;
        color: #4629B5;
    }

/* =============================================
   AI ACTION BUTTONS
   ============================================= */

.ai-action-buttons[b-u19zah8h3e] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.ai-action-btn[b-u19zah8h3e] {
    background: #F0F0F0;
    border: none;
    border-radius: 16px;
    padding: 6px 12px;
    color: #6B7280;
    font-size: 0.7rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .ai-action-btn i[b-u19zah8h3e] {
        font-size: 0.65rem;
    }

    .ai-action-btn:hover[b-u19zah8h3e] {
        background: #E8E8E8;
        color: #2A2A2A;
    }

.ai-voice-btn[b-u19zah8h3e] {
    background: #0CD398;
    border: none;
    color: white;
    margin-left: auto;
}

    .ai-voice-btn:hover[b-u19zah8h3e] {
        background: #0AB385;
    }

/* =============================================
   ANIMATIONS
   ============================================= */

@keyframes fadeInUp-b-u19zah8h3e {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-u19zah8h3e {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 768px) {
    .search-card[b-u19zah8h3e],
    .ai-card[b-u19zah8h3e] {
        padding: 1.2rem;
        border-radius: 24px;
        margin-bottom: 1.5rem;
    }

    .toggle-btn[b-u19zah8h3e] {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .ai-prompts[b-u19zah8h3e] {
        padding: 12px;
        border-radius: 14px;
    }

    .ai-input-container[b-u19zah8h3e] {
        padding: 10px 12px;
        border-radius: 16px;
    }

    .ai-action-buttons[b-u19zah8h3e] {
        gap: 4px;
    }

    .ai-action-btn[b-u19zah8h3e] {
        padding: 5px 10px;
        font-size: 0.65rem;
    }
}

@media (max-width: 576px) {
    .search-card[b-u19zah8h3e],
    .ai-card[b-u19zah8h3e] {
        padding: 1rem;
        border-radius: 20px;
    }

    .ai-prompts[b-u19zah8h3e] {
        padding: 10px;
        border-radius: 12px;
    }

    .ai-input-container[b-u19zah8h3e] {
        padding: 8px 10px;
        border-radius: 14px;
    }
}
/* =============================================
   CUSTOM PRICE INPUTS
   ============================================= */

.price-inputs-row[b-u19zah8h3e] {
    display: flex;
    gap: 16px;
    margin-top: 12px;
}

.price-input[b-u19zah8h3e] {
    flex: 1;
    height: 32px;
    padding: 0 14px;
    border: none;
    border-radius: 9px;
    background-color: #F0F0F0;
    font-size: 14px;
    color: #2A2A2A;
    outline: none;
    transition: box-shadow 0.2s ease;
    -moz-appearance: textfield;
}

    .price-input[b-u19zah8h3e]::-webkit-outer-spin-button,
    .price-input[b-u19zah8h3e]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .price-input[b-u19zah8h3e]::placeholder {
        color: #9CA3AF;
    }

    .price-input:focus[b-u19zah8h3e] {
        box-shadow: 0 0 0 2px #5737DC;
    }

.form-group .form-label[b-u19zah8h3e] {
    font-weight: 500;
    font-size:20px;
    color: #2A2A2A;
    margin-bottom: 12px;
    display: block;
}
/* /Components/Index/IndexThreeCards.razor.rz.scp.css */
/* =============================================
   THREE CARDS SECTION - FIGTREE FONT
   ============================================= */
.three-cards-section[b-e17a425wdw],
.three-cards-section *:not(i):not(.fas):not(.far):not(.fab):not(.bi)[b-e17a425wdw] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   THREE CARDS SECTION
   ============================================= */
.three-cards-section[b-e17a425wdw] {
    position: relative;
    padding: 4rem 0;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

/* =============================================
   SECTION HEADER
   ============================================= */
.three-cards-badge[b-e17a425wdw] {
    display: inline-flex;
    align-items: center;
    background: rgba(87, 55, 220, 0.1);
    color: #5737DC;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

    .three-cards-badge i[b-e17a425wdw] {
        color: #5737DC;
        font-size: 0.75rem;
    }

.three-cards-title[b-e17a425wdw] {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1A1A1A;
}

.three-cards-subtitle[b-e17a425wdw] {
    font-size: 0.85rem;
    font-weight: 300;
    color: #6B7280;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto;
}

/* =============================================
   CARDS GRID
   ============================================= */
.three-cards-grid[b-e17a425wdw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* =============================================
   INDIVIDUAL CARD
   ============================================= */
.three-card[b-e17a425wdw] {
    position: relative;
    border-radius: 27px;
    overflow: visible;
    min-height: 341px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-card-overlay[b-e17a425wdw] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.three-card-content[b-e17a425wdw] {
    position: relative;
    z-index: 2;
    padding: 2rem 3.5rem;
    width: 100%;
    text-align: left;
}

.three-card-title[b-e17a425wdw] {
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 300;
    margin: 0 0 1.25rem 0;
}

.three-card-text[b-e17a425wdw] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
}

/* =============================================
   BULLET LIST STYLING
   ============================================= */
.three-card-list[b-e17a425wdw] {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0;
}

    .three-card-list li[b-e17a425wdw] {
        color: rgba(255, 255, 255, 0.95);
        font-size: 0.95rem;
        font-weight: 300;
        line-height: 1.55;
        margin-bottom: 0.15rem;
    }

        .three-card-list li:last-child[b-e17a425wdw] {
            margin-bottom: 0;
        }

/* =============================================
   COLOR THEMES - EXACT FIGMA GRADIENTS
   ============================================= */
/* .theme-green .three-card-overlay {
    background: linear-gradient(120.64deg, rgba(0, 0, 0, 0) 1.89%, #0CD398 97.71%);
}

.theme-purple .three-card-overlay {
    background: linear-gradient(121.39deg, rgba(0, 0, 0, 0) 3%, #2C1B70 98.51%);
}

.theme-purple-light .three-card-overlay {
    background: linear-gradient(120.96deg, rgba(0, 0, 0, 0) 2.72%, #B29FFF 100%);
} */

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .three-cards-section[b-e17a425wdw] {
        width: calc(100vw - 32px);
        padding: 3.5rem 0;
    }

    .three-cards-title[b-e17a425wdw] {
        font-size: 1.8rem;
    }

    .three-card[b-e17a425wdw] {
        min-height: 320px;
    }

    .three-card-content[b-e17a425wdw] {
        padding: 1.875rem 3rem;
    }

    .three-card-title[b-e17a425wdw] {
        font-size: 1.6rem;
    }

    .three-card-list li[b-e17a425wdw],
    .three-card-text[b-e17a425wdw] {
        font-size: 0.9rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .three-cards-section[b-e17a425wdw] {
        width: calc(100vw - 28px);
    }

    .three-cards-grid[b-e17a425wdw] {
        gap: 1rem;
    }

    .three-cards-title[b-e17a425wdw] {
        font-size: 1.7rem;
    }

    .three-card[b-e17a425wdw] {
        min-height: 300px;
        border-radius: 22px;
    }

    .three-card-content[b-e17a425wdw] {
        padding: 1.75rem 2.75rem;
    }

    .three-card-title[b-e17a425wdw] {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .three-card-list li[b-e17a425wdw],
    .three-card-text[b-e17a425wdw] {
        font-size: 0.85rem;
    }
}

/* =============================================
   RESPONSIVE - 992px (3 cols to 1 col)
   ============================================= */
@media (max-width: 992px) {
    .three-cards-section[b-e17a425wdw] {
        width: calc(100vw - 24px);
        padding: 3rem 0;
    }

    .three-cards-grid[b-e17a425wdw] {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .three-cards-title[b-e17a425wdw] {
        font-size: 1.6rem;
    }

    .three-cards-subtitle[b-e17a425wdw] {
        font-size: 0.8rem;
    }

    .three-card[b-e17a425wdw] {
        min-height: 280px;
        border-radius: 20px;
    }

    .three-card-content[b-e17a425wdw] {
        padding: 1.5rem 2.5rem;
    }

    .three-card-title[b-e17a425wdw] {
        font-size: 1.4rem;
        margin-bottom: 0.875rem;
    }

    .three-card-list li[b-e17a425wdw],
    .three-card-text[b-e17a425wdw] {
        font-size: 0.85rem;
    }
}

/* =============================================
   RESPONSIVE - 768px
   ============================================= */
@media (max-width: 768px) {
    .three-cards-section[b-e17a425wdw] {
        width: calc(100vw - 20px);
        padding: 2.5rem 0;
    }

    .three-cards-grid[b-e17a425wdw] {
        max-width: 500px;
    }

    .three-cards-title[b-e17a425wdw] {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .three-cards-subtitle[b-e17a425wdw] {
        font-size: 0.775rem;
        line-height: 1.6;
    }

    .three-cards-badge[b-e17a425wdw] {
        font-size: 0.75rem;
        padding: 6px 16px;
        margin-bottom: 1.25rem;
    }

    .three-card[b-e17a425wdw] {
        min-height: 260px;
        border-radius: 18px;
    }

    .three-card-content[b-e17a425wdw] {
        padding: 1.35rem 2.25rem;
    }

    .three-card-title[b-e17a425wdw] {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .three-card-list li[b-e17a425wdw],
    .three-card-text[b-e17a425wdw] {
        font-size: 0.8rem;
    }

    .three-card-list[b-e17a425wdw] {
        padding-left: 1.125rem;
    }

        .three-card-list li[b-e17a425wdw] {
            margin-bottom: 0.1rem;
        }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .three-cards-section[b-e17a425wdw] {
        width: calc(100vw - 16px);
        padding: 1.75rem 0;
    }

    .three-cards-grid[b-e17a425wdw] {
        max-width: 100%;
        gap: 0.875rem;
    }

    .three-cards-title[b-e17a425wdw] {
        font-size: 1.25rem;
    }

    .three-cards-subtitle[b-e17a425wdw] {
        font-size: 0.725rem;
    }

    .three-cards-badge[b-e17a425wdw] {
        font-size: 0.7rem;
        padding: 5px 14px;
        margin-bottom: 1rem;
    }

    .three-card[b-e17a425wdw] {
        min-height: 240px;
        border-radius: 16px;
    }

    .three-card-content[b-e17a425wdw] {
        padding: 1.25rem 1.75rem;
    }

    .three-card-title[b-e17a425wdw] {
        font-size: 1.2rem;
        margin-bottom: 0.65rem;
    }

    .three-card-list li[b-e17a425wdw],
    .three-card-text[b-e17a425wdw] {
        font-size: 0.775rem;
        line-height: 1.5;
    }

    .three-card-list[b-e17a425wdw] {
        padding-left: 1rem;
    }

        .three-card-list li[b-e17a425wdw] {
            margin-bottom: 0.1rem;
        }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .three-cards-section[b-e17a425wdw] {
        width: calc(100vw - 12px);
        padding: 1.5rem 0;
    }

    .three-cards-grid[b-e17a425wdw] {
        gap: 0.75rem;
    }

    .three-cards-title[b-e17a425wdw] {
        font-size: 1.15rem;
        line-height: 1.25;
    }

    .three-cards-subtitle[b-e17a425wdw] {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .three-cards-badge[b-e17a425wdw] {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .three-card[b-e17a425wdw] {
        min-height: 220px;
        border-radius: 14px;
    }

    .three-card-content[b-e17a425wdw] {
        padding: 1rem 1.5rem;
    }

    .three-card-title[b-e17a425wdw] {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .three-card-list li[b-e17a425wdw],
    .three-card-text[b-e17a425wdw] {
        font-size: 0.725rem;
        line-height: 1.45;
    }

    .three-card-list[b-e17a425wdw] {
        padding-left: 0.875rem;
    }

        .three-card-list li[b-e17a425wdw] {
            margin-bottom: 0.1rem;
        }
}

/* =============================================
   INVEST PAGE - THREE CARDS OVERRIDES
   ============================================= */
.invest-page .three-card[b-e17a425wdw] {
    min-height: 220px;
}

.invest-page .three-card-title[b-e17a425wdw] {
    font-size: 2rem;
}

.invest-page .three-card-text[b-e17a425wdw] {
    font-size: 1.05rem;
}

.invest-page .three-card-list li[b-e17a425wdw] {
    font-size: 1.05rem;
}

/* Responsive overrides */
@media (max-width: 1280px) {
    .invest-page .three-card[b-e17a425wdw] {
        min-height: 200px;
    }

    .invest-page .three-card-title[b-e17a425wdw] {
        font-size: 1.85rem;
    }

    .invest-page .three-card-text[b-e17a425wdw],
    .invest-page .three-card-list li[b-e17a425wdw] {
        font-size: 1rem;
    }
}

@media (max-width: 1100px) {
    .invest-page .three-card[b-e17a425wdw] {
        min-height: 180px;
    }

    .invest-page .three-card-title[b-e17a425wdw] {
        font-size: 1.7rem;
    }

    .invest-page .three-card-text[b-e17a425wdw],
    .invest-page .three-card-list li[b-e17a425wdw] {
        font-size: 0.95rem;
    }
}

@media (max-width: 992px) {
    .invest-page .three-card[b-e17a425wdw] {
        min-height: 160px;
    }

    .invest-page .three-card-title[b-e17a425wdw] {
        font-size: 1.55rem;
    }

    .invest-page .three-card-text[b-e17a425wdw],
    .invest-page .three-card-list li[b-e17a425wdw] {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .invest-page .three-card[b-e17a425wdw] {
        min-height: 150px;
    }

    .invest-page .three-card-title[b-e17a425wdw] {
        font-size: 1.4rem;
    }

    .invest-page .three-card-text[b-e17a425wdw],
    .invest-page .three-card-list li[b-e17a425wdw] {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .invest-page .three-card[b-e17a425wdw] {
        min-height: 140px;
    }

    .invest-page .three-card-title[b-e17a425wdw] {
        font-size: 1.3rem;
    }

    .invest-page .three-card-text[b-e17a425wdw],
    .invest-page .three-card-list li[b-e17a425wdw] {
        font-size: 0.8rem;
    }
}

@media (max-width: 414px) {
    .invest-page .three-card[b-e17a425wdw] {
        min-height: 130px;
    }

    .invest-page .three-card-title[b-e17a425wdw] {
        font-size: 1.2rem;
    }

    .invest-page .three-card-text[b-e17a425wdw],
    .invest-page .three-card-list li[b-e17a425wdw] {
        font-size: 0.75rem;
    }
}
/* /Components/Index/IndexWhySection.razor.rz.scp.css */
/* =============================================
   WHY SECTION - FIGTREE FONT
   ============================================= */
.why-section[b-2vgweycivp],
.why-section *[b-2vgweycivp] {
    font-family: 'Figtree', sans-serif;
}

/* =============================================
   WHY PROPERTYAI SECTION
   ============================================= */
.why-section[b-2vgweycivp] {
    position: relative;
    margin-top: 8rem;
    margin-bottom: 2rem;
    width: calc(100vw - 32px);
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

.why-decorative-shapes[b-2vgweycivp] {
    position: absolute;
    top: -35px;
    right: -25px;
    z-index: 10;
    pointer-events: none;
}

    .why-decorative-shapes svg[b-2vgweycivp] {
        width: 280px;
        height: 280px;
        transition: all 0.3s ease;
    }

.why-container[b-2vgweycivp] {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    min-height: 580px;
}

.why-bg-image[b-2vgweycivp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay - DISABLED (gradient baked into image) */
.why-overlay[b-2vgweycivp] {
    display: none;
}

.why-content-wrapper[b-2vgweycivp] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 580px;
    padding: 3rem 2rem;
    text-align: center;
}

.why-badge[b-2vgweycivp] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.28);
    border: 0.8px solid #FFFFFF;
    backdrop-filter: blur(1.3px);
    -webkit-backdrop-filter: blur(1.3px);
    border-radius: 50px;
    color: #FFFFFF;
    padding: 6px 20px;
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.why-title[b-2vgweycivp] {
    color: #FFFFFF;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    margin-top: 0;
    max-width: 700px;
}

.why-subtitle[b-2vgweycivp] {
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight:300;
    line-height: 1.7;
    margin: 0 0 2.5rem 0;
    max-width: 700px;
}

/* =============================================
   WHY STATS
   ============================================= */
.why-stats[b-2vgweycivp] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 7rem;
    flex-wrap: wrap;
}

.why-stat-item[b-2vgweycivp] {
    text-align: center;
}

.why-stat-number[b-2vgweycivp] {
    display: block;
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 300;
}

.why-stat-label[b-2vgweycivp] {
    display: block;
    color: #FFFFFF;
    font-size: 0.95rem;
    font-weight:300;
}

/* =============================================
   RESPONSIVE - 1400px
   ============================================= */
@media (max-width: 1400px) {
    .why-decorative-shapes[b-2vgweycivp] {
        top: -30px;
        right: -15px;
    }

        .why-decorative-shapes svg[b-2vgweycivp] {
            width: 250px;
            height: 250px;
        }
}

/* =============================================
   RESPONSIVE - 1280px
   ============================================= */
@media (max-width: 1280px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 32px);
    }

    .why-decorative-shapes[b-2vgweycivp] {
        top: -25px;
        right: -5px;
    }

        .why-decorative-shapes svg[b-2vgweycivp] {
            width: 220px;
            height: 220px;
        }

    .why-stats[b-2vgweycivp] {
        gap: 5rem;
    }
}

/* =============================================
   RESPONSIVE - 1100px
   ============================================= */
@media (max-width: 1100px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 28px);
    }

    .why-decorative-shapes[b-2vgweycivp] {
        top: -15px;
        right: 5px;
    }

        .why-decorative-shapes svg[b-2vgweycivp] {
            width: 180px;
            height: 180px;
        }

    .why-container[b-2vgweycivp] {
        min-height: 540px;
    }

    .why-content-wrapper[b-2vgweycivp] {
        min-height: 540px;
    }

    .why-title[b-2vgweycivp] {
        font-size: 1.75rem;
    }

    .why-subtitle[b-2vgweycivp] {
        font-size: 0.9rem;
    }

    .why-stats[b-2vgweycivp] {
        gap: 4rem;
    }

    .why-stat-number[b-2vgweycivp] {
        font-size: 2.25rem;
    }
}

/* =============================================
   RESPONSIVE - 992px
   ============================================= */
@media (max-width: 992px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 24px);
        margin-top: 6rem;
    }

    .why-decorative-shapes[b-2vgweycivp] {
        top: -5px;
        right: 10px;
    }

        .why-decorative-shapes svg[b-2vgweycivp] {
            width: 150px;
            height: 150px;
        }

    .why-container[b-2vgweycivp] {
        min-height: 500px;
        border-radius: 28px;
    }

    .why-content-wrapper[b-2vgweycivp] {
        min-height: 500px;
        padding: 2.5rem 2rem;
    }

    .why-title[b-2vgweycivp] {
        font-size: 1.6rem;
    }

    .why-subtitle[b-2vgweycivp] {
        font-size: 0.875rem;
        max-width: 580px;
    }

    .why-stats[b-2vgweycivp] {
        gap: 3rem;
    }

    .why-stat-number[b-2vgweycivp] {
        font-size: 2rem;
    }

    .why-stat-label[b-2vgweycivp] {
        font-size: 0.8rem;
    }
}

/* =============================================
   RESPONSIVE - 768px (STATS STACK VERTICALLY)
   ============================================= */
@media (max-width: 768px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 20px);
        margin-top: 4rem;
        margin-bottom: 1.5rem;
    }

    .why-decorative-shapes[b-2vgweycivp] {
        display: none;
    }

    .why-container[b-2vgweycivp] {
        border-radius: 24px;
        min-height: auto;
    }

    .why-content-wrapper[b-2vgweycivp] {
        min-height: auto;
        padding: 2.5rem 1.5rem;
    }

    .why-badge[b-2vgweycivp] {
        font-size: 0.75rem;
        padding: 5px 16px;
        margin-bottom: 1.25rem;
    }

    .why-title[b-2vgweycivp] {
        font-size: 1.5rem;
        max-width: 100%;
        padding: 0 3rem;
    }

        .why-title br[b-2vgweycivp],
        .why-subtitle br[b-2vgweycivp] {
            display: none;
        }

    .why-subtitle[b-2vgweycivp] {
        font-size: 0.85rem;
        max-width: 100%;
        margin-bottom: 2.5rem;
        padding: 0 3rem;
    }

    /* Stats stack vertically */
    .why-stats[b-2vgweycivp] {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .why-stat-number[b-2vgweycivp] {
        font-size: 2.25rem;
    }

    .why-stat-label[b-2vgweycivp] {
        font-size: 0.85rem;
    }
}

/* =============================================
   RESPONSIVE - 576px
   ============================================= */
@media (max-width: 576px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 16px);
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .why-container[b-2vgweycivp] {
        border-radius: 20px;
    }

    .why-content-wrapper[b-2vgweycivp] {
        padding: 2rem 1.25rem;
    }

    .why-badge[b-2vgweycivp] {
        font-size: 0.7rem;
        padding: 4px 14px;
        margin-bottom: 1rem;
    }

    .why-title[b-2vgweycivp] {
        font-size: 1.35rem;
        padding: 0 2.5rem;
    }

    .why-subtitle[b-2vgweycivp] {
        font-size: 0.8rem;
        margin-bottom: 2rem;
        padding: 0 2.5rem;
    }

    .why-stats[b-2vgweycivp] {
        gap: 1.75rem;
    }

    .why-stat-number[b-2vgweycivp] {
        font-size: 2rem;
    }

    .why-stat-label[b-2vgweycivp] {
        font-size: 0.8rem;
    }
}

/* =============================================
   RESPONSIVE - 414px
   ============================================= */
@media (max-width: 414px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 12px);
        margin-top: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .why-container[b-2vgweycivp] {
        border-radius: 16px;
    }

    .why-content-wrapper[b-2vgweycivp] {
        padding: 1.75rem 1rem;
    }

    .why-badge[b-2vgweycivp] {
        font-size: 0.65rem;
        padding: 3px 12px;
    }

    .why-title[b-2vgweycivp] {
        font-size: 1.25rem;
        line-height: 1.3;
        padding: 0 2rem;
    }

    .why-subtitle[b-2vgweycivp] {
        font-size: 0.75rem;
        margin-bottom: 1.75rem;
        padding: 0 2rem;
    }

    .why-stats[b-2vgweycivp] {
        gap: 1.5rem;
    }

    .why-stat-number[b-2vgweycivp] {
        font-size: 1.85rem;
    }

    .why-stat-label[b-2vgweycivp] {
        font-size: 0.75rem;
    }
}

/* =============================================
   RESPONSIVE - 320px
   ============================================= */
@media (max-width: 320px) {
    .why-section[b-2vgweycivp] {
        width: calc(100vw - 8px);
        margin-top: 2rem;
    }

    .why-container[b-2vgweycivp] {
        border-radius: 14px;
    }

    .why-content-wrapper[b-2vgweycivp] {
        padding: 1.5rem 0.875rem;
    }

    .why-badge[b-2vgweycivp] {
        font-size: 0.6rem;
        padding: 3px 10px;
    }

    .why-title[b-2vgweycivp] {
        font-size: 1.15rem;
        padding: 0 1.5rem;
    }

    .why-subtitle[b-2vgweycivp] {
        font-size: 0.7rem;
        margin-bottom: 1.5rem;
        padding: 0 1.5rem;
    }

    .why-stats[b-2vgweycivp] {
        gap: 1.25rem;
    }

    .why-stat-number[b-2vgweycivp] {
        font-size: 1.7rem;
    }

    .why-stat-label[b-2vgweycivp] {
        font-size: 0.7rem;
    }
}
/* /Components/Properties/PropertyCardCarousel.razor.rz.scp.css */
/* ============================================
   PROPERTY CARD CAROUSEL
   ============================================ */
/* ============================================
   BREAK OUT OF PARENT CONTAINER
   ============================================ */
.property-carousel-section[b-oy8z3g127a] {
    padding: 40px 0;
    background: none !important;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}
.carousel-title[b-oy8z3g127a] {
    font-family: 'Figtree', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1F2937;
    text-align: center;
    margin: 0 0 8px 0;
}

.carousel-subtitle[b-oy8z3g127a] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #6B7280;
    text-align: center;
    margin: 0 0 32px 0;
}

/* ============================================
   CAROUSEL CONTAINER WITH ARROWS
   ============================================ */
.carousel-container[b-oy8z3g127a] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: none !important;
}

.property-carousel[b-oy8z3g127a] {
    overflow: hidden;
    background: none !important;
}

.carousel-track[b-oy8z3g127a] {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease-in-out;
    background: none !important;
}

/* ============================================
   CAROUSEL ARROWS - CIRCLE
   ============================================ */
.carousel-arrow[b-oy8z3g127a] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    padding: 0;
    aspect-ratio: 1 / 1;
}

    .carousel-arrow i[b-oy8z3g127a] {
        font-size: 14px;
        color: #1F2937;
        line-height: 1;
    }

    .carousel-arrow:hover:not(.disabled)[b-oy8z3g127a] {
        background: #5737DC;
        border-color: #5737DC;
    }

        .carousel-arrow:hover:not(.disabled) i[b-oy8z3g127a] {
            color: #fff;
        }

    .carousel-arrow.disabled[b-oy8z3g127a] {
        opacity: 0.4;
        cursor: default;
    }

/* ============================================
   CAROUSEL DOTS
   ============================================ */
.carousel-dots[b-oy8z3g127a] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.carousel-dot[b-oy8z3g127a] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E5E7EB;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

    .carousel-dot:hover[b-oy8z3g127a] {
        background: #9CA3AF;
    }

    .carousel-dot.active[b-oy8z3g127a] {
        background: #5737DC;
        width: 24px;
        border-radius: 5px;
    }

/* ============================================
   CARD WRAPPER - NO BACKGROUND, NO SHADOW
   ============================================ */
.carousel-card-wrapper[b-oy8z3g127a] {
    width: 260px;
    flex-shrink: 0;
    background: none !important;
}

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card {
        height: 420px;
        min-width: 260px;
        width: 260px;
        border-radius: 28px;
        box-shadow: none !important;
        border: 1px solid #E5E7EB;
        background: #fff;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__image {
        height: 220px;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__content {
        padding: 14px 18px 18px;
        gap: 8px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        box-shadow: none !important;
        background: #fff;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .price {
        font-size: 18px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .price-sqm {
        font-size: 10px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .match-badge {
        font-size: 9px;
        padding: 2px 6px;
        display: none !important;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__location {
        font-size: 11px;
        padding: 4px 6px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__details {
        font-size: 11px;
        gap: 5px 12px;
    }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__details i {
            font-size: 11px;
        }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__tags {
        margin-top: 3px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-tag {
        font-size: 8px;
        padding: 2px 5px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .badge-verified,
    .carousel-card-wrapper[b-oy8z3g127a]  .badge-new {
        font-size: 10px;
        padding: 4px 8px 3px 4px !important;
        top: 14px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .badge-verified {
        left: 14px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .badge-new {
        left: 90px;
    }

    /* Favorite button - CIRCLE */
    .carousel-card-wrapper[b-oy8z3g127a]  .favorite-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        max-width: 36px !important;
        max-height: 36px !important;
        border-radius: 50% !important;
        font-size: 16px;
        top: 14px;
        right: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        aspect-ratio: 1 / 1;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__broker-placeholder {
        width: 70%;
        padding: 8px 0;
        font-size: 10px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .broker-btn {
        font-size: 8px;
        padding: 4px 10px;
        gap: 4px;
    }

        .carousel-card-wrapper[b-oy8z3g127a]  .broker-btn i {
            font-size: 10px;
        }

    .carousel-card-wrapper[b-oy8z3g127a]  .btn-ask-reeve {
        height: 30px;
        font-size: 11px;
        border-radius: 8px;
    }
    .carousel-card-wrapper[b-oy8z3g127a]  .favorite-btn i {
        font-size: 17px !important; /* Reduce this - try 12px, 14px, 16px */
    }
/* ============================================
   SKELETON LOADING - NO SHADOW
   ============================================ */
.carousel-card--skeleton[b-oy8z3g127a] {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    height: 420px;
    width: 260px;
    flex-shrink: 0;
    border: 1px solid #E5E7EB;
    box-shadow: none !important;
}

.skeleton[b-oy8z3g127a] {
    background: linear-gradient(90deg, #E5E7EB 25%, #F3F4F6 50%, #E5E7EB 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-oy8z3g127a 1.5s infinite;
}

.skeleton-image[b-oy8z3g127a] {
    height: 220px;
}

.skeleton-content[b-oy8z3g127a] {
    padding: 18px;
}

.skeleton-text[b-oy8z3g127a] {
    height: 20px;
    width: 70%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.skeleton-text-sm[b-oy8z3g127a] {
    height: 14px;
    width: 50%;
    border-radius: 4px;
}

/* ============================================
   IMAGE CAROUSEL ARROWS - SMALLER FOR CARDS
   ============================================ */
.carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow {
    width: 30px;
    height: 30px;
}

    .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow svg {
        width: 12px;
        height: 12px;
    }

.carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow--prev {
    left: 8px;
}

.carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow--next {
    right: 8px;
}

/* Image slider for carousel cards */
.carousel-card-wrapper[b-oy8z3g127a]  .image-slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out;
}

    .carousel-card-wrapper[b-oy8z3g127a]  .image-slider img {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@keyframes skeleton-loading-b-oy8z3g127a {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   RESPONSIVE - REDUCE VISIBLE CARDS
   ============================================ */

/* Tablets - show 2 cards */
@media (max-width: 960px) {
    .property-carousel[b-oy8z3g127a] {
        width: calc(260px * 2 + 24px) !important;
    }
}

/* Mobile - show 1 card */
@media (max-width: 650px) {
    .property-carousel[b-oy8z3g127a] {
        width: 260px !important;
    }

    .carousel-title[b-oy8z3g127a] {
        font-size: 22px;
    }

    .carousel-subtitle[b-oy8z3g127a] {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .carousel-container[b-oy8z3g127a] {
        gap: 8px;
    }

    .carousel-arrow[b-oy8z3g127a] {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        max-width: 28px;
        max-height: 28px;
    }

        .carousel-arrow i[b-oy8z3g127a] {
            font-size: 12px;
        }

    .carousel-dots[b-oy8z3g127a] {
        margin-top: 16px;
    }
}

/* Small mobile */
@media (max-width: 380px) {
    .carousel-card-wrapper[b-oy8z3g127a] {
        width: 240px;
    }

    .property-carousel[b-oy8z3g127a] {
        width: 240px !important;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card {
        width: 240px;
        min-width: 240px;
        height: 400px;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .property-card__image {
        height: 200px;
    }
}

/* ============================================
   MOBILE PORTRAIT - 1 CARD (≤414px)
   Scale down the MOBILE card design
   ============================================ */
@media (max-width: 414px) {
    /* Track gap - adjusted so card + gap = 284px (_slidePixels) */
    .carousel-track[b-oy8z3g127a] {
        gap: 4px !important; /* 280 + 4 = 284px */
    }

    /* Carousel container - fit 1 card exactly */
    .property-carousel[b-oy8z3g127a] {
        width: 280px !important;
    }

    .carousel-container[b-oy8z3g127a] {
        gap: 8px;
    }

    /* Card wrapper - match carousel */
    .carousel-card-wrapper[b-oy8z3g127a] {
        width: 280px !important;
    }

        /* === SCALED DOWN MOBILE CARD === */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card {
            width: 280px !important;
            min-width: 280px !important;
            height: auto !important;
            min-height: 340px !important;
            border-radius: 16px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__image {
            height: 140px !important;
            border-radius: 16px 16px 12px 12px !important;
            z-index: 5 !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__content {
            z-index: auto !important;
            padding: 12px 16px 16px !important;
            justify-content: flex-start !important;
            gap: 0 !important;
        }

        /* Price row - keep mobile style, scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__price-row {
            padding-top: 16px !important;
            margin-bottom: 4px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .price {
            font-size: 22px !important;
            color: #2C1B70 !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .price-sqm {
            font-size: 10px !important;
        }

        /* Asset row - VISIBLE (mobile style) */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-row {
            display: flex !important;
            align-items: center !important;
            gap: 6px !important;
            padding: 6px 0 !important;
            border-bottom: 1px solid #E5E7EB !important;
            margin: 0 !important;
            flex-wrap: wrap !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-type {
            font-size: 12px !important;
            font-weight: 600 !important;
            color: #1F2937 !important;
            white-space: nowrap !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-location {
            display: inline-flex !important;
            align-items: center !important;
            gap: 4px !important;
            background: #F3F4F6 !important;
            border-radius: 4px !important;
            padding: 2px 6px !important;
            font-size: 10px !important;
            font-weight: 300 !important;
            color: #4B5563 !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            max-width: 100% !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-location i {
                color: #6366F1 !important;
                font-size: 10px !important;
            }

        /* Location - HIDDEN (mobile style) */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__location {
            display: none !important;
        }

        /* Details - mobile style, scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__details {
            font-size: 11px !important;
            padding: 12px 0 !important;
            border-bottom: 1px solid #E5E7EB !important;
            margin: 0 !important;
            row-gap: 4px !important;
            column-gap: 10px !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card__details i {
                font-size: 11px !important;
            }

        /* Tags - mobile style, scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__tags {
            font-size: 8px !important;
            padding-top: 10px !important;
            margin: 0 !important;
            gap: 4px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .property-tag {
            font-size: 8px !important;
            padding: 2px 4px !important;
        }

        /* Ask Reeve button - scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .btn-ask-reeve {
            height: 28px !important;
            margin-top: 10px !important;
            font-size: 10px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__actions {
            margin-top: auto !important;
        }

        /* Broker placeholder - mobile position, scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__broker-placeholder {
            z-index: 10 !important;
            left: 16px !important;
            transform: none !important;
            width: 120px !important;
            min-width: 100px !important;
            bottom: 91% !important;
            border-radius: 12px 12px 0 0 !important;
            padding: 6px 10px !important;
            font-size: 9px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .broker-btn {
            font-size: 9px !important;
            padding: 3px 8px !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .broker-btn i {
                font-size: 9px !important;
            }

        /* Badges - mobile position, scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-verified,
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-new {
            top: 12px !important;
            height: 22px !important;
            font-size: 9px !important;
            padding: 3px 6px 2px 3px !important;
            border-radius: 6px !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-verified i,
            .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-new i {
                font-size: 10px !important;
            }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-verified {
            left: 12px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-new {
            left: 82px !important;
        }

        /* Favorite button - mobile, scaled */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .favorite-btn {
            top: 12px !important;
            right: 12px !important;
            width: 36px !important;
            height: 36px !important;
            min-width: 36px !important;
            min-height: 36px !important;
            max-width: 36px !important;
            max-height: 36px !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card .favorite-btn i {
                font-size: 18px !important;
                margin-top: 2px !important;
            }

    /* Carousel arrows */
    .carousel-arrow[b-oy8z3g127a] {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
    }

        .carousel-arrow i[b-oy8z3g127a] {
            font-size: 12px !important;
        }

    /* Image carousel arrows inside card */
    .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow {
        width: 26px !important;
        height: 26px !important;
    }

        .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow svg {
            width: 10px !important;
            height: 10px !important;
        }

    .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow--prev {
        left: 6px !important;
    }

    .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow--next {
        right: 6px !important;
    }

    /* Title and subtitle */
    .carousel-title[b-oy8z3g127a] {
        font-size: 20px !important;
    }

    .carousel-subtitle[b-oy8z3g127a] {
        font-size: 11px !important;
        margin-bottom: 20px !important;
    }

    /* Dots */
    .carousel-dots[b-oy8z3g127a] {
        margin-top: 16px !important;
        gap: 6px !important;
    }

    .carousel-dot[b-oy8z3g127a] {
        width: 8px !important;
        height: 8px !important;
    }

        .carousel-dot.active[b-oy8z3g127a] {
            width: 20px !important;
        }
}

/* ============================================
   MOBILE LANDSCAPE - 2 CARDS
   Scale down mobile card design
   ============================================ */
@media (max-height: 500px) and (orientation: landscape) {
    /* Track gap - adjusted so card + gap = 284px (_slidePixels) */
    .carousel-track[b-oy8z3g127a] {
        gap: 44px !important; /* 240 + 44 = 284px */
    }

    /* Carousel container - fit 2 cards exactly */
    .property-carousel[b-oy8z3g127a] {
        width: calc(240px * 2 + 44px) !important; /* 524px */
    }

    .carousel-container[b-oy8z3g127a] {
        gap: 10px;
    }

    /* Card wrapper */
    .carousel-card-wrapper[b-oy8z3g127a] {
        width: 240px !important;
    }

        /* === SCALED DOWN MOBILE CARD === */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card {
            width: 240px !important;
            min-width: 240px !important;
            height: auto !important;
            min-height: 300px !important;
            border-radius: 14px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__image {
            height: 120px !important;
            border-radius: 14px 14px 10px 10px !important;
            z-index: 5 !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__content {
            z-index: auto !important;
            padding: 10px 14px 14px !important;
            justify-content: flex-start !important;
            gap: 0 !important;
        }

        /* Price row */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__price-row {
            padding-top: 14px !important;
            margin-bottom: 3px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .price {
            font-size: 18px !important;
            color: #2C1B70 !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .price-sqm {
            font-size: 9px !important;
        }

        /* Asset row - VISIBLE */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-row {
            display: flex !important;
            align-items: center !important;
            gap: 5px !important;
            padding: 5px 0 !important;
            border-bottom: 1px solid #E5E7EB !important;
            margin: 0 !important;
            flex-wrap: wrap !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-type {
            font-size: 11px !important;
            font-weight: 600 !important;
            color: #1F2937 !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-location {
            display: inline-flex !important;
            align-items: center !important;
            gap: 3px !important;
            background: #F3F4F6 !important;
            border-radius: 4px !important;
            padding: 2px 5px !important;
            font-size: 9px !important;
            font-weight: 300 !important;
            color: #4B5563 !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card__asset-location i {
                font-size: 9px !important;
            }

        /* Location - HIDDEN */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__location {
            display: none !important;
        }

        /* Details */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__details {
            font-size: 10px !important;
            padding: 10px 0 !important;
            border-bottom: 1px solid #E5E7EB !important;
            margin: 0 !important;
            row-gap: 3px !important;
            column-gap: 8px !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card__details i {
                font-size: 10px !important;
            }

        /* Tags */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__tags {
            font-size: 7px !important;
            padding-top: 8px !important;
            margin: 0 !important;
            gap: 3px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .property-tag {
            font-size: 7px !important;
            padding: 2px 4px !important;
        }

        /* Button */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .btn-ask-reeve {
            height: 26px !important;
            margin-top: 8px !important;
            font-size: 9px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__actions {
            margin-top: auto !important;
        }

        /* Broker placeholder */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card__broker-placeholder {
            z-index: 10 !important;
            left: 14px !important;
            transform: none !important;
            width: 100px !important;
            min-width: 90px !important;
            bottom: 90% !important;
            border-radius: 10px 10px 0 0 !important;
            padding: 5px 8px !important;
            font-size: 8px !important;
        }

        /* Badges */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-verified,
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-new {
            top: 10px !important;
            height: 20px !important;
            font-size: 8px !important;
            padding: 2px 5px 2px 2px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-verified {
            left: 10px !important;
        }

        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .badge-new {
            left: 70px !important;
        }

        /* Favorite button */
        .carousel-card-wrapper[b-oy8z3g127a]  .property-card .favorite-btn {
            top: 10px !important;
            right: 10px !important;
            width: 30px !important;
            height: 30px !important;
            min-width: 30px !important;
            min-height: 30px !important;
            max-width: 30px !important;
            max-height: 30px !important;
        }

            .carousel-card-wrapper[b-oy8z3g127a]  .property-card .favorite-btn i {
                font-size: 14px !important;
            }

    /* Carousel arrows */
    .carousel-arrow[b-oy8z3g127a] {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
    }

    /* Image carousel arrows */
    .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow {
        width: 22px !important;
        height: 22px !important;
    }

        .carousel-card-wrapper[b-oy8z3g127a]  .carousel-arrow svg {
            width: 9px !important;
            height: 9px !important;
        }
}
/* /Components/Properties/PropertyFiltersDialog.razor.rz.scp.css */
/* /Components/Properties/PropertyItemCard.razor.rz.scp.css */
/* ==== CARD WRAPPER ==== */
.property-card[b-rol8fjb126] {
    background: #fff;
    border-radius: 35px;
    overflow: visible;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-width: 315px;
    max-width: 100%; /* ← Allow growth up to 450px, or remove for unlimited */
    width: 100%;
    height: 500px; /* ← Fixed height instead of aspect-ratio */
    /* REMOVE: aspect-ratio: 680 / 1000; */
    box-shadow: 0 4px 13px 0 rgba(116, 113, 115, 0.25);
}

    .property-card:hover[b-rol8fjb126] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

/* ==== IMAGE ==== */
.property-card__image[b-rol8fjb126] {
    position: relative;
    width: 100%;
    height: 280px; /* ← Fixed height */
    /* REMOVE: aspect-ratio: 15.5 / 12; */
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(242,242,242,0.2) 100%), #f2f2f2;
    z-index: 1;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

    .property-card__image img[b-rol8fjb126] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }


/* ==== BADGES (overrides global badges css) ==== */
.badge-verified[b-rol8fjb126],
.badge-institutional[b-rol8fjb126],
.badge-unverified[b-rol8fjb126],
.badge-new[b-rol8fjb126],
.badge-private[b-rol8fjb126],
.badge-premium[b-rol8fjb126] {
    position: absolute;
    top: 28px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px 4px 4px !important;
    border-radius: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge-verified[b-rol8fjb126],
.badge-unverified[b-rol8fjb126],
.badge-private[b-rol8fjb126] {
    left: 28px;
}

.badge-institutional[b-rol8fjb126],
.badge-new[b-rol8fjb126] {
    left: 110px;
}

.badge-premium[b-rol8fjb126] {
    left: 140px;
}

.badge-verified[b-rol8fjb126] {
    background: #0CD398;
    box-shadow: 0 2px 6px rgba(12, 211, 152, 0.25);
}

.badge-institutional[b-rol8fjb126] {
    background: #DC2626;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.25);
}

.badge-unverified[b-rol8fjb126] {
    background: #F97D11;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.25);
}

.badge-new[b-rol8fjb126] {
    background: #2C1B70;
    box-shadow: 0 2px 6px rgba(87, 54, 219, 0.25);
}

.badge-private[b-rol8fjb126] {
    background: #1F2937;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.badge-premium[b-rol8fjb126] {
    background: #FDB022;
    box-shadow: 0 2px 6px rgba(253, 176, 34, 0.25);
}

    /* Icon sizing for all badges - INCREASED */
    .badge-verified i[b-rol8fjb126],
    .badge-institutional i[b-rol8fjb126],
    .badge-unverified i[b-rol8fjb126],
    .badge-new i[b-rol8fjb126],
    .badge-private i[b-rol8fjb126],
    .badge-premium i[b-rol8fjb126] {
        font-size: 13px; /* was 11px */
        margin: 0;
        padding: 0;
        line-height: 1;
    }



/* === UNLOCK BROKER BUTTON (compact, pill style) === */
.broker-btn[b-rol8fjb126] {
    background: #5737DC;
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    padding: 6px 14px;
    border: none;
    border-radius: 999px; /* full pill shape */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(87, 55, 220, 0.25);
    transition: all 0.2s ease;
    white-space: nowrap;
}

    /* Hover + press effects */
    .broker-btn:hover[b-rol8fjb126] {
        background: #6847E8;
        box-shadow: 0 3px 8px rgba(87, 55, 220, 0.35);
        transform: translateY(-1px);
    }

    .broker-btn:active[b-rol8fjb126] {
        background: #4529B8;
        transform: translateY(0);
    }

    /* Icon size and spacing */
    .broker-btn i[b-rol8fjb126] {
        font-size: 12px;
        line-height: 1;
    }


/* ==== FAVORITE BUTTON ==== */
.favorite-btn[b-rol8fjb126] {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 46px;
    height: 46px;
    background: #fff !important;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    cursor: pointer;
    z-index: 3;
}

    /* Default hover */
    .favorite-btn:hover[b-rol8fjb126] {
        transform: scale(1.05);
    }

    /* Icon styles */
    .favorite-btn i[b-rol8fjb126] {
        color: #DBDBDB !important;
        transition: color 0.2s ease;
        font-size: 22px;
        line-height: 1 !important;
        margin-top: 2px !important;
        margin-left: 0px !important;
    }

    /* Icon hover */
    .favorite-btn:hover i[b-rol8fjb126] {
        color: #B9AEFB !important;
    }

    /* Active icon */
    .favorite-btn.active i[b-rol8fjb126] {
        color: #5737DC !important;
    }

    /* Active hover icon */
    .favorite-btn.active:hover i[b-rol8fjb126] {
        color: #4529B8 !important;
    }
/* ==== CONTENT ==== */
.property-card__content[b-rol8fjb126] {
    flex-grow: 1;
    padding: 17px 30px 25px; /* Less padding = shorter white area */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* Changed from space-between */
    gap: 12px; /* This controls spacing between items */
    overflow: visible;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
    margin-top: -20px;
    z-index: 5;
    background: #fff;
    box-shadow: 0px 4px 6.5px rgba(0, 0, 0, 0.08);
}

/* PRICE + MATCH */
.property-card__price-row[b-rol8fjb126] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.price[b-rol8fjb126] {
    font-weight: 700;
    font-size: 23px;
    color: #1F2937;
    line-height: 1.1;
}

.price-sqm[b-rol8fjb126] {
    font-size: 12px;
    color: #9C9C9C;
    font-weight: 400;
}

/* Base style for grid badge */
.match-badge[b-rol8fjb126] {
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    margin-bottom:-5px;
}
/* High (80%+) */
.match-badge-high[b-rol8fjb126] {
    background: linear-gradient(90deg, #0CD398 0%, #5737DC 100%);
}

/* Medium (60–79%) */
.match-badge-medium[b-rol8fjb126] {
    background: linear-gradient(90deg, #F59E0B 0%, #5737DC 100%);
}

/* Low (<60%) */
.match-badge-low[b-rol8fjb126] {
    background: linear-gradient(90deg, #EF4444 0%, #5737DC 100%);
}


/* LOCATION */
.property-card__location[b-rol8fjb126] {
    background: #F3F4F6;
    border-radius: 8px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4B5563;
    font-size: 12px;
    font-weight: 300;
    margin-top: -4px;
}

    .property-card__location i[b-rol8fjb126] {
        color: #6366F1;
        font-size: 15px;
    }

/* DETAILS — 3 columns, smaller font */
.property-card__details[b-rol8fjb126] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 8px;
    column-gap: 16px; /* minimum gap between items */
    color: #6B7280;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    width: 100%;
}

    .property-card__details .detail-item[b-rol8fjb126] {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .property-card__details i[b-rol8fjb126] {
        color: #6366F1;
        font-size: 14px;
    }

/* BUTTONS */
.property-card__actions[b-rol8fjb126] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
}

    .property-card__actions .btn-view[b-rol8fjb126] {
        background: #5737DC;
        color: #fff;
        font-weight: 500;
        border: none;
        padding: 8px 12px; /* Smaller padding */
        border-radius: 10px;
        flex: 1.2;
        font-size: 13px; /* Slightly smaller */
        min-width: 0; /* Allow shrinking */
        height: 34px; /* Slightly shorter */
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .property-card__actions .btn-avm[b-rol8fjb126] {
        border: 2px solid #5737DC;
        background: #fff;
        color: #5737DC;
        font-weight: 500;
        padding: 8px 12px; /* Smaller padding */
        border-radius: 10px;
        flex: 1;
        font-size: 13px; /* Slightly smaller */
        min-width: 0; /* Allow shrinking */
        height: 34px; /* Slightly shorter */
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .property-card__actions .btn-view:hover[b-rol8fjb126] {
        background: #6847E8;
    }

    .property-card__actions .btn-avm:hover[b-rol8fjb126] {
        background: #F5F3FF;
        border-color: #4529B8;
    }

/* ==== ASK REEVE BUTTON ==== */
.btn-ask-reeve[b-rol8fjb126] {
    width: 100%;
    height: 35px;
    background: linear-gradient(90deg, #5737DC 0%, #2C1B70 100%);
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

    .btn-ask-reeve:hover[b-rol8fjb126] {
        background: linear-gradient(90deg, #6847E8 0%, #3D2A8A 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(87, 55, 220, 0.3);
    }

    .btn-ask-reeve:active[b-rol8fjb126] {
        transform: translateY(0);
    }

    .btn-ask-reeve i[b-rol8fjb126] {
        font-size: 16px;
    }

/* GRID WRAPPER */
.property-card-container[b-rol8fjb126] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 330px));
    gap: 30px;
    justify-items: center;
}

/* RESPONSIVE */
@media (max-width: 640px) {
    .property-card[b-rol8fjb126] {
        max-width: 100%;
        min-height: 400px;
    }

    .price[b-rol8fjb126] {
        font-size: 20px;
    }

    .property-card__details[b-rol8fjb126] {
        gap: 8px 16px;
        font-size: 12px;
    }

    .property-card__actions[b-rol8fjb126] {
        flex-direction: column;
        gap: 8px;
    }

        .property-card__actions .btn-view[b-rol8fjb126],
        .property-card__actions .btn-avm[b-rol8fjb126] {
            width: 100%;
        }
}

/* === ULTRA-WIDE PROPERTY SEARCH LAYOUT === */
.property-search-page[b-rol8fjb126] {
    max-width: 1422px !important;
    width: 98vw;
    margin: 0 auto;
    padding: 2.5rem 5rem;
    background: #fff;
}

.page-content-wrapper[b-rol8fjb126] {
    max-width: 1900px !important;
    width: 100%;
    margin: 0 auto;
    gap: 3rem;
}

.filters-sidebar[b-rol8fjb126] {
    width: 260px !important;
    min-width: 260px !important;
}

@media (max-width: 1200px) {
    .property-search-page[b-rol8fjb126] {
        width: 95vw;
        padding: 1.5rem 2rem;
    }

    .page-content-wrapper[b-rol8fjb126] {
        gap: 2rem;
    }
}


/* ==== LIST VIEW CARD ==== */
.property-card.list-view[b-rol8fjb126] {
    aspect-ratio: unset !important;
    flex-direction: row;
    align-items: stretch;
    min-height: 130px;
    height: auto;
    max-width: 100%;
    border-radius: 14px !important;
    overflow: visible;
    box-shadow: 0 0 10px 5px rgba(158, 158, 158, 0.1);
    border: none;
    position: relative;
    background: #fff;
}

    /* Image - fixed size, vertically centered with margins */
    .property-card.list-view .property-card__image[b-rol8fjb126] {
        max-width: 160px;
        min-height: 115px;
        height: auto;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        align-self: stretch;
        margin: 7px 0 7px 7px;
    }

        /* Favorite button in list view */
        .property-card.list-view .property-card__image .favorite-btn[b-rol8fjb126] {
            width: 26px !important;
            height: 26px !important;
            min-width: 26px !important;
            max-width: 26px !important;
            padding: 0 !important;
            top: 10px !important;
            right: 10px !important;
            border-radius: 50% !important;
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(8px);
            flex-shrink: 0 !important;
        }

            /* List view icon */
            .property-card.list-view .property-card__image .favorite-btn i[b-rol8fjb126] {
                font-size: 12px !important;
                margin-top: 1px !important;
                margin-left: 0px !important;
            }

                .property-card.list-view .property-card__image .favorite-btn:hover i[b-rol8fjb126] {
                    color: #B9AEFB !important;
                }

            /* List view - active state */
            .property-card.list-view .property-card__image .favorite-btn.active i[b-rol8fjb126] {
                color: #5737DC !important;
            }

            /* List view - active hover */
            .property-card.list-view .property-card__image .favorite-btn.active:hover i[b-rol8fjb126] {
                color: #4529B8 !important;
            }
    /* Content area - CSS GRID LAYOUT for easy column management */
    .property-card.list-view .property-card__content[b-rol8fjb126] {
        flex: 1;
        margin-top: 0;
        box-shadow: none;
        padding: 16px 20px;
        display: grid;
        grid-template-columns: 3.8fr 1fr 0.7fr 0.6fr 0.9fr;
        gap: 15px;
        align-items: center;
        position: relative;
        background: #fff;
        min-height: 130px; /* ✅ Changed from height to min-height */
        height: auto; /* ✅ Allow growth */
        overflow: visible; /* ✅ Don't clip content */
    }

    /*  COLUMN 1: Property Info (title, location, price, details, tags) - TAKES REMAINING SPACE */
    .property-card.list-view .property-card__info-column[b-rol8fjb126] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 4px;
        min-width: 0; /* ✅ Already set - allows shrinking */
        max-width: 100%; /* ✅ NEW - prevents overflow */
        height: 100%;
        padding: 4px 0;
    }

    /* Title + Location wrapper */
    .property-card.list-view .property-card__title-location[b-rol8fjb126] {
        display: flex;
        align-items: center;
        gap: 0;
        flex-wrap: wrap;
    }

    .property-card.list-view .property-card__title[b-rol8fjb126] {
        font-size: 18px;
        font-weight: 700;
        color: #1F2937;
        margin: 0;
        margin-top: -5px;
        flex-shrink: 1; /* allow shrinking */
        overflow-wrap: break-word; /*  NEW - wrap long words */
        word-break: break-word; /*  NEW - break if needed */
    }

        .property-card.list-view .property-card__title[b-rol8fjb126]::after {
            content: ",  ";
        }

    .property-card.list-view .property-card__location[b-rol8fjb126] {
        background: transparent;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 3px;
        color: #9CA3AF;
        font-size: 11px;
        font-weight: 400;
        margin-left: 0;
    }

        .property-card.list-view .property-card__location i[b-rol8fjb126] {
            color: #9CA3AF;
            font-size: 12px;
        }

    /* Price row */
    .property-card.list-view .property-card__price-row[b-rol8fjb126] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .property-card.list-view .price-group[b-rol8fjb126] {
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .property-card.list-view .price[b-rol8fjb126] {
        font-size: 18px;
        font-weight: 500;
        color: #1F2937;
    }

    .property-card.list-view .price-sqm[b-rol8fjb126] {
        font-size: 14px !important;
        color: #9CA3AF;
        font-weight: 400 !important;
    }

    /* Details */
    .property-card.list-view .property-card__details[b-rol8fjb126] {
        display: flex;
        align-items: center;
        gap: 18px;
        font-size: 13px;
        font-weight: 500;
        color: #6B7280;
        flex-wrap: wrap;
        max-width: 100%; /* ✅ NEW - constrain to parent */
    }

        .property-card.list-view .property-card__details .detail-item[b-rol8fjb126] {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .property-card.list-view .property-card__details i[b-rol8fjb126] {
            color: #9CA3AF;
            font-size: 14px;
        }
/* ==== ADDITIONS FOR TITLE + REGION BADGE ==== */

/* Grid View Title */
.property-card__title[b-rol8fjb126] {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    line-height: 1.3;
    margin: 0;
    /* Truncation */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


/* Region Badge - exact Figma specs (LIST VIEW ONLY) */
.property-card.list-view .region-badge[b-rol8fjb126] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 8px;
    background: #F4F4F4;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    color: #6B7280;
    white-space: nowrap;
    margin-left: 4px;
}

/* List view title - remove the ::after comma since title is now composed */
.property-card.list-view .property-card__title[b-rol8fjb126]::after {
    content: none;
}

/* Ensure price-group in list view accommodates the region badge */
.property-card.list-view .price-group[b-rol8fjb126] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* List view specific adjustments */
.property-card.list-view .property-card__title[b-rol8fjb126] {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
    margin-top: -5px;
    flex-shrink: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    /* Remove the ::after comma since we now compose the title */
}

    /* Remove the comma ::after in list view since title is now composed */
    .property-card.list-view .property-card__title[b-rol8fjb126]::after {
        content: none;
    }

/* List view region badge */
.property-card.list-view .region-badge[b-rol8fjb126] {
    font-size: 10px;
    padding: 3px 8px;
}

    /* NEW: Tags - under details */
    /* Tags - under details */
    .property-card.list-view .property-card__tags[b-rol8fjb126] {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        margin-top: 4px;
        max-width: 100%; /* ✅ NEW - constrain to parent */
    }

    .property-card.list-view .property-tag[b-rol8fjb126] {
        display: inline-block;
        padding: 2px 5px;
        background: rgba(87, 55, 220, 0.1); /* was #F5F3FF */
        color: #5736DF;
        font-size: 8.5px;
        font-weight: 500;
        border-radius: 3px;
        white-space: nowrap;
    }

    /* COLUMN 2: Badges - AUTO WIDTH */
    .property-card.list-view .property-card__badges-column[b-rol8fjb126] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 3px;
        min-width: 0;
        max-width: 85px;
    }

    /* ==== LIST VIEW BADGE STYLES ==== */
    .property-card.list-view .badge-verified[b-rol8fjb126],
    .property-card.list-view .badge-new[b-rol8fjb126],
    .property-card.list-view .badge-private[b-rol8fjb126],
    .property-card.list-view .badge-institutional[b-rol8fjb126],
    .property-card.list-view .badge-unverified[b-rol8fjb126],
    .property-card.list-view .badge-premium[b-rol8fjb126] {
        position: static;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 5px;
        height: fit-content;
        margin: 0;
        display: inline-flex;
        align-items: center;
        gap: 3px;
        white-space: nowrap;
        background: #F3F4F6 !important;
        color: #201C00 !important;
        box-shadow: none !important;
    }

        /* List view icon colors - match grid badge backgrounds */
        .property-card.list-view .badge-verified i[b-rol8fjb126] {
            color: #0CD398 !important;
        }

        .property-card.list-view .badge-new i[b-rol8fjb126] {
            color: #2C1B70 !important;
        }

        .property-card.list-view .badge-private i[b-rol8fjb126] {
            color: #1F2937 !important;
        }

        .property-card.list-view .badge-institutional i[b-rol8fjb126] {
            color: #DC2626 !important;
        }

        .property-card.list-view .badge-unverified i[b-rol8fjb126] {
            color: #F97D11 !important;
        }

        .property-card.list-view .badge-premium i[b-rol8fjb126] {
            color: #FDB022 !important;
        }
    /* COLUMN 3: Avatar - AUTO WIDTH */
    .property-card.list-view .property-card__avatar-column[b-rol8fjb126] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        width: 75px; /* was 45px */
        min-width: 0;
        margin-left: 0;
    }

    .property-card.list-view .property-card__avatar[b-rol8fjb126] {
        width: 100%;
        height: auto;
        border-radius: 0;
        overflow: visible;
        border: none;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        .property-card.list-view .property-card__avatar img[b-rol8fjb126] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .property-card.list-view .property-card__avatar-label[b-rol8fjb126] {
        font-size: 9px;
        color: #6B7280;
        text-align: center;
        font-weight: 500;
    }

    /* COLUMN 4: Match Score - AUTO WIDTH */
    .property-card.list-view .property-card__match-column[b-rol8fjb126] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        width: 45px;
        min-width: 0;
    }

    .property-card.list-view .property-card__match-score[b-rol8fjb126] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background: transparent;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
    }

        .property-card.list-view .property-card__match-score.high[b-rol8fjb126] {
            color: #0CD398;
        }

        .property-card.list-view .property-card__match-score.medium[b-rol8fjb126] {
            color: #F59E0B;
        }

        .property-card.list-view .property-card__match-score.low[b-rol8fjb126] {
            color: #EF4444;
        }

        .property-card.list-view .property-card__match-score i[b-rol8fjb126] {
            font-size: 14px;
        }

    /* COLUMN 5: Actions - AUTO WIDTH */
    .property-card.list-view .property-card__actions[b-rol8fjb126] {
        display: flex;
        align-items: center;
        gap: 6px; /* ✅ Reduced from 10px */
        flex-wrap: wrap; /* ✅ NEW - allow buttons to wrap */
    }

        .property-card.list-view .property-card__actions .btn-view[b-rol8fjb126] {
            min-width: 90px;
            height: 36px;
            font-size: 11px;
            font-weight: 500;
            background: #5737DC;
            color: #fff;
            border-radius: 8px;
            padding: 0 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            white-space: nowrap;
        }

        .property-card.list-view .property-card__actions .btn-avm[b-rol8fjb126] {
            width: 70px;
            height: 38px;
            font-size: 12px;
            font-weight: 500;
            border: 2px solid #5737DC;
            background: #fff;
            color: #5737DC;
            border-radius: 7px;
            padding: 0 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3px;
            cursor: pointer;
            white-space: nowrap;
        }

        .property-card.list-view .property-card__actions .btn-view:hover[b-rol8fjb126] {
            background: #6847E8;
        }

        .property-card.list-view .property-card__actions .btn-avm:hover[b-rol8fjb126] {
            background: #F5F3FF;
            border-color: #4529B8;
        }

/* ✅ Let columns shrink naturally - no stacking until mobile */
@media (max-width: 1200px) {
    .property-card.list-view .property-card__content[b-rol8fjb126] {
        gap: 16px; /* Reduce gap slightly */
    }

    /* Adjust column proportions for medium screens */
    .property-card.list-view .property-card__content[b-rol8fjb126] {
        grid-template-columns: 2fr 0.8fr 0.8fr 0.8fr 1fr;
    }
}

@media (max-width: 900px) {
    .property-card.list-view .property-card__content[b-rol8fjb126] {
        gap: 12px; /* Smaller gap */
        grid-template-columns: 2fr 0.7fr 0.7fr 0.7fr 0.9fr;
    }

    /* Reduce padding */
    .property-card.list-view .property-card__content[b-rol8fjb126] {
        padding: 12px 16px;
    }

    /* Make image smaller */
    .property-card.list-view .property-card__image[b-rol8fjb126] {
        width: 140px;
    }
}

/* ✅ Only stack on actual mobile devices */
@media (max-width: 640px) {
    .property-card.list-view[b-rol8fjb126] {
        flex-direction: column;
        height: auto;
    }

        .property-card.list-view .property-card__image[b-rol8fjb126] {
            width: 100%;
            height: 200px;
        }

        .property-card.list-view .property-card__content[b-rol8fjb126] {
            grid-template-columns: 1fr;
            height: auto;
            gap: 12px;
        }
}


/* === BROKER PLACEHOLDER (GRID CARDS ONLY) === */
/* === BROKER PLACEHOLDER (sits perfectly at bottom of image) === */
.property-card__broker-placeholder[b-rol8fjb126] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.6);
    color: #5737DC;
    font-size: 12px;
    font-weight: 600;
    width: 80%;
    padding: 12px 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
}


/* ==== TAGS (GRID VIEW) ==== */
.property-card__tags[b-rol8fjb126] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.property-tag[b-rol8fjb126] {
    display: inline-block;
    padding: 2px 5px; /* Between 2px 6px and 1px 4px */
    background: rgba(87, 55, 220, 0.1); /* was #F5F3FF */
    color: #5736DF;
    font-size: 8.5px; /* Between 9px and 8px */
    font-weight: 500;
    border-radius: 3px;
    white-space: nowrap;
}


/* ==== IMAGE SLIDER FOR CAROUSEL ==== */
.property-card__image[b-rol8fjb126] {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(242,242,242,0.2) 100%), #f2f2f2;
    z-index: 1;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.image-slider[b-rol8fjb126] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out;
}

    .image-slider img[b-rol8fjb126] {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.fallback-image[b-rol8fjb126] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==== CAROUSEL NAVIGATION ARROWS ==== */
.carousel-arrow[b-rol8fjb126] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    transition: all 0.2s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .carousel-arrow svg[b-rol8fjb126] {
        display: block;
    }

.property-card__image:hover .carousel-arrow[b-rol8fjb126] {
    opacity: 1;
}

.carousel-arrow:hover[b-rol8fjb126] {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%) scale(1.05);
}

.carousel-arrow--prev[b-rol8fjb126] {
    left: 12px;
}

.carousel-arrow--next[b-rol8fjb126] {
    right: 12px;
}

/* ==== LIST VIEW CAROUSEL ==== */
.property-card.list-view .image-slider[b-rol8fjb126] {
    transition: transform 0.25s ease-out;
}

.property-card.list-view .carousel-arrow[b-rol8fjb126] {
    width: 21px;
    height: 21px;
}

    .property-card.list-view .carousel-arrow svg[b-rol8fjb126] {
        width: 12px;
        height: 12px;
    }

.property-card.list-view .carousel-arrow--prev[b-rol8fjb126] {
    left: 6px;
}

.property-card.list-view .carousel-arrow--next[b-rol8fjb126] {
    right: 6px;
}
/* Hide asset row on desktop */
.property-card__asset-row[b-rol8fjb126] {
    display: none;
}

@media (max-width: 414px) {
    .property-card[b-rol8fjb126] {
        border-radius: 20px !important;
        height: auto !important;
        min-height: 400px !important;
    }

    .property-card__image[b-rol8fjb126] {
        height: 170px !important;
        border-radius: 20px 20px 15px 15px !important;
        z-index: 5 !important;
    }

    .property-card__content[b-rol8fjb126] {
        z-index: auto !important;
        padding: 17px 20px 20px !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    .property-card__price-row[b-rol8fjb126] {
        padding-top: 16px !important;
        margin-bottom: 4px !important;
    }

    .property-card .price[b-rol8fjb126] {
        font-size: clamp(24px, 8vw, 34px) !important;
        color: #2C1B70 !important;
    }

    .property-card .price-sqm[b-rol8fjb126] {
        font-size: clamp(10px, 3vw, 12px) !important;
    }

    /* Asset type row - only visible on mobile */
    .property-card__asset-row[b-rol8fjb126] {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid #E5E7EB !important;
        margin: 0 !important;
        flex-wrap: wrap !important;
    }

    .property-card__asset-type[b-rol8fjb126] {
        font-size: clamp(13px, 4vw, 16px) !important;
        font-weight: 600 !important;
        color: #1F2937 !important;
        white-space: nowrap !important;
    }

    .property-card__asset-location[b-rol8fjb126] {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        background: #F3F4F6 !important;
        border-radius: 4px !important;
        padding: 2px 8px !important;
        font-size: clamp(11px, 3.5vw, 14px) !important;
        font-weight: 300 !important;
        color: #4B5563 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
    }

        .property-card__asset-location i[b-rol8fjb126] {
            color: #6366F1 !important;
            font-size: clamp(12px, 3.5vw, 15px) !important;
        }

    /* Hide the old location in mobile */
    .property-card__location[b-rol8fjb126] {
        display: none !important;
    }

    .property-card__details[b-rol8fjb126] {
        font-size: clamp(11px, 3.5vw, 14px) !important;
        padding: 18px 0 !important;
        border-bottom: 1px solid #E5E7EB !important;
        margin: 0 !important;
        row-gap: 6px !important;
        column-gap: 12px !important;
    }

        .property-card__details i[b-rol8fjb126] {
            font-size: clamp(11px, 3.5vw, 14px) !important;
        }

    .property-card__tags[b-rol8fjb126] {
        font-size: 10px !important;
        padding-top: 12px !important;
        margin: 0 !important;
        gap: 4px !important;
    }

    .property-card .property-tag[b-rol8fjb126] {
        font-size: clamp(8px, 2.5vw, 10px) !important;
        padding: 2px 4px !important;
    }

    .property-card .btn-ask-reeve[b-rol8fjb126] {
        height: 32px !important;
        margin-top: 12px !important;
        font-size: clamp(10px, 3vw, 12px) !important;
    }

    .property-card__actions[b-rol8fjb126] {
        margin-top: auto !important;
    }

    .property-card__broker-placeholder[b-rol8fjb126] {
        z-index: 10 !important;
        left: 20px !important;
        transform: none !important;
        width: 146px !important;
        min-width: 120px !important;
        bottom: 93% !important;
        border-radius: 15px 15px 0 0 !important;
    }

    .property-card .badge-verified[b-rol8fjb126],
    .property-card .badge-new[b-rol8fjb126] {
        top: 16px !important;
        height: 26px !important;
    }

    .property-card .favorite-btn[b-rol8fjb126] {
        top: 16px !important;
        right: 16px !important;
        width: 43px !important;
        height: 43px !important;
    }
}


/* ==== LANDSCAPE MOBILE ==== */
@media (max-height: 500px) and (orientation: landscape) {
    .property-card[b-rol8fjb126] {
        border-radius: 16px !important;
        height: auto !important;
        min-height: unset !important;
    }

    .property-card__image[b-rol8fjb126] {
        height: 130px !important;
        border-radius: 16px 16px 12px 12px !important;
        z-index: 5 !important;
    }

    .property-card__content[b-rol8fjb126] {
        z-index: auto !important;
        padding: 12px 16px 16px !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

    .property-card__price-row[b-rol8fjb126] {
        padding-top: 14px !important;
        margin-bottom: 4px !important;
    }

    .property-card .price[b-rol8fjb126] {
        font-size: 26px !important;
        color: #2C1B70 !important;
    }

    .property-card .price-sqm[b-rol8fjb126] {
        font-size: 10px !important;
    }

    .property-card__asset-row[b-rol8fjb126] {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 6px 0 !important;
        border-bottom: 1px solid #E5E7EB !important;
        margin: 0 !important;
        flex-wrap: wrap !important;
    }

    .property-card__asset-type[b-rol8fjb126] {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #1F2937 !important;
        white-space: nowrap !important;
    }

    .property-card__asset-location[b-rol8fjb126] {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        background: #F3F4F6 !important;
        border-radius: 4px !important;
        padding: 2px 6px !important;
        font-size: 11px !important;
        font-weight: 300 !important;
        color: #4B5563 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

        .property-card__asset-location i[b-rol8fjb126] {
            color: #6366F1 !important;
            font-size: 11px !important;
        }

    .property-card__location[b-rol8fjb126] {
        display: none !important;
    }

    .property-card__details[b-rol8fjb126] {
        font-size: 11px !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #E5E7EB !important;
        margin: 0 !important;
        row-gap: 4px !important;
        column-gap: 10px !important;
    }

        .property-card__details i[b-rol8fjb126] {
            font-size: 11px !important;
        }

    .property-card__tags[b-rol8fjb126] {
        font-size: 9px !important;
        padding-top: 10px !important;
        margin: 0 !important;
        gap: 3px !important;
    }

    .property-card .property-tag[b-rol8fjb126] {
        font-size: 9px !important;
        padding: 2px 4px !important;
    }

    .property-card .btn-ask-reeve[b-rol8fjb126] {
        height: 30px !important;
        margin-top: 10px !important;
        font-size: 11px !important;
    }

    .property-card__actions[b-rol8fjb126] {
        margin-top: auto !important;
    }

    .property-card__broker-placeholder[b-rol8fjb126] {
        z-index: 10 !important;
        left: 16px !important;
        transform: none !important;
        width: 130px !important;
        min-width: 110px !important;
        bottom: 91% !important;
        border-radius: 12px 12px 0 0 !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
    }

    .property-card .badge-verified[b-rol8fjb126],
    .property-card .badge-new[b-rol8fjb126] {
        top: 12px !important;
        height: 22px !important;
        font-size: 10px !important;
    }

    .property-card .favorite-btn[b-rol8fjb126] {
        top: 12px !important;
        right: 12px !important;
        width: 36px !important;
        height: 36px !important;
    }

        .property-card .favorite-btn i[b-rol8fjb126] {
            font-size: 18px !important;
        }
}
/* /Components/Properties/PropertyLocationTools.razor.rz.scp.css */
/* ============================================
   SECTION 9: LOCATION & MAP
   ============================================ */
.location-section[b-qe5j9sjb33] {
    background: transparent;
    padding: 28px 0;
}

    .location-section .section-title[b-qe5j9sjb33] {
        font-family: 'Figtree', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #6C6C6C;
        margin: 0 0 8px 0;
        padding-left: 24px;
    }

.location-subtitle[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8A8A8A;
    margin: 0 0 20px 0;
    padding-left: 24px;
}

.map-container[b-qe5j9sjb33] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.property-location-map[b-qe5j9sjb33] {
    width: 100%;
    height: 400px;
    min-height: 300px;
    border-radius: 12px;
}

.map-toggle[b-qe5j9sjb33] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    background: #F0F0F0;
    border-radius: 6px;
    padding: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.map-toggle-inner[b-qe5j9sjb33] {
    display: flex;
    position: relative;
}

.map-toggle-slider[b-qe5j9sjb33] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 1;
}

.map-toggle-slider--pos-0[b-qe5j9sjb33] {
    transform: translateX(0%);
}

.map-toggle-slider--pos-1[b-qe5j9sjb33] {
    transform: translateX(100%);
}

.map-toggle-btn[b-qe5j9sjb33] {
    padding: 6px 0;
    width: 60px;
    margin: 0;
    border: none;
    background: transparent;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
    text-align: center;
}

.map-toggle-btn--active[b-qe5j9sjb33] {
    color: #1F2937;
}

/* ============================================
   SECTION 10: COMMUTE
   ============================================ */
.commute-section[b-qe5j9sjb33] {
    background: #F0F0F0;
    border-radius: 17px;
    padding: 20px 28px;
    position: relative;
}

    .commute-section .section-title[b-qe5j9sjb33] {
        font-family: 'Figtree', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #5737DC;
        margin: 0 0 20px 0;
        padding-top: 8px;
        padding-left: 12px;
    }

.commute-icon-decoration[b-qe5j9sjb33] {
    position: absolute;
    top: 16px;
    right: 24px;
    width: 60px;
    height: 60px;
}

.commute-content[b-qe5j9sjb33] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 12px;
}

.commute-row[b-qe5j9sjb33] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.commute-row--start[b-qe5j9sjb33] {
    padding-bottom: 8px;
}

.commute-row--end[b-qe5j9sjb33] {
    padding-top: 8px;
}

.commute-point[b-qe5j9sjb33] {
    width: 20px;
    height: 20px;
    border: 2px solid #9CA3AF;
    border-radius: 50%;
    background: transparent;
    flex-shrink: 0;
}

.commute-pin[b-qe5j9sjb33] {
    font-size: 20px;
    color: #10B981;
    flex-shrink: 0;
}

.commute-dotted-line[b-qe5j9sjb33] {
    width: 2px;
    height: 24px;
    border-left: 2px dashed #9CA3AF;
    margin-left: 9px;
}

.commute-address[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1F2937;
}

.commute-input-box[b-qe5j9sjb33] {
    flex: 1;
    max-width: 400px;
    padding: 12px 16px;
    background: white;
    border: none;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #1F2937;
    outline: none;
}

    .commute-input-box[b-qe5j9sjb33]::placeholder {
        color: #9CA3AF;
    }

.commute-link[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #10B981;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 16px;
}

    .commute-link:hover[b-qe5j9sjb33] {
        text-decoration: underline;
    }

/* ============================================
   SECTION 11: DESCRIPTION TABS
   ============================================ */
.description-tabs-bar[b-qe5j9sjb33] {
    display: flex;
    position: relative;
    background: #F0F0F0;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 16px;
}

.description-tabs-inner[b-qe5j9sjb33] {
    display: flex;
    width: 100%;
    position: relative;
}

.description-tab[b-qe5j9sjb33] {
    flex: 1;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-radius: 8px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .description-tab:hover[b-qe5j9sjb33] {
        color: #1F2937;
    }

.description-tab--active[b-qe5j9sjb33] {
    color: #1F2937;
}

.tab-slider[b-qe5j9sjb33] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    z-index: 1;
}

.tab-slider--pos-0[b-qe5j9sjb33] {
    transform: translateX(0%);
}

.tab-slider--pos-1[b-qe5j9sjb33] {
    transform: translateX(100%);
}

.tab-slider--pos-2[b-qe5j9sjb33] {
    transform: translateX(200%);
}

.tab-slider--pos-3[b-qe5j9sjb33] {
    transform: translateX(300%);
}

/* ============================================
   SECTION 12: DESCRIPTION CONTENT
   ============================================ */
.description-section[b-qe5j9sjb33] {
    background: #F0F0F0;
    border-radius: 17px;
    padding: 32px 36px;
}

.description-heading[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #6C6C6C;
    margin: 0 0 16px 0;
    padding-top: 18px;
}

.description-text[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #6C6C6C;
    margin: 0 0 20px 0;
}

.area-info-title[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #4A4A4A;
    margin: 36px 0 16px 0;
}

.area-info-text[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #8A8A8A;
    margin: 0 0 16px 0;
}

.area-image[b-qe5j9sjb33] {
    margin-top: 24px;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 1;
}

    .area-image img[b-qe5j9sjb33] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* ============================================
   SECTION 13: NEIGHBORHOOD (POI)
   ============================================ */
.neighborhood-wrapper[b-qe5j9sjb33] {
    background: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
}

.neighborhood-title[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #6C6C6C;
    margin: 0 0 20px 0;
}

.poi-tabs-bar[b-qe5j9sjb33] {
    display: flex;
    position: relative;
    background: #F0F0F0;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 16px;
}

.poi-tabs-inner[b-qe5j9sjb33] {
    display: flex;
    width: 100%;
    position: relative;
}

.poi-tab[b-qe5j9sjb33] {
    flex: 1;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-radius: 8px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .poi-tab:hover[b-qe5j9sjb33] {
        color: #1F2937;
    }

.poi-tab--active[b-qe5j9sjb33] {
    color: #1F2937;
}

.poi-tab-slider[b-qe5j9sjb33] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.33%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    z-index: 1;
}

.poi-tab-slider--pos-0[b-qe5j9sjb33] {
    transform: translateX(0%);
}

.poi-tab-slider--pos-1[b-qe5j9sjb33] {
    transform: translateX(100%);
}

.poi-tab-slider--pos-2[b-qe5j9sjb33] {
    transform: translateX(200%);
}

.poi-listings[b-qe5j9sjb33] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.poi-item[b-qe5j9sjb33] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: none;
}

.poi-name[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 8px;
    display: block;
}

.poi-details[b-qe5j9sjb33] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.poi-detail[b-qe5j9sjb33] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: #8A8A8A;
}

    .poi-detail i[b-qe5j9sjb33] {
        font-size: 14px;
        color: #10B981;
    }

/* ============================================
   SECTION 14: AVM TAB CONTENT
   ============================================ */

/* White Container (inside gray description-section) */
.avm-white-container[b-qe5j9sjb33] {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 28px;
    overflow: visible;
}

/* Top Section Layout */
.avm-top-section[b-qe5j9sjb33] {
    display: grid;
    grid-template-columns: 180px 1fr; /* fixed width for price info, rest for gray box */
    gap: 24px; /* reduced from 32px */
    align-items: start;
    margin-bottom: 24px;
}

/* Left: Price Info (directly on white) */
.avm-price-info[b-qe5j9sjb33] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.avm-credit-badge[b-qe5j9sjb33] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #DC3750;
    border-radius: 20px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: white;
    width: fit-content;
    margin-bottom: 8px;
}

    .avm-credit-badge i[b-qe5j9sjb33] {
        font-size: 12px;
    }

.avm-tab-title[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #6B7280;
    margin: 0 0 4px 0;
}

.avm-main-price[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 36px; /* reduced from 42px */
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.avm-updated[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    margin: 0;
    line-height: 1.4;
}

.avm-updated-date[b-qe5j9sjb33] {
    color: #10B981;
    font-weight: 500;
}

/* Gray Box (contains Range + Confidence) */
.avm-gray-box[b-qe5j9sjb33] {
    position: relative;
    overflow: visible;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 14px 20px; /* reduced from 20px 24px */
    padding-top: 25px;
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
    .avm-gray-box[b-qe5j9sjb33]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: #F5F5F5;
        border-radius: 12px 12px 0 0;
        z-index: 3;
    }

/* White Box: Range Slider (inside gray) */
.avm-range-white-box[b-qe5j9sjb33] {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 13px 16px;
    min-width: 260px; /* increased from 200px */
    z-index: 3;
}

.avm-range-title[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 13px; /* reduced from 14px */
    font-weight: 500;
    color: #6B7280;
    text-align: center;
    margin: 0 0 8px 0; /* reduced from 12px */
}

.avm-range-slider-container[b-qe5j9sjb33] {
    position: relative;
    padding-top: 22px; /* reduced from 28px */
}
.avm-range-current-value[b-qe5j9sjb33] {
    position: absolute;
    top: -2px; /* adjusted */
    transform: translateX(-50%);
    padding: 3px 8px; /* reduced from 4px 10px */
    background: #ECECEC;
    border-radius: 3px;
    border: none;
    font-family: 'Figtree', sans-serif;
    font-size: 11px; /* reduced from 12px */
    font-weight: 600;
    color: #1F2937;
    white-space: nowrap;
    box-shadow: none;
}

.avm-range-track[b-qe5j9sjb33] {
    position: relative;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #0CD398 0%, #DC3737 100%);
    border-radius: 50px;
}

.avm-range-marker[b-qe5j9sjb33] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 2px solid #5737DC;
    box-shadow: none;
}

.avm-range-minmax[b-qe5j9sjb33] {
    display: flex;
    justify-content: space-between;
    margin-top: 6px; /* reduced from 8px */
    font-family: 'Figtree', sans-serif;
    font-size: 11px; /* reduced from 12px */
    color: #9CA3AF;
}

/* Confidence Section (on gray) */
.avm-confidence-section[b-qe5j9sjb33] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.avm-confidence-badge-large[b-qe5j9sjb33] {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 20px 10px;
    height: 43px;
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
    border-radius: 6px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    z-index: 2;
}

.avm-confidence-legend[b-qe5j9sjb33] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0; /* removed gap, using border instead */
    background: #F5F5F5;
    z-index: 4;
}

.confidence-legend-item[b-qe5j9sjb33] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 8px 0;
    border-bottom: 1px solid #E0E0E0;
}
    .confidence-legend-item:last-child[b-qe5j9sjb33] {
        border-bottom: none;
    }

.legend-listings[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2A2A2A;
}

.legend-level[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2A2A2A;
    text-align: right;
}

/* Portfolio Categories Wrapper (for alignment) */
.avm-categories-wrapper[b-qe5j9sjb33] {
    display: flex;
    justify-content: flex-end;
}

/* Portfolio Categories */
.avm-categories[b-qe5j9sjb33] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.avm-category-card[b-qe5j9sjb33] {
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-header[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 1.18rem;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 0;
}

.category-cards-stack[b-qe5j9sjb33] {
    position: relative;
    padding-bottom: 52px;
}

/* Back card (threshold price) - behind */
.category-back-card[b-qe5j9sjb33] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 100%);
    border-radius: 0px 0px 7px 7px;
    padding: 10px 12px;
    text-align: center;
    width: 80%;
}

.category-threshold[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
}

/* Front card (assets info) - on top */
.category-front-card[b-qe5j9sjb33] {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 18px;
    text-align: start;
    z-index: 2;
}

.category-assets[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 1.07rem;
    font-weight: 400;
    color: #1F2937;
    margin: 0 0 4px 0;
}

    .category-assets strong[b-qe5j9sjb33] {
        font-family: 'Figtree', sans-serif;
        font-size: 1.38rem;
        font-weight: 700;
    }

.category-percent[b-qe5j9sjb33] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #727272;
    margin: 0;
}

/* Category Color Variants */
.category--green[b-qe5j9sjb33] {
    background: linear-gradient(180deg, #0CD398 0%, #066D4F 100%);
}

.category--purple[b-qe5j9sjb33] {
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
}

.category--gold[b-qe5j9sjb33] {
    background: linear-gradient(180deg, #CFA51A 0%, #69540D 100%);
}

.category--red[b-qe5j9sjb33] {
    background: linear-gradient(180deg, #DC3750 0%, #761D2B 100%);
}

/* CTA Button (on gray, outside white container) */
.avm-cta-wrapper[b-qe5j9sjb33] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.btn-avm-credits[b-qe5j9sjb33] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 48px 3px;
    height: 48px;
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 50%, #5737DC 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-position 0.5s ease;
}

    .btn-avm-credits:hover[b-qe5j9sjb33] {
        background-position: 100% 0%;
    }

    .btn-avm-credits:active[b-qe5j9sjb33] {
        background-position: 100% 0%;
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.35);
    }

/* AVM Loading State */
.avm-loading[b-qe5j9sjb33] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    color: #6B7280;
}
/* /Components/Properties/PropertyMainInfo.razor.rz.scp.css */
/* ============================================
   SECTION 3: IMAGE GALLERY
   ============================================ */
.gallery-section[b-r0zppp6743] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-carousel[b-r0zppp6743] {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #e5e7eb;
}

.gallery-image-container[b-r0zppp6743] {
    width: 100%;
    aspect-ratio: 7 / 5;
    overflow: hidden;
}

.gallery-slider[b-r0zppp6743] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-out;
}

.gallery-slide-image[b-r0zppp6743] {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gallery Badges */
.gallery-badges[b-r0zppp6743] {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.gallery-badge[b-r0zppp6743] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
}

    .gallery-badge i[b-r0zppp6743] {
        font-size: 12px;
    }

.gallery-badge--verified[b-r0zppp6743] {
    background: #10B981;
    color: white;
}

.gallery-badge--exclusive[b-r0zppp6743] {
    background: #F97316;
    color: white;
}

.gallery-badge--premium[b-r0zppp6743] {
    background: #8B5CF6;
    color: white;
}

/* Gallery Actions */
.gallery-actions[b-r0zppp6743] {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.gallery-action-btn[b-r0zppp6743] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

    .gallery-action-btn:hover[b-r0zppp6743] {
        transform: scale(1.08);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .gallery-action-btn i[b-r0zppp6743] {
        color: #DBDBDB !important;
        font-size: 22px;
        transition: color 0.2s ease;
        margin-top: 2px;
        margin-left: 0px;
    }

    .gallery-action-btn:hover i[b-r0zppp6743] {
        color: #B9AEFB !important;
    }

.gallery-action-btn--favorite i[b-r0zppp6743] {
    color: #5737DC !important;
}

.gallery-action-btn--favorite:hover i[b-r0zppp6743] {
    color: #4529B8 !important;
}

/* Gallery Navigation Arrows */
.gallery-arrow[b-r0zppp6743] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gallery-arrow svg[b-r0zppp6743] {
        display: block;
    }

    .gallery-arrow:hover[b-r0zppp6743] {
        background: rgba(255, 255, 255, 0.9);
        transform: translateY(-50%) scale(1.05);
    }

.gallery-arrow--prev[b-r0zppp6743] {
    left: 16px;
}

.gallery-arrow--next[b-r0zppp6743] {
    right: 16px;
}

/* Reimagine with AI Button */
.reimagine-button[b-r0zppp6743] {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}

    .reimagine-button:hover[b-r0zppp6743] {
        background: white;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .reimagine-button i[b-r0zppp6743] {
        font-size: 18px;
        color: #10B981;
    }

    .reimagine-button span[b-r0zppp6743] {
        font-size: 13px;
        font-weight: 600;
        color: #1F2937;
    }

/* Thumbnails */
.gallery-thumbnails[b-r0zppp6743] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.thumbnail[b-r0zppp6743] {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    padding: 0;
    background: none;
    transition: all 0.2s ease;
}

    .thumbnail img[b-r0zppp6743] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .thumbnail:hover[b-r0zppp6743] {
        border-color: #5737DC;
    }

.thumbnail--active[b-r0zppp6743] {
    border-color: #5737DC;
}

.thumbnail--more[b-r0zppp6743] {
    background: linear-gradient(135deg, #1F1452 0%, #5F3DF4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .thumbnail--more span[b-r0zppp6743] {
        color: white;
        font-weight: 700;
        font-size: 16px;
    }

/* ============================================
   SECTION 4: PROPERTY TAGS
   ============================================ */
.property-tags-section[b-r0zppp6743] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 4px;
}

.property-tag[b-r0zppp6743] {
    padding: 3px 12px;
    background: linear-gradient(135deg, rgba(87, 55, 220, 0.12) 0%, rgba(45, 27, 112, 0.12) 100%);
    border: none;
    border-radius: 4px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #5737DC;
}

/* ============================================
   SECTION 5: PROPERTY INFO
   ============================================ */
.property-info-section[b-r0zppp6743] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: start;
    padding: 0 4px;
}

.property-info-main[b-r0zppp6743] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 580px;
}

.property-title[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #1F2937;
    margin: 0;
}

.property-location[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    margin: 0 0 12px 0;
}

/* Price Row */
.property-price-row[b-r0zppp6743] {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 8px;
}

.price-main[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    color: #1F2937;
}

.price-sqm[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #9CA3AF;
}

/* Match Badge */
.match-badge[b-r0zppp6743] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #10B981;
    margin-bottom: 20px;
}

    .match-badge i[b-r0zppp6743] {
        font-size: 20px;
    }

.match-badge--high[b-r0zppp6743] {
    color: #10B981;
}

.match-badge--medium[b-r0zppp6743] {
    color: #F59E0B;
}

.match-badge--low[b-r0zppp6743] {
    color: #9CA3AF;
}

/* Property Specs Grid */
.property-specs[b-r0zppp6743] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.spec-box[b-r0zppp6743] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(44, 27, 112, 0.05) 0%, rgba(87, 55, 220, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid #EBEBEB;
}

.spec-icon[b-r0zppp6743] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    flex-shrink: 0;
}

    .spec-icon i[b-r0zppp6743] {
        font-size: 20px;
        color: #5737DC;
    }

.spec-content[b-r0zppp6743] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.spec-label[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6C6C6C;
}

.spec-value[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #6C6C6C;
}

/* ============================================
   SECTION 6: AVM CARD (Automated Valuation Model)
   ============================================ */
.avm-card[b-r0zppp6743] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 14px 16px 14px;
    background: #F5F5F5;
    border: 1.5px solid #E9E9E9;
    border-radius: 16px;
    width: 240px;
    min-width: 240px;
}

.avm-credits-badge[b-r0zppp6743] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    background: #DC3750;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
    color: white;
    margin-bottom: 10px;
}

    .avm-credits-badge i[b-r0zppp6743] {
        font-size: 8px;
    }

.avm-title[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    color: #1F2937;
    margin: 0 0 10px 0;
}

.avm-subtitle[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #6B7280;
    margin: 0 0 2px 0;
}

.avm-price[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 10px 0;
}

.avm-range-box[b-r0zppp6743] {
    width: 100%;
    background: white;
    border-radius: 12px;
    padding: 12px 12px 6px 12px;
    margin-bottom: 10px;
    position: relative;
}

.avm-range-label[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #6B7280;
    margin: 0 0 6px 0;
    text-align: center;
}

.avm-range-slider[b-r0zppp6743] {
    position: relative;
    width: 100%;
    padding-top: 24px;
    margin-bottom: 4px;
}

.avm-range-value[b-r0zppp6743] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 8px;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #1F2937;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.avm-range-track[b-r0zppp6743] {
    position: relative;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0CD398 0%, #DC3737 100%);
    border-radius: 50px;
}

.avm-range-marker[b-r0zppp6743] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: white;
    border: 2.5px solid #5737DC;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.avm-range-labels[b-r0zppp6743] {
    display: flex;
    justify-content: space-between;
    font-family: 'Figtree', sans-serif;
    font-size: 9px;
    color: #9CA3AF;
    margin-top: 5px;
}

.avm-confidence-wrapper[b-r0zppp6743] {
    position: relative;
    margin-top: 8px;
    padding-bottom: 12px;
    padding-right: 12px;
}

.avm-confidence-badge[b-r0zppp6743] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 16px;
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
}

.avm-confidence-icon[b-r0zppp6743] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .avm-confidence-icon i[b-r0zppp6743] {
        font-size: 14px;
        color: white;
        font-weight: 700;
    }

.avm-confidence-tooltip[b-r0zppp6743] {
    position: absolute;
    bottom: 0;
    left: calc(100% + 6px);
    width: 160px;
    padding: 10px 12px;
    background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 10;
}

.avm-confidence-icon:hover .avm-confidence-tooltip[b-r0zppp6743] {
    opacity: 1;
    visibility: visible;
}

.btn-avm[b-r0zppp6743] {
    width: 100%;
    padding: 10px 16px;
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .btn-avm:hover[b-r0zppp6743] {
        opacity: 0.9;
    }

/* ============================================
   SECTION 7: ADDITIONAL FEATURES
   ============================================ */
.features-section[b-r0zppp6743] {
    background: #F0F0F0;
    border-radius: 17px;
    padding: 20px 28px;
}

    .features-section .section-title[b-r0zppp6743] {
        font-family: 'Figtree', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #6C6C6C;
        margin: 0 0 16px 0;
        padding-top: 8px;
        padding-left: 12px;
    }

.features-inner[b-r0zppp6743] {
    background: white;
    border-radius: 12px;
    padding: 24px;
}

.features-grid[b-r0zppp6743] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 16px;
}

.feature-item[b-r0zppp6743] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #6C6C6C;
}

    .feature-item i[b-r0zppp6743] {
        font-size: 20px;
        color: #6C6C6C;
        width: 24px;
        text-align: center;
    }

/* ============================================
   FEATURES ATTRIBUTES (Key-Value Boxes)
   ============================================ */
.features-attributes[b-r0zppp6743] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.attribute-box[b-r0zppp6743] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: white;
    border-radius: 8px;
}

.attribute-label[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6C6C6C;
}

.attribute-value[b-r0zppp6743] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6C6C6C;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
    .features-attributes[b-r0zppp6743] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Responsive - Small Tablet */
@media (max-width: 768px) {
    .features-attributes[b-r0zppp6743] {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* Responsive - Mobile */
@media (max-width: 576px) {
    .features-attributes[b-r0zppp6743] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .attribute-box[b-r0zppp6743] {
        padding: 8px 12px;
    }

    .attribute-label[b-r0zppp6743] {
        font-size: 12px;
    }

    .attribute-value[b-r0zppp6743] {
        font-size: 12px;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 414px) {
    .features-attributes[b-r0zppp6743] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .attribute-box[b-r0zppp6743] {
        padding: 8px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .attribute-label[b-r0zppp6743] {
        font-size: 11px;
    }

    .attribute-value[b-r0zppp6743] {
        font-size: 11px;
    }
}
/* /Components/Properties/PropertyMapView.razor.rz.scp.css */
.map-wrapper[b-cljegce74w] {
    width: 96%;
    margin: 0 auto;
    padding: 6px;
    box-sizing: border-box;
    position: relative;
}

.property-map[b-cljegce74w] {
    width: 100%;
    height: 55vh;
    min-height: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    background: #eaeaea;
}

/* Layer Selector Panel */
.map-layer-selector[b-cljegce74w] {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

.layer-option[b-cljegce74w] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #2A2A2A;
}

    .layer-option input[type="radio"][b-cljegce74w] {
        display: none;
    }

.radio-indicator[b-cljegce74w] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CCCCCC;
    position: relative;
    flex-shrink: 0;
}

.layer-option input[type="radio"]:checked + .radio-indicator[b-cljegce74w] {
    background: #CBCBCB;
}

    .layer-option input[type="radio"]:checked + .radio-indicator[b-cljegce74w]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: linear-gradient(180deg, #5737DC 0%, #2F1D76 100%);
    }

/* ============================================
   REGION LOADING POPUP
   ============================================ */
.region-loading-popup .maplibregl-popup-content[b-cljegce74w] {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: none;
    background: white;
}

.region-loading-popup .maplibregl-popup-tip[b-cljegce74w] {
    display: none;
}

.region-loading-content[b-cljegce74w] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    font-family: 'Figtree', sans-serif;
}

.region-loading-spinner[b-cljegce74w] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2.5px solid #E5E7EB;
    border-top-color: #5737DC;
    animation: region-spin-b-cljegce74w 1s linear infinite;
}

@keyframes region-spin-b-cljegce74w {
    to {
        transform: rotate(360deg);
    }
}

.region-loading-text[b-cljegce74w] {
    font-size: 13px;
    font-weight: 500;
    color: #1F2937;
    white-space: nowrap;
}
/* /Components/Properties/PropertyPage.razor.rz.scp.css */
/* ============================================
   PROPERTY PAGE STYLES
   Matching Figma design for PropertyAI
   ============================================ */

/* ============================================
   SECTION 1: BASE & LAYOUT
   ============================================ */
.property-page[b-of7flm35sa] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'Figtree', sans-serif;
    min-height: 100vh;
    background: #FFFFFF;
}

.property-layout[b-of7flm35sa] {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    align-items: start;
}

.property-main[b-of7flm35sa] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.property-sidebar[b-of7flm35sa] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ============================================
   SECTION 2: LOADING & ERROR STATES
   ============================================ */
.loading-state[b-of7flm35sa],
.error-state[b-of7flm35sa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 16px;
    color: #666;
}

    .error-state h3[b-of7flm35sa] {
        margin: 0;
        color: #1a1a2e;
        font-size: 24px;
    }

    .error-state p[b-of7flm35sa] {
        color: #666;
        margin: 0;
    }



/* ============================================
   SECTION 8: INVESTMENT BANNER
   ============================================ */
.investment-banner[b-of7flm35sa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #0D9488 0%, #5F3DF4 60%, #7C3AED 100%);
    padding: 32px;
}

.investment-content[b-of7flm35sa] {
    flex: 1;
    max-width: 55%;
}

.investment-title[b-of7flm35sa] {
    font-size: 22px;
    font-weight: 400;
    color: white;
    margin: 0 0 8px 0;
}

    .investment-title strong[b-of7flm35sa] {
        font-weight: 700;
    }

.investment-desc[b-of7flm35sa] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.investment-features[b-of7flm35sa] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

    .investment-features span[b-of7flm35sa] {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: white;
    }

    .investment-features i[b-of7flm35sa] {
        font-size: 14px;
        color: #FCD34D;
    }

.investment-actions[b-of7flm35sa] {
    display: flex;
    gap: 12px;
}

.btn-investment-outline[b-of7flm35sa] {
    padding: 12px 20px;
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-investment-outline:hover[b-of7flm35sa] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
    }

.btn-investment-solid[b-of7flm35sa] {
    padding: 12px 20px;
    background: white;
    color: #5F3DF4;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-investment-solid:hover[b-of7flm35sa] {
        background: #f5f5f5;
    }

.investment-image[b-of7flm35sa] {
    flex-shrink: 0;
    width: 200px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

    .investment-image img[b-of7flm35sa] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



/* ============================================
   SECTION 14: SIMILAR PROPERTIES
   ============================================ */
.similar-properties-wrapper[b-of7flm35sa] {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    justify-content: center;
    padding: 40px 0;
    margin-top: 24px;
}

.similar-section[b-of7flm35sa] {
    padding: 40px 0;
}

.section-title-center[b-of7flm35sa] {
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1F2937;
    text-align: center;
    margin: 0 0 8px 0;
}

.similar-subtitle[b-of7flm35sa] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #6B7280;
    text-align: center;
    margin: 0 0 32px 0;
}

.similar-carousel[b-of7flm35sa] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.similar-card[b-of7flm35sa] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

    .similar-card:hover[b-of7flm35sa] {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px);
    }

.similar-image[b-of7flm35sa] {
    position: relative;
    aspect-ratio: 16 / 10;
}

    .similar-image img[b-of7flm35sa] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.similar-badge[b-of7flm35sa] {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    background: #10B981;
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 16px;
}

.similar-badge--blue[b-of7flm35sa] {
    background: #3B82F6;
}

.similar-badge--green[b-of7flm35sa] {
    background: #22C55E;
}

.similar-match[b-of7flm35sa] {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 16px;
}

.similar-info[b-of7flm35sa] {
    padding: 16px;
}

.similar-price[b-of7flm35sa] {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 4px 0;
}

    .similar-price span[b-of7flm35sa] {
        font-size: 14px;
        font-weight: 400;
        color: #9CA3AF;
        text-decoration: line-through;
        margin-left: 8px;
    }

.similar-price--up[b-of7flm35sa] {
    color: #10B981 !important;
    text-decoration: none !important;
}

.similar-location[b-of7flm35sa] {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    color: #6B7280;
    margin: 0 0 12px 0;
}

.similar-specs[b-of7flm35sa] {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
}

    .similar-specs span[b-of7flm35sa] {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
        color: #6B7280;
    }

    .similar-specs i[b-of7flm35sa] {
        font-size: 12px;
        color: #9CA3AF;
    }

.btn-similar[b-of7flm35sa] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: linear-gradient(90deg, #5737DC 0%, #10B981 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.2s ease;
}

    .btn-similar:hover[b-of7flm35sa] {
        opacity: 0.9;
    }


/* ============================================
   RESPONSIVE - 1200px (Large tablets)
   ============================================ */
@media (max-width: 1200px) {
    .property-layout[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .property-sidebar[b-of7flm35sa] {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .card-broker[b-of7flm35sa] {
        grid-column: span 2;
    }

    .property-info-section[b-of7flm35sa] {
        grid-template-columns: 1fr auto;
    }

    .avm-card[b-of7flm35sa] {
        width: 240px;
        min-width: 240px;
    }
}

/* ============================================
   RESPONSIVE - 992px (Tablets)
   ============================================ */
@media (max-width: 992px) {
    .property-page[b-of7flm35sa] {
        padding: 20px;
    }

    .property-specs[b-of7flm35sa] {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid[b-of7flm35sa] {
        grid-template-columns: repeat(2, 1fr);
    }

    .investment-banner[b-of7flm35sa] {
        flex-direction: column;
        text-align: center;
    }

    .investment-content[b-of7flm35sa] {
        max-width: 100%;
    }

    .investment-features[b-of7flm35sa] {
        align-items: center;
    }

    .investment-actions[b-of7flm35sa] {
        justify-content: center;
    }

    .investment-image[b-of7flm35sa] {
        width: 100%;
        height: 180px;
    }

    .poi-listings[b-of7flm35sa] {
        grid-template-columns: 1fr;
    }

    .market-header[b-of7flm35sa] {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .avm-card[b-of7flm35sa] {
        width: 220px;
        min-width: 220px;
    }

    .avm-title[b-of7flm35sa] {
        font-size: 18px;
    }

    .avm-price[b-of7flm35sa] {
        font-size: 26px;
    }
}

/* ============================================
   RESPONSIVE - 768px (Small tablets / Large phones)
   ============================================ */
@media (max-width: 768px) {
    .property-page[b-of7flm35sa] {
        padding: 16px;
    }

    .property-info-section[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .avm-card[b-of7flm35sa] {
        width: 100%;
        min-width: unset;
        max-width: 400px;
        margin: 0 auto;
    }

    .avm-title[b-of7flm35sa] {
        font-size: 20px;
    }

    .avm-price[b-of7flm35sa] {
        font-size: 32px;
    }

    .property-sidebar[b-of7flm35sa] {
        grid-template-columns: 1fr;
    }

    .card-broker[b-of7flm35sa] {
        grid-column: span 1;
    }

    .property-title[b-of7flm35sa] {
        font-size: 22px;
    }

    .price-main[b-of7flm35sa] {
        font-size: 36px;
    }

    .price-sqm[b-of7flm35sa] {
        font-size: 14px;
    }

    .section-title[b-of7flm35sa],
    .features-section .section-title[b-of7flm35sa],
    .location-section .section-title[b-of7flm35sa],
    .commute-section .section-title[b-of7flm35sa] {
        font-size: 20px;
    }

    .description-heading[b-of7flm35sa] {
        font-size: 20px;
    }

    .property-specs[b-of7flm35sa] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .spec-box[b-of7flm35sa] {
        padding: 14px;
        gap: 10px;
    }

    .spec-icon[b-of7flm35sa] {
        width: 40px;
        height: 40px;
    }

        .spec-icon i[b-of7flm35sa] {
            font-size: 20px;
        }

    .spec-value[b-of7flm35sa] {
        font-size: 18px;
    }

    .spec-label[b-of7flm35sa] {
        font-size: 11px;
    }

    .features-section[b-of7flm35sa] {
        padding: 16px 20px;
    }

    .features-inner[b-of7flm35sa] {
        padding: 16px;
    }

    .features-grid[b-of7flm35sa] {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .feature-item[b-of7flm35sa] {
        font-size: 13px;
        gap: 8px;
    }

        .feature-item i[b-of7flm35sa] {
            font-size: 16px;
        }

    .description-tabs-bar[b-of7flm35sa] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .description-tabs-inner[b-of7flm35sa] {
        min-width: 500px;
    }

    .description-tab[b-of7flm35sa] {
        padding: 10px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .description-section[b-of7flm35sa] {
        padding: 20px 24px;
    }

    .description-text[b-of7flm35sa] {
        font-size: 15px;
    }

    .neighborhood-wrapper[b-of7flm35sa] {
        padding: 16px;
    }

    .neighborhood-title[b-of7flm35sa] {
        font-size: 20px;
    }

    .poi-tabs-bar[b-of7flm35sa] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .poi-tabs-inner[b-of7flm35sa] {
        min-width: 350px;
    }

    .poi-tab[b-of7flm35sa] {
        padding: 10px 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .poi-item[b-of7flm35sa] {
        padding: 14px;
    }

    .poi-name[b-of7flm35sa] {
        font-size: 14px;
    }

    .poi-detail[b-of7flm35sa] {
        font-size: 11px;
    }

    .market-header[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .market-stat-value[b-of7flm35sa] {
        font-size: 24px;
    }

    .score-item[b-of7flm35sa] {
        width: 100%;
    }

    .commute-section[b-of7flm35sa] {
        padding: 16px 20px;
    }

    .commute-row[b-of7flm35sa] {
        flex-wrap: wrap;
        gap: 8px;
    }

    .commute-input-box[b-of7flm35sa] {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .commute-link[b-of7flm35sa] {
        margin-left: 0;
        order: 2;
    }

    .commute-icon-decoration[b-of7flm35sa] {
        width: 40px;
        height: 40px;
    }

    .property-location-map[b-of7flm35sa] {
        height: 300px;
        min-height: 250px;
    }

    .gallery-action-btn[b-of7flm35sa] {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .gallery-badge[b-of7flm35sa] {
        padding: 6px 10px;
        font-size: 11px;
    }

    .gallery-nav[b-of7flm35sa] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .reimagine-button[b-of7flm35sa] {
        padding: 8px 12px;
    }

        .reimagine-button span[b-of7flm35sa] {
            font-size: 11px;
        }

        .reimagine-button i[b-of7flm35sa] {
            font-size: 14px;
        }

    .thumbnail[b-of7flm35sa] {
        width: 60px;
        height: 45px;
    }

    .broker-buttons[b-of7flm35sa] {
        flex-direction: column;
    }

    .broker-btn[b-of7flm35sa] {
        width: 100%;
    }

    .calculator-title-badge[b-of7flm35sa] {
        font-size: 18px;
        padding: 8px 18px;
    }

    .summary-grid[b-of7flm35sa] {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .summary-value[b-of7flm35sa] {
        font-size: 16px;
    }

    .investment-title[b-of7flm35sa] {
        font-size: 18px;
    }

    .investment-desc[b-of7flm35sa] {
        font-size: 13px;
    }

    .investment-features span[b-of7flm35sa] {
        font-size: 12px;
    }

    .investment-actions[b-of7flm35sa] {
        flex-direction: column;
        width: 100%;
    }

    .btn-investment-outline[b-of7flm35sa],
    .btn-investment-solid[b-of7flm35sa] {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   RESPONSIVE - 576px (Mobile phones)
   ============================================ */
@media (max-width: 576px) {
    .property-page[b-of7flm35sa] {
        padding: 12px;
    }

    .property-title[b-of7flm35sa] {
        font-size: 18px;
    }

    .price-main[b-of7flm35sa] {
        font-size: 28px;
    }

    .price-sqm[b-of7flm35sa] {
        font-size: 12px;
    }

    .property-location[b-of7flm35sa] {
        font-size: 12px;
    }

    .match-badge[b-of7flm35sa] {
        font-size: 14px;
    }

        .match-badge i[b-of7flm35sa] {
            font-size: 16px;
        }

    .property-specs[b-of7flm35sa] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .spec-box[b-of7flm35sa] {
        padding: 12px;
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    .spec-icon[b-of7flm35sa] {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

        .spec-icon i[b-of7flm35sa] {
            font-size: 18px;
        }

    .spec-value[b-of7flm35sa] {
        font-size: 16px;
    }

    .spec-label[b-of7flm35sa] {
        font-size: 10px;
    }

    .features-grid[b-of7flm35sa] {
        grid-template-columns: 1fr;
    }

    .gallery-thumbnails[b-of7flm35sa] {
        display: none;
    }

    .gallery-badges[b-of7flm35sa] {
        top: 10px;
        left: 10px;
        gap: 6px;
    }

    .gallery-badge[b-of7flm35sa] {
        padding: 4px 8px;
        font-size: 10px;
    }

    .gallery-actions[b-of7flm35sa] {
        top: 10px;
        right: 10px;
        gap: 6px;
    }

    .gallery-action-btn[b-of7flm35sa] {
        width: 34px;
        height: 34px;
    }

        .gallery-action-btn i[b-of7flm35sa] {
            font-size: 14px;
        }

    .reimagine-button[b-of7flm35sa] {
        bottom: 10px;
        left: 10px;
        padding: 6px 10px;
        border-radius: 8px;
    }

        .reimagine-button span[b-of7flm35sa] {
            font-size: 10px;
        }

        .reimagine-button i[b-of7flm35sa] {
            font-size: 12px;
        }

    .property-tags-section[b-of7flm35sa] {
        gap: 6px;
    }

    .property-tag[b-of7flm35sa] {
        padding: 6px 10px;
        font-size: 11px;
    }

    .avm-card[b-of7flm35sa] {
        padding: 14px;
    }

    .avm-credits-badge[b-of7flm35sa] {
        font-size: 8px;
        padding: 2px 10px;
    }

    .avm-title[b-of7flm35sa] {
        font-size: 18px;
    }

    .avm-subtitle[b-of7flm35sa] {
        font-size: 11px;
    }

    .avm-price[b-of7flm35sa] {
        font-size: 26px;
    }

    .avm-range-box[b-of7flm35sa] {
        padding: 12px;
    }

    .avm-range-label[b-of7flm35sa] {
        font-size: 11px;
    }

    .avm-range-value[b-of7flm35sa] {
        font-size: 10px;
    }

    .avm-range-labels[b-of7flm35sa] {
        font-size: 10px;
    }

    .avm-confidence-badge[b-of7flm35sa] {
        font-size: 11px;
        padding: 8px 14px;
    }

    .btn-avm[b-of7flm35sa] {
        font-size: 12px;
        padding: 10px 16px;
    }

    .description-section[b-of7flm35sa] {
        padding: 16px 18px;
        border-radius: 12px;
    }

    .description-heading[b-of7flm35sa] {
        font-size: 18px;
    }

    .description-text[b-of7flm35sa] {
        font-size: 14px;
        line-height: 1.6;
    }

    .description-tabs-inner[b-of7flm35sa] {
        min-width: 480px;
    }

    .poi-tabs-inner[b-of7flm35sa] {
        min-width: 320px;
    }

    .area-image[b-of7flm35sa] {
        aspect-ratio: 16 / 9;
    }

    .summary-box[b-of7flm35sa] {
        padding: 16px;
    }

    .summary-grid[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .summary-value[b-of7flm35sa] {
        font-size: 18px;
    }

    .btn-preapproved[b-of7flm35sa] {
        font-size: 13px;
    }

    .sidebar-card[b-of7flm35sa] {
        border-radius: 14px;
    }

    .card-broker[b-of7flm35sa] {
        padding: 16px;
    }

        .card-broker .card-title[b-of7flm35sa] {
            font-size: large;
            padding-left: 16px;
        }

    .broker-inner[b-of7flm35sa] {
        padding: 14px;
    }

    .broker-name[b-of7flm35sa] {
        font-size: 18px;
    }

    .broker-btn[b-of7flm35sa] {
        font-size: 14px;
        padding: 10px 12px;
    }

    .card-calculator[b-of7flm35sa] {
        padding: 18px;
    }

    .calculator-title-badge[b-of7flm35sa] {
        font-size: 16px;
        padding: 8px 16px;
    }

    .card-actions[b-of7flm35sa] {
        padding: 18px;
    }

        .card-actions .card-title[b-of7flm35sa] {
            font-size: 18px;
        }

    .action-btn[b-of7flm35sa] {
        padding: 12px 14px;
        font-size: 13px;
    }

    .card-market[b-of7flm35sa] {
        padding: 16px 18px;
    }

    .market-stats-box[b-of7flm35sa] {
        padding: 14px 16px;
    }

        .market-stats-box .card-title[b-of7flm35sa] {
            font-size: 16px;
        }

    .market-stat-value[b-of7flm35sa] {
        font-size: 22px;
    }

    .market-stat-label[b-of7flm35sa] {
        font-size: 11px;
    }

    .score-name[b-of7flm35sa] {
        font-size: 13px;
    }

    .score-value[b-of7flm35sa] {
        font-size: 15px;
    }

    .score-desc[b-of7flm35sa] {
        font-size: 11px;
    }

    .commute-section .section-title[b-of7flm35sa] {
        font-size: 18px;
    }

    .commute-address[b-of7flm35sa] {
        font-size: 13px;
    }

    .commute-input-box[b-of7flm35sa] {
        padding: 10px 14px;
        font-size: 13px;
    }

    .commute-link[b-of7flm35sa] {
        font-size: 12px;
    }

    .location-section .section-title[b-of7flm35sa] {
        font-size: 18px;
        padding-left: 16px;
    }

    .location-subtitle[b-of7flm35sa] {
        font-size: 14px;
        padding-left: 16px;
    }

    .property-location-map[b-of7flm35sa] {
        height: 250px;
        min-height: 200px;
    }

    .map-toggle-btn[b-of7flm35sa] {
        font-size: 11px;
        width: 55px;
        padding: 5px 0;
    }

    .investment-banner[b-of7flm35sa] {
        padding: 20px;
        border-radius: 16px;
    }

    .investment-title[b-of7flm35sa] {
        font-size: 16px;
    }

    .investment-desc[b-of7flm35sa] {
        font-size: 12px;
    }

    .investment-features span[b-of7flm35sa] {
        font-size: 11px;
    }

    .btn-investment-outline[b-of7flm35sa],
    .btn-investment-solid[b-of7flm35sa] {
        padding: 10px 16px;
        font-size: 12px;
    }

    .features-section .section-title[b-of7flm35sa] {
        font-size: 18px;
        padding-left: 8px;
    }
}

/* ============================================
   RESPONSIVE - 414px (Mobile portrait) - OVERFLOW FIX
   ============================================ */
@media (max-width: 414px) {
    /* CRITICAL: Prevent horizontal overflow */
    .property-page[b-of7flm35sa] {
        padding: 10px;
        overflow-x: hidden;
        max-width: 100vw;
    }

    .property-main[b-of7flm35sa] {
        max-width: 100%;
        overflow-x: hidden;
    }

    /* Gallery - Full width */
    .gallery-section[b-of7flm35sa] {
        width: 100%;
    }

    .gallery-carousel[b-of7flm35sa] {
        border-radius: 12px;
        width: 100%;
    }

    .gallery-image-container[b-of7flm35sa] {
        width: 100%;
    }

    .gallery-badges[b-of7flm35sa] {
        top: 8px;
        left: 8px;
        flex-wrap: wrap;
        max-width: 70%;
    }

    .gallery-badge[b-of7flm35sa] {
        padding: 3px 6px;
        font-size: 9px;
        border-radius: 12px;
    }

    .gallery-actions[b-of7flm35sa] {
        top: 8px;
        right: 8px;
    }

    .gallery-action-btn[b-of7flm35sa] {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }

        .gallery-action-btn i[b-of7flm35sa] {
            font-size: 13px;
        }

    .gallery-arrow[b-of7flm35sa] {
        width: 32px;
        height: 32px;
    }

    .gallery-arrow--prev[b-of7flm35sa] {
        left: 6px;
    }

    .gallery-arrow--next[b-of7flm35sa] {
        right: 6px;
    }

    .reimagine-button[b-of7flm35sa] {
        bottom: 8px;
        left: 8px;
        padding: 4px 8px;
        border-radius: 6px;
        gap: 4px;
    }

        .reimagine-button span[b-of7flm35sa] {
            font-size: 8px;
        }

        .reimagine-button i[b-of7flm35sa] {
            font-size: 10px;
        }

    /* Property Info - Prevent overflow */
    .property-info-section[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0;
        max-width: 100%;
    }

    .property-info-main[b-of7flm35sa] {
        max-width: 100%;
        width: 100%;
    }

    .property-title[b-of7flm35sa] {
        font-size: 16px;
        line-height: 1.3;
        word-wrap: break-word;
    }

    .property-location[b-of7flm35sa] {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .property-price-row[b-of7flm35sa] {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .price-main[b-of7flm35sa] {
        font-size: 26px;
    }

    .price-sqm[b-of7flm35sa] {
        font-size: 11px;
    }

    .match-badge[b-of7flm35sa] {
        font-size: 12px;
        gap: 6px;
        margin-bottom: 12px;
    }

    /* Property Specs - 2 columns, smaller */
    .property-specs[b-of7flm35sa] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        width: 100%;
    }

    .spec-box[b-of7flm35sa] {
        padding: 10px 8px;
        border-radius: 8px;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
    }

    .spec-icon[b-of7flm35sa] {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

        .spec-icon i[b-of7flm35sa] {
            font-size: 14px;
        }

    .spec-content[b-of7flm35sa] {
        gap: 0;
    }

    .spec-value[b-of7flm35sa] {
        font-size: 13px;
    }

    .spec-label[b-of7flm35sa] {
        font-size: 9px;
    }

    /* Tags - wrap properly */
    .property-tags-section[b-of7flm35sa] {
        gap: 4px;
        flex-wrap: wrap;
        padding: 0;
    }

    .property-tag[b-of7flm35sa] {
        padding: 3px 6px;
        font-size: 9px;
    }

    /* AVM Card - Full width */
    .avm-card[b-of7flm35sa] {
        width: 100%;
        max-width: 100%;
        min-width: unset;
        padding: 12px;
        border-radius: 12px;
    }

    .avm-title[b-of7flm35sa] {
        font-size: 16px;
    }

    .avm-price[b-of7flm35sa] {
        font-size: 24px;
    }

    .avm-range-box[b-of7flm35sa] {
        padding: 10px;
        border-radius: 8px;
    }

    .avm-range-label[b-of7flm35sa] {
        font-size: 10px;
    }

    .avm-range-value[b-of7flm35sa] {
        font-size: 9px;
        padding: 2px 6px;
    }

    .avm-range-labels[b-of7flm35sa] {
        font-size: 9px;
    }

    .avm-confidence-wrapper[b-of7flm35sa] {
        padding-bottom: 8px;
        padding-right: 8px;
    }

    .avm-confidence-badge[b-of7flm35sa] {
        font-size: 9px;
        padding: 6px 10px;
    }

    .avm-confidence-icon[b-of7flm35sa] {
        width: 16px;
        height: 16px;
    }

        .avm-confidence-icon i[b-of7flm35sa] {
            font-size: 10px;
        }

    .avm-confidence-tooltip[b-of7flm35sa] {
        width: 140px;
        font-size: 8px;
        padding: 8px;
    }

    .btn-avm[b-of7flm35sa] {
        font-size: 11px;
        padding: 8px 12px;
        border-radius: 6px;
    }

    /* Features Section */
    .features-section[b-of7flm35sa] {
        padding: 12px;
        border-radius: 12px;
        width: 100%;
        box-sizing: border-box;
    }

        .features-section .section-title[b-of7flm35sa] {
            font-size: 16px;
            padding-left: 4px;
            padding-top: 4px;
            margin-bottom: 10px;
        }

    .features-inner[b-of7flm35sa] {
        padding: 12px;
        border-radius: 8px;
    }

    .features-grid[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .feature-item[b-of7flm35sa] {
        font-size: 12px;
        gap: 8px;
    }

        .feature-item i[b-of7flm35sa] {
            font-size: 14px;
            width: 18px;
        }

    /* Investment Banner */
    .investment-banner[b-of7flm35sa] {
        padding: 14px;
        border-radius: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .investment-content[b-of7flm35sa] {
        max-width: 100%;
    }

    .investment-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .investment-desc[b-of7flm35sa] {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .investment-features[b-of7flm35sa] {
        gap: 6px;
        margin-bottom: 14px;
    }

        .investment-features span[b-of7flm35sa] {
            font-size: 10px;
            gap: 6px;
        }

        .investment-features i[b-of7flm35sa] {
            font-size: 11px;
        }

    .investment-actions[b-of7flm35sa] {
        gap: 8px;
    }

    .btn-investment-outline[b-of7flm35sa],
    .btn-investment-solid[b-of7flm35sa] {
        padding: 8px 12px;
        font-size: 10px;
        border-radius: 6px;
    }

    .investment-image[b-of7flm35sa] {
        height: 100px;
        border-radius: 8px;
    }

    /* Location Section */
    .location-section[b-of7flm35sa] {
        padding: 16px 0;
        width: 100%;
    }

        .location-section .section-title[b-of7flm35sa] {
            font-size: 16px;
            padding-left: 8px;
        }

    .location-subtitle[b-of7flm35sa] {
        font-size: 11px;
        padding-left: 8px;
        margin-bottom: 12px;
    }

    .map-container[b-of7flm35sa] {
        border-radius: 8px;
    }

    .property-location-map[b-of7flm35sa] {
        height: 200px;
        min-height: 160px;
        border-radius: 8px;
    }

    .map-toggle[b-of7flm35sa] {
        top: 6px;
        left: 6px;
        padding: 2px;
    }

    .map-toggle-btn[b-of7flm35sa] {
        font-size: 9px;
        width: 44px;
        padding: 4px 0;
    }

    /* Commute Section */
    .commute-section[b-of7flm35sa] {
        padding: 12px;
        border-radius: 12px;
        width: 100%;
        box-sizing: border-box;
    }

        .commute-section .section-title[b-of7flm35sa] {
            font-size: 16px;
            padding-left: 4px;
            margin-bottom: 12px;
        }

    .commute-icon-decoration[b-of7flm35sa] {
        width: 28px;
        height: 28px;
        top: 10px;
        right: 12px;
    }

    .commute-content[b-of7flm35sa] {
        padding-left: 4px;
    }

    .commute-row[b-of7flm35sa] {
        gap: 8px;
    }

    .commute-point[b-of7flm35sa] {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }

    .commute-pin[b-of7flm35sa] {
        font-size: 14px;
    }

    .commute-dotted-line[b-of7flm35sa] {
        height: 16px;
        margin-left: 6px;
    }

    .commute-address[b-of7flm35sa] {
        font-size: 11px;
        word-wrap: break-word;
    }

    .commute-input-box[b-of7flm35sa] {
        padding: 8px 10px;
        font-size: 11px;
        border-radius: 6px;
        width: 100%;
        max-width: 100%;
    }

    .commute-link[b-of7flm35sa] {
        font-size: 10px;
        white-space: nowrap;
    }

    /* Description Tabs - Horizontal scroll */
    .description-tabs-bar[b-of7flm35sa] {
        padding: 4px;
        border-radius: 8px;
        margin-bottom: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .description-tabs-inner[b-of7flm35sa] {
        min-width: 380px;
    }

    .description-tab[b-of7flm35sa] {
        padding: 8px 10px;
        font-size: 10px;
    }

    .tab-slider[b-of7flm35sa] {
        border-radius: 6px;
    }

    /* Description Content */
    .description-section[b-of7flm35sa] {
        padding: 12px;
        border-radius: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .description-heading[b-of7flm35sa] {
        font-size: 16px;
        padding-top: 8px;
        margin-bottom: 10px;
    }

    .description-text[b-of7flm35sa] {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .area-image[b-of7flm35sa] {
        margin-top: 14px;
        border-radius: 8px;
        aspect-ratio: 16 / 9;
    }

    /* Neighborhood */
    .neighborhood-wrapper[b-of7flm35sa] {
        padding: 12px;
        margin-top: 16px;
        border-radius: 8px;
    }

    .neighborhood-title[b-of7flm35sa] {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .poi-tabs-bar[b-of7flm35sa] {
        padding: 4px;
        border-radius: 8px;
        margin-bottom: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .poi-tabs-inner[b-of7flm35sa] {
        min-width: 260px;
    }

    .poi-tab[b-of7flm35sa] {
        padding: 8px 8px;
        font-size: 9px;
    }

    .poi-tab-slider[b-of7flm35sa] {
        border-radius: 6px;
    }

    .poi-listings[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .poi-item[b-of7flm35sa] {
        padding: 10px;
        border-radius: 8px;
    }

    .poi-name[b-of7flm35sa] {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .poi-details[b-of7flm35sa] {
        gap: 10px;
        flex-wrap: wrap;
    }

    .poi-detail[b-of7flm35sa] {
        font-size: 10px;
        gap: 4px;
    }

        .poi-detail i[b-of7flm35sa] {
            font-size: 10px;
        }

    /* Sidebar */
    .property-sidebar[b-of7flm35sa] {
        width: 100%;
        max-width: 100%;
    }

    .sidebar-card[b-of7flm35sa] {
        border-radius: 12px;
        padding: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Broker Card */
    .card-broker[b-of7flm35sa] {
        padding: 12px;
    }

        .card-broker .card-title[b-of7flm35sa] {
            font-size: 16px;
            padding-left: 8px;
            margin-bottom: 8px;
        }

    .broker-inner[b-of7flm35sa] {
        padding: 10px;
        border-radius: 8px;
    }

    .broker-name[b-of7flm35sa] {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .broker-buttons[b-of7flm35sa] {
        flex-direction: column;
        gap: 6px;
    }

    .broker-btn[b-of7flm35sa] {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 8px;
    }

    /* Calculator Card */
    .card-calculator[b-of7flm35sa] {
        padding: 12px;
    }

    .calculator-title-badge[b-of7flm35sa] {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 12px;
    }

    .calculator-field[b-of7flm35sa] {
        margin-bottom: 12px;
    }

    .calculator-label[b-of7flm35sa] {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .calculator-percent[b-of7flm35sa] {
        font-size: 11px;
    }

    .calculator-slider[b-of7flm35sa] {
        margin-bottom: 8px;
    }

    .calc-input[b-of7flm35sa] {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 6px;
    }

    .calc-select[b-of7flm35sa] {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 6px;
    }

    .calc-currency[b-of7flm35sa] {
        font-size: 11px;
    }

    .summary-box[b-of7flm35sa] {
        padding: 12px;
        border-radius: 10px;
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .summary-title[b-of7flm35sa] {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .summary-grid[b-of7flm35sa] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .summary-label[b-of7flm35sa] {
        font-size: 9px;
    }

    .summary-value[b-of7flm35sa] {
        font-size: 14px;
    }

    .btn-preapproved[b-of7flm35sa] {
        height: 32px;
        font-size: 11px;
        border-radius: 6px;
    }

    /* Quick Actions Card */
    .card-actions[b-of7flm35sa] {
        padding: 12px;
    }

        .card-actions .card-title[b-of7flm35sa] {
            font-size: 16px;
            margin-bottom: 12px;
            gap: 8px;
        }

    .quick-actions-icon[b-of7flm35sa] {
        width: 24px;
        height: 20px;
    }

        .quick-actions-icon[b-of7flm35sa]::before {
            width: 14px;
            height: 14px;
            top: -3px;
        }

        .quick-actions-icon[b-of7flm35sa]::after {
            width: 8px;
            height: 8px;
        }

    .action-btn[b-of7flm35sa] {
        padding: 10px 12px;
        font-size: 11px;
        border-radius: 8px;
        gap: 8px;
        margin-bottom: 8px;
    }

        .action-btn i[b-of7flm35sa] {
            font-size: 14px;
        }

    /* Market Data Card */
    .card-market[b-of7flm35sa] {
        padding: 12px;
    }

    .market-stats-box[b-of7flm35sa] {
        padding: 10px 12px;
        margin-bottom: 12px;
        border-radius: 8px;
    }

        .market-stats-box .card-title[b-of7flm35sa] {
            font-size: 13px;
            margin-bottom: 10px;
        }

    .market-header[b-of7flm35sa] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .market-stat-value[b-of7flm35sa] {
        font-size: 20px;
    }

    .market-stat-label[b-of7flm35sa] {
        font-size: 10px;
    }

    .market-scores[b-of7flm35sa] {
        gap: 14px;
    }

    .score-item[b-of7flm35sa] {
        width: 100%;
        padding-bottom: 12px;
    }

    .score-name[b-of7flm35sa] {
        font-size: 12px;
    }

    .score-value[b-of7flm35sa] {
        font-size: 13px;
    }

    .score-bar[b-of7flm35sa] {
        height: 4px;
    }

    .score-desc[b-of7flm35sa] {
        font-size: 10px;
        line-height: 1.4;
    }

    /* Similar Properties */
    .similar-properties-wrapper[b-of7flm35sa] {
        padding: 20px 0;
        margin-top: 14px;
    }
}

/* ============================================
   RESPONSIVE - 320px (Extra small phones)
   ============================================ */
@media (max-width: 320px) {
    .property-page[b-of7flm35sa] {
        padding: 6px;
        overflow-x: hidden;
    }

    /* Gallery */
    .gallery-carousel[b-of7flm35sa] {
        border-radius: 10px;
    }

    .gallery-badges[b-of7flm35sa] {
        top: 6px;
        left: 6px;
    }

    .gallery-badge[b-of7flm35sa] {
        padding: 2px 4px;
        font-size: 7px;
    }

    .gallery-action-btn[b-of7flm35sa] {
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
    }

        .gallery-action-btn i[b-of7flm35sa] {
            font-size: 10px;
        }

    .gallery-arrow[b-of7flm35sa] {
        width: 28px;
        height: 28px;
    }

    .reimagine-button[b-of7flm35sa] {
        display: none; /* Hide on very small screens */
    }

    /* Property Info */
    .property-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .property-location[b-of7flm35sa] {
        font-size: 10px;
    }

    .price-main[b-of7flm35sa] {
        font-size: 22px;
    }

    .price-sqm[b-of7flm35sa] {
        font-size: 10px;
    }

    .match-badge[b-of7flm35sa] {
        font-size: 10px;
    }

    /* Specs */
    .property-specs[b-of7flm35sa] {
        gap: 4px;
    }

    .spec-box[b-of7flm35sa] {
        padding: 8px 6px;
        border-radius: 6px;
    }

    .spec-icon[b-of7flm35sa] {
        width: 24px;
        height: 24px;
    }

        .spec-icon i[b-of7flm35sa] {
            font-size: 12px;
        }

    .spec-value[b-of7flm35sa] {
        font-size: 11px;
    }

    .spec-label[b-of7flm35sa] {
        font-size: 8px;
    }

    /* Tags */
    .property-tag[b-of7flm35sa] {
        padding: 2px 5px;
        font-size: 8px;
    }

    /* AVM */
    .avm-card[b-of7flm35sa] {
        padding: 10px;
        border-radius: 10px;
    }

    .avm-credits-badge[b-of7flm35sa] {
        font-size: 7px;
        padding: 2px 6px;
    }

    .avm-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .avm-subtitle[b-of7flm35sa] {
        font-size: 9px;
    }

    .avm-price[b-of7flm35sa] {
        font-size: 20px;
    }

    .avm-range-box[b-of7flm35sa] {
        padding: 8px;
    }

    .avm-confidence-badge[b-of7flm35sa] {
        font-size: 8px;
        padding: 4px 8px;
    }

    .btn-avm[b-of7flm35sa] {
        font-size: 10px;
        padding: 6px 10px;
    }

    /* Features */
    .features-section[b-of7flm35sa] {
        padding: 10px;
        border-radius: 10px;
    }

        .features-section .section-title[b-of7flm35sa] {
            font-size: 14px;
        }

    .features-inner[b-of7flm35sa] {
        padding: 10px;
    }

    .feature-item[b-of7flm35sa] {
        font-size: 11px;
    }

        .feature-item i[b-of7flm35sa] {
            font-size: 12px;
        }

    /* Investment Banner */
    .investment-banner[b-of7flm35sa] {
        padding: 12px;
        border-radius: 10px;
    }

    .investment-title[b-of7flm35sa] {
        font-size: 12px;
    }

    .investment-desc[b-of7flm35sa] {
        font-size: 10px;
    }

    .investment-features span[b-of7flm35sa] {
        font-size: 9px;
    }

    .btn-investment-outline[b-of7flm35sa],
    .btn-investment-solid[b-of7flm35sa] {
        padding: 6px 10px;
        font-size: 9px;
    }

    .investment-image[b-of7flm35sa] {
        height: 80px;
    }

    /* Location */
    .location-section .section-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .location-subtitle[b-of7flm35sa] {
        font-size: 10px;
    }

    .property-location-map[b-of7flm35sa] {
        height: 160px;
        min-height: 140px;
    }

    .map-toggle-btn[b-of7flm35sa] {
        font-size: 8px;
        width: 38px;
    }

    /* Commute */
    .commute-section[b-of7flm35sa] {
        padding: 10px;
        border-radius: 10px;
    }

        .commute-section .section-title[b-of7flm35sa] {
            font-size: 14px;
        }

    .commute-icon-decoration[b-of7flm35sa] {
        width: 24px;
        height: 24px;
    }

    .commute-address[b-of7flm35sa] {
        font-size: 10px;
    }

    .commute-input-box[b-of7flm35sa] {
        padding: 6px 8px;
        font-size: 10px;
    }

    .commute-link[b-of7flm35sa] {
        font-size: 9px;
    }

    /* Description */
    .description-tabs-inner[b-of7flm35sa] {
        min-width: 340px;
    }

    .description-tab[b-of7flm35sa] {
        padding: 6px 8px;
        font-size: 9px;
    }

    .description-section[b-of7flm35sa] {
        padding: 10px;
        border-radius: 10px;
    }

    .description-heading[b-of7flm35sa] {
        font-size: 14px;
    }

    .description-text[b-of7flm35sa] {
        font-size: 11px;
    }

    /* Neighborhood */
    .neighborhood-wrapper[b-of7flm35sa] {
        padding: 10px;
    }

    .neighborhood-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .poi-tabs-inner[b-of7flm35sa] {
        min-width: 240px;
    }

    .poi-tab[b-of7flm35sa] {
        font-size: 8px;
        padding: 6px;
    }

    .poi-item[b-of7flm35sa] {
        padding: 8px;
    }

    .poi-name[b-of7flm35sa] {
        font-size: 11px;
    }

    .poi-detail[b-of7flm35sa] {
        font-size: 9px;
    }

    /* Sidebar Cards */
    .sidebar-card[b-of7flm35sa] {
        padding: 10px;
        border-radius: 10px;
    }

    .card-broker .card-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .broker-name[b-of7flm35sa] {
        font-size: 12px;
    }

    .broker-btn[b-of7flm35sa] {
        font-size: 11px;
        padding: 6px 8px;
    }

    .calculator-title-badge[b-of7flm35sa] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .calculator-label[b-of7flm35sa] {
        font-size: 10px;
    }

    .calc-input[b-of7flm35sa],
    .calc-select[b-of7flm35sa] {
        padding: 6px 8px;
        font-size: 11px;
    }

    .summary-box[b-of7flm35sa] {
        padding: 10px;
    }

    .summary-title[b-of7flm35sa] {
        font-size: 12px;
    }

    .summary-value[b-of7flm35sa] {
        font-size: 12px;
    }

    .summary-label[b-of7flm35sa] {
        font-size: 8px;
    }

    .btn-preapproved[b-of7flm35sa] {
        height: 28px;
        font-size: 10px;
    }

    .card-actions .card-title[b-of7flm35sa] {
        font-size: 14px;
    }

    .action-btn[b-of7flm35sa] {
        padding: 8px 10px;
        font-size: 10px;
    }

    .market-stats-box .card-title[b-of7flm35sa] {
        font-size: 12px;
    }

    .market-stat-value[b-of7flm35sa] {
        font-size: 16px;
    }

    .market-stat-label[b-of7flm35sa] {
        font-size: 9px;
    }

    .score-name[b-of7flm35sa] {
        font-size: 11px;
    }

    .score-value[b-of7flm35sa] {
        font-size: 12px;
    }

    .score-desc[b-of7flm35sa] {
        font-size: 9px;
    }

    /* Similar Properties */
    .similar-properties-wrapper[b-of7flm35sa] {
        padding: 16px 0;
    }
}
/* /Components/Properties/PropertySidebarTools.razor.rz.scp.css */
/* ============================================
   SECTION 15: SIDEBAR - BASE
   ============================================ */
.sidebar-card[b-7d7j3b8i48] {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.card-title[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .card-title i[b-7d7j3b8i48] {
        color: #5737DC;
    }

/* ============================================
   SECTION 16: SIDEBAR - CONTACT BROKER
   ============================================ */
.card-broker[b-7d7j3b8i48] {
    background: #F0F0F0;
    border-radius: 17px;
    padding: 20px;
}

    .card-broker .card-title[b-7d7j3b8i48] {
        font-family: 'Figtree', sans-serif;
        font-weight: 600;
        margin-bottom: 12px;
        padding-left: 24px;
        font-size: x-large;
    }

.broker-inner[b-7d7j3b8i48] {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

.broker-name[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #1F2937;
    margin-bottom: 16px;
    text-align: left;
}

.broker-buttons[b-7d7j3b8i48] {
    display: flex;
    gap: 8px;
}

.broker-btn[b-7d7j3b8i48] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border: none;
}

.broker-btn--call[b-7d7j3b8i48] {
    flex: 1.3;
    background: linear-gradient(90deg, #5737DC 0%, #10B981 100%);
    color: white;
}

.broker-btn--email[b-7d7j3b8i48] {
    flex: 1;
    background: white;
    color: #5737DC;
    border: 1.5px solid #5737DC;
}

/* ============================================
   SECTION 17: SIDEBAR - LOAN CALCULATOR
   ============================================ */
.card-calculator[b-7d7j3b8i48] {
    background: white;
    border-radius: 17px;
    padding: 24px;
}

.calculator-title-badge[b-7d7j3b8i48] {
    display: inline-block;
    padding: 10px 24px;
    background: #F0F0F0;
    border-radius: 24.5px;
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #373737;
    margin-bottom: 20px;
}

.calculator-field[b-7d7j3b8i48] {
    margin-bottom: 16px;
}

.calculator-label[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1F2937;
    margin-bottom: 8px;
    display: block;
}

.calculator-label-row[b-7d7j3b8i48] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.calculator-percent[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #5737DC;
}

.calculator-slider[b-7d7j3b8i48] {
    width: 100%;
    height: 6px;
    border-radius: 50px;
    outline: none;
    -webkit-appearance: none;
    margin-bottom: 12px;
}

    .calculator-slider[b-7d7j3b8i48]::-webkit-slider-runnable-track {
        height: 6px;
        border-radius: 50px;
        background: transparent;
    }

    .calculator-slider[b-7d7j3b8i48]::-moz-range-track {
        height: 6px;
        border-radius: 50px;
        background: transparent;
    }

    .calculator-slider[b-7d7j3b8i48]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #FFFFFF;
        border: 6px solid #5737DC;
        cursor: pointer;
        margin-top: -8px;
        box-shadow: none;
    }

    .calculator-slider[b-7d7j3b8i48]::-moz-range-thumb {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #FFFFFF;
        border: 6px solid #5737DC;
        cursor: pointer;
        box-shadow: none;
    }

.calculator-price-row[b-7d7j3b8i48] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.calculator-price-input[b-7d7j3b8i48] {
    flex: 1;
}

.calc-input[b-7d7j3b8i48] {
    width: 100%;
    padding: 12px 16px;
    background: #F5F5F5;
    border: none;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #1F2937;
}

.calc-currency[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
}

.calc-select[b-7d7j3b8i48] {
    width: 100%;
    padding: 12px 16px;
    background: #F5F5F5;
    border: none;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #1F2937;
    cursor: pointer;
}

/* ============================================
   SECTION 18: SIDEBAR - PAYMENT SUMMARY
   ============================================ */
.summary-box[b-7d7j3b8i48] {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.summary-title[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    margin: 0 0 16px 0;
}

.summary-grid[b-7d7j3b8i48] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.summary-item[b-7d7j3b8i48] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.summary-label[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    color: #9CA3AF;
}

.summary-value[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
}

.summary-value--highlight[b-7d7j3b8i48] {
    color: #5737DC;
}

.btn-preapproved[b-7d7j3b8i48] {
    width: 100%;
    height: 35px;
    padding: 0 14px;
    background: #5737DC;
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

    .btn-preapproved:hover[b-7d7j3b8i48] {
        background: #4A2DC9;
    }

/* ============================================
   SECTION 19: SIDEBAR - QUICK ACTIONS
   ============================================ */
.card-actions[b-7d7j3b8i48] {
    background: white;
    border-radius: 17px;
    padding: 24px;
}

    .card-actions .card-title[b-7d7j3b8i48] {
        font-family: 'Figtree', sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #1F2937;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

.quick-actions-icon[b-7d7j3b8i48] {
    position: relative;
    width: 32px;
    height: 26px;
}

    .quick-actions-icon[b-7d7j3b8i48]::before {
        content: '';
        position: absolute;
        top: -5px;
        right: 1px;
        width: 20px;
        height: 20px;
        background: #5737DC;
        border-radius: 4px;
    }

    .quick-actions-icon[b-7d7j3b8i48]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 12px;
        background: #10B981;
        border-radius: 3px;
    }

.action-btn[b-7d7j3b8i48] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 12px;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    border: none;
}

    .action-btn:last-child[b-7d7j3b8i48] {
        margin-bottom: 0;
    }

.action-btn--primary[b-7d7j3b8i48] {
    background: linear-gradient(90deg, #5737DC 0%, #10B981 100%);
    color: white;
}

    .action-btn--primary i[b-7d7j3b8i48] {
        color: white;
        font-size: 18px;
    }

.action-btn--secondary[b-7d7j3b8i48] {
    background: #F0F0F0;
    color: #6B7280;
}

    .action-btn--secondary i[b-7d7j3b8i48] {
        color: #6B7280;
        font-size: 18px;
    }

/* ============================================
   SECTION 20: SIDEBAR - MARKET DATA
   ============================================ */
.card-market[b-7d7j3b8i48] {
    background: #F0F0F0;
    border-radius: 17px;
    padding: 20px 28px;
}

.market-stats-box[b-7d7j3b8i48] {
    background: white;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
}

    .market-stats-box .card-title[b-7d7j3b8i48] {
        font-family: 'Figtree', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #1F2937;
        margin-bottom: 16px;
    }

.market-header[b-7d7j3b8i48] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.market-stat-box[b-7d7j3b8i48] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.market-stat-label[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #6B7280;
    line-height: 1.4;
}

.market-stat-value[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #2C1B70;
}

.market-scores[b-7d7j3b8i48] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.score-item[b-7d7j3b8i48] {
    width: 80%;
    padding-bottom: 16px;
}

.score-header[b-7d7j3b8i48] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.score-name[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #1F2937;
}

.score-value[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #10B981;
}

.score-bar[b-7d7j3b8i48] {
    height: 6px;
    background: #E4E4E4;
    border-radius: 50px;
    margin-bottom: 6px;
    width: 100%;
}

.score-fill[b-7d7j3b8i48] {
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #5737DC 0%, #10B981 100%);
}

.score-desc[b-7d7j3b8i48] {
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
}
/* /Components/Properties/ScoutAIQuestions.razor.rz.scp.css */
.scoutai-questions[b-y2fr6cj55k] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    flex: 1;
    min-width: 0;
    max-width: calc(100% - 160px);
    height: 85px;
}

.scoutai-brand[b-y2fr6cj55k] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 16px;
    border-right: 1px solid #E5E7EB;
    background: transparent;
}

.scoutai-carousel-wrapper[b-y2fr6cj55k] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

    .scoutai-carousel-wrapper .carousel[b-y2fr6cj55k] {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }

    .scoutai-carousel-wrapper .carousel-inner[b-y2fr6cj55k] {
        overflow: hidden;
    }

    .scoutai-carousel-wrapper .carousel-item[b-y2fr6cj55k] {
        transition: transform 0.4s ease;
    }

.scoutai-slide[b-y2fr6cj55k] {
    display: flex;
    gap: 25px;
    align-items: center;
}

.scoutai-question-card[b-y2fr6cj55k] {
    flex-shrink: 0;
    width: 220px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #5737DC 0%, #7C5CE7 100%);
    border-radius: 12px 12px 12px 0;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(87, 55, 220, 0.25);
}

    .scoutai-question-card:hover[b-y2fr6cj55k] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(87, 55, 220, 0.35);
    }

    .scoutai-question-card strong[b-y2fr6cj55k] {
        font-weight: 700;
    }

.carousel-nav[b-y2fr6cj55k] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    border: none;
    background: #EDE9FE;
    color: #5737DC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    z-index: 10;
    padding: 0;
}

    .carousel-nav:hover[b-y2fr6cj55k] {
        background: #DDD6FE;
    }

    .carousel-nav i[b-y2fr6cj55k] {
        font-size: 19px;
        font-weight: 900;
        line-height: 1;
        padding: 0;
        -webkit-text-stroke: 1px #5737DC;
    }

.scoutai-logo[b-y2fr6cj55k] {
    height: 18px;
    width: auto;
    display: block;
    object-fit: contain;
}
/* /Components/Properties/StatsComponent.razor.rz.scp.css */
/* StatsComponent.razor.css */

/* ===== WRAPPER ===== */
.stats-wrapper[b-c13c3mp2cb] {
    width: 96%;
    margin: 4px auto;
    background: #F0F0F0;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

    .stats-wrapper:hover[b-c13c3mp2cb] {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .stats-wrapper.expanded[b-c13c3mp2cb] {
        padding: 18px 22px;
    }

    .stats-wrapper.collapsed[b-c13c3mp2cb] {
        padding: 14px 28px;
        border-radius: 71px;
    }

/* ===== EXPANDED VIEW ===== */
.stats-expanded[b-c13c3mp2cb] {
    width: 100%;
}

.stats-header[b-c13c3mp2cb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.stats-title[b-c13c3mp2cb] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
}

.view-all-link[b-c13c3mp2cb] {
    font-size: 0.8rem;
    color: #7C3AED;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

    .view-all-link:hover[b-c13c3mp2cb] {
        color: #5F3DF4;
        text-decoration: underline;
    }

/* Content: 2 white boxes side by side */
.stats-content[b-c13c3mp2cb] {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

/* White Box 1: Stats (left) */
.stats-box-left[b-c13c3mp2cb] {
    background: white;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    gap: 28px;
    flex-shrink: 0;
}

.stat-item[b-c13c3mp2cb] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-c13c3mp2cb] {
    font-size: 0.75rem;
    color: #6B7280;
    line-height: 1.35;
    margin-bottom: 8px;
}

.stat-value[b-c13c3mp2cb] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F1452;
}

/* White Box 2: Scores (right) */
.stats-box-right[b-c13c3mp2cb] {
    background: white;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    gap: 20px;
    flex: 1;
}

.score-column[b-c13c3mp2cb] {
    flex: 1;
    min-width: 0;
}

.score-header[b-c13c3mp2cb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.score-title[b-c13c3mp2cb] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1F2937;
}

.score-value[b-c13c3mp2cb] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0CD398;
}

/* Progress Bar */
.score-bar[b-c13c3mp2cb] {
    height: 4px;
    background: #E4E4E4;
    border-radius: 50px;
    margin-bottom: 8px;
    overflow: hidden;
}

.score-bar-fill[b-c13c3mp2cb] {
    height: 100%;
    border-radius: 50px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, #5737DC 0%, #0CD398 100%);
}

.score-description[b-c13c3mp2cb] {
    font-size: 0.7rem;
    color: #6B7280;
    line-height: 1.4;
}

/* ===== COLLAPSED VIEW ===== */
.stats-collapsed[b-c13c3mp2cb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.collapsed-title[b-c13c3mp2cb] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1F2937;
}

.collapsed-stats[b-c13c3mp2cb] {
    display: flex;
    gap: 14px;
    align-items: center;
}

.collapsed-pill[b-c13c3mp2cb] {
    display: flex;
    align-items: center;
    gap: 14px;
    background: white;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.collapsed-pill-label[b-c13c3mp2cb] {
    font-size: 0.8rem;
    color: #6B7280;
}

.collapsed-pill-value[b-c13c3mp2cb] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1F1452;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .stats-content[b-c13c3mp2cb] {
        flex-direction: column;
    }

    .stats-box-left[b-c13c3mp2cb] {
        width: 100%;
    }

    .stats-box-right[b-c13c3mp2cb] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .stats-wrapper.expanded[b-c13c3mp2cb] {
        padding: 16px 18px;
    }

    .stats-wrapper.collapsed[b-c13c3mp2cb] {
        padding: 14px 22px;
        border-radius: 24px;
    }

    .stats-header[b-c13c3mp2cb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .stats-box-left[b-c13c3mp2cb] {
        flex-direction: column;
        gap: 14px;
    }

    .stats-box-right[b-c13c3mp2cb] {
        flex-direction: column;
        gap: 14px;
    }

    .collapsed-stats[b-c13c3mp2cb] {
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }

    .collapsed-pill[b-c13c3mp2cb] {
        padding: 8px 16px;
        gap: 10px;
    }

    .collapsed-pill-value[b-c13c3mp2cb] {
        font-size: 1.15rem;
    }
}

@media (max-width: 480px) {
    .stats-wrapper[b-c13c3mp2cb] {
        width: 100%;
        border-radius: 16px;
    }

        .stats-wrapper.collapsed[b-c13c3mp2cb] {
            border-radius: 16px;
        }

    .stat-value[b-c13c3mp2cb] {
        font-size: 1.3rem;
    }

    .collapsed-pill[b-c13c3mp2cb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 8px 14px;
    }

    .collapsed-pill-value[b-c13c3mp2cb] {
        font-size: 1.05rem;
    }
}

/* ===== NO DATA STATE ===== */
.stats-no-data-box[b-c13c3mp2cb] {
    background: white;
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 80px;
}

.no-data-message[b-c13c3mp2cb] {
    font-family: 'Figtree', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #9CA3AF;
    text-align: center;
}

/* Collapsed no data pill */
.collapsed-pill-no-data[b-c13c3mp2cb] {
    background: white;
    padding: 10px 20px;
}

    .collapsed-pill-no-data .collapsed-pill-label[b-c13c3mp2cb] {
        color: #9CA3AF;
        font-weight: 400;
    }
/* /Pages/AreaIntelligence.razor.rz.scp.css */
/* =============================================
   AREA INTELLIGENCE PAGE
   ============================================= */

.area-intelligence-page[b-jlwpo7qphn] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: transparent;
    min-height: 100vh;
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 768px) {
    .area-intelligence-page[b-jlwpo7qphn] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .area-intelligence-page[b-jlwpo7qphn] {
        padding: 1rem;
    }
}
/* /Pages/Banners.razor.rz.scp.css */
.datagrid-detail .table-responsive[b-hm1kfon0yz] {
    min-height: inherit !important;
}

.datagrid-detail .tab-content[b-hm1kfon0yz] {
    padding-top: 0px !important;
}
/* /Pages/Index.razor.rz.scp.css */
/* =============================================
   INDEX PAGE - MAIN CONTAINER
   ============================================= */

.ai-platform-container[b-6tog5dsn5r] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: transparent;
    min-height: 100vh;
}

/* =============================================
   HEADER BADGE
   ============================================= */

.ai-badge[b-6tog5dsn5r] {
    background: rgba(87, 55, 220, 0.1);
    color: #5737DC;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

    .ai-badge i[b-6tog5dsn5r] {
        color: #0CD398;
        font-size: 0.7rem;
    }

/* =============================================
   MAIN TITLE
   ============================================= */

.main-title[b-6tog5dsn5r] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.text-primary[b-6tog5dsn5r] {
    color: #2563eb;
}

.text-gradient[b-6tog5dsn5r],
.text-success[b-6tog5dsn5r] {
    color: #0CD398;
}

.subtitle[b-6tog5dsn5r] {
    font-size: 0.95rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}









/* =============================================
   RESPONSIVE STYLES � FOR NON-WHY SECTIONS ONLY
   ============================================= */

@media (max-width: 768px) {

    .ai-platform-container[b-6tog5dsn5r] {
        padding: 1.5rem 1rem;
    }

    .main-title[b-6tog5dsn5r] {
        font-size: 2rem;
    }

    .subtitle[b-6tog5dsn5r] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {

    .main-title[b-6tog5dsn5r] {
        font-size: 1.75rem;
    }

    .ai-platform-container[b-6tog5dsn5r] {
        padding: 1rem;
    }
}



/* /Pages/PropertyInvest.razor.rz.scp.css */
/* =============================================
   PROPERTY INVEST PAGE
   ============================================= */

.invest-page[b-so7aezcg5l] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: transparent;
    min-height: 100vh;
}

/* =============================================
   RESPONSIVE STYLES
   ============================================= */

@media (max-width: 768px) {
    .invest-page[b-so7aezcg5l] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 576px) {
    .invest-page[b-so7aezcg5l] {
        padding: 1rem;
    }
}
/* /Pages/SubscriptionPlans.razor.rz.scp.css */
.datagrid-detail .table-responsive[b-hwfmzymsna] {
    min-height: inherit !important;
}

.datagrid-detail .tab-content[b-hwfmzymsna] {
    padding-top: 0px !important;
}
/* /Pages/TagCategories.razor.rz.scp.css */
.datagrid-detail .table-responsive[b-8h033ctxd7] {
    min-height: inherit !important;
}

.datagrid-detail .tab-content[b-8h033ctxd7] {
    padding-top: 0px !important;
}
