@import '_content/Lestr.ComponentLibrary/Lestr.ComponentLibrary.k6cdzmoyss.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)
   ======================================== */
.lcc-hero[b-m2l9zsy0f9] {
    padding: 7rem 2rem 3.5rem;
    background: #F3F2EB;
    overflow: hidden;
}

.lcc-hero-img-wrap[b-m2l9zsy0f9] {
    padding-top: 1rem;
}

.lcc-hero-img[b-m2l9zsy0f9] {
    max-height: 500px;
    width: 100%;
}

.lcc-hero-header[b-m2l9zsy0f9] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding-bottom: 0;
}

.lcc-hero-header-text[b-m2l9zsy0f9] {
    text-align: left;
}

.lcc-hero-header h1[b-m2l9zsy0f9] {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.lcc-hero-header p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: #6b6b6b;
    line-height: 1.75;
    max-width: 540px;
    margin: 0 0 1.5rem 0;
}

.lcc-hero-header-img[b-m2l9zsy0f9] {
    display: flex;
    justify-content: flex-end;
}

.lcc-hero-header-img img[b-m2l9zsy0f9] {
    max-height: 360px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.lcc-hero-in[b-m2l9zsy0f9] {
    max-width: 1280px;
    margin: -2rem auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.lcc-hero-eyebrow[b-m2l9zsy0f9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(122, 32, 72, 0.08);
    border: 1px solid rgba(122, 32, 72, 0.2);
    color: #7a2048;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}

.lcc-hero h1[b-m2l9zsy0f9] {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}

.lcc-hero p[b-m2l9zsy0f9] {
    font-size: 1.0625rem;
    color: #6b6b6b;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 1.5rem;
}

.lcc-hero-cta-group[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lcc-cta-primary[b-m2l9zsy0f9],
.lcc-cta-secondary[b-m2l9zsy0f9] {
    width: 520px;
    justify-content: center;
}

.lcc-cta-primary[b-m2l9zsy0f9] {
    margin-bottom: 1.5rem;
}

.lcc-hero-proof[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
    width: 520px;
}

.lcc-cta-secondary[b-m2l9zsy0f9] {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .lcc-cta-primary[b-m2l9zsy0f9],
    .lcc-cta-secondary[b-m2l9zsy0f9],
    .lcc-hero-proof[b-m2l9zsy0f9] {
        width: 100%;
    }
}

.lcc-btn[b-m2l9zsy0f9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s;
    box-sizing: border-box;
    line-height: 1;
}

.lcc-btn-lg[b-m2l9zsy0f9] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
}

.lcc-btn-xl[b-m2l9zsy0f9] {
    padding: 1.1rem 2.5rem;
    font-size: 1.0625rem;
}

.lcc-btn-pri[b-m2l9zsy0f9] {
    background: #7a2048;
    color: #fff;
}

.lcc-btn-pri:hover[b-m2l9zsy0f9] {
    background: #5c1836;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(122, 32, 72, 0.3);
}

.lcc-btn-outline-pri[b-m2l9zsy0f9] {
    background: transparent;
    color: #7a2048;
    border: 1.5px solid #7a2048;
    box-sizing: border-box;
}

.lcc-btn-outline-pri:hover[b-m2l9zsy0f9] {
    background: #e8e7e0;
}


.lcc-hproof[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #7a2048;
    font-weight: 500;
}

.lcc-hproof svg[b-m2l9zsy0f9] {
    flex-shrink: 0;
}

.lcc-hero-secondary-link[b-m2l9zsy0f9] {
    color: #7a2048;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.5rem 0;
    align-self: center;
}

.lcc-hero-secondary-link:hover[b-m2l9zsy0f9] {
    text-decoration: underline;
}

.lcc-hero-img-wrap[b-m2l9zsy0f9] {
    display: none;
}

.lcc-hero-img[b-m2l9zsy0f9] {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1024px) {
    .lcc-hero-img-wrap[b-m2l9zsy0f9] {
        display: block;
    }
}

/* ========================================
   How It Works
   ======================================== */
.hiw-sec[b-m2l9zsy0f9] {
    background: #ffffff;
    padding: 4rem 2rem;
    margin-top: 4rem;
}

.hiw-hdr[b-m2l9zsy0f9] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lcc-eyebrow[b-m2l9zsy0f9] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7a2048;
    margin-bottom: 0.625rem;
}

.hiw-hdr h2[b-m2l9zsy0f9] {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.hiw-hdr p[b-m2l9zsy0f9] {
    font-size: 1rem;
    color: #6b6b6b;
    max-width: none;
    margin-bottom: 0;
}

.hiw-grid[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.hiw-grid[b-m2l9zsy0f9]::before {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(12.5% + 14px);
    right: calc(12.5% + 14px);
    height: 1px;
    background: linear-gradient(to right, rgba(122,32,72,.15), rgba(122,32,72,.3), rgba(122,32,72,.15));
}

.hiw-step[b-m2l9zsy0f9] {
    text-align: center;
    position: relative;
}

.hiw-num[b-m2l9zsy0f9] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #7a2048;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 1;
}

.hiw-step h3[b-m2l9zsy0f9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}

.hiw-step p[b-m2l9zsy0f9] {
    font-size: 0.8rem;
    color: #6b6b6b;
    line-height: 1.6;
    max-width: none;
    margin-bottom: 0;
}

.hiw-cta[b-m2l9zsy0f9] {
    text-align: center;
    margin-top: 2.5rem;
}

@media (max-width: 1024px) {
    .hiw-grid[b-m2l9zsy0f9] {
        grid-template-columns: 1fr 1fr;
    }

    .hiw-grid[b-m2l9zsy0f9]::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .hiw-grid[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1024px) {
    .lcc-hero-in[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }

    .lcc-hero-header[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }

    .lcc-hero-header-img[b-m2l9zsy0f9] {
        display: none;
    }
}

@media (max-width: 768px) {
    .lcc-hero[b-m2l9zsy0f9] {
        padding: 6rem 1rem 2.5rem;
        overflow-x: hidden;
    }

    .lcc-hero-header h1[b-m2l9zsy0f9] {
        font-size: 2rem;
    }

    .lcc-hero-in[b-m2l9zsy0f9] {
        gap: 1.5rem;
        margin-top: 0;
    }

    .lcc-hero-finance[b-m2l9zsy0f9] {
        margin-top: 0;
    }

    .lcc-hero-proof[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }

    .lcc-cta-primary[b-m2l9zsy0f9],
    .lcc-cta-secondary[b-m2l9zsy0f9] {
        width: 100%;
        justify-content: 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;
}

/* ========================================
   Hero Finance Panel
   ======================================== */
/* Hero finance column */
.lcc-hero-finance[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3rem;
}

.lcc-finance-banner[b-m2l9zsy0f9] {
    background: linear-gradient(135deg, #7a2048 0%, #9a3068 100%);
    border-radius: 12px;
    padding: 1.75rem 2rem;
    text-align: center;
    color: #fff;
}

.lcc-finance-banner-title[b-m2l9zsy0f9] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.75;
    margin-bottom: 0.375rem;
}

.lcc-finance-banner-amount[b-m2l9zsy0f9] {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
}

.lcc-finance-banner-sub[b-m2l9zsy0f9] {
    font-size: 0.9375rem;
    opacity: 0.85;
    margin-top: 0.375rem;
}

.lcc-finance-features[b-m2l9zsy0f9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1.5px solid #d4d3cc;
}

.lcc-finance-feature[b-m2l9zsy0f9] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.lcc-finance-feature-icon[b-m2l9zsy0f9] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: #BCD2EC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lcc-finance-feature-title[b-m2l9zsy0f9] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #7a2048;
    margin-bottom: 0.2rem;
}

.lcc-finance-feature-desc[b-m2l9zsy0f9] {
    font-size: 0.8125rem;
    color: #6b6b6b;
    line-height: 1.5;
}

.lcc-finance-tagline[b-m2l9zsy0f9] {
    font-size: 0.875rem;
    color: #6b6b6b;
    line-height: 1.6;
    margin: 0;
}

/* Finance Calculator Section */
.lcc-calc-sec[b-m2l9zsy0f9] {
    background: #ffffff;
    padding: 4rem 2rem;
    overflow-x: hidden;
}

.lcc-calc-in[b-m2l9zsy0f9] {
    max-width: 1280px;
    margin: 0 auto;
}

.lcc-calc-hdr[b-m2l9zsy0f9] {
    text-align: center;
    margin-bottom: 2.5rem;
}

.lcc-calc-eyebrow[b-m2l9zsy0f9] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7a2048;
    margin-bottom: 0.625rem;
}

.lcc-calc-title[b-m2l9zsy0f9] {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.lcc-calc-sub[b-m2l9zsy0f9] {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.lcc-calc-grid[b-m2l9zsy0f9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.lcc-calc-grid > *[b-m2l9zsy0f9] {
    min-width: 0;
}

.lcc-calc-panel[b-m2l9zsy0f9] {
    background: #ffffff;
    border: 1.5px solid #d4d3cc;
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
}

.lcc-calc-panel h3[b-m2l9zsy0f9] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.25rem;
}

.lcc-calc-panel-sub[b-m2l9zsy0f9] {
    font-size: 0.8rem;
    color: #6b6b6b;
    margin-bottom: 1.5rem;
}

.lcc-calc-field[b-m2l9zsy0f9] {
    margin-bottom: 1.25rem;
}

.lcc-calc-label[b-m2l9zsy0f9] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.45rem;
}

.lcc-calc-amt-wrap[b-m2l9zsy0f9] {
    position: relative;
}

.lcc-calc-pfx[b-m2l9zsy0f9] {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: #1a1a1a;
    pointer-events: none;
}

.lcc-calc-input[b-m2l9zsy0f9] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0.75rem 0.625rem 1.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: inherit;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.15s;
}

.lcc-calc-input:focus[b-m2l9zsy0f9] {
    outline: none;
    border-color: #7a2048;
}

.lcc-calc-slider[b-m2l9zsy0f9] {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: #e8e7e0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    margin-top: 0.75rem;
    display: block;
    border: none;
}

.lcc-calc-slider[b-m2l9zsy0f9]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #7a2048;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.lcc-calc-slider-labels[b-m2l9zsy0f9] {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    color: #6b6b6b;
    margin-top: 0.25rem;
}

.lcc-calc-select[b-m2l9zsy0f9] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem;
    border: 1.5px solid #d4d3cc;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    color: #1a1a1a;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s;
}

.lcc-calc-select:focus[b-m2l9zsy0f9] {
    outline: none;
    border-color: #7a2048;
}

.lcc-calc-results[b-m2l9zsy0f9] {
    background: #F3F2EB;
    border-radius: 8px;
    padding: 1.25rem;
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
}

.lcc-calc-result-item[b-m2l9zsy0f9] {
    padding: 0.4rem 0;
}

.lcc-calc-result-lbl[b-m2l9zsy0f9] {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
    color: #6b6b6b;
    margin-bottom: 0.2rem;
}

.lcc-calc-result-val[b-m2l9zsy0f9] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7a2048;
    line-height: 1.15;
}

