/* Vista Pro Builder Premium CSS - NexGen Inspired */

:root {
    --vpb-navy: #002D6E;
    --vpb-navy-dark: #001A45;
    --vpb-blue: #1A4FAA;
    --vpb-orange: #E84B1A;
    --vpb-orange-dk: #C03A10;
    --vpb-gray-lt: #F5F6F8;
    --vpb-gray-md: #E8EBF0;
    --vpb-gray-dk: #6B7280;
    --vpb-white: #FFFFFF;
    --vpb-dark: #0D1117;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
    --max-width: 1260px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,.08);
    --shadow-md: 0 6px 24px rgba(0,0,0,.12);
    --shadow-lg: 0 16px 48px rgba(0,0,0,.18);
    --ease: all 0.28s cubic-bezier(.4,0,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    color: var(--vpb-dark);
    background: var(--vpb-white);
    margin: 0;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a   { text-decoration: none; color: inherit; }

/* Hide default theme chrome on home */
.wp-site-blocks > header,
.wp-site-blocks > footer,
body.home .site-header,
body.home .site-footer,
.entry-header { display: none !important; }

/* Container */
.vpb-container {
    max-width: var(--max-width);
    margin-inline: auto;
    padding-inline: 24px;
    width: 100%;
}

/* Buttons */
.vpb-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 4px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: var(--ease);
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 1;
    white-space: nowrap;
}

.vpb-btn-primary { background: var(--vpb-orange); color: var(--vpb-white); border-color: var(--vpb-orange); }
.vpb-btn-primary:hover { background: var(--vpb-orange-dk); border-color: var(--vpb-orange-dk); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,75,26,.35); }

.vpb-btn-outline { background: transparent; color: var(--vpb-white); border-color: rgba(255,255,255,.6); }
.vpb-btn-outline:hover { background: var(--vpb-white); color: var(--vpb-navy); border-color: var(--vpb-white); }

.vpb-btn-navy { background: var(--vpb-navy); color: var(--vpb-white); }
.vpb-btn-navy:hover { background: var(--vpb-navy-dark); transform: translateY(-2px); }

.vpb-btn-white { background: var(--vpb-white); color: var(--vpb-orange); border: 2px solid var(--vpb-white); }
.vpb-btn-white:hover { background: transparent; color: var(--vpb-white); }

.vpb-btn-ghost { background: transparent; color: var(--vpb-white); border: 2px solid rgba(255,255,255,.6); }
.vpb-btn-ghost:hover { background: var(--vpb-white); color: var(--vpb-orange); }

/* Section Labels & Titles */
.vpb-section-label {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--vpb-orange);
    margin-bottom: 12px;
}

.vpb-section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--vpb-navy-dark);
    margin: 0 0 18px;
}

.vpb-section-desc {
    font-size: 1.02rem;
    color: var(--vpb-gray-dk);
    max-width: 620px;
    margin: 0;
    line-height: 1.7;
}

.vpb-section-header-center { text-align: center; }
.vpb-section-header-center .vpb-section-desc { margin-inline: auto; }

/* === HEADER === */

/* =============================================
   HEADER - 2-Row NexGen Style
   Row 1: Social | Logo | Phone + CTA
   Row 2: Full-width nav bar
   ============================================= */

/* Relative header - scrolls with the page naturally */
.vpb-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

/* ---- TOP BAR ---- */
.vpb-header-topbar {
    background: #002D6E;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0;
}
.vpb-header-topbar-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 70px;
}

/* Social icons */
.vpb-header-social {
    display: flex;
    align-items: center;
    gap: 14px;
}
.vpb-social-icon {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s;
    letter-spacing: 0;
    font-style: normal;
    line-height: 1;
    opacity: 0.85;
}
.vpb-social-icon:hover { color: var(--vpb-orange); opacity: 1; }
.vpb-social-x { font-family: Arial, sans-serif; font-size: 14px; font-weight: 900; }

