@import '_content/Lestr.ComponentLibrary/Lestr.ComponentLibrary.zbwwtv4l8i.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.public-header[b-ist2qllvd2] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: white;
    border-bottom: 1px solid #e0e0e0;
}

.public-header-nav[b-ist2qllvd2] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.5rem;
}

.public-header-logo[b-ist2qllvd2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600;
}

.public-header-logo-icon[b-ist2qllvd2] {
    width: 2rem;
    height: 2rem;
    background: #80114C;
    color: white;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.public-header-links[b-ist2qllvd2] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.public-header-links[b-ist2qllvd2]  a {
    font-size: 0.875rem;
    color: #6b6b6b;
    text-decoration: none;
    transition: color 0.15s;
}

.public-header-links[b-ist2qllvd2]  a:hover {
    color: #1a1a1a;
}

.public-header-actions[b-ist2qllvd2] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.public-header-btn[b-ist2qllvd2] {
    background: #80114C;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s;
}

.public-header-btn:hover[b-ist2qllvd2] {
    background: #4a1a51;
}

.public-main[b-ist2qllvd2] {
    min-height: calc(100vh - 60px);
}

@media (max-width: 768px) {
    .public-header-links[b-ist2qllvd2] {
        display: none;
    }

    .public-header-actions[b-ist2qllvd2] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-lehs8mpzgf] {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 10000;
}

#components-reconnect-modal.components-reconnect-show[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-retrying[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-failed[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-paused[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-resume-failed[b-lehs8mpzgf] {
    display: block;
}

.reconnect-indicator[b-lehs8mpzgf] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    animation: reconnect-fade-in-b-lehs8mpzgf 0.3s ease;
}

