/* _content/SinnardTechnologies/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* _content/SinnardTechnologies/Components/Pages/AppIdeaValidation.razor.rz.scp.css */
.validation-page[b-2mtcdmypu8] {
    color: #e5e7eb;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.section-container[b-2mtcdmypu8] {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
}

.hero[b-2mtcdmypu8] {
    padding: 5rem 0 4rem;
}

.hero-content[b-2mtcdmypu8] {
    width: min(1100px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    align-items: center;
}

.eyebrow[b-2mtcdmypu8],
.section-eyebrow[b-2mtcdmypu8] {
    display: inline-block;
    margin-bottom: .85rem;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #60a5fa;
}

.hero h1[b-2mtcdmypu8] {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    margin: 0 0 1rem;
    color: #fff;
}

.hero-subtext[b-2mtcdmypu8] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 720px;
}

.hero-points[b-2mtcdmypu8] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.5rem 0;
}

.hero-point[b-2mtcdmypu8] {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    padding: .75rem 1rem;
    border-radius: 999px;
    font-size: .95rem;
}

.hero-cta[b-2mtcdmypu8] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1.5rem 0 1rem;
}

.hero-trust[b-2mtcdmypu8] {
    margin-top: 1rem;
    color: #cbd5e1;
}

.hero-card[b-2mtcdmypu8] {
    display: flex;
    justify-content: center;
}

.offer-card[b-2mtcdmypu8],
.info-card[b-2mtcdmypu8],
.step-card[b-2mtcdmypu8],
.included-card[b-2mtcdmypu8],
.faq-card[b-2mtcdmypu8],
.lead-form-card[b-2mtcdmypu8] {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.offer-card[b-2mtcdmypu8] {
    padding: 2rem;
    width: 100%;
    max-width: 380px;
}

.offer-label[b-2mtcdmypu8] {
    font-size: .9rem;
    color: #93c5fd;
    margin-bottom: .5rem;
    font-weight: 600;
}

.offer-price[b-2mtcdmypu8] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: .75rem;
    color: #fff;
}

.offer-description[b-2mtcdmypu8] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.offer-card ul[b-2mtcdmypu8] {
    padding-left: 1.1rem;
    margin: 0 0 1.5rem;
    color: #dbeafe;
}

.offer-card li[b-2mtcdmypu8] {
    margin-bottom: .65rem;
}

.btn[b-2mtcdmypu8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 1.25rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
    border: none;
    cursor: pointer;
}

    .btn:hover[b-2mtcdmypu8] {
        transform: translateY(-1px);
    }

.btn-primary[b-2mtcdmypu8] {
    background: #2563eb;
    color: #fff;
}

    .btn-primary:hover[b-2mtcdmypu8] {
        background: #1d4ed8;
        color: #fff;
    }

.btn-secondary[b-2mtcdmypu8] {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
}

    .btn-secondary:hover[b-2mtcdmypu8] {
        background: rgba(255,255,255,.05);
        color: #fff;
    }

.full-width[b-2mtcdmypu8] {
    width: 100%;
}

.problem-solution[b-2mtcdmypu8],
.steps-section[b-2mtcdmypu8],
.included-section[b-2mtcdmypu8],
.for-section[b-2mtcdmypu8],
.faq-section[b-2mtcdmypu8],
.lead-section[b-2mtcdmypu8] {
    padding: 4rem 0;
}

.two-column[b-2mtcdmypu8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.info-card[b-2mtcdmypu8] {
    padding: 2rem;
}

    .info-card h2[b-2mtcdmypu8],
    .section-header h2[b-2mtcdmypu8],
    .lead-copy h2[b-2mtcdmypu8] {
        color: #fff;
        margin-top: 0;
        margin-bottom: .75rem;
    }

    .info-card p[b-2mtcdmypu8],
    .section-header p[b-2mtcdmypu8],
    .step-card p[b-2mtcdmypu8],
    .included-card p[b-2mtcdmypu8],
    .faq-card p[b-2mtcdmypu8],
    .lead-copy p[b-2mtcdmypu8] {
        color: #cbd5e1;
        line-height: 1.7;
    }

.section-header[b-2mtcdmypu8] {
    max-width: 780px;
    margin: 0 auto 2rem;
    text-align: center;
}

.steps-grid[b-2mtcdmypu8],
.included-grid[b-2mtcdmypu8],
.faq-grid[b-2mtcdmypu8] {
    display: grid;
    gap: 1.5rem;
}

.steps-grid[b-2mtcdmypu8] {
    grid-template-columns: repeat(3, 1fr);
}

.included-grid[b-2mtcdmypu8],
.faq-grid[b-2mtcdmypu8] {
    grid-template-columns: repeat(3, 1fr);
}

.step-card[b-2mtcdmypu8],
.included-card[b-2mtcdmypu8],
.faq-card[b-2mtcdmypu8] {
    padding: 1.5rem;
}

.step-number[b-2mtcdmypu8] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(37,99,235,.18);
    color: #93c5fd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 1rem;
}

.step-card h3[b-2mtcdmypu8],
.included-card h3[b-2mtcdmypu8],
.faq-card h3[b-2mtcdmypu8] {
    margin-top: 0;
    color: #fff;
}

.clean-list[b-2mtcdmypu8] {
    margin: 0;
    padding-left: 1.1rem;
    color: #cbd5e1;
}

    .clean-list li[b-2mtcdmypu8] {
        margin-bottom: .75rem;
        line-height: 1.6;
    }

.lead-container[b-2mtcdmypu8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.mini-benefits[b-2mtcdmypu8] {
    display: grid;
    gap: .75rem;
    margin-top: 1.25rem;
    color: #dbeafe;
}

.lead-form-card[b-2mtcdmypu8] {
    padding: 2rem;
}

.form-group[b-2mtcdmypu8] {
    margin-bottom: 1rem;
}

    .form-group label[b-2mtcdmypu8] {
        display: block;
        margin-bottom: .5rem;
        font-weight: 600;
        color: #fff;
    }

.form-control[b-2mtcdmypu8] {
    width: 100%;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
    color: #fff;
    border-radius: 12px;
    padding: .9rem 1rem;
    outline: none;
}

    .form-control:focus[b-2mtcdmypu8] {
        border-color: #60a5fa;
        box-shadow: 0 0 0 3px rgba(96,165,250,.12);
    }

.form-textarea[b-2mtcdmypu8] {
    min-height: 140px;
    resize: vertical;
}

.checkbox-group[b-2mtcdmypu8] {
    display: flex;
    gap: .75rem;
    align-items: center;
    margin-bottom: 1.25rem;
    color: #dbeafe;
}

.validation-summary[b-2mtcdmypu8] {
    color: #fca5a5;
    margin-bottom: 1rem;
}

.success-message[b-2mtcdmypu8] {
    text-align: center;
    padding: 1rem;
}

    .success-message h3[b-2mtcdmypu8] {
        color: #fff;
        margin-top: 0;
    }

    .success-message p[b-2mtcdmypu8] {
        color: #cbd5e1;
        line-height: 1.7;
    }

@media (max-width: 960px) {
    .hero-content[b-2mtcdmypu8],
    .two-column[b-2mtcdmypu8],
    .lead-container[b-2mtcdmypu8],
    .steps-grid[b-2mtcdmypu8],
    .included-grid[b-2mtcdmypu8],
    .faq-grid[b-2mtcdmypu8] {
        grid-template-columns: 1fr;
    }

    .hero[b-2mtcdmypu8] {
        padding-top: 4rem;
    }
}