/* Logo center - flex centered, constrained width */
.vpb-header-logo {
    flex: 0 0 auto;
    text-align: center;
    max-width: 220px;
}
.vpb-header-logo a {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.vpb-logo-text {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}
.vpb-logo-text .vpb-logo-accent { color: var(--vpb-orange); }
.vpb-logo-sub {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Logo image - sized correctly for the header top bar */
.vpb-header-logo img,
.vpb-logo-img {
    max-height: 72px;
    width: auto;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    mix-blend-mode: multiply;
    object-fit: contain;
}

/* Phone + CTA */
.vpb-header-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}
.vpb-header-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.vpb-phone-label {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.vpb-phone-number {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}
.vpb-phone-number:hover { color: var(--vpb-orange); }

/* CTA button */
.vpb-header-cta .vpb-btn-primary {
    background: var(--vpb-orange);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.15s;
}
.vpb-header-cta .vpb-btn-primary:hover {
    background: #e05e00;
    transform: translateY(-1px);
}

/* ---- BOTTOM NAV BAR ---- */
.vpb-header-navbar {
    background: #001a45;
    border-bottom: 4px solid var(--vpb-orange);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.vpb-header-navbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Nav - Centered navigation items */
.vpb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
}
.vpb-nav-item {
    color: #ffffff;
    text-decoration: none !important; /* Force no underline */
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 18px 16px;
    white-space: nowrap;
    transition: color 0.25s ease, background-color 0.25s ease;
    border-bottom: 3px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.vpb-nav-item:hover {
    color: var(--vpb-orange) !important;
    text-decoration: none !important;
}
.vpb-nav-item:hover {
    color: var(--vpb-orange);
    border-bottom-color: var(--vpb-orange);
}

/* Dropdown wrapper */
.vpb-nav-dropdown {
    position: relative;
}
.vpb-nav-dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    border-top: 3px solid var(--vpb-orange);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    z-index: 10000;
    padding: 8px 0;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.vpb-nav-dropdown:hover .vpb-nav-dropdown-menu,
.vpb-nav-dropdown.open .vpb-nav-dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
.vpb-nav-dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #1a1a2e;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
    border-left: 3px solid transparent;
}
.vpb-nav-dropdown-menu a:hover {
    background: #f5f8ff;
    color: var(--vpb-navy);
    border-left-color: var(--vpb-orange);
    padding-left: 24px;
}

/* Mobile toggle */
.vpb-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}
.vpb-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}

/* hero offset for 2-row header */
/* Header is sticky so no body offset needed */
.vpb-hero { scroll-margin-top: 0; }
body { padding-top: 0; }

/* Responsive */
@media (max-width: 1024px) {
    .vpb-logo-text { font-size: 20px; }
    .vpb-phone-number { font-size: 16px; }
    .vpb-nav-item { padding: 14px 10px; font-size: 13px; }
}
@media (max-width: 768px) {
    .vpb-header-topbar-inner { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .vpb-header-logo { order: -1; flex: 0 0 100%; }
    .vpb-header-social { order: 2; }
    .vpb-header-cta { order: 3; }
    .vpb-mobile-toggle { display: flex; }
    .vpb-nav { display: none; flex-direction: column; width: 100%; }
    .vpb-nav.open { display: flex; }
    .vpb-nav-dropdown-menu { position: static; box-shadow: none; border: none; background: rgba(255,255,255,0.05); }
    .vpb-nav-dropdown-menu a { color: #fff; }
}

.vpb-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding-top: 72px;
    overflow: hidden;
}

.vpb-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(108deg, rgba(0,19,56,0.95) 0%, rgba(0,45,110,0.82) 55%, rgba(0,19,56,0.52) 100%);
    z-index: 1;
}

.vpb-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--max-width);
    margin-inline: auto;
    padding: 80px 24px;
}

.vpb-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(232,75,26,.18);
    border: 1px solid rgba(232,75,26,.4);
    color: #FF8A6A;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 22px;
    width: fit-content;
}

.vpb-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--vpb-white);
    margin: 0 0 20px;
    max-width: 820px;
    letter-spacing: -.01em;
}

.vpb-hero h1 em { font-style: normal; color: var(--vpb-orange); }

.vpb-hero-desc {
    font-size: 1.08rem;
    color: rgba(255,255,255,.82);
    max-width: 640px;
    margin: 0 0 36px;
    line-height: 1.75;
}

.vpb-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 50px; }

.vpb-hero-badges {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 24px;
    justify-content: start;
    border-top: 1px solid rgba(255,255,255,.12);
    padding-top: 30px;
}

