/* =========================================================
   BIZDOZ — CORPORATE BUSINESS GROWTH WEBSITE
   Vision: Build Your Vision. Build Your Business.
   ========================================================= */

:root {
    --biz-navy: #102b57;
    --biz-blue: #174b91;
    --biz-yellow: #ffc62a;
    --biz-red: #e5252a;
    --biz-white: #ffffff;
    --biz-light: #f6f9fd;
    --biz-text: #253752;
    --biz-muted: #64748b;
}


/* =========================
   GLOBAL
   ========================= */

body {
    margin: 0 !important;
    background: #ffffff !important;
    color: var(--biz-text) !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif !important;
    color: var(--biz-navy) !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

p {
    color: var(--biz-text) !important;
    line-height: 1.65 !important;
}


/* =========================
   HEADER
   ========================= */

.zpheader {
    background: rgba(255,255,255,0.97) !important;
    box-shadow: 0 2px 18px rgba(16,43,87,0.07) !important;
    position: relative;
    z-index: 999;
}

.zpheader a {
    color: var(--biz-navy) !important;
    font-weight: 600 !important;
    transition: all .25s ease;
}

.zpheader a:hover {
    color: var(--biz-red) !important;
}


/* =========================
   BUTTONS
   ========================= */

.zpbutton-wrapper a,
.zpbutton,
button {
    border-radius: 30px !important;
    font-weight: 700 !important;
    padding: 14px 28px !important;
    transition: all .25s ease !important;
}

.zpbutton-wrapper a {
    background: var(--biz-red) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(229,37,42,.18);
}

.zpbutton-wrapper a:hover {
    background: var(--biz-navy) !important;
    transform: translateY(-2px);
}


/* =========================
   HERO
   ========================= */

.bizdoz-hero {
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7faff 65%,
            #fffdf1 100%
        ) !important;
    padding: 70px 5% !important;
    overflow: hidden;
}

.bizdoz-hero h1 {
    font-size: clamp(42px, 5vw, 68px) !important;
    line-height: 1.05 !important;
    max-width: 700px;
}

.bizdoz-hero h1 span {
    color: var(--biz-yellow) !important;
}

.bizdoz-hero p {
    font-size: 19px !important;
    max-width: 600px;
}

.bizdoz-hero img {
    max-width: 100%;
    border-radius: 24px;
}


/* =========================
   YELLOW ACCENT
   ========================= */

.bizdoz-accent {
    width: 48px;
    height: 5px;
    background: var(--biz-yellow);
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 15px;
}


/* =========================
   SMALL POSITIONING LINE
   ========================= */

.bizdoz-positioning {
    font-size: 14px !important;
    color: var(--biz-navy) !important;
    font-weight: 600 !important;
    letter-spacing: .2px;
}


/* =========================
   WHY CHOOSE BIZDOZ
   ========================= */

.bizdoz-why {
    background: var(--biz-light) !important;
    padding: 65px 5% !important;
}

.bizdoz-why h2 {
    text-align: center;
    font-size: 42px !important;
    margin-bottom: 45px !important;
}

.bizdoz-card {
    background: #ffffff !important;
    border: 1px solid #e8edf5 !important;
    border-radius: 18px !important;
    padding: 30px !important;
    box-shadow: 0 8px 25px rgba(16,43,87,.06);
    transition: all .25s ease;
}

.bizdoz-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(16,43,87,.12);
}

.bizdoz-card h3 {
    font-size: 20px !important;
}

.bizdoz-card p {
    font-size: 15px !important;
}


/* =========================
   VISION SECTION
   ========================= */

.bizdoz-vision {
    background: #ffffff !important;
    padding: 75px 5% !important;
}

.bizdoz-vision h2 {
    font-size: 42px !important;
    line-height: 1.15 !important;
}

.bizdoz-vision strong {
    color: var(--biz-red) !important;
}


/* =========================
   HOW WE HELP
   ========================= */