.lcc-calc-result-full[b-m2l9zsy0f9] {
    grid-column: 1 / -1;
    border-top: 1px solid #d4d3cc;
    padding-top: 0.75rem;
    margin-top: 0.1rem;
}

.lcc-calc-result-note[b-m2l9zsy0f9] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b6b6b;
}

.lcc-calc-note[b-m2l9zsy0f9] {
    font-size: 0.72rem;
    color: #6b6b6b;
    line-height: 1.65;
    margin-top: 1rem;
}

.lcc-calc-btn[b-m2l9zsy0f9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 1.25rem;
    padding: 0.875rem 2rem;
    background: #7a2048;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.lcc-calc-btn:hover[b-m2l9zsy0f9] {
    background: #5c1836;
}

@media (max-width: 768px) {
    .lcc-calc-grid[b-m2l9zsy0f9] {
        grid-template-columns: 1fr;
    }

    .lcc-calc-sec[b-m2l9zsy0f9] {
        padding: 3rem 1rem;
    }
}

.lcc-rep-panel[b-m2l9zsy0f9] {
    background: linear-gradient(150deg, #7a2048 0%, #9a3068 100%);
    border-radius: 12px;
    padding: 2rem;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.lcc-rep-hdr[b-m2l9zsy0f9] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 0.875rem;
    margin-bottom: 1.25rem;
}

.lcc-rep-row[b-m2l9zsy0f9] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lcc-rep-row:last-of-type[b-m2l9zsy0f9] {
    border-bottom: none;
}

.lcc-rep-rlbl[b-m2l9zsy0f9] {
    font-size: 0.825rem;
    color: rgba(255,255,255,0.6);
    padding-right: 0.75rem;
}

.lcc-rep-rval[b-m2l9zsy0f9] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.lcc-rep-row-hi .lcc-rep-rlbl[b-m2l9zsy0f9] {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.lcc-rep-row-hi .lcc-rep-rval[b-m2l9zsy0f9] {
    font-size: 1.25rem;
    font-weight: 800;
}

.lcc-rep-row-tot .lcc-rep-rlbl[b-m2l9zsy0f9] {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.lcc-rep-row-tot .lcc-rep-rval[b-m2l9zsy0f9] {
    font-size: 1.35rem;
    font-weight: 800;
}

.lcc-rep-footer[b-m2l9zsy0f9] {
    margin-top: 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.75;
}

.lcc-rep-footer strong[b-m2l9zsy0f9] {
    display: block;
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
}

