html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html, body {
    overflow-x: hidden;
}

.biv-hero,
.biv-intro,
.biv-priority-strip,
.biv-phases,
.biv-methodology,
.biv-workflow,
.biv-personal-checks,
.biv-reporting,
.biv-cta {
    overflow-x: clip;
}

.biv-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    padding: 10rem 0 6rem;
    background: var(--primary, #0a1628);
    overflow: hidden;
}

.biv-hero-media,
.biv-hero-overlay,
.biv-cta-bg {
    position: absolute;
    inset: 0;
}

.biv-hero-media img,
.biv-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.biv-hero-media img {
    opacity: 0.23;
}

.biv-hero-overlay {
    background:
        linear-gradient(115deg, rgba(10, 22, 40, 0.97) 0%, rgba(10, 22, 40, 0.61) 42%, rgba(10, 22, 40, 0.76) 100%),
        radial-gradient(circle at 82% 18%, rgba(98, 191, 202, 0.18) 0%, transparent 34%);
}

.biv-hero::after,
.biv-priority-strip::after,
.biv-workflow::after,
.biv-cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.biv-hero::after {
    right: -180px;
    top: -130px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(200, 168, 78, 0.16);
}

.biv-hero .container,
.biv-priority-strip .container,
.biv-workflow .container,
.biv-cta .container {
    position: relative;
    z-index: 2;
    padding-left: 0;
    text-align: left;
}

.biv-hero-inner {
    position: relative;
    max-width: 820px;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.biv-badge,
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.biv-badge {
    margin-bottom: 1.75rem;
    color: var(--accent, #c8a84e);
    background: rgba(200, 168, 78, 0.12);
    border: 1px solid rgba(200, 168, 78, 0.24);
}

.biv-badge svg,
.section-badge svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.biv-hero .biv-hero-title,
.biv-copy h2,
.biv-section-head h2,
.biv-priority-strip h2,
.biv-cta h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.biv-hero .biv-hero-title {
    color: #fff;
    font-size: clamp(3rem, 7vw, 4.8rem);
    margin-bottom: 1.5rem;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.biv-hero-copy {
    max-width: 720px;
    font-size: 1.12rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.84);
    margin-bottom: 2rem;
}

.biv-hero-actions,
.biv-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.biv-hero-actions .btn,
.biv-cta-actions .btn {
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.biv-hero-actions .btn:hover,
.biv-cta-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(10, 22, 40, 0.22);
}

.biv-hero-actions .btn-outline,
.biv-cta-actions .btn-outline {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.biv-hero-actions .btn svg {
    width: 18px;
    height: 18px;
    margin-left: 0.4rem;
}

.biv-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.biv-hero-metrics div {
    padding: 1.25rem 1.1rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.biv-hero-metrics div:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.09);
    border-color: rgba(98, 191, 202, 0.5);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.18);
}

.biv-hero-metrics strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.biv-hero-metrics span {
    color: rgba(255,255,255,0.74);
    font-size: 0.88rem;
    line-height: 1.5;
}

.biv-intro,
.biv-phases,
.biv-personal-checks,
.biv-reporting {
    padding: 7rem 0;
    background: #fff;
    position: relative;
}

.biv-methodology {
    padding: 7rem 0;
    background: var(--gray-50, #f9fafb);
    position: relative;
}

.biv-intro::before,
.biv-phases::before,
.biv-personal-checks::before,
.biv-reporting::before,
.biv-methodology::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: min(160px, 22vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(98, 191, 202, 0.7) 0%, rgba(98, 191, 202, 0) 100%);
}

.biv-priority-strip,
.biv-workflow,
.biv-cta {
    padding: 7rem 0;
    background: var(--primary, #0a1628);
    position: relative;
    overflow: hidden;
}

.biv-priority-strip::after {
    width: 420px;
    height: 420px;
    left: -220px;
    bottom: -220px;
    background: radial-gradient(circle, rgba(98, 191, 202, 0.12) 0%, transparent 65%);
}

.biv-workflow::after {
    width: 380px;
    height: 380px;
    right: -180px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(200, 168, 78, 0.12) 0%, transparent 65%);
}

.biv-cta::after {
    width: 520px;
    height: 520px;
    right: -200px;
    top: -180px;
    background: radial-gradient(circle, rgba(98, 191, 202, 0.12) 0%, transparent 68%);
}

.section-badge {
    color: var(--accent, #c8a84e);
    background: rgba(200, 168, 78, 0.08);
    border: 1px solid rgba(200, 168, 78, 0.22);
    margin-bottom: 1.2rem;
}

.section-badge.light {
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.14);
}

.biv-grid-two,
.biv-split-grid,
.biv-cta-grid,
.biv-personal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem;
    align-items: center;
}

