@import '_content/BigSoluSuite.UI/BigSoluSuite.UI.bundle.scp.css';

/* /Components/Landing/LandingFooter/LandingFooter.razor.rz.scp.css */
.footer-col h5[b-eudy9rxuf5] {
        color: white;
        font-size: 1.1rem;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .footer-col p[b-eudy9rxuf5] {
        margin-bottom: 15px;
        line-height: 1.6;
    }
/* /Components/Landing/LandingHero/LandingHero.razor.rz.scp.css */
.btn-signup-hero[b-1zw61mvtas] {
        /* Already inherits from .btn-hero-common, adding specific gradient if needed */
        background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
    }

    @media (max-width: 768px) {
        .btn-primary[b-1zw61mvtas], .btn-hero-common[b-1zw61mvtas], .btn-hero-secondary[b-1zw61mvtas] {
            width: 100%;
            min-width: unset;
        }
    }
/* /Components/Landing/PlanCalculator/PlanCalculator.razor.rz.scp.css */
.credit-flow[b-7jnbesy2v2] {
        margin: 0 auto 40px;
        max-width: 1200px;
    }

    .credit-flow-panel[b-7jnbesy2v2] {
        position: relative;
        overflow: hidden;
        padding: 28px;
        border-radius: 26px;
        border: 1px solid rgba(74, 222, 128, 0.14);
        background:
            radial-gradient(circle at top left, rgba(16, 185, 129, 0.22), transparent 34%),
            radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.18), transparent 30%),
            linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.94));
        box-shadow: 0 24px 50px rgba(2, 6, 23, 0.35);
    }

    .credit-flow-panel[b-7jnbesy2v2]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(120deg, transparent 10%, rgba(255, 255, 255, 0.05) 45%, transparent 75%);
        transform: translateX(-100%);
        animation: credit-sheen-b-7jnbesy2v2 5s ease-in-out infinite;
    }

    .credit-flow-copy[b-7jnbesy2v2] {
        max-width: 720px;
        margin-bottom: 22px;
    }

    .credit-flow-kicker[b-7jnbesy2v2] {
        display: inline-flex;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(16, 185, 129, 0.14);
        color: #6ee7b7;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.72rem;
        font-weight: 800;
    }

    .credit-flow-copy h4[b-7jnbesy2v2] {
        margin: 14px 0 10px;
        color: white;
        font-size: 1.8rem;
        line-height: 1.15;
    }

    .credit-flow-copy p[b-7jnbesy2v2] {
        margin: 0;
        color: #94a3b8;
        font-size: 1rem;
        line-height: 1.8;
        max-width: 760px;
    }

    .credit-flow-steps[b-7jnbesy2v2] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .credit-step[b-7jnbesy2v2] {
        position: relative;
        padding: 18px;
        border-radius: 18px;
        border: 1px solid rgba(148, 163, 184, 0.14);
        background: rgba(15, 23, 42, 0.62);
        backdrop-filter: blur(6px);
    }

    .credit-step strong[b-7jnbesy2v2] {
        display: block;
        color: white;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .credit-step small[b-7jnbesy2v2] {
        display: block;
        color: #94a3b8;
        line-height: 1.6;
        font-size: 0.88rem;
    }

    .credit-step-icon[b-7jnbesy2v2] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-bottom: 14px;
        border-radius: 12px;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(16, 185, 129, 0.24));
        color: #f8fafc;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .calc-col-left[b-7jnbesy2v2] {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .module-section-shell .plan-item.selected:not(.is-included)[b-7jnbesy2v2] {
        background: color-mix(in srgb, var(--group-accent, #3b82f6) 10%, rgba(15, 23, 42, 0.94)) !important;
        border-color: var(--group-accent, #3b82f6) !important;
        box-shadow: 0 0 0 1px var(--group-accent, #3b82f6) !important;
    }

    .module-section-shell .plan-item.selected:not(.is-included) .custom-box[b-7jnbesy2v2] {
        background: var(--group-accent, #3b82f6) !important;
        border-color: var(--group-accent, #3b82f6) !important;
    }

    .calc-fallback[b-7jnbesy2v2] {
        max-width: 1200px;
        margin: 0 auto;
    }

    .calc-fallback-panel[b-7jnbesy2v2] {
        position: relative;
        overflow: hidden;
        padding: 28px;
        border-radius: 26px;
        border: 1px solid rgba(59, 130, 246, 0.2);
        background:
            radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 34%),
            radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.12), transparent 32%),
            linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.94));
        box-shadow: 0 24px 50px rgba(2, 6, 23, 0.28);
        text-align: left;
    }

    .calc-fallback-kicker[b-7jnbesy2v2] {
        display: inline-flex;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(59, 130, 246, 0.12);
        color: #93c5fd;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.72rem;
        font-weight: 800;
    }

    .calc-fallback-panel h4[b-7jnbesy2v2] {
        margin: 14px 0 12px;
        color: white;
        font-size: 1.8rem;
        line-height: 1.15;
        max-width: 760px;
    }

    .calc-fallback-panel p[b-7jnbesy2v2] {
        margin: 0;
        color: #94a3b8;
        font-size: 1rem;
        line-height: 1.8;
        max-width: 760px;
    }

    .calc-fallback-cta[b-7jnbesy2v2] {
        margin-top: 22px;
        max-width: 340px;
    }


    .counter-btn:hover[b-7jnbesy2v2],
    .counter-btn:focus-visible[b-7jnbesy2v2] {
        border-color: rgba(96, 165, 250, 0.65) !important;
        background: rgba(59, 130, 246, 0.08);
        transform: translateY(-1px) scale(1.04);
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16), 0 0 18px rgba(59, 130, 246, 0.14);
    }

    .calc-loading[b-7jnbesy2v2] {
        display: flex;
        gap: 24px;
        margin-top: 30px;
        align-items: flex-start;
    }

    .calc-loading-left[b-7jnbesy2v2] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .calc-loading-right[b-7jnbesy2v2] {
        width: 320px;
        max-width: 100%;
    }

    .skeleton-line[b-7jnbesy2v2],
    .skeleton-card[b-7jnbesy2v2],
    .skeleton-summary[b-7jnbesy2v2] {
        background: linear-gradient(90deg, rgba(30, 41, 59, 0.35) 25%, rgba(51, 65, 85, 0.6) 50%, rgba(30, 41, 59, 0.35) 75%);
        background-size: 200% 100%;
        animation: skeleton-shimmer-b-7jnbesy2v2 1.4s ease-in-out infinite;
        border-radius: 14px;
        border: 1px solid rgba(148, 163, 184, 0.12);
    }

    .skeleton-title[b-7jnbesy2v2] {
        height: 28px;
        width: 55%;
    }

    .skeleton-card[b-7jnbesy2v2] {
        height: 110px;
    }

    .skeleton-summary[b-7jnbesy2v2] {
        height: 320px;
    }

    @keyframes skeleton-shimmer-b-7jnbesy2v2 {
        0% { background-position: 200% 0; }
        100% { background-position: -200% 0; }
    }

    @keyframes credit-sheen-b-7jnbesy2v2 {
        0% { transform: translateX(-100%); }
        55% { transform: translateX(100%); }
        100% { transform: translateX(100%); }
    }

    @media (max-width: 980px) {
        .credit-flow-panel[b-7jnbesy2v2] {
            padding: 22px;
        }

        .module-section-shell[b-7jnbesy2v2],
        .calc-fallback-panel[b-7jnbesy2v2] {
            padding: 20px;
        }

        .credit-flow-steps[b-7jnbesy2v2] {
            grid-template-columns: 1fr;
        }

        .credit-flow-copy h4[b-7jnbesy2v2] {
            font-size: 1.45rem;
        }

        .calc-loading[b-7jnbesy2v2] {
            flex-direction: column;
        }

        .calc-loading-right[b-7jnbesy2v2] {
            width: 100%;
        }

        .skeleton-summary[b-7jnbesy2v2] {
            height: 220px;
        }
    }

    @media (max-width: 640px) {
        .module-section-shell[b-7jnbesy2v2] {
            padding: 18px 18px 16px;
        }
    }
