/* _content/MatchineWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aenohlffam] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aenohlffam] {
    flex: 1;
}

.sidebar[b-aenohlffam] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aenohlffam] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aenohlffam]  a, .top-row[b-aenohlffam]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aenohlffam]  a:hover, .top-row[b-aenohlffam]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aenohlffam]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aenohlffam] {
        justify-content: space-between;
    }

    .top-row[b-aenohlffam]  a, .top-row[b-aenohlffam]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aenohlffam] {
        flex-direction: row;
    }

    .sidebar[b-aenohlffam] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aenohlffam] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aenohlffam]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aenohlffam], article[b-aenohlffam] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-aenohlffam] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-aenohlffam] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MatchineWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kzmg656a5d] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-kzmg656a5d] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-kzmg656a5d] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kzmg656a5d] {
    font-size: 1.1rem;
}

.bi[b-kzmg656a5d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-kzmg656a5d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-kzmg656a5d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kzmg656a5d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kzmg656a5d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kzmg656a5d]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-kzmg656a5d]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kzmg656a5d]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-kzmg656a5d] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kzmg656a5d] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kzmg656a5d] {
        display: none;
    }

    .nav-scrollable[b-kzmg656a5d] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MatchineWeb/Components/Pages/Group/Play.razor.rz.scp.css */
/* ===================================
   Play Page - Mobile Responsive Styles
   =================================== */

/* Make table scrollable on mobile */
.table-responsive-wrapper[b-onb5epn8qh] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Ensure table doesn't shrink too much */
.table-responsive-wrapper[b-onb5epn8qh]  .mud-table-container {
    min-width: 600px;
}

/* Table cell adjustments for mobile */
.table-responsive-wrapper[b-onb5epn8qh]  .mud-table-cell {
    white-space: nowrap;
}

/* Player name column - allow wrapping but set min-width */
.table-responsive-wrapper[b-onb5epn8qh]  .mud-table-cell:first-child {
    min-width: 140px;
    white-space: normal;
}

/* Team select column - narrower */
.table-responsive-wrapper[b-onb5epn8qh]  .mud-select {
    min-width: 80px;
}

/* Match result cards - ensure proper stacking on mobile */
.match-results-container[b-onb5epn8qh] {
    padding: 1rem 0;
}

/* VS badge responsive positioning */
@media (max-width: 960px) {
    .vs-badge[b-onb5epn8qh] {
        margin: 1rem 0;
    }
}

/* Action buttons - stack on mobile */
@media (max-width: 600px) {
    .action-buttons[b-onb5epn8qh] {
        flex-direction: column;
        width: 100%;
    }
    
    .action-buttons > *[b-onb5epn8qh] {
        width: 100%;
    }
    
    /* Reduce padding in table cells */
    .table-responsive-wrapper[b-onb5epn8qh]  .mud-table-cell {
        padding: 8px 12px;
    }
    
    /* Smaller checkboxes in dense mode */
    .table-responsive-wrapper[b-onb5epn8qh]  .mud-checkbox {
        margin: 0;
    }
    
    /* Team result cards take full width */
    .team-card[b-onb5epn8qh] {
        margin-bottom: 1rem;
    }
    
    /* Hide toolbar label on mobile - show just checkbox */
    .table-responsive-wrapper[b-onb5epn8qh]  .mud-table-toolbar .mud-checkbox .mud-typography {
        display: none;
    }
}

/* Scroll hint indicator for mobile users */
@media (max-width: 960px) {
    .table-responsive-wrapper[b-onb5epn8qh] {
        position: relative;
    }
    
    .table-responsive-wrapper[b-onb5epn8qh]::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    
    .table-responsive-wrapper.scrolled[b-onb5epn8qh]::after {
        opacity: 0;
    }
}

/* Fix team selection dropdown on mobile */
.team-select[b-onb5epn8qh]  .mud-input-slot {
    padding: 4px 8px;
}

/* _content/MatchineWeb/Components/Pages/Home.razor.rz.scp.css */
/* ===================================
   Matchine Landing Page Styles
   Professional dark theme aesthetic
   =================================== */