.vpb-badge { display: flex; align-items: center; gap: 12px; }
.vpb-badge-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(232,75,26,.18);
    border: 1px solid rgba(232,75,26,.4);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; flex-shrink: 0;
}
.vpb-badge-text strong { display: block; font-size: 0.86rem; font-weight: 700; color: var(--vpb-white); font-family: var(--font-heading); }
.vpb-badge-text span { display: block; font-size: 0.73rem; color: rgba(255,255,255,.5); }

/* === SERVICES STRIP === */
.vpb-services-strip { background: var(--vpb-navy); }
.vpb-services-strip-grid {
    max-width: var(--max-width);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 4px solid var(--vpb-orange);
}
.vpb-strip-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 28px 14px;
    color: var(--vpb-white);
    cursor: pointer;
    transition: var(--ease);
    border-right: 1px solid rgba(255,255,255,.07);
}
.vpb-strip-item:last-child { border-right: none; }
.vpb-strip-item:hover { background: rgba(232,75,26,.18); }
.vpb-strip-icon { font-size: 1.7rem; margin-bottom: 10px; line-height: 1; }
.vpb-strip-item span { font-size: 0.78rem; font-weight: 700; font-family: var(--font-heading); text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.88); line-height: 1.2; }

/* === INTRO / ABOUT === */
.vpb-intro { background: var(--vpb-gray-lt); padding: 70px 0; }
.vpb-intro-inner {
    max-width: var(--max-width);
    margin-inline: auto; padding-inline: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.vpb-intro-left p { font-size: 0.98rem; color: var(--vpb-gray-dk); line-height: 1.75; margin: 0 0 24px; }
.vpb-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.vpb-stat { border-left: 3px solid var(--vpb-orange); padding-left: 14px; }
.vpb-stat strong { display: block; font-family: var(--font-heading); font-size: 2rem; font-weight: 900; color: var(--vpb-navy); line-height: 1; }
.vpb-stat span { font-size: 0.8rem; color: var(--vpb-gray-dk); margin-top: 4px; display: block; }

/* === SERVICES GRID === */
.vpb-services { padding: 80px 0; background: var(--vpb-white); }
.vpb-services-container { max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.vpb-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }

.vpb-service-card {
    background: var(--vpb-white);
    border: 1px solid var(--vpb-gray-md);
    border-radius: 10px;
    overflow: hidden;
    transition: var(--ease);
    display: flex; flex-direction: column;
}
.vpb-service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: var(--vpb-orange); }
.vpb-service-card-top {
    background: var(--vpb-navy);
    padding: 28px 28px 20px;
    position: relative; overflow: hidden;
}
.vpb-service-card-top::before {
    content: ''; position: absolute;
    right: -20px; top: -20px;
    width: 80px; height: 80px;
    background: rgba(232,75,26,.2);
    border-radius: 50%;
}
.vpb-service-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.vpb-service-card-top h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem; font-weight: 800;
    color: var(--vpb-white); margin: 0;
    text-transform: uppercase; letter-spacing: .03em;
}
.vpb-service-card-body { padding: 22px 28px 28px; flex: 1; display: flex; flex-direction: column; }
.vpb-service-card-body p { font-size: 0.9rem; color: var(--vpb-gray-dk); line-height: 1.7; flex: 1; margin: 0 0 18px; }
.vpb-service-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.85rem; font-weight: 700; color: var(--vpb-orange);
    font-family: var(--font-heading); text-transform: uppercase; letter-spacing: .04em; transition: var(--ease);
}
.vpb-service-link:hover { gap: 10px; color: var(--vpb-navy); }

/* === OFFERS === */
.vpb-offers { background: var(--vpb-gray-lt); padding: 80px 0; }
.vpb-offers-container { max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.vpb-offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }

.vpb-offer-card {
    background: var(--vpb-white);
    border-radius: 10px; overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--vpb-gray-md);
    transition: var(--ease); display: flex; flex-direction: column;
}
.vpb-offer-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.vpb-offer-header { background: var(--vpb-navy-dark); padding: 22px 24px 18px; display: flex; flex-direction: column; gap: 8px; }
.vpb-offer-header h3 { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 800; color: var(--vpb-white); margin: 0; text-transform: uppercase; letter-spacing: .03em; }
.vpb-offer-pick { display: inline-block; background: var(--vpb-orange); color: var(--vpb-white); font-size: 0.7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; width: fit-content; }
.vpb-offer-body { padding: 20px 24px 24px; flex: 1; }
.vpb-offer-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.vpb-offer-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--vpb-dark); line-height: 1.5; }
.vpb-offer-check { flex-shrink: 0; width: 20px; height: 20px; background: var(--vpb-orange); color: var(--vpb-white); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 900; margin-top: 1px; }

