@import '_content/BlazLib.VanillaJs.CoreLib/BlazLib.VanillaJs.CoreLib.bezqn3fbh7.bundle.scp.css';

/* /Web/Components/Layout/MinimalPageLayout/Ch360MinimalPageLayout.razor.rz.scp.css */
/* ===== Prospect Site Layout ===== */

body[b-z8fxd10iy8], html[b-z8fxd10iy8] {
    margin: 0;
    height: 100%;
}

[b-z8fxd10iy8] .prospect-site {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

/* --- Header / Nav --- */

[b-z8fxd10iy8] .prospect-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

[b-z8fxd10iy8] .prospect-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-width: 0;
}

[b-z8fxd10iy8] .prospect-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #1a1a2e;
}

[b-z8fxd10iy8] .prospect-brand-logo {
    height: 50px;
    width: auto;
}

[b-z8fxd10iy8] .prospect-brand-text {
    font-weight: 600;
    font-size: 1.1rem;
}

[b-z8fxd10iy8] .prospect-nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

[b-z8fxd10iy8] .prospect-nav-links a {
    text-decoration: none;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 500;
}

[b-z8fxd10iy8] .prospect-nav-links a:hover {
    color: #1a1a2e;
}

[b-z8fxd10iy8] .prospect-nav-links .btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

/* Hamburger button - visible on mobile only */
[b-z8fxd10iy8] .prospect-hamburger {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
}

[b-z8fxd10iy8] .prospect-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #1a1a2e;
    border-radius: 2px;
    transition: transform 0.2s;
}

/* Desktop: hide hamburger, show nav links inline */
@media (min-width: 768px) {
    [b-z8fxd10iy8] .prospect-hamburger {
        display: none;
    }
}

/* Mobile: collapse nav links */
@media (max-width: 767.98px) {
    [b-z8fxd10iy8] .prospect-nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #e9ecef;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        padding: 1rem 1.5rem;
        gap: 0.75rem;
        align-items: stretch;
    }

    [b-z8fxd10iy8] .prospect-nav-links.open {
        display: flex;
    }

    [b-z8fxd10iy8] .prospect-nav-links a {
        padding: 0.5rem 0;
        font-size: 1rem;
    }

    [b-z8fxd10iy8] .prospect-nav-links .btn {
        text-align: center;
    }

    [b-z8fxd10iy8] .prospect-nav {
        position: relative;
    }
}

/* --- Main --- */

[b-z8fxd10iy8] main {
    flex: 1 1 auto;
}

/* --- Footer --- */

[b-z8fxd10iy8] .prospect-footer {
    background-color: #1a1a2e;
    color: #c8c8d0;
    padding: 3rem 0 0;
    margin-top: auto;
}

[b-z8fxd10iy8] .footer-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

[b-z8fxd10iy8] .footer-logo {
    height: 96px;
    width: auto;
}

[b-z8fxd10iy8] .footer-tagline {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #9a9ab0;
    margin: 0;
}

[b-z8fxd10iy8] .footer-heading {
    color: #9a9ab0;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 1rem;
}

[b-z8fxd10iy8] .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

[b-z8fxd10iy8] .footer-links li {
    margin-bottom: 0.5rem;
}

[b-z8fxd10iy8] .footer-links a {
    color: #c8c8d0;
    text-decoration: none;
    font-size: 0.9rem;
}

[b-z8fxd10iy8] .footer-links a:hover {
    color: #fff;
}

[b-z8fxd10iy8] .footer-icon {
    display: inline-block;
    width: 1.2em;
    text-align: center;
    margin-right: 0.25rem;
}

[b-z8fxd10iy8] .footer-bottom {
    border-top: 1px solid #2a2a40;
    margin-top: 2rem;
    padding: 1rem 0;
    font-size: 0.8rem;
    color: #6c6c80;
}

[b-z8fxd10iy8] .footer-bottom a {
    color: #6c6c80;
    text-decoration: none;
}

