@import '_content/WebAppComponents/WebAppComponents.atgrdetlql.bundle.scp.css';

/* _content/WebApp/Components/Layout/FooterBar.razor.rz.scp.css */
.rl-footer[b-26bscbdcoa] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-footer-shell[b-26bscbdcoa] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 1.5rem 2.5rem;
}

.rl-footer-grid[b-26bscbdcoa] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.rl-footer-brand[b-26bscbdcoa] {
    grid-column: span 2;
}

.rl-footer-logo[b-26bscbdcoa] {
    width: 160px;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: auto;
}

.rl-footer-brand p[b-26bscbdcoa] {
    color: rgba(255, 255, 255, 0.6);
    max-width: 280px;
    margin-bottom: 1.5rem;
}

.rl-footer-social[b-26bscbdcoa] {
    display: flex;
    gap: 0.75rem;
}

.rl-footer-icon-link[b-26bscbdcoa] {
    text-decoration: none;
    display: inline-flex;
}

.rl-footer-icon.mud-avatar[b-26bscbdcoa] {
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease;
}

.rl-footer-icon.mud-avatar:hover[b-26bscbdcoa] {
    background: #e94e4e !important;
}

.rl-footer-icon :deep(svg)[b-26bscbdcoa] {
    font-size: 1.1rem;
}

.rl-footer-column h4[b-26bscbdcoa] {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-transform: capitalize;
}

.rl-footer-column ul[b-26bscbdcoa] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
}

.rl-footer-column a[b-26bscbdcoa] {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.9rem;
}

.rl-footer-column a:hover[b-26bscbdcoa] {
    color: #ffffff;
}

.rl-footer-bottom[b-26bscbdcoa] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.85rem;
}

.rl-footer-contact[b-26bscbdcoa] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.rl-footer-contact a[b-26bscbdcoa] {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.rl-footer-contact a:hover[b-26bscbdcoa] {
    color: #ffffff;
}

@media (max-width: 900px) {
    .rl-footer-brand[b-26bscbdcoa] {
        grid-column: span 1;
    }
}

@media (max-width: 640px) {
    .rl-footer-grid[b-26bscbdcoa] {
        grid-template-columns: 1fr;
    }

    .rl-footer-brand[b-26bscbdcoa] {
        grid-column: 1 / -1;
    }
}
/* _content/WebApp/Components/Layout/HeaderBar.razor.rz.scp.css */
.header-account-button[b-lxozenkqb7] {
    min-width: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.header-account-button:hover[b-lxozenkqb7] {
    background: transparent;
}

.header-account-avatar[b-lxozenkqb7] {
    width: 40px;
    height: 40px;
}

.header-account-avatar[b-lxozenkqb7]  img {
    border-radius: 50%;
}
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pui3qmsk44] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-pui3qmsk44] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/WebApp/Components/Layout/SearchBar.razor.rz.scp.css */
.rentlokr-searchbar :deep(.mud-input-control input)[b-7y0leth2ft],
.rentlokr-searchbar :deep(.mud-input-control textarea)[b-7y0leth2ft] {
    font-size: 0.85rem;
}

.rentlokr-searchbar :deep(.mud-input-label)[b-7y0leth2ft] {
    font-size: 0.75rem;
}

.rentlokr-searchbar :deep(.mud-input-adornment)[b-7y0leth2ft] {
    font-size: 0.9rem;
}
/* _content/WebApp/Components/Messenger/BookingChatTab.razor.rz.scp.css */
.booking-chat-tab[b-uha2h4a6fe] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.chat-loading[b-uha2h4a6fe] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Header area - fixed at top */
.chat-header-area[b-uha2h4a6fe] {
    min-height: 0;
}

.status-alert[b-uha2h4a6fe] {
    margin: 8px 12px 0 12px;
}

.chat-booking-link[b-uha2h4a6fe] {
    padding: 4px 12px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.chat-messages-wrapper[b-uha2h4a6fe] {
    min-height: 0;
    overflow-y: scroll;
    height: 18rem;
}

.chat-messages[b-uha2h4a6fe] {
    padding: 12px;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.75rem;
    gap: 8px;
}

.chat-message[b-uha2h4a6fe] {
    display: flex;
    flex-direction: column;
}

.chat-message.own[b-uha2h4a6fe] {
    align-items: flex-end;
}

.chat-message.other[b-uha2h4a6fe] {
    align-items: flex-start;
}

/* Message row with avatar */
.message-row[b-uha2h4a6fe] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 85%;
}

.message-row.own[b-uha2h4a6fe] {
    flex-direction: row-reverse;
}

.message-row.other[b-uha2h4a6fe] {
    flex-direction: row;
}

.message-avatar[b-uha2h4a6fe] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
}