/* === WHY CHOOSE US === */
.vpb-why {
    background: linear-gradient(135deg, var(--vpb-navy-dark) 0%, var(--vpb-navy) 100%);
    padding: 80px 0;
    position: relative; overflow: hidden;
}
.vpb-why::before {
    content: ''; position: absolute;
    right: -100px; top: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(232,75,26,.1) 0%, transparent 70%);
    pointer-events: none;
}
.vpb-why-container {
    max-width: var(--max-width);
    margin-inline: auto; padding-inline: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.vpb-why-left .vpb-section-label { color: #FF8A6A; }
.vpb-why-left .vpb-section-title { color: var(--vpb-white); }
.vpb-why-left p { font-size: 1rem; color: rgba(255,255,255,.75); line-height: 1.75; margin: 0 0 28px; }
.vpb-why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vpb-why-feature {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px; padding: 20px; transition: var(--ease);
}
.vpb-why-feature:hover { background: rgba(255,255,255,.12); border-color: rgba(232,75,26,.4); }
.vpb-why-feature-icon { font-size: 1.5rem; margin-bottom: 10px; }
.vpb-why-feature h4 { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 700; color: var(--vpb-white); margin: 0 0 6px; text-transform: uppercase; letter-spacing: .03em; }
.vpb-why-feature p { font-size: 0.8rem; color: rgba(255,255,255,.6); margin: 0; line-height: 1.5; }

/* === FINANCING & CAREERS === */
.vpb-fin-careers { padding: 80px 0; background: var(--vpb-white); }
.vpb-fin-container { max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.vpb-fin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 50px; }
.vpb-fin-card { border-radius: 10px; padding: 40px; display: flex; flex-direction: column; gap: 16px; }
.vpb-fin-card.orange { background: var(--vpb-orange); }
.vpb-fin-card.navy { background: var(--vpb-navy); }
.vpb-fin-card-icon { font-size: 2.5rem; }
.vpb-fin-card h3 { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 800; margin: 0; text-transform: uppercase; letter-spacing: .02em; color: var(--vpb-white); }
.vpb-fin-card p { font-size: 0.95rem; color: rgba(255,255,255,.85); line-height: 1.7; margin: 0; flex: 1; }
.vpb-fin-card .vpb-btn { background: rgba(255,255,255,.15); color: var(--vpb-white); border: 2px solid rgba(255,255,255,.4); font-size: 0.8rem; padding: 10px 22px; width: fit-content; }
.vpb-fin-card .vpb-btn:hover { background: var(--vpb-white); color: var(--vpb-navy); border-color: var(--vpb-white); }

/* === COMMUNITY === */
.vpb-community { background: var(--vpb-gray-lt); padding: 80px 0; }
.vpb-community-container { max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.vpb-project-x-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--vpb-orange); color: var(--vpb-white); font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 7px 16px; border-radius: 4px; margin-bottom: 20px; }
.vpb-community-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; margin-top: 40px; }
.vpb-community-inner p { font-size: 0.98rem; color: var(--vpb-gray-dk); line-height: 1.75; margin: 0 0 20px; }
.vpb-community-card { background: var(--vpb-white); border-radius: 10px; padding: 36px; box-shadow: var(--shadow-md); border-left: 4px solid var(--vpb-orange); }
.vpb-community-card h4 { font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--vpb-orange); margin: 0 0 12px; }
.vpb-community-card blockquote { margin: 0; font-size: 1rem; font-style: italic; color: var(--vpb-navy-dark); line-height: 1.65; font-weight: 500; }