[b-z8fxd10iy8] .footer-bottom a:hover {
    color: #c8c8d0;
}
/* /Web/Pages/GenericPages/CtaPage.razor.rz.scp.css */
/* === CTA Page === */
.cta-page[b-uf5d6cqkds] {
    padding: 4rem 0 5rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #f8f9fa 50%, #eef2ff 100%);
    min-height: calc(100dvh - 60px);
}

.cta-left[b-uf5d6cqkds] {
    padding-top: 1rem;
}

.cta-label[b-uf5d6cqkds] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #198754;
    margin-bottom: 0.75rem;
}

.cta-heading[b-uf5d6cqkds] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.cta-sub[b-uf5d6cqkds] {
    color: #555;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 420px;
}

/* Benefits */
.cta-benefit[b-uf5d6cqkds] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.cta-benefit-icon[b-uf5d6cqkds] {
    font-size: 1.3rem;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f5e9;
    border-radius: 50%;
}

/* Form card */
.cta-form-card[b-uf5d6cqkds] {
    background: #fff !important;
    border-radius: 12px;
}

.cta-section-label[b-uf5d6cqkds] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #198754;
    margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
    .cta-heading[b-uf5d6cqkds] {
        font-size: 1.8rem;
    }

    .cta-page[b-uf5d6cqkds] {
        padding: 2rem 0 3rem;
    }
}
/* /Web/Pages/GenericPages/HomePage.razor.rz.scp.css */
/* ===== Hero Section ===== */

.hero-section[b-0j32misxz5] {
    background: url('/img/ch360hero-wavy-bg.png') right center / cover no-repeat;
    padding: 6rem 0 5rem;
    min-height: 480px;
}

.hero-heading[b-0j32misxz5] {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    color: #1a1a2e;
    margin-bottom: 1.5rem;
}

.hero-lead[b-0j32misxz5] {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 1rem;
    max-width: 480px;
}

.hero-sub[b-0j32misxz5] {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 480px;
}

.hero-actions[b-0j32misxz5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-btn-primary[b-0j32misxz5] {
    border-radius: 30px;
    padding: 0.6rem 1.8rem;
    font-weight: 600;
}

.hero-btn-secondary[b-0j32misxz5] {
    color: #1a1a2e;
    font-weight: 600;
    text-decoration: none;
}

/* Hero graphic - ring image */
.hero-graphic[b-0j32misxz5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-ring-img[b-0j32misxz5] {
    width: 100%;
    max-width: 420px;
    height: auto;
}

/* ===== What It Does Section ===== */

.section-whatitdoes[b-0j32misxz5] {
    padding: 5rem 0;
}

.section-label[b-0j32misxz5] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-heading[b-0j32misxz5] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
}

.feature-card[b-0j32misxz5] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
}

.feature-icon-circle[b-0j32misxz5] {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
}

.feature-icon-img[b-0j32misxz5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-title[b-0j32misxz5] {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.feature-text[b-0j32misxz5] {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ===== Why It Exists Section ===== */

.section-whyitexists[b-0j32misxz5] {
    padding: 5rem 0;
    background: #fff;
}

.section-text[b-0j32misxz5] {
    font-size: 1rem;
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.why-image-wrapper[b-0j32misxz5] {
    border-radius: 12px;
    overflow: hidden;
}

.why-image[b-0j32misxz5] {
    width: 100%;
    max-width: 360px;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

/* ===== How It Works / CTA Section ===== */

.section-howitworks[b-0j32misxz5] {
    padding: 5rem 0;
    background: #f5f6f5;
}

.screenshot-wrapper[b-0j32misxz5] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: hidden;
}

.screenshot-img[b-0j32misxz5] {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== Responsive ===== */

@media (max-width: 991.98px) {
    .hero-heading[b-0j32misxz5] {
        font-size: 2rem;
    }

    .section-heading[b-0j32misxz5] {
        font-size: 1.6rem;
    }
}
