/* BEVYdoc Page Styles
   Version: 1.8.0
   Date: 2026-07-26 */

.page-hero-bevydoc {

    background:
        radial-gradient(ellipse 800px 380px at 50% -8%, rgba(123, 175, 234, 0.16) 0%, transparent 70%),
        linear-gradient(135deg, var(--brand-white) 0%, var(--brand-cloud-gray) 100%);
    padding: 3rem 0;
    position: relative;
}

.bevydoc-intro-section {
    background: var(--brand-white);
}

.bevydoc-whitelabel-section {
    background: var(--brand-white);
}

.bevydoc-intro-lead {
    max-width: 780px;
}

.bevydoc-cta-inner {
    max-width: 600px;
}

.bevydoc-cta-section {
    background: linear-gradient(135deg, var(--brand-white) 0%, var(--brand-cloud-gray) 100%);
    position: relative;
}

.bevydoc-cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-sky-blue) 0%, var(--brand-blue) 50%, var(--brand-navy) 100%);
}

.bevydoc-intro-section .lead,
.bevydoc-cta-section .lead {
    color: var(--brand-graphite);
}

.bevydoc-intro-section.py-6,
.bevydoc-whitelabel-section.py-6,
.bevydoc-lifecycle-section.py-6,
.bevydoc-cta-section.py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bevydoc-brand {
    color: var(--brand-navy);
}

.bevydoc-accent {
    color: var(--brand-sky-blue);
}

.bevydoc-intro-icon {
    width: 72px;
    height: 72px;
    background: var(--brand-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(57, 62, 176, 0.25);
}

.bevydoc-intro-icon i {
    font-size: 2rem;
    color: var(--brand-white);
}

.page-hero-bevydoc .lead {
    color: var(--brand-midnight-charcoal);
}

.bevydoc-subtext {
    font-size: 1.05rem;
    color: var(--brand-graphite);
    line-height: 1.75;
    max-width: 680px;
}

.bevydoc-hero-phone {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 420px;
    height: auto;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.bevydoc-body-text {
    font-size: 1rem;
    color: var(--brand-graphite);
    line-height: 1.8;
}

.bevydoc-whitelabel-box {
    background: var(--brand-cloud-gray);
    border: 1px solid var(--gray-200);
    border-left: 5px solid var(--brand-green);
    border-radius: 16px;
    padding: 3rem;
}

.bevydoc-star-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--brand-orange);
    color: var(--brand-navy);
    border-radius: 50%;
    font-size: 0.9rem;
}

.bevydoc-label-text {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-blue);
}

.bevydoc-feature-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--brand-midnight-charcoal);
    transition: all 0.3s ease;
}

.bevydoc-feature-pill:hover {
    border-color: var(--brand-blue);
    box-shadow: 0 6px 16px rgba(57, 62, 176, 0.14);
    transform: translateY(-2px);
}

.bevydoc-feature-pill i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--brand-blue);
    color: var(--brand-white);
    border-radius: 8px;
    font-size: 1rem;
}

.bevydoc-lifecycle {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bevydoc-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--brand-white);
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.bevydoc-step:last-child {
    margin-bottom: 0;
}

.bevydoc-step:hover {
    box-shadow: 0 10px 24px rgba(57, 62, 176, 0.14);
    transform: translateX(4px);
}

.bevydoc-lifecycle-section {
    background: var(--brand-cloud-gray);
}

.bevydoc-lifecycle-section h2 {
    color: var(--brand-midnight-charcoal);
}

.bevydoc-lifecycle-section p.lead {
    color: var(--brand-graphite);
}

.bevydoc-step-num {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-orange);
    color: var(--brand-navy);
    border-radius: 50%;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
}

.bevydoc-step-content h4 {
    color: var(--brand-midnight-charcoal);
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.bevydoc-step-content p {
    color: var(--brand-graphite);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .bevydoc-whitelabel-box {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .page-hero-bevydoc {
        padding: 3rem 0;
    }

    .bevydoc-hero-phone {
        max-height: 320px;
        margin-top: 1.5rem;
    }

    .bevydoc-step {
        gap: 1rem;
        padding: 1.25rem;
    }

    .bevydoc-step-num {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.1rem;
    }

    .bevydoc-intro-icon {
        width: 60px;
        height: 60px;
    }

    .bevydoc-intro-icon i {
        font-size: 1.6rem;
    }
}