/* === SERVICE AREA === */
.vpb-area { background: var(--vpb-navy-dark); padding: 60px 0; text-align: center; }
.vpb-area-container { max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.vpb-area .vpb-section-title { color: var(--vpb-white); }
.vpb-area .vpb-section-label { color: #FF8A6A; }
.vpb-area p { font-size: 1rem; color: rgba(255,255,255,.7); max-width: 700px; margin: 16px auto 0; line-height: 1.7; }

/* === CONTACT === */
.vpb-contact { background: var(--vpb-white); padding: 80px 0; }
.vpb-contact-container { max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.vpb-contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 50px; margin-top: 50px; }
.vpb-offices { display: flex; flex-direction: column; gap: 16px; }
.vpb-office-card { background: var(--vpb-gray-lt); border-radius: 8px; padding: 20px 22px; border-left: 3px solid var(--vpb-orange); }
.vpb-office-card h4 { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 800; color: var(--vpb-navy-dark); margin: 0 0 6px; text-transform: uppercase; letter-spacing: .04em; }
.vpb-office-card p { font-size: 0.85rem; color: var(--vpb-gray-dk); margin: 0 0 6px; }
.vpb-office-card a { font-weight: 700; font-size: 0.9rem; color: var(--vpb-orange); font-family: var(--font-heading); transition: var(--ease); }
.vpb-office-card a:hover { color: var(--vpb-navy); }
.vpb-hours { background: var(--vpb-navy-dark); border-radius: 8px; padding: 20px 22px; color: var(--vpb-white); margin-top: 4px; }
.vpb-hours h4 { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin: 0 0 8px; color: var(--vpb-orange); }
.vpb-hours p { font-size: 0.85rem; color: rgba(255,255,255,.75); margin: 0; line-height: 1.6; }

.vpb-contact-form-wrap { background: var(--vpb-gray-lt); border-radius: 10px; padding: 36px; box-shadow: var(--shadow-sm); }
.vpb-contact-form-wrap h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 800; color: var(--vpb-navy-dark); margin: 0 0 24px; text-transform: uppercase; letter-spacing: .02em; }
.vpb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.vpb-form-group { margin-bottom: 14px; }
.vpb-form-group label { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--vpb-navy-dark); margin-bottom: 6px; }
.vpb-form-control { width: 100%; padding: 11px 14px; border: 1.5px solid var(--vpb-gray-md); border-radius: 6px; font-family: var(--font-body); font-size: 0.9rem; color: var(--vpb-dark); background: var(--vpb-white); transition: var(--ease); }
.vpb-form-control:focus { outline: none; border-color: var(--vpb-orange); box-shadow: 0 0 0 3px rgba(232,75,26,.1); }
.vpb-form-control::placeholder { color: #aab0bc; }
textarea.vpb-form-control { resize: vertical; min-height: 100px; }

/* === FINAL CTA === */
.vpb-final-cta { background: var(--vpb-orange); padding: 70px 0; position: relative; overflow: hidden; }
.vpb-final-cta::before { content: ''; position: absolute; left: -60px; top: -60px; width: 280px; height: 280px; background: rgba(255,255,255,.06); border-radius: 50%; }
.vpb-final-cta-inner {
    max-width: var(--max-width);
    margin-inline: auto; padding-inline: 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.vpb-final-cta h2 { font-family: var(--font-heading); font-size: clamp(1.5rem, 2.8vw, 2.2rem); font-weight: 900; color: var(--vpb-white); margin: 0 0 8px; text-transform: uppercase; }
.vpb-final-cta p { font-size: 1rem; color: rgba(255,255,255,.85); margin: 0; }
.vpb-final-cta-btns { display: flex; gap: 14px; flex-shrink: 0; }

/* === FOOTER === */
.vpb-footer { background: var(--vpb-dark); color: rgba(255,255,255,.72); padding: 60px 0 0; border-top: 4px solid var(--vpb-orange); }
.vpb-footer-inner {
    max-width: var(--max-width);
    margin-inline: auto; padding-inline: 24px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 50px;
}
.vpb-footer-col h4 { font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--vpb-orange); margin: 0 0 18px; }
.vpb-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.vpb-footer-col ul a { font-size: 0.86rem; color: rgba(255,255,255,.6); transition: var(--ease); }
.vpb-footer-col ul a:hover { color: var(--vpb-orange); padding-left: 4px; }
.vpb-footer-about { font-size: 0.86rem; line-height: 1.7; margin: 0 0 20px; color: rgba(255,255,255,.55); }
.vpb-footer-logo { font-family: var(--font-heading); font-weight: 900; font-size: 1.2rem; color: var(--vpb-white); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 12px; display: block; }
.vpb-footer-logo span { color: var(--vpb-orange); }
.vpb-footer-social { display: flex; gap: 10px; margin-top: 4px; }
.vpb-social-btn { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; color: rgba(255,255,255,.65); transition: var(--ease); text-decoration: none; }
.vpb-social-btn:hover { background: var(--vpb-orange); color: var(--vpb-white); transform: translateY(-3px); }
.vpb-footer-newsletter input { width: 100%; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); padding: 10px 14px; border-radius: 6px 6px 0 0; color: var(--vpb-white); font-family: var(--font-body); font-size: 0.86rem; margin-bottom: -1px; box-sizing: border-box; }
.vpb-footer-newsletter input::placeholder { color: rgba(255,255,255,.3); }
.vpb-footer-newsletter button { width: 100%; background: var(--vpb-orange); border: none; color: var(--vpb-white); padding: 10px 14px; border-radius: 0 0 6px 6px; font-family: var(--font-heading); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; transition: var(--ease); }
.vpb-footer-newsletter button:hover { background: var(--vpb-orange-dk); }
.vpb-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 24px; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,.35); max-width: var(--max-width); margin-inline: auto; }