/* Base Landing Page Container */
.landing-page[b-utvyzs4git] {
    background: #0a0a0f;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ===================================
   Hero Section
   =================================== */
.hero-section[b-utvyzs4git] {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 0 8rem;
    overflow: hidden;
}

.hero-bg[b-utvyzs4git] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-gradient[b-utvyzs4git] {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.2), transparent),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(6, 182, 212, 0.12), transparent),
        radial-gradient(ellipse 50% 30% at 20% 80%, rgba(99, 102, 241, 0.1), transparent);
}

.hero-grid[b-utvyzs4git] {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 50% at 50% 30%, black 20%, transparent 70%);
}

.hero-glow[b-utvyzs4git] {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
    filter: blur(60px);
    animation: pulse-glow-b-utvyzs4git 8s ease-in-out infinite;
}

@keyframes pulse-glow-b-utvyzs4git {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}

.hero-content[b-utvyzs4git] {
    position: relative;
    z-index: 1;
}

.hero-text[b-utvyzs4git] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-headline[b-utvyzs4git] {
    font-size: clamp(3rem, 8vw, 5.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    color: #f8fafc !important;
    margin: 0 0 1.5rem 0 !important;
    padding: 0 !important;
}

.text-gradient[b-utvyzs4git] {
    background: linear-gradient(135deg, #a5b4fc 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subheadline[b-utvyzs4git] {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem) !important;
    line-height: 1.6 !important;
    color: #94a3b8 !important;
    max-width: 650px;
    margin: 0 auto 3rem !important;
    font-weight: 400 !important;
}

.hero-ctas[b-utvyzs4git] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* CTA Buttons */
.cta-primary[b-utvyzs4git] {
    padding: 0.875rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.3) !important;
    transition: all 0.2s ease !important;
}

.cta-primary:hover[b-utvyzs4git] {
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.5) !important;
    transform: translateY(-2px);
}

.cta-secondary[b-utvyzs4git] {
    padding: 0.875rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    color: #f8fafc !important;
    transition: all 0.2s ease !important;
}

.cta-secondary:hover[b-utvyzs4git] {
    border-color: #6366f1 !important;
    background: rgba(99, 102, 241, 0.1) !important;
}

/* ===================================
   How It Works Section
   =================================== */
.how-it-works-section[b-utvyzs4git] {
    padding: 6rem 0;
    background: #12121a;
    position: relative;
}

.how-it-works-section[b-utvyzs4git]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.section-title[b-utvyzs4git] {
    text-align: center;
    color: #f8fafc !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    margin: 0 0 3.5rem 0 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.2 !important;
}

.steps-grid[b-utvyzs4git] {
    margin-top: 2rem;
}

.step-card[b-utvyzs4git] {
    background: #1a1a24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover[b-utvyzs4git] {
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.step-number[b-utvyzs4git] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #6366f1, #06b6d4);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon[b-utvyzs4git] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(6, 182, 212, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5b4fc;
}

.step-title[b-utvyzs4git] {
    color: #f8fafc !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.75rem 0 !important;
    letter-spacing: -0.01em !important;
}

.step-description[b-utvyzs4git] {
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    font-size: 1rem !important;
    margin: 0 !important;
}

/* ===================================
   Features Section
   =================================== */
.features-section[b-utvyzs4git] {
    padding: 6rem 0;
    background: #0a0a0f;
    position: relative;
}

.features-section[b-utvyzs4git]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.features-grid[b-utvyzs4git] {
    margin-top: 2rem;
}

.feature-card[b-utvyzs4git] {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #12121a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
}

.feature-card:hover[b-utvyzs4git] {
    border-color: rgba(99, 102, 241, 0.3);
    background: #1a1a24;
}

.feature-icon-wrapper[b-utvyzs4git] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(6, 182, 212, 0.1));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon[b-utvyzs4git] {
    color: #a5b4fc !important;
    font-size: 1.5rem !important;
}

.feature-content[b-utvyzs4git] {
    flex: 1;
}

.feature-title[b-utvyzs4git] {
    color: #f8fafc !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.5rem 0 !important;
    letter-spacing: -0.01em !important;
}

.feature-description[b-utvyzs4git] {
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    font-size: 1rem !important;
    margin: 0 !important;
}