.biv-grid-two-reporting {
    align-items: start;
}

.biv-copy h2,
.biv-section-head h2,
.biv-priority-strip h2,
.biv-cta h2 {
    font-size: clamp(2.2rem, 4.2vw, 3.35rem);
    color: var(--primary, #0a1628);
    margin-bottom: 1.4rem;
}

.biv-section-head-light h2,
.biv-cta h2,
.biv-priority-strip h2,
.biv-workflow h2 {
    color: #fff !important;
}

.biv-section-head {
    max-width: 800px;
    margin: 0 auto 3rem 0;
}

.biv-section-head-light p,
.biv-section-head-light h2,
.biv-priority-strip p,
.biv-workflow p,
.biv-cta p,
.biv-workflow-card p {
    color: rgba(255,255,255,0.78);
}

.biv-copy p,
.biv-section-head p,
.biv-phase-card p,
.biv-priority-card p,
.biv-cta-panel p {
    font-size: 1rem;
    line-height: 1.85;
}

.biv-copy p {
    color: var(--gray-600, #4b5563);
    margin-bottom: 1rem;
}

.biv-panel,
.biv-personal-card {
    position: relative;
    padding: 2.25rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(98,191,202,0.08) 0%, rgba(200,168,78,0.08) 100%);
    border: 1px solid rgba(10,22,40,0.08);
    box-shadow: 0 16px 40px rgba(10,22,40,0.06);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
}

.biv-panel:hover,
.biv-personal-card:hover {
    transform: translateY(-6px);
    border-color: rgba(98, 191, 202, 0.72);
    box-shadow: 0 24px 50px rgba(10, 22, 40, 0.12);
    background: linear-gradient(135deg, rgba(98,191,202,0.12) 0%, rgba(200,168,78,0.1) 100%);
}

.biv-panel h3,
.biv-phase-card h3,
.biv-priority-card h3,
.biv-workflow-card h3,
.biv-cta-panel h3,
.biv-personal-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 1.28rem;
    font-weight: 800;
    color: var(--primary, #0a1628);
    margin-bottom: 1rem;
}

.biv-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.biv-checklist li {
    position: relative;
    padding-left: 1.65rem;
    margin-bottom: 1rem;
    color: var(--gray-700, #374151);
    line-height: 1.7;
}

.biv-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent, #c8a84e);
    box-shadow: 0 0 0 6px rgba(200, 168, 78, 0.12);
}

.biv-priority-grid,
.biv-phase-grid,
.biv-workflow-grid {
    display: grid;
    gap: 1.5rem;
}

.biv-priority-grid,
.biv-workflow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.biv-phase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.biv-priority-card,
.biv-phase-card,
.biv-workflow-card,
.biv-cta-panel,
.biv-outcome-list div {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.biv-priority-card::before,
.biv-phase-card::before,
.biv-workflow-card::before,
.biv-cta-panel::before,
.biv-outcome-list div::before,
.biv-personal-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    transition: border-color 0.32s ease;
    pointer-events: none;
}

.biv-priority-card,
.biv-workflow-card {
    padding: 2rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    backdrop-filter: blur(10px);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
}

.biv-priority-card:hover,
.biv-workflow-card:hover {
    transform: translateY(-7px);
    background: rgba(255,255,255,0.09);
    border-color: rgba(98, 191, 202, 0.42);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.2);
}

.biv-priority-card:hover::before,
.biv-workflow-card:hover::before,
.biv-phase-card:hover::before,
.biv-cta-panel:hover::before,
.biv-outcome-list div:hover::before,
.biv-personal-card:hover::before {
    border-color: rgba(98, 191, 202, 0.7);
}

.biv-priority-card h3,
.biv-workflow-card h3 {
    color: #fff;
}

.biv-priority-card p,
.biv-workflow-card p {
    margin: 0;
}

.biv-phase-card {
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(10,22,40,0.08);
    box-shadow: 0 16px 36px rgba(10,22,40,0.06);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
}

.biv-phase-card:hover {
    transform: translateY(-7px);
    border-color: rgba(98, 191, 202, 0.6);
    box-shadow: 0 24px 48px rgba(10, 22, 40, 0.12);
    background: #fbfdff;
}