.bizdoz-process {
    background: #f8fafc !important;
    padding: 65px 5% !important;
}

.bizdoz-process h2 {
    text-align: center;
    font-size: 40px !important;
}

.bizdoz-step {
    text-align: center;
    padding: 25px 15px !important;
}

.bizdoz-step-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: #fff4c9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--biz-navy);
    font-size: 28px;
    font-weight: 700;
}

.bizdoz-step h3 {
    margin-top: 18px !important;
    font-size: 20px !important;
}


/* =========================
   JOURNEY
   ========================= */

.bizdoz-journey {
    background: #ffffff !important;
    padding: 70px 5% !important;
}

.bizdoz-journey h2 {
    font-size: 42px !important;
}

.bizdoz-journey-box {
    background: #f7f9fd !important;
    border-radius: 22px !important;
    padding: 45px 30px !important;
}

.bizdoz-journey-item {
    text-align: center;
}

.bizdoz-journey-item h3 {
    font-size: 23px !important;
}

.bizdoz-arrow {
    color: var(--biz-yellow) !important;
    font-size: 45px !important;
    font-weight: 700;
}


/* =========================
   FOUNDER
   ========================= */

.bizdoz-founder {
    background: var(--biz-light) !important;
    padding: 70px 5% !important;
}

.bizdoz-founder img {
    border-radius: 20px !important;
}

.bizdoz-founder h2 {
    font-size: 40px !important;
}

.bizdoz-founder h3 {
    color: var(--biz-red) !important;
}


/* =========================
   10+ YEARS BOX
   ========================= */

.bizdoz-experience {
    border: 1px solid var(--biz-blue);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.bizdoz-experience-title {
    background: var(--biz-navy);
    color: #ffffff !important;
    padding: 18px 25px;
    font-weight: 700;
}

.bizdoz-experience-content {
    padding: 18px 25px;
}


/* =========================
   FINAL CTA
   ========================= */

.bizdoz-final-cta {
    background:
        linear-gradient(
            90deg,
            rgba(8,31,65,.98),
            rgba(8,31,65,.72)
        ) !important;
    padding: 70px 5% !important;
    color: #ffffff !important;
}

.bizdoz-final-cta h2 {
    color: #ffffff !important;
    font-size: 44px !important;
}

.bizdoz-final-cta p {
    color: #ffffff !important;
}

.bizdoz-final-cta .bizdoz-highlight {
    color: var(--biz-yellow) !important;
}


/* =========================
   WHATSAPP BUTTON
   ========================= */

.bizdoz-whatsapp {
    background: #e5252a !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(229,37,42,.22);
}

.bizdoz-whatsapp:hover {
    background: #102b57 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* =========================
   FOOTER
   ========================= */

.zpfooter {
    background: var(--biz-navy) !important;
    color: #ffffff !important;
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

.zpfooter a {
    color: #ffffff !important;
    opacity: .9;
}

.zpfooter a:hover {
    color: var(--biz-yellow) !important;
}


/* =========================
   MOBILE
   ========================= */

@media screen and (max-width: 767px) {

    .bizdoz-hero {
        padding: 45px 20px !important;
    }

    .bizdoz-hero h1 {
        font-size: 38px !important;
    }

    .bizdoz-hero p {
        font-size: 16px !important;
    }

    .bizdoz-why,
    .bizdoz-vision,
    .bizdoz-process,
    .bizdoz-journey,
    .bizdoz-founder {
        padding: 45px 20px !important;
    }

    .bizdoz-why h2,
    .bizdoz-vision h2,
    .bizdoz-journey h2,
    .bizdoz-founder h2 {
        font-size: 30px !important;
    }

    .bizdoz-final-cta {
        padding: 50px 20px !important;
    }

    .bizdoz-final-cta h2 {
        font-size: 32px !important;
    }

    .bizdoz-card {
        margin-bottom: 18px;
    }

}