/* ===================================
   Footer CTA Section
   =================================== */
.footer-cta-section[b-utvyzs4git] {
    padding: 6rem 0;
    background: #12121a;
    position: relative;
}

.footer-cta-section[b-utvyzs4git]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.footer-cta-content[b-utvyzs4git] {
    text-align: center;
}

.footer-cta-title[b-utvyzs4git] {
    color: #f8fafc !important;
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
    font-weight: 700 !important;
    margin: 0 0 1rem 0 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.2 !important;
}

.footer-cta-subtitle[b-utvyzs4git] {
    color: #94a3b8 !important;
    font-size: 1.2rem !important;
    margin: 0 0 2.5rem 0 !important;
    line-height: 1.5 !important;
}

.footer-note[b-utvyzs4git] {
    display: block;
    margin: 1.5rem 0 0 0 !important;
    color: #94a3b8 !important;
    opacity: 0.7;
    font-size: 0.9rem !important;
}

/* ===================================
   Footer
   =================================== */
.landing-footer[b-utvyzs4git] {
    padding: 2rem 0;
    background: #0a0a0f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-content[b-utvyzs4git] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-brand[b-utvyzs4git] {
    color: #94a3b8 !important;
    font-size: 0.95rem !important;
    margin: 0 !important;
}

.footer-brand strong[b-utvyzs4git] {
    color: #f8fafc !important;
}

.footer-copyright[b-utvyzs4git] {
    color: #94a3b8 !important;
    opacity: 0.6;
    font-size: 0.85rem !important;
    margin: 0 !important;
}

/* ===================================
   Animations
   =================================== */
.animate-fade-in[b-utvyzs4git] {
    animation: fadeIn-b-utvyzs4git 0.8s ease-out forwards;
}

.animate-slide-up[b-utvyzs4git] {
    opacity: 0;
    animation: slideUp-b-utvyzs4git 0.6s ease-out forwards;
}

@keyframes fadeIn-b-utvyzs4git {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp-b-utvyzs4git {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   Responsive Adjustments
   =================================== */
@media (max-width: 960px) {
    .hero-section[b-utvyzs4git] {
        min-height: 80vh;
        padding: 4rem 0 6rem;
    }
    
    .hero-headline[b-utvyzs4git] {
        font-size: 3.5rem !important;
    }
    
    .hero-subheadline[b-utvyzs4git] {
        font-size: 1.2rem !important;
    }
    
    .section-title[b-utvyzs4git] {
        font-size: 2.25rem !important;
    }
    
    .how-it-works-section[b-utvyzs4git],
    .features-section[b-utvyzs4git],
    .footer-cta-section[b-utvyzs4git] {
        padding: 4rem 0;
    }
    
    .step-card[b-utvyzs4git] {
        padding: 1.5rem;
    }
    
    .footer-cta-title[b-utvyzs4git] {
        font-size: 2.25rem !important;
    }
}

@media (max-width: 600px) {
    .hero-section[b-utvyzs4git] {
        min-height: auto;
        padding: 3rem 0 4rem;
    }
    
    .hero-headline[b-utvyzs4git] {
        font-size: 2.5rem !important;
    }
    
    .hero-subheadline[b-utvyzs4git] {
        font-size: 1.1rem !important;
    }
    
    .section-title[b-utvyzs4git] {
        font-size: 1.75rem !important;
        margin-bottom: 2.5rem !important;
    }
    
    .hero-ctas[b-utvyzs4git] {
        flex-direction: column;
        align-items: stretch;
        padding: 0 1rem;
    }
    
    .cta-primary[b-utvyzs4git],
    .cta-secondary[b-utvyzs4git] {
        width: 100%;
        justify-content: center;
    }
    
    .feature-card[b-utvyzs4git] {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon-wrapper[b-utvyzs4git] {
        margin: 0 auto;
    }
    
    .footer-content[b-utvyzs4git] {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-cta-title[b-utvyzs4git] {
        font-size: 1.75rem !important;
    }
    
    .step-title[b-utvyzs4git] {
        font-size: 1.2rem !important;
    }
    
    .feature-title[b-utvyzs4git] {
        font-size: 1.15rem !important;
    }
}