/* === RESPONSIVE === */
@media (max-width: 1100px) {
    .vpb-nav-item { font-size: 0.74rem; padding: 7px 6px; }
    .vpb-services-strip-grid { grid-template-columns: repeat(3, 1fr); }
    .vpb-services-grid { grid-template-columns: repeat(2, 1fr); }
    .vpb-offers-grid { grid-template-columns: repeat(2, 1fr); }
    .vpb-footer-inner { grid-template-columns: 1fr 1fr; }
    .vpb-hero-badges { grid-template-columns: repeat(2, auto); }
}

@media (max-width: 900px) {
    .vpb-intro-inner,
    .vpb-why-container,
    .vpb-community-inner,
    .vpb-fin-grid { grid-template-columns: 1fr; gap: 36px; }
    .vpb-contact-grid { grid-template-columns: 1fr; }
    .vpb-final-cta-inner { flex-direction: column; text-align: center; }
    .vpb-final-cta-btns { justify-content: center; }
}

@media (max-width: 768px) {
    .vpb-toggle { display: flex; }
    .vpb-nav { display: none; }
    .vpb-nav.open {
        display: flex;
        position: fixed;
        top: 72px; left: 0; right: 0; bottom: 0;
        background: var(--vpb-navy-dark);
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
        gap: 4px;
        overflow-y: auto;
        z-index: 9998;
    }
    .vpb-nav.open .vpb-nav-item { font-size: 1rem; padding: 12px 8px; color: var(--vpb-white); width: 100%; }
    .vpb-header-phone { display: none; }
    .vpb-hero h1 { font-size: clamp(1.8rem, 7vw, 2.8rem); }
    .vpb-hero-badges { grid-template-columns: 1fr 1fr; gap: 16px; }
    .vpb-services-grid { grid-template-columns: 1fr; }
    .vpb-offers-grid { grid-template-columns: 1fr; }
    .vpb-services-strip-grid { grid-template-columns: repeat(3, 1fr); }
    .vpb-footer-inner { grid-template-columns: 1fr; }
    .vpb-form-row { grid-template-columns: 1fr; }
    .vpb-why-features { grid-template-columns: 1fr; }
    .vpb-stats-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .vpb-services-strip-grid { grid-template-columns: repeat(2, 1fr); }
    .vpb-hero-badges { grid-template-columns: 1fr; }
    .vpb-fin-card { padding: 28px 22px; }
    .vpb-contact-form-wrap { padding: 22px; }
    .vpb-footer-inner { grid-template-columns: 1fr; }
}


.vpb-header a, 
.vpb-header a:hover, 
.vpb-header a:focus, 
.vpb-header a:active {
    text-decoration: none !important;
}
.vpb-nav-dropdown-menu a {
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #333333;
    padding: 10px 18px;
    display: block;
    transition: background 0.2s, color 0.2s;
}
.vpb-nav-dropdown-menu a:hover {
    background: #f5f8ff;
    color: var(--vpb-orange) !important;
}