.biv-phase-card ul {
    margin: 1.2rem 0 0;
    padding-left: 1.1rem;
    color: var(--gray-700, #374151);
}

.biv-phase-card li {
    margin-bottom: 0.75rem;
    line-height: 1.65;
}

.biv-image-card {
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 44px rgba(10,22,40,0.12);
}

.biv-outcome-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.biv-outcome-list div {
    padding: 1.2rem 1.3rem;
    background: #fff;
    border: 1px solid rgba(10,22,40,0.08);
    box-shadow: 0 8px 22px rgba(10,22,40,0.05);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
}

.biv-outcome-list div:hover {
    transform: translateY(-5px);
    border-color: rgba(98, 191, 202, 0.65);
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.11);
    background: #fbfdff;
}

.biv-outcome-list strong {
    display: block;
    color: var(--primary, #0a1628);
    margin-bottom: 0.35rem;
    font-weight: 800;
}

.biv-outcome-list span {
    color: var(--gray-600, #4b5563);
    line-height: 1.6;
}

.biv-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(200, 168, 78, 0.14);
    color: var(--accent, #c8a84e);
    font-family: 'Archivo', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.biv-personal-marker ol {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: var(--gray-700, #374151);
}

.biv-personal-marker li {
    margin-bottom: 0.7rem;
    line-height: 1.65;
}

.biv-cta {
    padding-bottom: 7.5rem;
}

.biv-cta-bg {
    background:
        linear-gradient(100deg, rgba(10, 22, 40, 0.96) 0%, rgba(10, 22, 40, 0.9) 100%),
        url('https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    opacity: 1;
}

.biv-cta-copy {
    max-width: 640px;
}

.biv-cta-panel {
    padding: 2.25rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.11);
    backdrop-filter: blur(14px);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background-color 0.32s ease;
}

.biv-cta-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: -160%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(98,191,202,0.16) 48%, rgba(255,255,255,0) 100%);
    transform: skewX(-18deg);
    animation: biv-sheen 8s linear infinite;
    pointer-events: none;
}

.biv-cta-panel:hover {
    transform: translateY(-7px);
    border-color: rgba(98, 191, 202, 0.56);
    background: rgba(255,255,255,0.1);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.biv-cta-panel h3 {
    color: #fff;
}

.biv-cta-note {
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.74);
}

@keyframes biv-sheen {
    0% { left: -160%; }
    100% { left: 190%; }
}

@media (max-width: 1180px) {
    .biv-priority-grid,
    .biv-workflow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .biv-phase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .biv-grid-two,
    .biv-split-grid,
    .biv-cta-grid,
    .biv-personal-grid {
        grid-template-columns: 1fr;
    }

    .biv-hero {
        min-height: auto;
        padding: 8.5rem 0 5rem;
    }

    .biv-hero .container,
    .biv-priority-strip .container,
    .biv-workflow .container,
    .biv-cta .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .biv-image-card {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .biv-intro,
    .biv-phases,
    .biv-methodology,
    .biv-personal-checks,
    .biv-reporting,
    .biv-priority-strip,
    .biv-workflow,
    .biv-cta {
        padding: 5rem 0;
    }

    .biv-hero .biv-hero-title {
        font-size: clamp(2.2rem, 10vw, 3.0rem);
    }

    .biv-hero-copy,
    .biv-copy p,
    .biv-section-head p,
    .biv-phase-card p,
    .biv-priority-card p,
    .biv-workflow-card p,
    .biv-cta-panel p {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .biv-hero-metrics,
    .biv-priority-grid,
    .biv-workflow-grid {
        grid-template-columns: 1fr;
    }

    .biv-panel,
    .biv-phase-card,
    .biv-priority-card,
    .biv-workflow-card,
    .biv-personal-card,
    .biv-cta-panel {
        padding: 1.6rem;
    }

    .biv-hero-actions,
    .biv-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .biv-image-card {
        min-height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .biv-panel,
    .biv-priority-card,
    .biv-phase-card,
    .biv-workflow-card,
    .biv-personal-card,
    .biv-cta-panel,
    .biv-outcome-list div,
    .biv-hero-actions .btn,
    .biv-cta-actions .btn,
    .biv-hero-metrics div {
        transition: none;
    }

    .biv-cta-panel::after {
        animation: none;
    }
}