.reconnect-spinner[b-lehs8mpzgf] {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.8);
    animation: reconnect-spin-b-lehs8mpzgf 1s linear infinite;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-spinner[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-paused .reconnect-spinner[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-resume-failed .reconnect-spinner[b-lehs8mpzgf] {
    display: none;
}

.reconnect-text[b-lehs8mpzgf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lehs8mpzgf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lehs8mpzgf] {
    display: inline;
}

.reconnect-link[b-lehs8mpzgf] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
}

.reconnect-link:hover[b-lehs8mpzgf] {
    color: white;
}

@keyframes reconnect-spin-b-lehs8mpzgf {
    to {
        transform: rotate(360deg);
    }
}

@keyframes reconnect-fade-in-b-lehs8mpzgf {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ========================================
   Header Navigation (Homepage specific)
   ======================================== */
.header-nav[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-link[b-m2l9zsy0f9] {
    padding: 0.5rem 1rem;
    color: #6b2574;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.header-link:hover[b-m2l9zsy0f9] {
    background: #f8f5f9;
}

.header-link-cta[b-m2l9zsy0f9] {
    background: #6b2574;
    color: white;
}

.header-link-cta:hover[b-m2l9zsy0f9] {
    background: #7d2d87;
}

/* ========================================
   Hero Section (Homepage specific)
   ======================================== */
.hero[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 3rem auto 3rem;
    padding: 0 2rem;
}

.hero-content[b-m2l9zsy0f9] {
    background: #6b2574;
    border-radius: 16px;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.hero-text[b-m2l9zsy0f9] {
    padding: 4rem;
    position: relative;
    z-index: 2;
}

.hero-brand[b-m2l9zsy0f9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.hero-content h1[b-m2l9zsy0f9] {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-content p[b-m2l9zsy0f9] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-cta[b-m2l9zsy0f9] {
    padding: 1rem 2rem;
    background: white;
    color: #6b2574;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-cta:hover[b-m2l9zsy0f9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero-image[b-m2l9zsy0f9] {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero-image img[b-m2l9zsy0f9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ========================================
   Service Cards (Homepage specific)
   ======================================== */
.services[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.service-card[b-m2l9zsy0f9] {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 3rem;
    transition: all 0.15s ease;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.service-card:hover[b-m2l9zsy0f9] {
    border-color: #6b2574;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(107, 37, 116, 0.12);
}

.service-icon[b-m2l9zsy0f9] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #6b2574;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.service-card h2[b-m2l9zsy0f9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.service-card p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex: 1;
}

.service-features[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.service-cta[b-m2l9zsy0f9] {
    padding: 1rem 2rem;
    background: #6b2574;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
    text-decoration: none;
    display: block;
}

.service-card:hover .service-cta[b-m2l9zsy0f9] {
    background: #7d2d87;
}

/* ========================================
   Showcase Sections (Homepage specific)
   ======================================== */
.showcase-section[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 4rem 2rem;
}

.showcase-section-alt[b-m2l9zsy0f9] {
    background: #f8f5f9;
    border-radius: 16px;
}

.showcase-header[b-m2l9zsy0f9] {
    text-align: center;
    margin-bottom: 4rem;
}

.showcase-header h2[b-m2l9zsy0f9] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6b2574;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.showcase-header p[b-m2l9zsy0f9] {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.showcase-item[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 5rem;
}

.showcase-item:last-child[b-m2l9zsy0f9] {
    margin-bottom: 0;
}

.showcase-item-reverse[b-m2l9zsy0f9] {
    direction: rtl;
}

.showcase-item-reverse > *[b-m2l9zsy0f9] {
    direction: ltr;
}

.showcase-content[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.showcase-badge[b-m2l9zsy0f9] {
    display: inline-block;
    background: #6b2574;
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: fit-content;
}

.showcase-content h3[b-m2l9zsy0f9] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0a0a0a;
    letter-spacing: -0.02em;
    margin: 0;
}

.showcase-content > p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.showcase-features[b-m2l9zsy0f9] {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.showcase-features li[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #444;
}

.showcase-features li[b-m2l9zsy0f9]::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #6b2574;
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.showcase-image[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcase-screenshot[b-m2l9zsy0f9] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(107, 37, 116, 0.15);
}

/* ========================================
   Firm Portal Section (Homepage specific)
   ======================================== */
.firm-section[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 0 auto 1rem;
    padding: 0 2rem;
}

.firm-banner[b-m2l9zsy0f9] {
    background: linear-gradient(135deg, #6b2574 0%, #8b3594 100%);
    border-radius: 16px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    border: 1px solid #6b2574;
}

.firm-content h2[b-m2l9zsy0f9] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.firm-content p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.firm-features[b-m2l9zsy0f9] {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

.firm-feature-item[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9375rem;
}

.firm-feature-check[b-m2l9zsy0f9] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.firm-cta-button[b-m2l9zsy0f9] {
    padding: 1rem 2.5rem;
    background: white;
    color: #6b2574;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.firm-cta-button:hover[b-m2l9zsy0f9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Client Portal Section (Homepage specific)
   ======================================== */
.client-section[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 0 auto 1rem;
    padding: 0 2rem;
}

.client-banner[b-m2l9zsy0f9] {
    background: linear-gradient(135deg, #1e6b5a 0%, #2a8f7a 100%);
    border-radius: 16px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    border: 1px solid #1e6b5a;
}

.client-content h2[b-m2l9zsy0f9] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.client-content p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.client-features[b-m2l9zsy0f9] {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

.client-feature-item[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9375rem;
}

.client-feature-check[b-m2l9zsy0f9] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.client-cta-button[b-m2l9zsy0f9] {
    padding: 1rem 2.5rem;
    background: white;
    color: #1e6b5a;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.client-cta-button:hover[b-m2l9zsy0f9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ========================================
   Features Section (Homepage specific)
   ======================================== */
.features-section[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    margin-bottom: 4rem;
}

.features-section h2[b-m2l9zsy0f9] {
    font-size: 2rem;
    font-weight: 700;
    color: #6b2574;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.features-grid[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.feature-box[b-m2l9zsy0f9] {
    text-align: center;
    padding: 2rem;
}

.feature-box-icon[b-m2l9zsy0f9] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #f8f5f9;
    color: #6b2574;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    font-weight: 600;
}

.feature-box h3[b-m2l9zsy0f9] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}

.feature-box p[b-m2l9zsy0f9] {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.5;
}

/* ========================================
   Contact Section (Homepage specific)
   ======================================== */
.contact-section[b-m2l9zsy0f9] {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 0 2rem;
}

.contact-container[b-m2l9zsy0f9] {
    background: #6b2574;
    border-radius: 16px;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2[b-m2l9zsy0f9] {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.contact-info > p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.contact-details[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-detail-item[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
}

.contact-icon[b-m2l9zsy0f9] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.contact-form-wrapper[b-m2l9zsy0f9] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
}

.contact-form[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-m2l9zsy0f9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0a0a0a;
}

.form-group input[b-m2l9zsy0f9],
.form-group select[b-m2l9zsy0f9],
.form-group textarea[b-m2l9zsy0f9],
.form-group[b-m2l9zsy0f9]  input,
.form-group[b-m2l9zsy0f9]  select,
.form-group[b-m2l9zsy0f9]  textarea {
    padding: 0.875rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.15s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-group input:focus[b-m2l9zsy0f9],
.form-group select:focus[b-m2l9zsy0f9],
.form-group textarea:focus[b-m2l9zsy0f9],
.form-group[b-m2l9zsy0f9]  input:focus,
.form-group[b-m2l9zsy0f9]  select:focus,
.form-group[b-m2l9zsy0f9]  textarea:focus {
    outline: none;
    border-color: #6b2574;
}

.form-group input[b-m2l9zsy0f9]::placeholder,
.form-group textarea[b-m2l9zsy0f9]::placeholder,
.form-group[b-m2l9zsy0f9]  input::placeholder,
.form-group[b-m2l9zsy0f9]  textarea::placeholder {
    color: #999;
}

.form-group textarea[b-m2l9zsy0f9],
.form-group[b-m2l9zsy0f9]  textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-submit[b-m2l9zsy0f9] {
    padding: 1rem 2rem;
    background: #6b2574;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 0.5rem;
}

.contact-submit:hover:not(.disabled):not(:disabled)[b-m2l9zsy0f9] {
    background: #7d2d87;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(107, 37, 116, 0.3);
}

.contact-submit:disabled[b-m2l9zsy0f9] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-success[b-m2l9zsy0f9] {
    text-align: center;
    padding: 2rem;
}

.form-success h3[b-m2l9zsy0f9] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e6b5a;
    margin-bottom: 0.75rem;
}

.form-success p[b-m2l9zsy0f9] {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.form-error[b-m2l9zsy0f9] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    color: #b91c1c;
    font-size: 0.9375rem;
    margin-top: 0.5rem;
}

/* ========================================
   Responsive (Homepage specific)
   ======================================== */
@media (max-width: 1024px) {
    .header-nav[b-m2l9zsy0f9] {
        gap: 0.25rem;
    }

    .header-link[b-m2l9zsy0f9] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    .hero-content[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-text[b-m2l9zsy0f9] {
        padding: 3rem 2rem;
    }

    .hero-content h1[b-m2l9zsy0f9] {
        font-size: 2.5rem;
    }

    .hero-image[b-m2l9zsy0f9] {
        display: none;
    }

    .services[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }

    .features-grid[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }

    .firm-banner[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .firm-features[b-m2l9zsy0f9] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .firm-feature-item[b-m2l9zsy0f9] {
        justify-content: center;
    }

    .client-banner[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .client-features[b-m2l9zsy0f9] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .client-feature-item[b-m2l9zsy0f9] {
        justify-content: center;
    }

    .showcase-item[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .showcase-item-reverse[b-m2l9zsy0f9] {
        direction: ltr;
    }


    .contact-container[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .header-nav[b-m2l9zsy0f9] {
        gap: 0.125rem;
    }

    .header-link[b-m2l9zsy0f9] {
        padding: 0.375rem 0.5rem;
        font-size: 0.75rem;
    }

    .header-link-cta[b-m2l9zsy0f9] {
        padding: 0.375rem 0.625rem;
    }

    .hero[b-m2l9zsy0f9] {
        margin: 1.5rem auto;
        padding: 0 1rem;
    }

    .hero-text[b-m2l9zsy0f9] {
        padding: 2rem 1.5rem;
    }

    .hero-content h1[b-m2l9zsy0f9] {
        font-size: 2rem;
    }

    .hero-content p[b-m2l9zsy0f9] {
        font-size: 1rem;
    }

    .hero-image[b-m2l9zsy0f9] {
        display: none;
    }

    .services[b-m2l9zsy0f9] {
        padding: 0 1rem 2rem;
        gap: 1rem;
    }

    .service-card[b-m2l9zsy0f9] {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .service-icon[b-m2l9zsy0f9] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .service-card h2[b-m2l9zsy0f9] {
        font-size: 1.375rem;
    }

    .service-card p[b-m2l9zsy0f9] {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .service-features[b-m2l9zsy0f9] {
        margin-bottom: 1.5rem;
    }

    .service-cta[b-m2l9zsy0f9] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .firm-section[b-m2l9zsy0f9] {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .firm-banner[b-m2l9zsy0f9] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .firm-content h2[b-m2l9zsy0f9] {
        font-size: 1.5rem;
    }

    .firm-content p[b-m2l9zsy0f9] {
        font-size: 0.9375rem;
    }

    .firm-cta-button[b-m2l9zsy0f9] {
        padding: 0.875rem 2rem;
    }

    .client-section[b-m2l9zsy0f9] {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .client-banner[b-m2l9zsy0f9] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .client-content h2[b-m2l9zsy0f9] {
        font-size: 1.5rem;
    }

    .client-content p[b-m2l9zsy0f9] {
        font-size: 0.9375rem;
    }

    .client-cta-button[b-m2l9zsy0f9] {
        padding: 0.875rem 2rem;
    }

    .features-section[b-m2l9zsy0f9] {
        padding: 2rem 1.5rem;
        margin: 0 1rem 2rem;
        border-radius: 12px;
    }

    .features-section h2[b-m2l9zsy0f9] {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .feature-box[b-m2l9zsy0f9] {
        padding: 1rem;
    }

    .showcase-section[b-m2l9zsy0f9] {
        padding: 2rem 1rem;
        margin-bottom: 2rem;
    }

    .showcase-section-alt[b-m2l9zsy0f9] {
        padding: 2rem 1.5rem;
    }

    .showcase-header[b-m2l9zsy0f9] {
        margin-bottom: 2rem;
    }

    .showcase-header h2[b-m2l9zsy0f9] {
        font-size: 1.75rem;
    }

    .showcase-header p[b-m2l9zsy0f9] {
        font-size: 1rem;
    }

    .showcase-item[b-m2l9zsy0f9] {
        margin-bottom: 3rem;
        gap: 1.5rem;
    }

    .showcase-content h3[b-m2l9zsy0f9] {
        font-size: 1.375rem;
    }

    .showcase-content > p[b-m2l9zsy0f9] {
        font-size: 0.9375rem;
    }

    .contact-section[b-m2l9zsy0f9] {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .contact-container[b-m2l9zsy0f9] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .contact-info h2[b-m2l9zsy0f9] {
        font-size: 1.5rem;
    }

    .contact-info > p[b-m2l9zsy0f9] {
        font-size: 0.9375rem;
    }

    .contact-form-wrapper[b-m2l9zsy0f9] {
        padding: 1.5rem;
    }

    .form-row[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .header-link[b-m2l9zsy0f9] {
        padding: 0.25rem 0.375rem;
        font-size: 0.6875rem;
    }

    .header-link-cta[b-m2l9zsy0f9] {
        padding: 0.25rem 0.5rem;
    }

    .hero-content h1[b-m2l9zsy0f9] {
        font-size: 1.75rem;
    }

    .hero-cta[b-m2l9zsy0f9] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }

    .firm-features[b-m2l9zsy0f9] {
        align-items: flex-start;
        text-align: left;
    }

    .firm-feature-item[b-m2l9zsy0f9] {
        justify-content: flex-start;
    }

    .client-features[b-m2l9zsy0f9] {
        align-items: flex-start;
        text-align: left;
    }

    .client-feature-item[b-m2l9zsy0f9] {
        justify-content: flex-start;
    }

    .client-banner[b-m2l9zsy0f9] {
        padding: 1.5rem;
    }

    .firm-banner[b-m2l9zsy0f9] {
        padding: 1.5rem;
    }

    .showcase-section[b-m2l9zsy0f9] {
        padding: 1.5rem 1rem;
        margin: 0 0.5rem 1.5rem;
    }

    .showcase-section-alt[b-m2l9zsy0f9] {
        padding: 1.5rem 1rem;
        border-radius: 12px;
    }

    .showcase-badge[b-m2l9zsy0f9] {
        font-size: 0.6875rem;
        padding: 0.25rem 0.625rem;
    }

    .showcase-content h3[b-m2l9zsy0f9] {
        font-size: 1.25rem;
    }

    .showcase-content > p[b-m2l9zsy0f9] {
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .showcase-features li[b-m2l9zsy0f9] {
        font-size: 0.8125rem;
    }

    .showcase-features li[b-m2l9zsy0f9]::before {
        width: 16px;
        height: 16px;
        font-size: 0.5625rem;
    }

    .contact-section[b-m2l9zsy0f9] {
        margin: 0 0.5rem 1.5rem;
        padding: 0;
    }

    .contact-container[b-m2l9zsy0f9] {
        padding: 1.5rem;
    }

    .contact-info h2[b-m2l9zsy0f9] {
        font-size: 1.25rem;
    }

    .contact-info > p[b-m2l9zsy0f9] {
        font-size: 0.875rem;
    }

    .contact-form-wrapper[b-m2l9zsy0f9] {
        padding: 1rem;
    }

    .form-group label[b-m2l9zsy0f9] {
        font-size: 0.8125rem;
    }

    .form-group input[b-m2l9zsy0f9],
    .form-group select[b-m2l9zsy0f9],
    .form-group textarea[b-m2l9zsy0f9],
    .form-group[b-m2l9zsy0f9]  input,
    .form-group[b-m2l9zsy0f9]  select,
    .form-group[b-m2l9zsy0f9]  textarea {
        padding: 0.75rem;
        font-size: 0.9375rem;
    }

    .contact-submit[b-m2l9zsy0f9] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9375rem;
    }
}

/* ========================================
   Disabled States
   ======================================== */
.disabled[b-m2l9zsy0f9] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.service-card.disabled[b-m2l9zsy0f9] {
    cursor: not-allowed;
    pointer-events: none;
}

.service-card.disabled:hover[b-m2l9zsy0f9] {
    transform: none;
    box-shadow: none;
    border-color: #e5e5e5;
}

.service-cta.disabled[b-m2l9zsy0f9] {
    background: #999;
}

.hero-cta.disabled:hover[b-m2l9zsy0f9],
.firm-cta-button.disabled:hover[b-m2l9zsy0f9] {
    transform: none;
    box-shadow: none;
}

.footer-links .disabled[b-m2l9zsy0f9] {
    color: #999;
}
