/* ============================================================
   VHBConnectHome — Separate CSS file for easy maintenance
   Matches ConnectHub design system with full clamp() support
   ============================================================ */

/* ── Divi reset — broad selectors, no :has() needed ── */
.et_pb_section { padding-top: 0 !important; padding-bottom: 0 !important; }
.et_pb_row { padding-top: 0 !important; padding-bottom: 0 !important;
    }
.et_pb_column { padding: 0 !important; }
/* Contain overflow so 100vw trick works */
#page-container, .et_pb_section, .et_pb_row, .et_pb_column { overflow-x: clip !important; }

/* ── Base ── */
.vhb-wrap {font-family: 'Inter', Arial, sans-serif;color: #0e2a4d;overflow-x: hidden;margin-top: -10px;background: #f7faff;}
.vhb-wrap * { box-sizing: border-box; }

/* ══ HERO ══════════════════════════════════════════════════ */
.vhb-hero {
    /* background: linear-gradient(160deg, #e8f0fe 0%, #f5f8ff 40%, #ffffff 100%); */
    padding: clamp(25px, 4.5vw, 35px) 0;
    text-align: center;
    /* border-bottom: 1px solid #dce8f8; */
    position: relative;
    overflow: hidden;
}
.vhb-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: clamp(200px, 30vw, 400px);
    height: clamp(200px, 30vw, 400px);
    background: radial-gradient(circle, rgba(34,113,177,.08) 0%, transparent 70%);
    pointer-events: none;
}
.vhb-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 clamp(16px, 3vw, 40px);
}

/* Logo */
.vhb-logo {
    height: clamp(56px, 8.5vw, 90px);
    width: auto;
    background: transparent !important;
    margin-bottom: clamp(14px, 2vw, 22px);
}