.message-bubble[b-uha2h4a6fe] {
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message-row.own .message-bubble[b-uha2h4a6fe] {
    background-color: var(--mud-palette-primary-lighten);
    border-bottom-right-radius: 4px;
}

.message-row.other .message-bubble[b-uha2h4a6fe] {
    background-color: var(--mud-palette-surface);
    border-bottom-left-radius: 4px;
}

.sender-name[b-uha2h4a6fe] {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 0.75rem;
}

.message-time[b-uha2h4a6fe] {
    font-size: 0.65rem;
    opacity: 0.7;
    margin-top: 2px;
}

.system-message[b-uha2h4a6fe] {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

/* Input wrapper - fixed at bottom */
.chat-input-wrapper[b-uha2h4a6fe] {
    margin-top: auto;
    display: flex;
    position: relative;
    border: 0.125rem solid #f4f0f4;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem 0.75rem;
    gap: 0.3rem;
    height: 3.5rem;
    align-items: stretch;
    flex-shrink: 0;
}

.chat-input-area[b-uha2h4a6fe] {
    display: flex;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    resize: none;
    font-weight: 400;
    font-family: "Segoe UI", arial, helvetica;
    font-size: 16px;
}

.chat-input-area[b-uha2h4a6fe]  .mud-input-outlined {
    margin: 0;
}

.chat-input-area[b-uha2h4a6fe]  .mud-input-outlined .mud-input-slot {
    padding: 8px 12px;
}

.error-message[b-uha2h4a6fe] {
    padding: 0 12px 8px 12px;
}

.chat-closed-notice[b-uha2h4a6fe] {
    padding: 8px 12px;
    text-align: center;
}
/* _content/WebApp/Components/Messenger/FloatingMessenger.razor.rz.scp.css */
.floating-messenger[b-f48qdojcoq] {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 1000;
}

/* Icon wrapper for badge positioning */
.messenger-icon-wrapper[b-f48qdojcoq] {
    position: relative;
    display: inline-block;
}

/* Unread badge */
.unread-badge[b-f48qdojcoq] {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #f44336;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Original chatbot floating icon style */
.show-chatbot[b-f48qdojcoq] {
    display: block;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-image: url('/chat.png');
    background-size: contain;
    width: 4.5rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f3;
    transition: transform ease-out 0.2s;
    border: 2px solid transparent;
    cursor: pointer;
}

.show-chatbot:hover[b-f48qdojcoq] {
    border-color: #49b4fe;
    transform: scale(1.2);
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.4);
}

.show-chatbot:active[b-f48qdojcoq] {
    transform: scale(1.1);
    transition: transform ease-out 0.01s;
}

/* When messenger is open, change the icon appearance */
.floating-messenger.open .show-chatbot[b-f48qdojcoq] {
    border-color: #49b4fe;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,0.4);
}

.messenger-panel[b-f48qdojcoq] {
    position: absolute;
    bottom: 4.5rem;
    right: 0;
    width: 380px;
    height: 500px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    z-index: 1001;
    animation: slide-up-b-f48qdojcoq 0.3s ease-out;
    overflow: hidden;
}

@keyframes slide-up-b-f48qdojcoq {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.messenger-header[b-f48qdojcoq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.messenger-tabs[b-f48qdojcoq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.messenger-tabs-container[b-f48qdojcoq] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.messenger-tabs-container[b-f48qdojcoq]  .mud-tabs-header {
    flex-shrink: 0;
}

.messenger-tabs-container[b-f48qdojcoq]  .mud-tabs-panels {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.messenger-tabs-container[b-f48qdojcoq]  .mud-tab-panel {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.messenger-tab-panel[b-f48qdojcoq] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tab-label[b-f48qdojcoq] {
    max-width: 120px;
}

/* AI Chat Container */
.ai-chat-container[b-f48qdojcoq] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* Scrollable messages wrapper */
.ai-messages-wrapper[b-f48qdojcoq] {
    flex: 1 1 auto;
    min-height: 220px;
    overflow-y: auto;
}

.chatbot-messages[b-f48qdojcoq] {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chatbot-messages .message[b-f48qdojcoq] {
    padding: 8px 12px;
    border-radius: 16px;
    max-width: 85%;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 14px;
    margin: 0;
}

.chatbot-messages .message-assistant[b-f48qdojcoq] {
    background-color: #f4f0f4;
    margin-right: auto;
    border-bottom-left-radius: 4px;
}

.chatbot-messages .message-user[b-f48qdojcoq] {
    background-color: var(--mud-palette-primary);
    color: white;
    margin-left: auto;
    border-bottom-right-radius: 4px;
}

.chatbot-messages[b-f48qdojcoq]  img {
    max-height: 8rem;
    max-width: 100%;
}

.chatbot-messages .thinking[b-f48qdojcoq] {
    color: gray;
    font-style: italic;
    animation: fade-in-and-out-b-f48qdojcoq 1s infinite;
    font-size: 13px;
    margin: 0;
    padding-left: 8px;
}

@keyframes fade-in-and-out-b-f48qdojcoq {
    0% { opacity: 0.2; }
    50% { opacity: 0.9; }
    100% { opacity: 0.2; }
}

/* Fixed input area at bottom */
.chatbot-input-area[b-f48qdojcoq] {
    display: flex;
    padding: 8px 12px;
    gap: 8px;
    position: sticky;
    bottom: 0;
    z-index: 1;
    border-top: 1px solid #e0e0e0;
    align-items: center;
    flex-shrink: 0;
    background-color: white;
}

.chatbot-input-area[b-f48qdojcoq]  .mud-input-outlined {
    margin: 0;
}

.chatbot-input-area[b-f48qdojcoq]  .mud-input-outlined .mud-input-slot {
    padding: 8px 12px;
}

/* Text utilities */
.text-truncate[b-f48qdojcoq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .floating-messenger[b-f48qdojcoq] {
        bottom: 1rem;
        right: 1rem;
    }

    .messenger-panel[b-f48qdojcoq] {
        width: calc(100vw - 32px);
        right: -8px;
        height: 60vh;
    }
}
/* _content/WebApp/Components/Pages/About.razor.rz.scp.css */
.rl-shell[b-dp00g9siqy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-about-hero[b-dp00g9siqy] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-about-hero-bg[b-dp00g9siqy] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-about-orb[b-dp00g9siqy] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-about-orb-coral[b-dp00g9siqy] {
    top: -150px;
    left: -100px;
    background: rgba(233, 78, 78, 0.5);
}

.rl-about-orb-purple[b-dp00g9siqy] {
    bottom: -200px;
    right: -100px;
    background: rgba(108, 92, 231, 0.4);
}

.rl-about-hero-content[b-dp00g9siqy] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-about-hero-content h1[b-dp00g9siqy] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-about-hero-content p[b-dp00g9siqy] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-dp00g9siqy] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-dp00g9siqy] {
    background: #f5f6fb;
}

.rl-section-dark[b-dp00g9siqy] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-dp00g9siqy] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-dp00g9siqy] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-dp00g9siqy] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-dp00g9siqy] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

.rl-section-header-light h2[b-dp00g9siqy],
.rl-section-header-light p[b-dp00g9siqy] {
    color: #ffffff;
}

.rl-section-header-light p[b-dp00g9siqy] {
    color: rgba(255, 255, 255, 0.6);
}

/* Mission Section */
.rl-about-mission[b-dp00g9siqy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .rl-about-mission[b-dp00g9siqy] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.rl-about-mission-content h2[b-dp00g9siqy] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0.5rem 0 1.5rem;
}

.rl-about-mission-content p[b-dp00g9siqy] {
    color: #5f6b85;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.rl-about-values-grid[b-dp00g9siqy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.rl-about-value-card[b-dp00g9siqy] {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease;
}

.rl-about-value-card:hover[b-dp00g9siqy] {
    transform: translateY(-4px);
}

.rl-about-value-card .mud-icon-root[b-dp00g9siqy] {
    font-size: 2.5rem !important;
    color: #e94e4e;
    margin-bottom: 0.75rem;
}

.rl-about-value-card span[b-dp00g9siqy] {
    font-weight: 600;
    color: #1a1f3d;
}

/* Timeline */
.rl-about-story-timeline[b-dp00g9siqy] {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.rl-about-story-timeline[b-dp00g9siqy]::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #e94e4e, #4ecdc4);
}

.rl-about-timeline-item[b-dp00g9siqy] {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 2rem;
    padding-bottom: 3rem;
    position: relative;
}

.rl-about-timeline-item:last-child[b-dp00g9siqy] {
    padding-bottom: 0;
}

.rl-about-timeline-dot[b-dp00g9siqy] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid #e94e4e;
    z-index: 1;
}

.rl-about-timeline-dot-active[b-dp00g9siqy] {
    background: #e94e4e;
    box-shadow: 0 0 0 8px rgba(233, 78, 78, 0.2);
}

.rl-about-timeline-year[b-dp00g9siqy] {
    display: inline-block;
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.rl-about-timeline-content h3[b-dp00g9siqy] {
    font-size: 1.5rem;
    color: #1a1f3d;
    margin: 0 0 0.75rem;
}

.rl-about-timeline-content p[b-dp00g9siqy] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0;
}

/* Stats Grid */
.rl-about-stats-grid[b-dp00g9siqy] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

@media (max-width: 768px) {
    .rl-about-stats-grid[b-dp00g9siqy] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rl-about-stat[b-dp00g9siqy] {
    text-align: center;
}

.rl-about-stat-icon[b-dp00g9siqy] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #4ecdc4;
}

.rl-about-stat-icon .mud-icon-root[b-dp00g9siqy] {
    font-size: 2rem !important;
}

.rl-about-stat-number[b-dp00g9siqy] {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    background-clip: text;
    color: transparent;
}

.rl-about-stat-label[b-dp00g9siqy] {
    color: rgba(255, 255, 255, 0.6);
}

/* Values List */
.rl-about-values-list[b-dp00g9siqy] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.rl-about-value-item[b-dp00g9siqy] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: #ffffff;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.rl-about-value-icon[b-dp00g9siqy] {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.rl-about-icon-coral[b-dp00g9siqy] { background: linear-gradient(135deg, #e94e4e, #ff7b7b); }
.rl-about-icon-teal[b-dp00g9siqy] { background: linear-gradient(135deg, #0f766e, #14b8a6); }
.rl-about-icon-green[b-dp00g9siqy] { background: linear-gradient(135deg, #16a34a, #22c55e); }
.rl-about-icon-purple[b-dp00g9siqy] { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }

.rl-about-value-content h3[b-dp00g9siqy] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-about-value-content p[b-dp00g9siqy] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0;
}

/* Location Section */
.rl-about-location[b-dp00g9siqy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

@media (max-width: 900px) {
    .rl-about-location[b-dp00g9siqy] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.rl-about-map-placeholder[b-dp00g9siqy] {
    background-image: url("/images/dallas.jpg");
    background-size: 100% 200%; /* image is split vertically */
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 24px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 1rem;
}

.rl-about-map-placeholder .mud-icon-root[b-dp00g9siqy] {
    font-size: 4rem !important;
    color: #e94e4e;
}

.rl-about-map-placeholder span[b-dp00g9siqy] {
    font-size: 1.5rem;
    font-weight: 600;
}

.rl-about-location-content h2[b-dp00g9siqy] {
    font-size: 2rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-about-location-content p[b-dp00g9siqy] {
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* CTA Section */
.rl-about-cta[b-dp00g9siqy] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rl-about-cta h2[b-dp00g9siqy] {
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

.rl-about-cta p[b-dp00g9siqy] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-about-cta-buttons[b-dp00g9siqy] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.rl-button[b-dp00g9siqy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-dp00g9siqy] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-dp00g9siqy] {
    background: #d43d3d;
}

.rl-button-outline[b-dp00g9siqy] {
    border-color: #1a1f3d;
    color: #1a1f3d;
}

.rl-button-outline:hover[b-dp00g9siqy] {
    background: #1a1f3d;
    color: #ffffff;
}

.rl-button-ghost[b-dp00g9siqy] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.rl-button-arrow[b-dp00g9siqy] {
    font-weight: 700;
}
/* _content/WebApp/Components/Pages/Account/AccountHub.razor.rz.scp.css */
[b-n8d1aa7rdc] .mud-table tbody tr td {
    transition: background-color 0.6s ease;
}

[b-n8d1aa7rdc] .booking-highlight td {
    background-color: var(--mud-palette-primary-lighten);
}

[b-n8d1aa7rdc] .stripe-setup-toggle {
    justify-content: space-between;
    width: 100%;
    text-transform: none;
    min-height: 28px;
}
/* _content/WebApp/Components/Pages/Account/ListingAnalyticsPanel.razor.rz.scp.css */
.rl-listing-analytics .rl-heatmap-cell-content[b-gk8krc6uz1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.rl-listing-analytics .rl-heatmap-cell-label[b-gk8krc6uz1] {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.72);
}

.rl-listing-analytics .rl-heatmap-cell-value[b-gk8krc6uz1] {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.92);
}

.rl-listing-analytics .rl-heatmap-cell[b-gk8krc6uz1] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: rgba(148, 163, 184, 0.18);
}

.rl-listing-analytics .rl-heatmap-used-1[b-gk8krc6uz1] {
    background: rgba(59, 130, 246, 0.35);
}

.rl-listing-analytics .rl-heatmap-used-2[b-gk8krc6uz1] {
    background: rgba(37, 99, 235, 0.58);
}

.rl-listing-analytics .rl-heatmap-used-3[b-gk8krc6uz1] {
    background: rgba(29, 78, 216, 0.82);
    color: #fff;
}

.rl-listing-analytics .rl-heatmap-legend[b-gk8krc6uz1] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    flex-wrap: wrap;
}

@media (max-width: 959px) {
    .rl-listing-analytics .rl-heatmap-cell-label[b-gk8krc6uz1] {
        font-size: 0.68rem;
    }

    .rl-listing-analytics .rl-heatmap-cell-value[b-gk8krc6uz1] {
        font-size: 0.82rem;
    }
}
/* _content/WebApp/Components/Pages/Account/ViewListingDialog.razor.rz.scp.css */
.listing-dialog-carousel-container[b-5j0r2kio3y] {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    /*background: #1a1a2e;*/
}

.listing-dialog-carousel[b-5j0r2kio3y] {
    border-radius: 12px;
}

.listing-dialog-carousel[b-5j0r2kio3y]  .mud-carousel-item {
    /*background: #1a1a2e;*/
}

.listing-dialog-carousel-image[b-5j0r2kio3y] {
    max-width: 100%;
    max-height: 260px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.listing-dialog-image-counter[b-5j0r2kio3y] {
    position: absolute;
    bottom: 40px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.listing-dialog-stat[b-5j0r2kio3y] {
    border-radius: 12px;
}

.listing-dialog-stat.stat-bookings[b-5j0r2kio3y] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.listing-dialog-stat.stat-revenue[b-5j0r2kio3y] {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.1), rgba(22, 163, 74, 0.05));
    border: 1px solid rgba(22, 163, 74, 0.2);
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .listing-dialog-carousel-container[b-5j0r2kio3y] {
        border-radius: 8px;
    }

    .listing-dialog-carousel-image[b-5j0r2kio3y] {
        max-height: 200px;
    }

    .listing-dialog-image-counter[b-5j0r2kio3y] {
        bottom: 36px;
        font-size: 0.7rem;
    }
}
/* _content/WebApp/Components/Pages/Checkout/Checkout.razor.rz.scp.css */
/* Stripe checkout container */
.stripe-checkout-container[b-ekak8lzpb0] {
    min-height: 300px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Override Stripe's default styles to be responsive */
.stripe-checkout-container[b-ekak8lzpb0]  iframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* Ensure the embedded checkout adapts to container */
.stripe-checkout-container[b-ekak8lzpb0]  .EmbeddedCheckout {
    width: 100% !important;
    max-width: 100% !important;
}

/* Legacy styles for any remaining custom forms */
.checkout[b-ekak8lzpb0] {
    width: 100%;
    max-width: 100%;
}

.checkout h2[b-ekak8lzpb0] {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-bottom: 1px solid #D2D2D2;
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.checkout .form-buttons[b-ekak8lzpb0] {
    display: flex;
    padding: 1.5rem 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #000;
}

.checkout label[b-ekak8lzpb0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    color: #444;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.checkout[b-ekak8lzpb0]  input {
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.form-group[b-ekak8lzpb0] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.form-group .form-group-item[b-ekak8lzpb0] {
    flex: 1 0 0;
    min-width: 200px;
}

.form[b-ekak8lzpb0] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.form .form-section[b-ekak8lzpb0] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-self: stretch;
}

/* Mobile devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575px) { 
    .stripe-checkout-container[b-ekak8lzpb0] {
        padding: 0;
    }

    .form-group[b-ekak8lzpb0] {
        flex-direction: column;
    }

    .form-group .form-group-item[b-ekak8lzpb0] {
        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) { 
    .stripe-checkout-container[b-ekak8lzpb0] {
        padding: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .stripe-checkout-container[b-ekak8lzpb0] {
        max-width: 720px;
    }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .stripe-checkout-container[b-ekak8lzpb0] {
        max-width: 900px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
    .stripe-checkout-container[b-ekak8lzpb0] {
        max-width: 1000px;
    }
}
/* _content/WebApp/Components/Pages/Contact.razor.rz.scp.css */
.rl-shell[b-j424kwx7mq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-contact-hero[b-j424kwx7mq] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-contact-hero-bg[b-j424kwx7mq] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-contact-orb[b-j424kwx7mq] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-contact-orb-teal[b-j424kwx7mq] {
    top: -150px;
    left: -100px;
    background: rgba(78, 205, 196, 0.5);
}

.rl-contact-orb-coral[b-j424kwx7mq] {
    bottom: -200px;
    right: -100px;
    background: rgba(233, 78, 78, 0.4);
}

.rl-contact-hero-content[b-j424kwx7mq] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.rl-contact-hero-content h1[b-j424kwx7mq] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-contact-hero-content p[b-j424kwx7mq] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-j424kwx7mq] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-j424kwx7mq] {
    background: #f5f6fb;
}

.rl-section-eyebrow[b-j424kwx7mq] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

/* Contact Options */
.rl-contact-options[b-j424kwx7mq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 768px) {
    .rl-contact-options[b-j424kwx7mq] {
        grid-template-columns: 1fr;
    }
}

.rl-contact-option[b-j424kwx7mq] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rl-contact-option:hover[b-j424kwx7mq] {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

.rl-contact-option-icon[b-j424kwx7mq] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-contact-icon-coral[b-j424kwx7mq] { background: linear-gradient(135deg, #e94e4e, #ff7b7b); }
.rl-contact-icon-teal[b-j424kwx7mq] { background: linear-gradient(135deg, #0f766e, #14b8a6); }
.rl-contact-icon-purple[b-j424kwx7mq] { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }

.rl-contact-option h3[b-j424kwx7mq] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-option p[b-j424kwx7mq] {
    color: #5f6b85;
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

.rl-contact-link[b-j424kwx7mq] {
    color: #e94e4e;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rl-contact-link:hover[b-j424kwx7mq] {
    color: #d43d3d;
}

/* Contact Grid */
.rl-contact-grid[b-j424kwx7mq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

@media (max-width: 900px) {
    .rl-contact-grid[b-j424kwx7mq] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* Contact Form */
.rl-contact-form-wrapper h2[b-j424kwx7mq] {
    font-size: 2rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-form-wrapper > p[b-j424kwx7mq] {
    color: #5f6b85;
    margin: 0 0 2rem;
}

.rl-contact-form[b-j424kwx7mq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rl-form-row[b-j424kwx7mq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 500px) {
    .rl-form-row[b-j424kwx7mq] {
        grid-template-columns: 1fr;
    }
}

.rl-form-group[b-j424kwx7mq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rl-form-group label[b-j424kwx7mq] {
    font-weight: 600;
    color: #1a1f3d;
    font-size: 0.9rem;
}

.rl-form-group input[b-j424kwx7mq],
.rl-form-group select[b-j424kwx7mq],
.rl-form-group textarea[b-j424kwx7mq] {
    padding: 0.9rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #ffffff;
}

.rl-form-group input:focus[b-j424kwx7mq],
.rl-form-group select:focus[b-j424kwx7mq],
.rl-form-group textarea:focus[b-j424kwx7mq] {
    outline: none;
    border-color: #e94e4e;
    box-shadow: 0 0 0 4px rgba(233, 78, 78, 0.1);
}

.rl-form-group textarea[b-j424kwx7mq] {
    resize: vertical;
    min-height: 120px;
}

.rl-form-group select[b-j424kwx7mq] {
    cursor: pointer;
}

/* Contact Info Wrapper */
.rl-contact-info-wrapper[b-j424kwx7mq] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.rl-contact-map[b-j424kwx7mq] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
}

.rl-contact-details[b-j424kwx7mq] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.rl-contact-details h3[b-j424kwx7mq] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 1.5rem;
}

.rl-contact-detail[b-j424kwx7mq] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.rl-contact-detail:last-of-type[b-j424kwx7mq] {
    border-bottom: none;
}

.rl-contact-detail .mud-icon-root[b-j424kwx7mq] {
    color: #e94e4e;
    margin-top: 2px;
}

.rl-contact-detail strong[b-j424kwx7mq] {
    display: block;
    color: #1a1f3d;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.rl-contact-detail p[b-j424kwx7mq] {
    color: #5f6b85;
    margin: 0;
}

.rl-contact-detail a[b-j424kwx7mq] {
    color: #5f6b85;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rl-contact-detail a:hover[b-j424kwx7mq] {
    color: #e94e4e;
}

.rl-contact-social[b-j424kwx7mq] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.rl-contact-social h4[b-j424kwx7mq] {
    font-size: 1rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-contact-social-links[b-j424kwx7mq] {
    display: flex;
    gap: 0.75rem;
}

.rl-social-link[b-j424kwx7mq] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: background 0.2s ease, color 0.2s ease;
}

.rl-social-link:hover[b-j424kwx7mq] {
    background: #e94e4e;
    color: #ffffff;
}

/* FAQ Section */
.rl-contact-faq-header[b-j424kwx7mq] {
    text-align: center;
    margin-bottom: 3rem;
}

.rl-contact-faq-header h2[b-j424kwx7mq] {
    font-size: 2rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-faq-header p[b-j424kwx7mq] {
    color: #5f6b85;
    margin: 0;
}

.rl-contact-faq-grid[b-j424kwx7mq] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .rl-contact-faq-grid[b-j424kwx7mq] {
        grid-template-columns: 1fr;
    }
}

.rl-contact-faq-item[b-j424kwx7mq] {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.rl-contact-faq-item .mud-icon-root[b-j424kwx7mq] {
    color: #e94e4e;
    margin-bottom: 0.75rem;
}

.rl-contact-faq-item h4[b-j424kwx7mq] {
    font-size: 1.1rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-contact-faq-item p[b-j424kwx7mq] {
    color: #5f6b85;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Buttons */
.rl-button[b-j424kwx7mq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-j424kwx7mq] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-j424kwx7mq] {
    background: #d43d3d;
}

.rl-button-full[b-j424kwx7mq] {
    width: 100%;
}
/* _content/WebApp/Components/Pages/HowItWorks.razor.rz.scp.css */
.rl-shell[b-8nwi0d07c9] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-hiw-hero[b-8nwi0d07c9] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-hiw-hero-bg[b-8nwi0d07c9] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-hiw-orb[b-8nwi0d07c9] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-hiw-orb-teal[b-8nwi0d07c9] {
    top: -150px;
    left: -100px;
    background: rgba(78, 205, 196, 0.5);
}

.rl-hiw-orb-coral[b-8nwi0d07c9] {
    bottom: -200px;
    right: -100px;
    background: rgba(233, 78, 78, 0.4);
}

.rl-hiw-hero-content[b-8nwi0d07c9] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.rl-hiw-hero-content h1[b-8nwi0d07c9] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-hiw-hero-content p[b-8nwi0d07c9] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-8nwi0d07c9] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-8nwi0d07c9] {
    background: #f5f6fb;
}

.rl-section-dark[b-8nwi0d07c9] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-8nwi0d07c9] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-8nwi0d07c9] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-8nwi0d07c9] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-8nwi0d07c9] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

.rl-section-header-light h2[b-8nwi0d07c9],
.rl-section-header-light p[b-8nwi0d07c9] {
    color: #ffffff;
}

.rl-section-header-light p[b-8nwi0d07c9] {
    color: rgba(255, 255, 255, 0.6);
}

/* Split Layout */
.rl-hiw-split[b-8nwi0d07c9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.rl-hiw-split-reverse[b-8nwi0d07c9] {
    direction: rtl;
}

.rl-hiw-split-reverse > *[b-8nwi0d07c9] {
    direction: ltr;
}

@media (max-width: 900px) {
    .rl-hiw-split[b-8nwi0d07c9] {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .rl-hiw-split-reverse[b-8nwi0d07c9] {
        direction: ltr;
    }
    
    .rl-hiw-visual[b-8nwi0d07c9] {
        order: -1;
    }
}

/* Content Section */
.rl-hiw-badge[b-8nwi0d07c9] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-hiw-badge-teal[b-8nwi0d07c9] {
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
}

.rl-hiw-badge-coral[b-8nwi0d07c9] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-hiw-content h2[b-8nwi0d07c9] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-hiw-intro[b-8nwi0d07c9] {
    font-size: 1.1rem;
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

/* Steps */
.rl-hiw-steps[b-8nwi0d07c9] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.rl-hiw-step[b-8nwi0d07c9] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.rl-hiw-step-number[b-8nwi0d07c9] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl-hiw-step-number.rl-hiw-step-coral[b-8nwi0d07c9] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-hiw-step-content h3[b-8nwi0d07c9] {
    font-size: 1.25rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-hiw-step-content p[b-8nwi0d07c9] {
    color: #5f6b85;
    margin: 0;
    line-height: 1.6;
}

/* Phone Mockup */
.rl-hiw-phone-mockup[b-8nwi0d07c9] {
    background: #1a1f3d;
    border-radius: 32px;
    padding: 12px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.25);
    max-width: 320px;
    margin: 0 auto;
}

.rl-hiw-phone-screen[b-8nwi0d07c9] {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.5rem;
    min-height: 400px;
}

.rl-hiw-search-demo[b-8nwi0d07c9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f1f5f9;
    border-radius: 12px;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.rl-hiw-results-demo[b-8nwi0d07c9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rl-hiw-result-card[b-8nwi0d07c9] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.rl-hiw-result-img[b-8nwi0d07c9] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    border-radius: 8px;
}

.rl-hiw-result-card strong[b-8nwi0d07c9] {
    display: block;
    color: #1a1f3d;
    margin-bottom: 0.25rem;
}

.rl-hiw-result-card span[b-8nwi0d07c9] {
    color: #e94e4e;
    font-weight: 600;
}

/* Earnings Card */
.rl-hiw-earnings-card[b-8nwi0d07c9] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.15);
    max-width: 360px;
    margin: 0 auto;
}

.rl-hiw-earnings-header[b-8nwi0d07c9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #16a34a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.rl-hiw-earnings-amount[b-8nwi0d07c9] {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1f3d;
    line-height: 1;
}

.rl-hiw-earnings-period[b-8nwi0d07c9] {
    color: #64748b;
    margin-bottom: 1.5rem;
}

.rl-hiw-earnings-chart[b-8nwi0d07c9] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    height: 80px;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}

.rl-hiw-bar[b-8nwi0d07c9] {
    flex: 1;
    background: #e2e8f0;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.rl-hiw-bar-active[b-8nwi0d07c9] {
    background: linear-gradient(180deg, #16a34a, #22c55e);
}

.rl-hiw-earnings-items[b-8nwi0d07c9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.rl-hiw-item-row[b-8nwi0d07c9] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 8px;
}

.rl-hiw-item-row span:last-child[b-8nwi0d07c9] {
    color: #16a34a;
    font-weight: 600;
}

/* Protection Grid */
.rl-hiw-protection-grid[b-8nwi0d07c9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.rl-hiw-protection-card[b-8nwi0d07c9] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 2rem;
    backdrop-filter: blur(8px);
    text-align: center;
}

.rl-hiw-protection-icon[b-8nwi0d07c9] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-hiw-protection-card h3[b-8nwi0d07c9] {
    font-size: 1.25rem;
    margin: 0 0 0.75rem;
}

.rl-hiw-protection-card p[b-8nwi0d07c9] {
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.5;
}

/* CTA Section */
.rl-hiw-cta[b-8nwi0d07c9] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rl-hiw-cta-icon[b-8nwi0d07c9] {
    font-size: 4rem !important;
    color: #e94e4e;
    margin-bottom: 1.5rem;
}

.rl-hiw-cta h2[b-8nwi0d07c9] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-hiw-cta p[b-8nwi0d07c9] {
    font-size: 1.1rem;
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-hiw-cta-buttons[b-8nwi0d07c9] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.rl-button[b-8nwi0d07c9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-8nwi0d07c9] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-8nwi0d07c9] {
    background: #d43d3d;
}

.rl-button-outline[b-8nwi0d07c9] {
    border-color: #1a1f3d;
    color: #1a1f3d;
}

.rl-button-outline:hover[b-8nwi0d07c9] {
    background: #1a1f3d;
    color: #ffffff;
}

.rl-button-arrow[b-8nwi0d07c9] {
    font-weight: 700;
}

@media (min-width: 980px) {
    .rl-hiw-protection-grid[b-8nwi0d07c9] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* _content/WebApp/Components/Pages/Index.razor.rz.scp.css */
.rl-shell[b-btq1sgozkw] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rl-hero[b-btq1sgozkw] {
    position: relative;
    background: var(--rentlokr-navy);
    background-image: url("/images/RentLokr_Dark_ComingSoon3.svg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 7.5rem 0 5rem;
}

.rl-hero-bg[b-btq1sgozkw] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.rl-orb[b-btq1sgozkw] {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.6;
    animation: rl-orb-float-b-btq1sgozkw 14s ease-in-out infinite;
}

.rl-orb-coral[b-btq1sgozkw] {
    top: -140px;
    right: -120px;
    background: linear-gradient(135deg, rgba(233, 78, 78, 0.5), transparent);
    animation-delay: -2s;
}

.rl-orb-teal[b-btq1sgozkw] {
    top: 30%;
    left: -80px;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.5), transparent);
    animation-delay: -6s;
}

.rl-orb-purple[b-btq1sgozkw] {
    bottom: 80px;
    right: 25%;
    background: linear-gradient(135deg, rgba(108, 92, 231, 0.35), transparent);
    animation-delay: -9s;
}

.rl-confetti[b-btq1sgozkw] {
    position: absolute;
    width: 6px;
    height: 18px;
    border-radius: 999px;
    opacity: 0.7;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
    mix-blend-mode: screen;
    animation: rl-confetti-float-b-btq1sgozkw 4.2s linear infinite, rl-confetti-sway-b-btq1sgozkw 2.6s ease-in-out infinite;
}

.rl-confetti-1[b-btq1sgozkw] { left: 8%; top: 42%; background: #e94e4e; }
.rl-confetti-2[b-btq1sgozkw] { left: 48%; top: 36%; background: #4ecdc4; }
.rl-confetti-3[b-btq1sgozkw] { left: 78%; top: 90%; background: #ffd93d; }
.rl-confetti-4[b-btq1sgozkw] { left: 83%; top: 68%; background: #6c5ce7; }
.rl-confetti-5[b-btq1sgozkw] { left: 32%; top: 11%; background: #00b894; }
.rl-confetti-6[b-btq1sgozkw] { left: 25%; top: 55%; background: #e94e4e; }
.rl-confetti-7[b-btq1sgozkw] { left: 15%; top: 72%; background: #4ecdc4; animation-delay: -1.5s; animation-duration: 3.6s, 2.2s; }
.rl-confetti-8[b-btq1sgozkw] { left: 72%; top: 20%; background: #ffd93d; animation-delay: -2.5s; animation-duration: 4.8s, 2.8s; }
.rl-confetti-9[b-btq1sgozkw] { left: 90%; top: 56%; background: #6c5ce7; animation-delay: -3.5s; animation-duration: 3.9s, 2.4s; }
.rl-confetti-10[b-btq1sgozkw] { left: 5%; top: 10%; background: #00b894; animation-delay: -4.5s; animation-duration: 4.4s, 3s; }
.rl-confetti-11[b-btq1sgozkw] { left: 40%; top: 28%; background: #e94e4e; animation-delay: -2s; animation-duration: 3.8s, 2.5s; }
.rl-confetti-12[b-btq1sgozkw] { left: 60%; top: 78%; background: #4ecdc4; animation-delay: -3s; animation-duration: 4.6s, 2.7s; }
.rl-confetti-13[b-btq1sgozkw] { left: 12%; top: 30%; background: #ffd93d; animation-delay: -1s; animation-duration: 4.1s, 2.3s; }
.rl-confetti-14[b-btq1sgozkw] { left: 86%; top: 14%; background: #6c5ce7; animation-delay: -2.2s; animation-duration: 4.9s, 2.9s; }
.rl-confetti-15[b-btq1sgozkw] { left: 68%; top: 48%; background: #00b894; animation-delay: -3.8s; animation-duration: 3.7s, 2.1s; }
.rl-confetti-16[b-btq1sgozkw] { left: 22%; top: 90%; background: #e94e4e; animation-delay: -4s; animation-duration: 4.3s, 2.6s; }

.rl-hero-grid[b-btq1sgozkw] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    align-items: center;
    animation: rl-fade-up-b-btq1sgozkw 1s ease both;
}


.rl-hero-copy[b-btq1sgozkw] {
    max-width: 560px;
}

.rl-pill[b-btq1sgozkw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 2rem;
}

.rl-pill-dot[b-btq1sgozkw] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 12px rgba(52, 211, 153, 0.6);
}

.rl-hero-title[b-btq1sgozkw] {
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.rl-hero-title-accent[b-btq1sgozkw] {
    display: block;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rl-hero-subtitle[b-btq1sgozkw] {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.rl-hero-actions[b-btq1sgozkw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.rl-button[b-btq1sgozkw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-btq1sgozkw] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-btq1sgozkw] {
    background: #d43d3d;
}

.rl-button-ghost[b-btq1sgozkw] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.rl-button-arrow[b-btq1sgozkw] {
    font-weight: 700;
}

.rl-hero-proof[b-btq1sgozkw] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.rl-hero-avatars[b-btq1sgozkw] {
    display: flex;
}

.rl-hero-avatars img[b-btq1sgozkw] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #1a1f3d;
    object-fit: cover;
    margin-left: -10px;
}


.rl-hero-avatars img:first-child[b-btq1sgozkw] {
    margin-left: 0;
}

.rl-hero-proof-title[b-btq1sgozkw] {
    font-weight: 600;
    margin: 0;
}

.rl-hero-proof-body[b-btq1sgozkw] {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.rl-hero-panel[b-btq1sgozkw] {
    position: relative;
    display: none;
    animation: rl-fade-up-b-btq1sgozkw 1s ease 0.2s both;
}

.rl-hero-panel-glow[b-btq1sgozkw] {
    position: absolute;
    inset: -30px;
    background: linear-gradient(135deg, rgba(233, 78, 78, 0.25), rgba(78, 205, 196, 0.2));
    filter: blur(40px);
    border-radius: 32px;
}

.rl-hero-panel-card[b-btq1sgozkw] {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    animation: rl-panel-float-b-btq1sgozkw 8s ease-in-out infinite;
}

.rl-hero-panel-grid[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}


.rl-hero-panel-item[b-btq1sgozkw] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1rem;
    display: grid;
    gap: 0.4rem;
}

.rl-hero-panel-item p[b-btq1sgozkw] {
    margin: 0;
    font-weight: 600;
}

.rl-hero-panel-item span[b-btq1sgozkw] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.rl-hero-panel-icon[b-btq1sgozkw] {
    font-size: 1.8rem;
    color: #ffffff;
}

.rl-hero-earnings[b-btq1sgozkw] {
    margin-top: 1.5rem;
    background: linear-gradient(120deg, #e94e4e, #ff7b7b);
    border-radius: 18px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rl-hero-earnings p[b-btq1sgozkw] {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.rl-hero-earnings strong[b-btq1sgozkw] {
    display: block;
    font-size: 1.8rem;
    margin-top: 0.25rem;
}


.rl-scroll-indicator[b-btq1sgozkw] {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.rl-scroll-indicator span[b-btq1sgozkw] {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.rl-scroll-indicator span[b-btq1sgozkw]::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: rl-scroll-dot-b-btq1sgozkw 2.2s ease-in-out infinite;
}

.rl-section[b-btq1sgozkw] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-btq1sgozkw] {
    background: #f5f6fb;
}

.rl-section-header[b-btq1sgozkw] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-btq1sgozkw] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}


.rl-section-header p[b-btq1sgozkw] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}


.rl-section-eyebrow[b-btq1sgozkw] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header-split[b-btq1sgozkw] {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.rl-link-button[b-btq1sgozkw] {
    border: none;
    background: none;
    color: #1a1f3d;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.rl-how-grid[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}


.rl-how-title[b-btq1sgozkw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.rl-how-title h3[b-btq1sgozkw] {
    margin: 0;
    font-size: 1.5rem;
    color: #1a1f3d;
}


.rl-how-badge[b-btq1sgozkw] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.rl-how-badge-teal[b-btq1sgozkw] {
    background: linear-gradient(135deg, #4ecdc4, #1fa996);
}

.rl-how-badge-coral[b-btq1sgozkw] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-how-steps[b-btq1sgozkw] {
    display: grid;
    gap: 1.5rem;
}

.rl-how-step[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
}

.rl-how-step h4[b-btq1sgozkw] {
    margin: 0 0 0.4rem;
    color: #1a1f3d;
}


.rl-how-step p[b-btq1sgozkw] {
    margin: 0;
    color: #5f6b85;
}


.rl-how-step-icon[b-btq1sgozkw] {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.rl-how-step-icon-teal[b-btq1sgozkw] {
    color: #1fa996;
}

.rl-how-step-icon-coral[b-btq1sgozkw] {
    color: #e94e4e;
}

.rl-categories-grid[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}


.rl-category-card[b-btq1sgozkw] {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 280px;
    color: #ffffff;
    cursor: pointer;
}

.rl-category-card img[b-btq1sgozkw] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.rl-category-card:hover img[b-btq1sgozkw] {
    transform: scale(1.08);
}

.rl-category-card[b-btq1sgozkw]::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.85;
}

.rl-category-orange[b-btq1sgozkw]::after { background: linear-gradient(180deg, rgba(255, 126, 95, 0.85), rgba(233, 78, 78, 0.85)); }
.rl-category-green[b-btq1sgozkw]::after { background: linear-gradient(180deg, rgba(35, 184, 163, 0.85), rgba(28, 153, 135, 0.85)); }
.rl-category-purple[b-btq1sgozkw]::after { background: linear-gradient(180deg, rgba(140, 92, 231, 0.85), rgba(92, 64, 186, 0.85)); }
.rl-category-blue[b-btq1sgozkw]::after { background: linear-gradient(180deg, rgba(52, 144, 220, 0.85), rgba(0, 109, 190, 0.85)); }
.rl-category-pink[b-btq1sgozkw]::after { background: linear-gradient(180deg, rgba(244, 114, 182, 0.85), rgba(225, 29, 72, 0.85)); }
.rl-category-slate[b-btq1sgozkw]::after { background: linear-gradient(180deg, rgba(71, 85, 105, 0.85), rgba(30, 41, 59, 0.85)); }

.rl-category-content[b-btq1sgozkw] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.rl-category-content span[b-btq1sgozkw] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}


.rl-category-content h3[b-btq1sgozkw] {
    margin: 0.4rem 0 1rem;
    font-size: 1.5rem;
}


.rl-category-link[b-btq1sgozkw] {
    font-weight: 600;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.rl-category-card:hover .rl-category-link[b-btq1sgozkw] {
    opacity: 1;
    transform: translateY(0);
}

.rl-section-dark[b-btq1sgozkw] {
    background: var(--rentlokr-navy);
    color: #ffffff;
    position: relative;
}

.rl-section-dark[b-btq1sgozkw]::before,
.rl-section-dark[b-btq1sgozkw]::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
    z-index: 0;
}

.rl-section-dark[b-btq1sgozkw]::before {
    top: -100px;
    left: 10%;
    background: rgba(233, 78, 78, 0.4);
}

.rl-section-dark[b-btq1sgozkw]::after {
    bottom: -120px;
    right: 15%;
    background: rgba(78, 205, 196, 0.35);
}

.rl-section-dark .rl-shell[b-btq1sgozkw] {
    position: relative;
    z-index: 1;
}

.rl-section-header-light h2[b-btq1sgozkw],
.rl-section-header-light p[b-btq1sgozkw] {
    color: #ffffff;
}


.rl-section-header-light p[b-btq1sgozkw] {
    color: rgba(255, 255, 255, 0.6);
}


.rl-why-grid[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}


.rl-why-card[b-btq1sgozkw] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
}

.rl-why-card h3[b-btq1sgozkw] {
    margin: 1rem 0 0.75rem;
}


.rl-why-card p[b-btq1sgozkw] {
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}


.rl-why-icon[b-btq1sgozkw] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.rl-why-icon-amber[b-btq1sgozkw] { color: #f59e0b; }
.rl-why-icon-green[b-btq1sgozkw] { color: #16a34a; }
.rl-why-icon-blue[b-btq1sgozkw] { color: #2563eb; }
.rl-why-icon-purple[b-btq1sgozkw] { color: #7c3aed; }
.rl-why-icon-rose[b-btq1sgozkw] { color: #e11d48; }
.rl-why-icon-teal[b-btq1sgozkw] { color: #0f766e; }

.rl-why-stats[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}


.rl-why-stats strong[b-btq1sgozkw] {
    font-size: 2rem;
    display: block;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


.rl-why-stats span[b-btq1sgozkw] {
    color: rgba(255, 255, 255, 0.6);
}


.rl-testimonials-grid[b-btq1sgozkw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}


.rl-testimonial-card[b-btq1sgozkw] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.rl-testimonial-stars[b-btq1sgozkw] {
    color: #f59e0b;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}


.rl-testimonial-quote[b-btq1sgozkw] {
    color: #334155;
    line-height: 1.6;
    margin-bottom: 2rem;
}


.rl-testimonial-author[b-btq1sgozkw] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rl-testimonial-author img[b-btq1sgozkw] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}


.rl-testimonial-author p[b-btq1sgozkw] {
    margin: 0;
    font-weight: 600;
    color: #1a1f3d;
}


.rl-testimonial-author span[b-btq1sgozkw] {
    font-size: 0.85rem;
    color: #64748b;
}


.rl-section-waitlist[b-btq1sgozkw] {
    background: #ffffff;
    position: relative;
}

.rl-section-waitlist[b-btq1sgozkw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(233, 78, 78, 0.06), transparent 60%);
}

.rl-waitlist-card[b-btq1sgozkw] {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.rl-waitlist-icon[b-btq1sgozkw] {
    font-size: 3rem;
    color: #e94e4e;
    margin-bottom: 1.5rem;
}

.rl-waitlist-card h2[b-btq1sgozkw] {
    color: #1a1f3d;
    margin-bottom: 1rem;
}


.rl-waitlist-card p[b-btq1sgozkw] {
    color: #5f6b85;
    margin-bottom: 2rem;
}


.rl-waitlist-form[b-btq1sgozkw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}


.rl-waitlist-form input[b-btq1sgozkw] {
    flex: 1 1 240px;
    min-width: 220px;
    border-radius: 999px;
    border: 2px solid #e2e8f0;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
}





.rl-waitlist-note[b-btq1sgozkw] {
    font-size: 0.9rem;
    color: #94a3b8;
}

@media (min-width: 900px) {
    .rl-hero-panel[b-btq1sgozkw] {
        display: block;
    }
}

@media (max-width: 720px) {
    .rl-hero[b-btq1sgozkw] {
        padding-top: 6rem;
    }

    .rl-section-header[b-btq1sgozkw] {
        text-align: left;
    }

    .rl-section-header p[b-btq1sgozkw] {
        margin-left: 0;
    }

}

@media (min-width: 980px) {
    .rl-categories-grid[b-btq1sgozkw] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rl-why-grid[b-btq1sgozkw] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .rl-orb[b-btq1sgozkw],
    .rl-confetti[b-btq1sgozkw],
    .rl-hero-grid[b-btq1sgozkw],
    .rl-hero-panel[b-btq1sgozkw],
    .rl-hero-panel-card[b-btq1sgozkw],
    .rl-scroll-indicator span[b-btq1sgozkw]::after {
        animation: none !important;
    }
}

@keyframes rl-orb-float-b-btq1sgozkw {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -10px, 0) scale(1.05); }
}

@keyframes rl-confetti-float-b-btq1sgozkw {
    0% { transform: translate3d(0, -40px, 0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.9; }
    50% { transform: translate3d(18px, 30px, 0) rotate(45deg); }
    90% { opacity: 0.9; }
    100% { transform: translate3d(-10px, 90px, 0) rotate(90deg); opacity: 0; }
}

@keyframes rl-confetti-sway-b-btq1sgozkw {
    0%, 100% { filter: blur(0); }
    50% { filter: blur(0.4px); }
}

@keyframes rl-fade-up-b-btq1sgozkw {
    0% { opacity: 0; transform: translate3d(0, 24px, 0); }
    100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes rl-panel-float-b-btq1sgozkw {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
}

@keyframes rl-scroll-dot-b-btq1sgozkw {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.4; }
    50% { transform: translate3d(0, 8px, 0); opacity: 1; }
}
/* _content/WebApp/Components/Pages/Listing/CreateRentalItem.razor.rz.scp.css */
/* _content/WebApp/Components/Pages/Rental/Rental.razor.rz.scp.css */
.rental[b-nesulhgeoo] {
    padding: 0 10rem;
    display: flex;
    gap: 6rem;
}

    .rental .rental-filter[b-nesulhgeoo] {
        flex-grow: 1;
        min-width: 14rem;
    }

        .rental .rental-filter .rental-filter-header[b-nesulhgeoo] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            gap: 0.7rem;
        }

        .rental .rental-filter .filter-reset[b-nesulhgeoo] {
            margin-left: auto;
        }

            .rental .rental-filter .filter-reset:hover[b-nesulhgeoo] {
                cursor: pointer;
            }

        .rental .rental-filter .filter-badge[b-nesulhgeoo] {
            background: #000;
            color: #FFF;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 0.75rem;
            width: 1.5rem;
            height: 1.5rem;
            line-height: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

    .rental .rental-filter-group h3[b-nesulhgeoo] {
        color: #000;
        font-size: 1rem;
        font-weight: 600;
        line-height: 150%;
    }

    .rental .rental-filter-group .rental-filter-group-tags[b-nesulhgeoo] {
        border-top: 1px solid #404040;
        display: flex;
        padding: 0.75rem 0;
        align-items: center;
        align-content: center;
        gap: 0.25rem;
        align-self: stretch;
        flex-wrap: wrap;
    }

.rental-filter-group-tags .rental-filter-tag[b-nesulhgeoo] {
    display: flex;
    padding: 0.5rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    border-radius: 1.25rem;
    color: #404040;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

    .rental-filter-group-tags .rental-filter-tag:hover[b-nesulhgeoo] {
        cursor: pointer;
    }

    .rental-filter-group-tags .rental-filter-tag.active[b-nesulhgeoo] {
        background: #000;
        color: #FFF;
    }

.rental .rental-items[b-nesulhgeoo] {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2.5rem;
    flex-wrap: wrap;
    flex-grow: 1;
}

.page-links[b-nesulhgeoo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

[b-nesulhgeoo] a {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #F7F7F7;
    color: #000;
    text-decoration: none;
}

.page-links[b-nesulhgeoo]  a.active-page {
    color: #F7F7F7;
    background-color: #000;
}


@media only screen and (max-width: 480px) {
    .rental[b-nesulhgeoo] {
        padding: 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .page-links[b-nesulhgeoo] {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .rental[b-nesulhgeoo] {
        padding: 0 3rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .page-links[b-nesulhgeoo] {
        flex-wrap: wrap;
    }
}
/* _content/WebApp/Components/Pages/Rental/RentalDetails.razor.rz.scp.css */
.rental-details-page[b-f3k9ylbx3a] {
    padding: 2rem 1.5rem 3rem;
}

.rental-details-grid[b-f3k9ylbx3a] {
    width: 100%;
    margin: 0;
    min-height: calc(100vh - 200px);
}

.rental-details-left[b-f3k9ylbx3a] {
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.rental-detail-media[b-f3k9ylbx3a] {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

.rental-detail-carousel[b-f3k9ylbx3a] {
    flex: 1;
    height: 100%;
    min-height: 600px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.rental-detail-carousel-item[b-f3k9ylbx3a] {
    height: 100% !important;
}

.rental-detail-carousel[b-f3k9ylbx3a] (.mud-carousel-swipe),
.rental-detail-carousel[b-f3k9ylbx3a] (.mud-swipearea) {
    flex: 1;
    height: 100%;
}

.rental-detail-carousel[b-f3k9ylbx3a] (.mud-carousel),
.rental-detail-carousel[b-f3k9ylbx3a] (.mud-carousel-container),
.rental-detail-carousel[b-f3k9ylbx3a] (.mud-carousel-elements-container) {
    height: 100%;
}

.rental-detail-carousel[b-f3k9ylbx3a] (.mud-carousel-item) {
    position: relative !important;
    height: 100% !important;
    inset: 0;
}

.rental-detail-carousel[b-f3k9ylbx3a] (.mud-carousel-item-content) {
    height: 100%;
}

.rental-detail-image-frame[b-f3k9ylbx3a] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rental-detail-image[b-f3k9ylbx3a] {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
}

.rental-details-right[b-f3k9ylbx3a] {
    display: flex;
    flex-direction: column;
}

.rental-detail-side[b-f3k9ylbx3a] {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    padding-right: 8px;
}

.rental-detail-scroll-indicator[b-f3k9ylbx3a] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-self: center;
    position: sticky;
    bottom: 12px;
    z-index: 2;
    transition: opacity 180ms ease, transform 180ms ease;
}

.rental-detail-scroll-indicator span[b-f3k9ylbx3a] {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.rental-detail-scroll-indicator span[b-f3k9ylbx3a]::after {
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    animation: rental-detail-scroll-dot-b-f3k9ylbx3a 2.2s ease-in-out infinite;
}

.rental-detail-rating-summary[b-f3k9ylbx3a] {
    cursor: pointer;
    width: fit-content;
}

.rental-detail-reviews-highlight[b-f3k9ylbx3a] {
    border-radius: 16px;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.28);
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.08), rgba(139, 92, 246, 0.02));
    transition: box-shadow 220ms ease, background-color 220ms ease, background 220ms ease;
}

.rl-scroll-indicator-hidden[b-f3k9ylbx3a] {
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
}

.rental-detail-map-placeholder[b-f3k9ylbx3a] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
}

.rental-detail-map[b-f3k9ylbx3a] {
    position: relative;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.08);
    
}

.rental-detail-map-frame[b-f3k9ylbx3a] {
    width: 100%;
    height: 100%;
    border: 0;
    
}

@media (max-width: 959px) {
    .rental-details-left[b-f3k9ylbx3a] {
        min-height: 400px;
    }

    .rental-detail-media[b-f3k9ylbx3a] {
        min-height: 400px;
    }

    .rental-detail-side[b-f3k9ylbx3a] {
        max-height: none;
        overflow-y: visible;
    }
}

@keyframes rental-detail-scroll-dot-b-f3k9ylbx3a {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.4; }
    50% { transform: translate3d(0, 8px, 0); opacity: 1; }
}
/* _content/WebApp/Components/Pages/Safety.razor.rz.scp.css */
.rl-shell[b-ccjae1e5uz] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-safety-hero[b-ccjae1e5uz] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-safety-hero-bg[b-ccjae1e5uz] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-safety-orb[b-ccjae1e5uz] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-safety-orb-green[b-ccjae1e5uz] {
    top: -150px;
    left: -100px;
    background: rgba(22, 163, 74, 0.5);
}

.rl-safety-orb-blue[b-ccjae1e5uz] {
    bottom: -200px;
    right: -100px;
    background: rgba(59, 130, 246, 0.4);
}

.rl-safety-hero-content[b-ccjae1e5uz] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-safety-shield[b-ccjae1e5uz] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 20px 60px rgba(22, 197, 94, 0.4);
}

    .rl-safety-shield .mud-icon-root[b-ccjae1e5uz] {
        font-size: 3rem !important;
        color: #ffffff;
    }

.rl-safety-hero-content h1[b-ccjae1e5uz] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-safety-hero-content p[b-ccjae1e5uz] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-ccjae1e5uz] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-ccjae1e5uz] {
    background: #f5f6fb;
}

.rl-section-dark[b-ccjae1e5uz] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-ccjae1e5uz] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-ccjae1e5uz] {
    text-align: center;
    margin-bottom: 3.5rem;
}

    .rl-section-header h2[b-ccjae1e5uz] {
        font-size: clamp(2rem, 4vw, 3rem);
        color: #1a1f3d;
        margin: 0.5rem 0 1rem;
    }

    .rl-section-header p[b-ccjae1e5uz] {
        color: #5f6b85;
        max-width: 640px;
        margin: 0 auto;
    }

/* Safety Features Grid */
.rl-safety-features-grid[b-ccjae1e5uz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .rl-safety-features-grid[b-ccjae1e5uz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .rl-safety-features-grid[b-ccjae1e5uz] {
        grid-template-columns: 1fr;
    }
}

.rl-safety-feature-card[b-ccjae1e5uz] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .rl-safety-feature-card:hover[b-ccjae1e5uz] {
        transform: translateY(-4px);
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
    }

.rl-safety-feature-icon[b-ccjae1e5uz] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.rl-safety-icon-blue[b-ccjae1e5uz] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.rl-safety-icon-green[b-ccjae1e5uz] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.rl-safety-icon-purple[b-ccjae1e5uz] {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
}

.rl-safety-icon-teal[b-ccjae1e5uz] {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.rl-safety-icon-amber[b-ccjae1e5uz] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.rl-safety-icon-coral[b-ccjae1e5uz] {
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
}

.rl-safety-feature-card h3[b-ccjae1e5uz] {
    font-size: 1.35rem;
    color: #1a1f3d;
    margin: 0 0 0.75rem;
}

.rl-safety-feature-card > p[b-ccjae1e5uz] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.rl-safety-checklist[b-ccjae1e5uz] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .rl-safety-checklist li[b-ccjae1e5uz] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #5f6b85;
        font-size: 0.9rem;
    }

    .rl-safety-checklist .mud-icon-root[b-ccjae1e5uz] {
        font-size: 1rem !important;
        color: #22c55e;
    }

/* Safety Tips */
.rl-safety-tips-layout[b-ccjae1e5uz] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.rl-safety-tips-content h2[b-ccjae1e5uz] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-safety-tips-content p[b-ccjae1e5uz] {
    color: #5f6b85;
    max-width: 600px;
}

.rl-safety-tips-grid[b-ccjae1e5uz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .rl-safety-tips-grid[b-ccjae1e5uz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .rl-safety-tips-grid[b-ccjae1e5uz] {
        grid-template-columns: 1fr;
    }
}

.rl-safety-tip[b-ccjae1e5uz] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.rl-safety-tip-number[b-ccjae1e5uz] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94e4e, #ff7b7b);
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl-safety-tip-content h4[b-ccjae1e5uz] {
    font-size: 1.1rem;
    color: #1a1f3d;
    margin: 0 0 0.5rem;
}

.rl-safety-tip-content p[b-ccjae1e5uz] {
    color: #5f6b85;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Report Section */
.rl-safety-report[b-ccjae1e5uz] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.rl-safety-report-icon[b-ccjae1e5uz] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .rl-safety-report-icon .mud-icon-root[b-ccjae1e5uz] {
        font-size: 2.5rem !important;
        color: #da7a0a;
    }

.rl-safety-report h2[b-ccjae1e5uz] {
    font-size: 2.5rem;
    margin: 0 0 1rem;
}

.rl-safety-report p[b-ccjae1e5uz] {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-safety-report-actions[b-ccjae1e5uz] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.rl-safety-faq[b-ccjae1e5uz] {
    max-width: 800px;
    margin: 0 auto;
}

.rl-safety-faq-panels[b-ccjae1e5uz] {
    background: transparent !important;
}

    .rl-safety-faq-panels .mud-expand-panel[b-ccjae1e5uz] {
        background: #ffffff !important;
        border-radius: 16px !important;
        margin-bottom: 1rem !important;
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
        overflow: hidden;
    }

    .rl-safety-faq-panels .mud-expand-panel-header[b-ccjae1e5uz] {
        font-weight: 600;
        color: #1a1f3d;
        padding: 1.25rem 1.5rem !important;
    }

    .rl-safety-faq-panels .mud-expand-panel-content[b-ccjae1e5uz] {
        padding: 0 1.5rem 1.25rem !important;
    }

        .rl-safety-faq-panels .mud-expand-panel-content p[b-ccjae1e5uz] {
            color: #5f6b85;
            line-height: 1.6;
            margin: 0;
        }

/* Buttons */
.rl-button[b-ccjae1e5uz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-ccjae1e5uz] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

    .rl-button-primary:hover[b-ccjae1e5uz] {
        background: #d43d3d;
    }

.rl-button-ghost[b-ccjae1e5uz] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}
/* _content/WebApp/Components/Pages/User/Orders.razor.rz.scp.css */
.orders[b-tkhhwqlbn2] {
    padding: 0 10rem;
}

.orders-item[b-tkhhwqlbn2] {
    display: flex;
    padding-bottom: 0;
    align-items: center;
    gap: 1.75rem;
    align-self: stretch;
}

.orders-item > div[b-tkhhwqlbn2] {
    flex: 1 0 0;
}

.orders-item[b-tkhhwqlbn2] {
    padding: 1rem 0;
    border-bottom: 1px solid #D2D2D2;
}

.orders-header[b-tkhhwqlbn2] {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
}

.total-header[b-tkhhwqlbn2] {
    text-align: right;
}

.order-total[b-tkhhwqlbn2] {
    color: #000;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.order-status .status[b-tkhhwqlbn2] {
    border-radius: 1.25rem;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.5rem 1rem;
}

.order-status .status.cancelled[b-tkhhwqlbn2] {
    color: #FF4E4E;
    border: 1px solid #FF4E4E;
}

.order-status .status.paid[b-tkhhwqlbn2] {
    color: #2A9E01;
    border: 1px solid #2A9E01;
}

@media only screen and (max-width: 480px) { 
    .orders[b-tkhhwqlbn2] {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) { 
    .orders[b-tkhhwqlbn2] {
        padding: 0 3rem;
    }    
}
/* _content/WebApp/Components/Pages/WhyRentLokr.razor.rz.scp.css */
.rl-shell[b-d580oiu8py] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Hero Section */
.rl-why-hero[b-d580oiu8py] {
    position: relative;
    background: var(--rentlokr-navy);
    color: #ffffff;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.rl-why-hero-bg[b-d580oiu8py] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.rl-why-orb[b-d580oiu8py] {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.rl-why-orb-amber[b-d580oiu8py] {
    top: -150px;
    right: -100px;
    background: rgba(245, 158, 11, 0.5);
}

.rl-why-orb-teal[b-d580oiu8py] {
    bottom: -200px;
    left: -100px;
    background: rgba(78, 205, 196, 0.4);
}

.rl-why-hero-content[b-d580oiu8py] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rl-why-hero-content h1[b-d580oiu8py] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    line-height: 1.1;
}

.rl-why-hero-content p[b-d580oiu8py] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Section Styles */
.rl-section[b-d580oiu8py] {
    padding: clamp(4rem, 8vw, 6rem) 0;
}

.rl-section-light[b-d580oiu8py] {
    background: #f5f6fb;
}

.rl-section-dark[b-d580oiu8py] {
    background: var(--rentlokr-navy);
    color: #ffffff;
}

.rl-section-eyebrow[b-d580oiu8py] {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #e94e4e;
}

.rl-section-header[b-d580oiu8py] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rl-section-header h2[b-d580oiu8py] {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1a1f3d;
    margin: 0.5rem 0 1rem;
}

.rl-section-header p[b-d580oiu8py] {
    color: #5f6b85;
    max-width: 640px;
    margin: 0 auto;
}

/* Benefits Grid */
.rl-why-benefits-grid[b-d580oiu8py] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .rl-why-benefits-grid[b-d580oiu8py] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .rl-why-benefits-grid[b-d580oiu8py] {
        grid-template-columns: 1fr;
    }
}

.rl-why-benefit-card[b-d580oiu8py] {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rl-why-benefit-card:hover[b-d580oiu8py] {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

.rl-why-benefit-featured[b-d580oiu8py] {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #fff9e6);
}

@media (max-width: 900px) {
    .rl-why-benefit-featured[b-d580oiu8py] {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
}

.rl-why-benefit-visual[b-d580oiu8py] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rl-why-savings-display[b-d580oiu8py] {
    text-align: center;
}

.rl-why-savings-circle[b-d580oiu8py] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto 1.5rem;
    box-shadow: 0 20px 60px rgba(245, 158, 11, 0.35);
}

.rl-why-savings-percent[b-d580oiu8py] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.rl-why-savings-label[b-d580oiu8py] {
    font-size: 1rem;
    opacity: 0.9;
}

.rl-why-price-compare[b-d580oiu8py] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rl-why-price-buy[b-d580oiu8py] {
    color: #64748b;
    text-decoration: line-through;
    font-size: 1.1rem;
}

.rl-why-price-rent[b-d580oiu8py] {
    color: #16a34a;
    font-weight: 700;
    font-size: 1.25rem;
}

.rl-why-benefit-icon[b-d580oiu8py] {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.rl-why-icon-amber[b-d580oiu8py] { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.rl-why-icon-green[b-d580oiu8py] { background: linear-gradient(135deg, #16a34a, #22c55e); }
.rl-why-icon-blue[b-d580oiu8py] { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.rl-why-icon-purple[b-d580oiu8py] { background: linear-gradient(135deg, #7c3aed, #8b5cf6); }
.rl-why-icon-rose[b-d580oiu8py] { background: linear-gradient(135deg, #e11d48, #f43f5e); }
.rl-why-icon-teal[b-d580oiu8py] { background: linear-gradient(135deg, #0f766e, #14b8a6); }

.rl-why-benefit-card h3[b-d580oiu8py] {
    font-size: 1.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-why-benefit-card p[b-d580oiu8py] {
    color: #5f6b85;
    line-height: 1.6;
    margin: 0;
}

.rl-why-stat[b-d580oiu8py] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.rl-why-stat strong[b-d580oiu8py] {
    font-size: 1.75rem;
    color: #1a1f3d;
    display: block;
}

.rl-why-stat span[b-d580oiu8py] {
    color: #64748b;
    font-size: 0.9rem;
}

/* Comparison Table */
.rl-why-comparison[b-d580oiu8py] {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.rl-why-comparison-header[b-d580oiu8py] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.rl-why-compare-col[b-d580oiu8py] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    gap: 0.5rem;
    font-weight: 600;
}

.rl-why-compare-buy[b-d580oiu8py] {
    color: #64748b;
}

.rl-why-compare-rent[b-d580oiu8py] {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.08);
}

.rl-why-comparison-row[b-d580oiu8py] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #f1f5f9;
}

.rl-why-comparison-row:last-child[b-d580oiu8py] {
    border-bottom: none;
}

.rl-why-compare-label[b-d580oiu8py] {
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #334155;
    display: flex;
    align-items: center;
}

.rl-why-compare-cell[b-d580oiu8py] {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rl-why-compare-bad[b-d580oiu8py] {
    color: #94a3b8;
}

.rl-why-compare-good[b-d580oiu8py] {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.04);
    font-weight: 500;
}

/* Stats Grid */
.rl-why-stats-grid[b-d580oiu8py] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .rl-why-stats-grid[b-d580oiu8py] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rl-why-stat-block[b-d580oiu8py] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rl-why-stat-number[b-d580oiu8py] {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #e94e4e, #ff7b7b);
    background-clip: text;
    color: transparent;
}

.rl-why-stat-label[b-d580oiu8py] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

/* CTA Section */
.rl-why-cta[b-d580oiu8py] {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rl-why-cta h2[b-d580oiu8py] {
    font-size: 2.5rem;
    color: #1a1f3d;
    margin: 0 0 1rem;
}

.rl-why-cta p[b-d580oiu8py] {
    font-size: 1.1rem;
    color: #5f6b85;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.rl-why-cta-buttons[b-d580oiu8py] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.rl-button[b-d580oiu8py] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rl-button-primary[b-d580oiu8py] {
    background: #e94e4e;
    color: #ffffff;
    box-shadow: 0 16px 28px rgba(233, 78, 78, 0.35);
}

.rl-button-primary:hover[b-d580oiu8py] {
    background: #d43d3d;
}

.rl-button-outline[b-d580oiu8py] {
    border-color: #1a1f3d;
    color: #1a1f3d;
}

.rl-button-outline:hover[b-d580oiu8py] {
    background: #1a1f3d;
    color: #ffffff;
}

.rl-button-arrow[b-d580oiu8py] {
    font-weight: 700;
}