/* Force 100% full-width fluid layout for all pages to match home page */
.ast-container, 
#page, 
#content, 
.site, 
.site-content,
.ast-plain-container,
.ast-page-builder-template {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.entry-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Extra aggressive global container override */
html, body, #page, #content, .site, .site-content, .ast-container, .grid-container, .container, .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}


/* ==========================================================================
   AGILE RESPONSIVE OPTIMIZATIONS (MOBILE & TABLET)
   ========================================================================== */

/* Hiding default margins and boxed padding on small layouts */
@media (max-width: 1024px) {
    /* Tablet responsive grids */
    div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    div[style*="padding: 100px 0"], section[style*="padding: 100px 0"] {
        padding: 50px 0 !important;
    }
    .vpb-hero {
        height: auto !important;
        min-height: 45vh !important;
    }
    .vpb-hero h1 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    /* Hide topbar social icons on mobile to save space */
    .vpb-header-social {
        display: none !important;
    }
    
    /* Hide topbar call label to keep header compact */
    .vpb-phone-label {
        display: none !important;
    }
    
    /* Center header elements on mobile view */
    .vpb-header-topbar-inner {
        flex-direction: column !important;
        padding: 12px 16px !important;
        gap: 8px !important;
        min-height: auto !important;
    }
    
    /* Force logo and CTA call buttons to stack nicely */
    .vpb-header-logo {
        max-width: 160px !important;
        margin-bottom: 5px !important;
    }
    .vpb-header-cta {
        width: 100% !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }
    
    /* Make buttons full width or smaller for finger taps */
    .vpb-btn-primary {
        padding: 10px 16px !important;
        font-size: 12px !important;
    }
    
    /* Hero scaling for mobile devices */
    .vpb-hero {
        height: auto !important;
        min-height: 40vh !important;
        padding: 40px 10px !important;
    }
    .vpb-hero h1 {
        font-size: 2rem !important;
        margin-bottom: 8px !important;
    }
    
    /* Force split side-by-side divs to stack vertically on mobile */
    div[style*="display: grid"], section[style*="display: grid"] {
        display: block !important;
    }
    div[style*="display: grid"] > div, section[style*="display: grid"] > div {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    div[style*="display: grid"] > div:last-child, section[style*="display: grid"] > div:last-child {
        margin-bottom: 0 !important;
    }
    
    /* Force image boxes to scale down nicely */
    img[style*="height: 450px"] {
        height: 250px !important;
        object-position: center !important;
    }
    
    /* Footer layout stacked column layout */
    .vpb-footer-inner {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding-inline: 20px !important;
    }
    
    /* Hide decorative/bulky items that slow mobile down */
    .vpb-hero-badges {
        display: none !important;
    }
}


/* ---- MOBILE NAVIGATION OPTIMIZATIONS ---- */
@media (max-width: 768px) {
    .vpb-header-navbar-inner {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 18px !important;
        width: 100% !important;
        flex-wrap: wrap !important;
    }
    
    .vpb-mobile-toggle {
        display: flex !important;
        z-index: 1001 !important;
        margin-left: auto !important;
        padding: 8px !important;
    }
    
    /* Mobile Navigation Container Overlay */
    .vpb-nav {
        display: none !important;
        flex-direction: column !important;
        width: 100% !important;
        background: #001a45 !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        padding: 15px 0 !important;
        box-shadow: 0 8px 20px rgba(0,0,0,0.3) !important;
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        gap: 0 !important;
    }
    
    .vpb-nav.open {
        display: flex !important;
    }
    
    /* Nav Items inside mobile dropdown */
    .vpb-nav-item {
        width: 100% !important;
        padding: 14px 24px !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
        justify-content: space-between !important;
        font-size: 13.5px !important;
    }
    .vpb-nav-item::after {
        content: "\f0d7"; /* FontAwesome arrow */
        font-family: inherit;
    }
    
    /* Submenus on mobile - expand in place */
    .vpb-nav-dropdown-menu {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        background: rgba(255,255,255,0.04) !important;
        padding: 0 !important;
        display: none !important;
    }
    
    .vpb-nav-dropdown.open .vpb-nav-dropdown-menu {
        display: block !important;
    }
    
    .vpb-nav-dropdown-menu a {
        color: rgba(255,255,255,0.85) !important;
        padding: 12px 35px !important;
        border-bottom: 1px solid rgba(255,255,255,0.04) !important;
        font-size: 13px !important;
    }
    
    .vpb-nav-dropdown-menu a:hover {
        background: rgba(255,255,255,0.08) !important;
        color: var(--vpb-orange) !important;
    }
}