/* Divider */
.vhb-hero-divider {
    width: clamp(36px, 4vw, 48px);
    height: 3px;
    background: linear-gradient(90deg, #2271b1, #3b5bdb);
    border-radius: 999px;
    margin: 0 auto clamp(12px, 1.8vw, 18px);
}

/* Eyebrow */
.vhb-eyebrow {
    font-size: clamp(18px, 1.2vw, 18px);
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #2271b1;
    margin-bottom: clamp(8px, 1.2vw, 14px);
}

/* Headline */
.vhb-headline {
    font-size: clamp(1.7rem, 3.8vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    color: #0e2a4d;
    margin-bottom: clamp(12px, 1.8vw, 18px);
    padding-bottom:0px !important ;
}
.vhb-headline em {
    font-style: normal;
    background: linear-gradient(135deg, #2271b1, #3b5bdb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subline */
.vhb-subline {
    font-size: clamp(.9rem, 1.6vw, 1.05rem);
    color: #5e6e82;
    line-height: 1.72;
    max-width: clamp(360px, 55vw, 560px);
    margin: 0 auto clamp(20px, 3vw, 32px);
}

/* CTAs */
.vhb-ctas {
    display: flex;
    gap: clamp(8px, 1.2vw, 14px);
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: clamp(18px, 2.5vw, 28px);
}
.vhb-btn-primary {
    display: inline-flex; align-items: center;
    gap: clamp(6px, 0.8vw, 9px);
    background: linear-gradient(135deg, #2271b1, #3b5bdb);
    color: #fff !important; text-decoration: none;
    padding: clamp(11px, 1.8vw, 14px) clamp(22px, 3vw, 34px);
    border-radius: clamp(8px, 1vw, 10px);
    font-weight: 700;
    font-size: clamp(13px, 1.4vw, 15px);
    transition: all .22s; border: none; cursor: pointer;
    box-shadow: 0 4px 16px rgba(59,91,219,.22);
}
.vhb-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59,91,219,.35);
    color: #fff !important;
}
.vhb-btn-ghost {
    display: inline-flex; align-items: center;
    gap: clamp(6px, 0.8vw, 9px);
    background: rgba(255,255,255,.8);
    color: #2271b1 !important;
    border: 1.5px solid #c5d8ef;
    text-decoration: none;
    padding: clamp(11px, 1.8vw, 14px) clamp(22px, 3vw, 34px);
    border-radius: clamp(8px, 1vw, 10px);
    font-weight: 600;
    font-size: clamp(13px, 1.4vw, 15px);
    transition: all .22s;
    backdrop-filter: blur(4px);
}
.vhb-btn-ghost:hover {
    background: #2271b1;
    color: #fff !important;
    border-color: #2271b1;
    transform: translateY(-2px);
}

/* Badges */
.vhb-badges {
    display: flex; flex-wrap: wrap;
    gap: clamp(6px, 0.8vw, 10px);
    justify-content: center;
}
.vhb-badge {
    display: inline-flex; align-items: center;
    gap: clamp(4px, 0.6vw, 6px);
    background: rgba(255,255,255,.9);
    border: 1px solid #dce8f5;
    border-radius: 999px;
    padding: clamp(4px, 0.6vw, 6px) clamp(10px, 1.5vw, 14px);
    font-size: clamp(10px, 1.2vw, 12px);
    font-weight: 600; color: #2d4a6b;
    box-shadow: 0 1px 3px rgba(14,42,77,.06);
}
.vhb-badge i { color: #2271b1; font-size: clamp(10px, 1.2vw, 12px); }

/* ══ STATS BAR ═════════════════════════════════════════════ */
.vhb-statsbar {
    padding: clamp(16px, 3vw, 28px) clamp(16px, 3vw, 40px);
    background: transparent;
}
.vhb-statsbar-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1123px;
    margin: 0 auto;
    background: #0d2440;
    border-radius: clamp(10px, 1.2vw, 14px);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(13,36,64,.18);
}
.vhb-stat-item {
    text-align: center;
    flex: 1;
    padding: clamp(16px, 2.5vw, 26px) clamp(12px, 2vw, 24px);
    position: relative;
    transition: background .2s;
}
.vhb-stat-item:hover {
    background: rgba(255,255,255,.05);
}
.vhb-stat-sep {
    width: 1px;
    align-self: stretch;
    background: rgba(255,255,255,.1);
    flex-shrink: 0;
    margin: clamp(10px, 1.5vw, 16px) 0;
}
.vhb-stat-num {
    font-size: clamp(1.2rem, 2.8vw, 1.6rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: .04em;
    margin-bottom: clamp(3px, 0.5vw, 6px);
}
.vhb-stat-lbl {
    font-size: clamp(9px, 1vw, 11px);
    color: #7fa8d0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
}

/* ══ OFFER SECTION ═════════════════════════════════════════ */
.vhb-offer {
    padding: clamp(25px, 4.5vw, 35px) 0;
    /* background: #fff; */
}
.vhb-offer .container{
  max-width: 1200px !important;
  padding: 0 clamp(16px, 3vw, 40px) !important;
}
.vhb-offer-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}
.vhb-section-eyebrow {
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: #2271b1;
 }
.vhb-section-title {
    font-size: clamp(1.3rem, 2.6vw, 1.9rem);
    font-weight: 800; color: #0e2a4d;
    line-height: 1.22;
 }
.vhb-section-sub {
    font-size: clamp(.86rem, 1.4vw, .98rem);
    color: #5e6e82; line-height: 1.72;
    margin-bottom: clamp(16px, 2.5vw, 24px);
}
.vhb-checks {
    display: flex; flex-direction: column;
    gap: clamp(7px, 1vw, 10px);
}
.vhb-check {
    display: flex; align-items: center;
    gap: clamp(7px, 1vw, 10px);
    font-size: clamp(12.5px, 1.3vw, 14px);
    font-weight: 600; color: #2d4a6b;
}
.vhb-check i { color: #2271b1; font-size: clamp(14px, 1.5vw, 16px); flex-shrink: 0; }

/* Visual card */
.vhb-offer-card {
    background: #f5f8ff; border: 1px solid #d8e6f5;
    border-radius: clamp(12px, 1.5vw, 16px);
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(14,42,77,.09);
}
.vhb-card-header {
    background: #e4edf8;
    padding: clamp(9px, 1.2vw, 12px) clamp(12px, 1.5vw, 16px);
    display: flex; align-items: center;
    gap: clamp(4px, 0.5vw, 6px);
}
.vhb-dot { width: clamp(8px, 1vw, 10px); height: clamp(8px, 1vw, 10px); border-radius: 50%; }
.vhb-dot.r { background: #ff5f57; }
.vhb-dot.y { background: #febc2e; }
.vhb-dot.g { background: #28c840; }
.vhb-card-title {
    margin-left: clamp(6px, 0.8vw, 10px);
    font-size: clamp(11px, 1.2vw, 12.5px);
    font-weight: 600; color: #5e6e82;
}
.vhb-card-body {
    padding: clamp(16px, 2.5vw, 22px) clamp(14px, 2vw, 20px);
    display: flex; flex-direction: column;
    gap: clamp(3px, 0.4vw, 5px);
}
.vhb-flow-row {
    display: flex; align-items: center;
    gap: clamp(9px, 1.3vw, 13px);
    background: #fff; border: 1px solid #e2eaf6;
    border-radius: clamp(7px, 1vw, 10px);
    padding: clamp(10px, 1.4vw, 13px) clamp(11px, 1.5vw, 15px);
}
.vhb-flow-icon {
    width: clamp(30px, 3.5vw, 38px);
    height: clamp(30px, 3.5vw, 38px);
    border-radius: clamp(6px, 0.9vw, 9px);
    background: #eef5ff; color: #2271b1;
    display: flex; align-items: center; justify-content: center;
    font-size: clamp(.85rem, 1.2vw, 1rem);
    flex-shrink: 0;
}
.vhb-flow-icon.blue   { background: #e8f0fe; color: #3b5bdb; }
.vhb-flow-icon.purple { background: #f0f0ff; color: #4338ca; }
.vhb-flow-label {
    font-size: clamp(11.5px, 1.3vw, 13px);
    font-weight: 700; color: #0e2a4d;
}
.vhb-flow-desc {
    font-size: clamp(10px, 1.1vw, 11.5px);
    color: #8896a8; margin-top: 1px;
}
.vhb-flow-connector {
    text-align: center; color: #c0d4ec;
    font-size: clamp(11px, 1.3vw, 13px);
    padding: 1px 0;
}
.vhb-pill {
    margin-left: auto; flex-shrink: 0;
    font-size: clamp(9.5px, 1.1vw, 11px);
    font-weight: 700;
    padding: clamp(3px, 0.4vw, 5px) clamp(7px, 1vw, 10px);
    border-radius: 999px;
    display: inline-flex; align-items: center;
    gap: clamp(3px, 0.4vw, 5px);
}
.vhb-pill.green  { background: #e6f9ee; color: #15803d; }
.vhb-pill.blue   { background: #e8f0fe; color: #3b5bdb; }
.vhb-pill.purple { background: #f0f0ff; color: #4338ca; }

/* ══ FEATURES ══════════════════════════════════════════════ */
.vhb-features {
    padding: clamp(25px, 4.5vw, 35px) 0;
    /* background: #f7faff; */
    padding-bottom: 8rem;
}
.vhb-features .container {
    max-width: 1200px !important;
    padding: 0 clamp(16px, 3vw, 40px) !important;
}
.vhb-features-head {
    margin-bottom: clamp(24px, 3.5vw, 24px);
}
.vhb-feat-card {
    background: #fff; border: 1px solid #e8eef8;
    border-radius: clamp(10px, 1.4vw, 14px);
    padding: clamp(18px, 2.5vw, 28px) clamp(18px, 2.5vw, 26px);
    height: 100%; transition: all .25s;
}
.vhb-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(14,42,77,.1);
    border-color: #c0d4ef;
}
.vhb-feat-icon {
    width: clamp(42px, 5vw, 52px);
    height: clamp(42px, 5vw, 52px);
    border-radius: clamp(9px, 1.2vw, 12px);
    display: flex; align-items: center; justify-content: center;
    font-size: clamp(1.15rem, 1.6vw, 1.4rem);
    margin-bottom: clamp(12px, 1.5vw, 16px);
}
.vhb-feat-title {
    font-size: clamp(.85rem, 1.3vw, .98rem);
    font-weight: 700; color: #0e2a4d;
    margin-bottom: clamp(5px, 0.7vw, 8px);
}
.vhb-feat-desc {
    font-size: clamp(11.5px, 1.2vw, 13px);
    color: #5e6e82; line-height: 1.65; margin: 0;
}

/* ══ RESPONSIVE ════════════════════════════════════════════ */
@media (max-width: 768px) {
    .vhb-offer-grid { grid-template-columns: 1fr; }
    .vhb-offer-card { order: -1; }
}
@media (max-width: 600px) {
    .vhb-statsbar-inner { flex-wrap: wrap; }
    .vhb-stat-sep { display: none; }
    .vhb-stat-item { flex: 0 0 48%; }
    .vhb-ctas { flex-direction: column; align-items: center; }
}