@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
/* /Pages/Landing.razor.rz.scp.css */
.landing-page[b-1hlcd4voxc] {
    padding: 32px 0 48px;
}

.landing-hero[b-1hlcd4voxc] {
    max-width: 780px;
    margin: 0 auto;
    padding: 64px 24px 72px;
    text-align: center;
}

.landing-badge[b-1hlcd4voxc] {
    display: inline-block;
    margin-bottom: 24px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: .85rem;
    font-weight: 700;
}

.landing-hero h1[b-1hlcd4voxc] {
    margin-bottom: 20px;
    color: #1e293b;
    font-size: clamp(2.3rem, 6vw, 4rem);
    line-height: 1.08;
}

.landing-hero p[b-1hlcd4voxc] {
    max-width: 620px;
    margin: 0 auto 32px;
    color: #64748b;
    font-size: 1.15rem;
    line-height: 1.7;
}

.landing-actions[b-1hlcd4voxc] {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.landing-actions a[b-1hlcd4voxc] {
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}

.landing-actions a:hover[b-1hlcd4voxc] {
    transform: translateY(-1px);
}

.landing-primary-action[b-1hlcd4voxc] {
    background: #6c63ff;
    color: white;
    box-shadow: 0 8px 20px rgba(108, 99, 255, .2);
}

.landing-secondary-action[b-1hlcd4voxc] {
    border: 1px solid #e2e8f0;
    background: white;
    color: #475569;
}

.landing-features[b-1hlcd4voxc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.landing-feature[b-1hlcd4voxc] {
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: white;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .05);
}

.landing-feature-icon[b-1hlcd4voxc] {
    display: block;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

.landing-feature h2[b-1hlcd4voxc] {
    margin-bottom: 8px;
    color: #1e293b;
    font-size: 1.1rem;
}

.landing-feature p[b-1hlcd4voxc] {
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 700px) {
    .landing-page[b-1hlcd4voxc] {
        padding-top: 0;
    }

    .landing-hero[b-1hlcd4voxc] {
        padding: 40px 8px 48px;
    }

    .landing-features[b-1hlcd4voxc] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Offers.razor.rz.scp.css */
.offers-page[b-d1r6uds9xh] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}


/* HEADER */

.offers-header[b-d1r6uds9xh] {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.offers-badge[b-d1r6uds9xh] {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 0.8rem;
    font-weight: 700;
}

.offers-header h1[b-d1r6uds9xh] {
    margin: 0 0 16px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
    color: #1e293b;
}

.offers-header p[b-d1r6uds9xh] {
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}


/* CARDS */

.offers-grid[b-d1r6uds9xh] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

.offer-card[b-d1r6uds9xh] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: white;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}

.offer-card-highlighted[b-d1r6uds9xh] {
    border: 2px solid #4f46e5;
    box-shadow: 0 16px 45px rgba(79, 70, 229, 0.12);
}

.premium-card[b-d1r6uds9xh] {
    background: linear-gradient( 180deg, #fffdf7 0%, #ffffff 35% );
    border-color: #fde68a;
}

.offer-popular[b-d1r6uds9xh] {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 16px;
    border-radius: 999px;
    background: #4f46e5;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.offer-card-header[b-d1r6uds9xh] {
    min-height: 155px;
}

.offer-icon[b-d1r6uds9xh] {
    margin-bottom: 14px;
    font-size: 1.8rem;
}

.offer-card h2[b-d1r6uds9xh] {
    margin: 0 0 10px;
    color: #1e293b;
    font-size: 1.35rem;
}

.offer-description[b-d1r6uds9xh] {
    margin: 0;
    color: #64748b;
    line-height: 1.55;
}


/* PRICE */

.offer-price[b-d1r6uds9xh] {
    min-height: 70px;
    display: flex;
    align-items: baseline;
    margin: 14px 0 24px;
}

.price[b-d1r6uds9xh] {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 800;
}

.price-period[b-d1r6uds9xh] {
    margin-left: 6px;
    color: #64748b;
}


/* FEATURES */

.offer-features[b-d1r6uds9xh] {
    flex-grow: 1;
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

    .offer-features li[b-d1r6uds9xh] {
        display: flex;
        gap: 10px;
        padding: 9px 0;
        color: #334155;
        line-height: 1.4;
    }

.feature-check[b-d1r6uds9xh] {
    flex-shrink: 0;
    color: #16a34a;
    font-weight: 800;
}

.offer-features .feature-disabled[b-d1r6uds9xh] {
    color: #94a3b8;
}


/* BUTTONS */

.offer-button[b-d1r6uds9xh] {
    display: block;
    width: 100%;
    padding: 13px 18px;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

    .offer-button:not(:disabled):hover[b-d1r6uds9xh] {
        transform: translateY(-1px);
    }

.offer-button-secondary[b-d1r6uds9xh] {
    background: #f1f5f9;
    color: #334155;
}

    .offer-button-secondary:hover[b-d1r6uds9xh] {
        background: #e2e8f0;
    }

.offer-button-primary[b-d1r6uds9xh] {
    background: #4f46e5;
    color: white;
}

    .offer-button-primary:hover[b-d1r6uds9xh] {
        background: #4338ca;
        color: white;
        box-shadow: 0 7px 18px rgba(79, 70, 229, 0.25);
    }

.offer-button-premium[b-d1r6uds9xh] {
    background: #f59e0b;
    color: white;
}

.offer-button:disabled[b-d1r6uds9xh] {
    opacity: 0.7;
    cursor: default;
}


/* COMPARISON */

.offers-comparison[b-d1r6uds9xh] {
    margin-top: 80px;
}

    .offers-comparison h2[b-d1r6uds9xh] {
        margin-bottom: 28px;
        color: #1e293b;
        font-size: 1.8rem;
        text-align: center;
    }

.comparison-table-wrapper[b-d1r6uds9xh] {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: white;
}

.comparison-table[b-d1r6uds9xh] {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

    .comparison-table th[b-d1r6uds9xh],
    .comparison-table td[b-d1r6uds9xh] {
        padding: 18px 20px;
        border-bottom: 1px solid #f1f5f9;
        text-align: center;
    }

        .comparison-table th:first-child[b-d1r6uds9xh],
        .comparison-table td:first-child[b-d1r6uds9xh] {
            text-align: left;
        }

    .comparison-table thead[b-d1r6uds9xh] {
        background: #f8fafc;
    }

    .comparison-table th[b-d1r6uds9xh] {
        color: #334155;
        font-size: 0.9rem;
    }

    .comparison-table td[b-d1r6uds9xh] {
        color: #64748b;
    }

    .comparison-table tbody tr:last-child td[b-d1r6uds9xh] {
        border-bottom: none;
    }

    .comparison-table .yes[b-d1r6uds9xh] {
        color: #16a34a;
        font-size: 1.2rem;
        font-weight: 800;
    }

    .comparison-table .no[b-d1r6uds9xh] {
        color: #cbd5e1;
    }


/* TABLET */

@media (max-width: 950px) {

    .offers-grid[b-d1r6uds9xh] {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .offer-card-header[b-d1r6uds9xh] {
        min-height: auto;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .offers-page[b-d1r6uds9xh] {
        padding: 32px 16px 60px;
    }

    .offers-header[b-d1r6uds9xh] {
        margin-bottom: 36px;
    }

        .offers-header h1[b-d1r6uds9xh] {
            font-size: 2rem;
        }

    .offer-card[b-d1r6uds9xh] {
        padding: 26px 22px;
    }

    .offers-comparison[b-d1r6uds9xh] {
        margin-top: 55px;
    }
}
/* /Pages/Subscription.razor.rz.scp.css */
.subscription-page[b-khza6tv89s] {
    max-width: 720px;
    margin: 0 auto;
    padding: 64px 24px 80px;
}

.subscription-card[b-khza6tv89s] {
    padding: 48px;
    border: 1px solid #fde68a;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 45%);
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.subscription-icon[b-khza6tv89s] {
    font-size: 2.5rem;
}

.subscription-card h1[b-khza6tv89s] {
    margin: 16px 0;
    color: #1e293b;
}

.subscription-card p[b-khza6tv89s] {
    color: #64748b;
    line-height: 1.7;
}

.subscription-button[b-khza6tv89s] {
    margin-top: 20px;
    padding: 13px 22px;
    border: 0;
    border-radius: 10px;
    background: #f59e0b;
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.subscription-button:hover[b-khza6tv89s] {
    background: #d97706;
}

.subscription-error[b-khza6tv89s] {
    color: #b91c1c !important;
}
