:root{--bcvh-primary:#007ac3;--bcvh-primary-dark:#005f96;--bcvh-accent:#ff6b2c;--bcvh-bg-light:#f5f5f7;--bcvh-bg-dark:#151821;--bcvh-text-main:#222;--bcvh-text-muted:#666;--bcvh-radius-lg:20px}.bcvh-page{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--bcvh-text-main)}.bcvh-section{padding:4rem 0}.bcvh-section-header{margin-bottom:2rem}.bcvh-section-header h2{font-size:2rem;margin:.25rem 0 0}.bcvh-section-header--center{text-align:center}.bcvh-section-header--light h2,.bcvh-section-header--light p{color:#fff}.bcvh-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;color:var(--bcvh-text-muted)}.bcvh-btn-primary,.bcvh-btn-outline,.bcvh-btn-light{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1.8rem;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all 0.2s ease}.bcvh-btn-primary{background:var(--bcvh-primary);color:#fff;border-color:var(--bcvh-primary)}.bcvh-btn-primary:hover{background:var(--bcvh-primary-dark);border-color:var(--bcvh-primary-dark)}.bcvh-btn-outline{background:#fff;color:var(--bcvh-primary);border-color:rgba(0,0,0,.12)}.bcvh-btn-outline:hover{border-color:var(--bcvh-primary)}.bcvh-btn-outline--light{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.bcvh-btn-outline--light:hover{border-color:#fff}.bcvh-btn-light{background:#fff;color:var(--bcvh-bg-dark)}.bcvh-hero{position:relative;min-height:70vh;background:#000;color:#fff;overflow:hidden}.bcvh-hero-media{position:absolute;inset:0}.bcvh-hero-bg{width:100%;height:100%;background-image:linear-gradient(120deg,rgba(0,0,0,.6),rgba(0,0,0,.4)),url(https://images.pexels.com/photos/1181675/pexels-photo-1181675.jpeg?auto=compress&cs=tinysrgb&w=1600);background-size:cover;background-position:center;opacity:.92}.bcvh-hero-overlay{position:relative;z-index:1;padding:6rem 0 5rem}.bcvh-hero-inner{max-width:980px;margin:0 auto;text-align:center}.bcvh-hero-text h1{font-size:2.8rem;margin-bottom:1rem}.bcvh-hero-text p{max-width:40rem;margin:.4rem auto 0;color:#f3f3f3}.bcvh-hero-search{background:#fff;border-radius:18px;padding:2.1rem 2.4rem 2.2rem;box-shadow:0 22px 50px rgba(0,0,0,.35);color:var(--bcvh-text-main);margin:1.75rem auto 0}.bcvh-search-form{width:100%}.bcvh-search-field label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--bcvh-text-muted);margin-bottom:.4rem;display:block}.bcvh-search-field select{width:100%;border-radius:999px;border:1px solid #d4d7dd;font-size:.9rem}.bcvh-search-submit button{width:100%;border-radius:999px;border:none;background:var(--bcvh-accent);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;padding:.9rem 1rem;transition:background 0.2s ease,transform 0.1s ease}.bcvh-search-submit button:hover{background:#ff5a12;transform:translateY(-1px)}.bcvh-hero-tabs{margin-top:1.1rem;display:flex;justify-content:center;gap:1.8rem}.bcvh-hero-tab{position:relative;background:none;border:none;padding:0 0 .45rem;font-size:.95rem;font-weight:500;color:#fff;cursor:pointer}.bcvh-hero-tab--active{color:var(--bcvh-accent)}.bcvh-hero-tab--active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:var(--bcvh-accent)}select{cursor:pointer}.bcvh-featured{background:#fff}.bcvh-featured-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem}.bcvh-featured-tabs{display:inline-flex;padding:.2rem;border-radius:999px;background:#f4f5f8}.bcvh-featured-tab{border:none;background:transparent;padding:.45rem 1.5rem;border-radius:999px;font-size:.9rem;font-weight:500;color:var(--bcvh-text-muted);cursor:pointer}.bcvh-featured-tab--active{background:var(--bcvh-accent);color:#fff}.bcvh-cards-row{margin-top:1.5rem;display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr));grid-auto-rows:280px;gap:1.6rem}.bcvh-card{background:#fff;border-radius:var(--bcvh-radius-lg);overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.07);display:flex;flex-direction:column;height:100%}.bcvh-card-media{background-image:linear-gradient(135deg,#222,#333);height:55%}.bcvh-card-body{padding:1.2rem 1.4rem 1.1rem;display:flex;flex-direction:column;justify-content:space-between}.bcvh-card--featured{grid-column:1 / 2;grid-row:1 / span 2}.bcvh-card--featured .bcvh-card-media{height:65%}.bcvh-card-body h3{margin:0 0 .4rem}.bcvh-card-body p{margin:0 0 .7rem;color:var(--bcvh-text-muted)}.bcvh-card-meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.85rem;color:var(--bcvh-text-muted)}.bcvh-section-cta{margin-top:2rem;text-align:right}@media (max-width:991.98px){.bcvh-featured-header{flex-direction:column;align-items:flex-start}.bcvh-cards-row{grid-template-columns:1fr;grid-auto-rows:auto}.bcvh-card--featured{grid-column:auto;grid-row:auto}}.bcvh-popular{background:var(--bcvh-bg-light)}.bcvh-pill-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;justify-content:center}.bcvh-pill{border-radius:999px;padding:.45rem 1.3rem;border:1px solid rgba(0,0,0,.08);background:#fff;font-size:.9rem;cursor:pointer}.bcvh-pill--active{background:var(--bcvh-primary);color:#fff;border-color:var(--bcvh-primary)}.bcvh-services-grid{margin-top:.5rem}.bcvh-service-tile{background:#fff;border-radius:18px;padding:1.4rem 1.3rem;box-shadow:0 10px 30px rgba(0,0,0,.06)}.bcvh-service-tile h3{margin-top:0;margin-bottom:.4rem}.bcvh-service-tile p{font-size:.93rem;color:var(--bcvh-text-muted);margin-bottom:.75rem}.bcvh-tag{display:inline-block;border-radius:999px;background:#eef3ff;color:#314076;font-size:.78rem;padding:.15rem .75rem}.bcvh-why{background:var(--bcvh-bg-dark);color:#fff}.bcvh-why-grid{margin-top:2rem}.bcvh-why-item{background:rgba(255,255,255,.03);border-radius:18px;padding:1.7rem 1.4rem;border:1px solid rgba(255,255,255,.06)}.bcvh-why-icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;font-size:1.1rem}.bcvh-team{background:#fff}.bcvh-team-intro h2{margin-top:.25rem;margin-bottom:1rem}.bcvh-team-intro ul{padding-left:1.1rem;margin-bottom:1.4rem;color:var(--bcvh-text-muted)}.bcvh-team-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;max-width:380px;margin:0 auto}.bcvh-team-photo{height:210px;background-size:cover;background-position:center}.bcvh-team-photo--1{background-image:url(https://images.pexels.com/photos/1181519/pexels-photo-1181519.jpeg?auto=compress&cs=tinysrgb&w=800)}.bcvh-team-photo--2{background-image:url(https://images.pexels.com/photos/936229/pexels-photo-936229.jpeg?auto=compress&cs=tinysrgb&w=800)}.bcvh-team-photo--3{background-image:url(https://images.pexels.com/photos/2379004/pexels-photo-2379004.jpeg?auto=compress&cs=tinysrgb&w=800)}.bcvh-team-body{padding:1rem 1.1rem 1rem}.bcvh-team-role{font-size:.85rem;color:var(--bcvh-text-muted);margin:.2rem 0 .6rem}.bcvh-team-contact{font-size:.85rem;color:var(--bcvh-primary)}#bcvhTeamCarousel .carousel-control-prev,#bcvhTeamCarousel .carousel-control-next{width:2.5rem}#bcvhTeamCarousel .carousel-control-prev-icon,#bcvhTeamCarousel .carousel-control-next-icon{filter:invert(1)}.bcvh-split-cta{background:var(--bcvh-bg-dark);color:#fff}.bcvh-split-left{background:var(--bcvh-accent);border-radius:var(--bcvh-radius-lg);padding:2rem 1.8rem;color:#fff}.bcvh-split-left h2{margin-top:0;margin-bottom:.9rem}.bcvh-split-left ul{margin:0 0 1.3rem 1.1rem}.bcvh-split-right{border-radius:var(--bcvh-radius-lg);padding:2rem 1.8rem;background:#1f222c}.bcvh-bullets{margin:0 0 1.4rem 1.1rem}.bcvh-newsletter{background:#fff;padding:2.5rem 0}.bcvh-newsletter-card{max-width:920px;margin:0 auto;padding:2.6rem 2.8rem;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);box-shadow:0 30px 80px rgba(0,0,0,.08);display:grid;grid-template-columns:1.3fr 1fr;gap:2.2rem;align-items:center}.bcvh-newsletter-text h2{margin:.2rem 0 .6rem}.bcvh-newsletter-text p{margin:0;color:var(--bcvh-text-muted);max-width:32rem}.bcvh-newsletter-form{display:flex;gap:.75rem;align-items:center;max-width:720px;margin-left:auto}.bcvh-newsletter-form input{flex:1;min-width:380px;height:52px;border-radius:999px;border:1px solid #d2d5dd;padding:0 1.4rem;font-size:.95rem}.bcvh-newsletter-form input:focus{outline:none;border-color:var(--bcvh-primary);box-shadow:0 0 0 3px rgba(0,122,195,.12)}.bcvh-newsletter-form button{height:48px;border-radius:999px;border:none;background:var(--bcvh-primary);color:#fff;padding:0 1.6rem;font-weight:600;cursor:pointer;transition:background 0.2s ease,transform 0.15s ease}.bcvh-newsletter-form button{height:52px;padding:0 2.2rem;font-size:.95rem;font-weight:600;border-radius:999px;white-space:nowrap}.bcvh-newsletter-form button:hover{background:var(--bcvh-primary-dark);transform:translateY(-1px)}@media (max-width:767.98px){.bcvh-newsletter-card{grid-template-columns:1fr;padding:2.2rem 1.6rem;text-align:center}.bcvh-newsletter-form{flex-direction:column;align-items:stretch;max-width:100%}.bcvh-newsletter-form input,.bcvh-newsletter-form button{width:100%;min-width:0}}@media (max-width:991.98px){.bcvh-hero-text h1{font-size:2.3rem}.bcvh-section{padding:3.5rem 0}}@media (max-width:575.98px){.bcvh-section{padding:3rem 0}.bcvh-section-header h2{font-size:1.6rem}.bcvh-hero-text h1{font-size:2.1rem}.bcvh-section-cta{text-align:center}}.bcvh-contact-footer{background:#151821;color:#fff;padding:3rem 0 3.5rem}.bcvh-footer-brand img{max-height:36px;width:auto;margin-bottom:1rem}.bcvh-footer-site-name{font-weight:700;font-size:1.3rem}.bcvh-footer-text{margin:0;margin-top:.25rem;font-size:.92rem;color:rgba(255,255,255,.7);max-width:18rem}.bcvh-footer-heading{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;margin:0 0 .9rem;color:rgba(255,255,255,.6)}.bcvh-footer-links{list-style:none;padding:0;margin:0}.bcvh-footer-links li+li{margin-top:.3rem}.bcvh-footer-links a{font-size:.9rem;color:rgba(255,255,255,.8);text-decoration:none}.bcvh-footer-links a:hover{color:#fff}.bcvh-footer-phone{margin:0 0 .4rem}.bcvh-footer-phone-label{font-size:1.05rem;margin-right:.25rem}.bcvh-footer-phone-main{font-size:1.4rem;font-weight:700;color:var(--bcvh-accent)}.bcvh-footer-contact{margin:0;font-size:.9rem;color:rgba(255,255,255,.75)}.bcvh-footer-contact a{color:rgba(255,255,255,.9);text-decoration:none}.bcvh-footer-contact a:hover{color:#fff}@media (max-width:767.98px){.bcvh-contact-footer{text-align:left}.bcvh-contact-footer .row>[class*="col-"]+[class*="col-"]{margin-top:1.5rem}}.bcvh-cards-row{position:relative}.bcvh-card{position:relative;transition:transform 0.25s ease,box-shadow 0.25s ease,opacity 0.25s ease,filter 0.25s ease;will-change:transform}.bcvh-card-media{transition:transform 0.35s ease,filter 0.35s ease}.bcvh-cards-row:hover .bcvh-card{opacity:.55;filter:saturate(.9)}.bcvh-cards-row:hover .bcvh-card:hover{opacity:1;filter:none;transform:translateY(-8px) scale(1.015);z-index:3;box-shadow:0 30px 70px rgba(0,0,0,.18),0 4px 0 var(--bcvh-accent)}.bcvh-cards-row:hover .bcvh-card:hover .bcvh-card-media{transform:scale(1.06);filter:brightness(1.08)}.bcvh-card{cursor:pointer}@media (max-width:991.98px){.bcvh-cards-row:hover .bcvh-card{opacity:1;filter:none;transform:none}}.bcvh-services-grid{position:relative}.bcvh-service-tile{opacity:1;transform:translateY(0) scale(1);transition:opacity 0.45s cubic-bezier(.22,1,.36,1),transform 0.45s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.bcvh-service-tile.is-exiting{opacity:0;transform:translateY(24px) scale(.96)}.bcvh-service-tile.is-entering{opacity:0;transform:translateY(24px) scale(.96)}.bcvh-service-tile.is-visible{opacity:1;transform:translateY(0) scale(1)}.footer-widgets.footer.footer-1{display:none}.bcvh-contact-split{background:var(--bcvh-bg-light)}.bcvh-contact-card,.bcvh-map-card{background:#fff;border-radius:var(--bcvh-radius-lg);box-shadow:0 16px 40px rgba(0,0,0,.07);overflow:hidden}.bcvh-contact-card{padding:2rem 1.8rem}.bcvh-contact-title{margin:.25rem 0 .6rem}.bcvh-contact-sub{margin:0 0 1.2rem;color:var(--bcvh-text-muted)}.bcvh-contact-form .form-control{border-radius:14px;border:1px solid #d9dde5;padding:.8rem 1rem}.bcvh-contact-form .form-control:focus{outline:none;border-color:var(--bcvh-primary);box-shadow:0 0 0 3px rgba(0,122,195,.12)}.bcvh-map-embed{width:100%;height:100%;min-height:360px;border:0;display:block}.bcvh-faq{background:#fff}.bcvh-faq-list{max-width:980px;margin-left:auto;margin-right:auto}.bcvh-faq-item+.bcvh-faq-item{margin-top:.9rem}.bcvh-faq-q{width:100%;text-align:left;background:#f7f8fb;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:1.05rem 1.2rem;font-weight:600;cursor:pointer;position:relative;transition:border-color 0.2s ease,background 0.2s ease}.bcvh-faq-q:hover{border-color:rgba(0,0,0,.18);background:#f4f6fa}.bcvh-faq-q::after{content:"+";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,0,0,.1);color:var(--bcvh-primary);font-weight:800}.bcvh-faq-q[aria-expanded="true"]::after{content:"–";color:var(--bcvh-accent)}.bcvh-faq-a{padding:.95rem 1.2rem .2rem;color:var(--bcvh-text-muted)}.bcvh-faq-a p{margin:0 0 1rem}@media (max-width:991.98px){.bcvh-map-embed{min-height:300px}}@media (max-width:575.98px){.bcvh-contact-card{padding:1.6rem 1.2rem}.bcvh-faq-q{padding-right:3.2rem}}.bcvh-contact-form textarea.form-control{min-height:180px;resize:vertical}@media (max-width:575.98px){.bcvh-newsletter-card{text-align:center;padding:2rem 1.25rem}.bcvh-newsletter-text{text-align:center}.bcvh-newsletter-form{width:100%;max-width:100%;margin:0 auto;align-items:stretch}.bcvh-newsletter-form input,.bcvh-newsletter-form button{width:100%!important}.bcvh-newsletter-form input{text-align:center}}.bcvh-card-media{background-size:cover;background-repeat:no-repeat;background-position:center}@media (max-width:991.98px){.bcvh-card-media{height:220px}.bcvh-card--featured .bcvh-card-media{height:300px}}.bcvh-featured .bcvh-card-media{height:150px;background-size:cover;background-repeat:no-repeat;background-position:center}.bcvh-featured .bcvh-card--featured .bcvh-card-media{height:320px}.bcvh-featured .bcvh-card-body{padding:1rem 1.15rem}.bcvh-featured .bcvh-card-body h3{font-size:1.2rem;line-height:1.25;margin:0 0 .35rem;font-weight:600}.bcvh-featured .bcvh-card--featured .bcvh-card-body h3{font-size:1.45rem}.bcvh-featured .bcvh-card-body p{font-size:.95rem;margin:0 0 .65rem}@media (max-width:991.98px){.bcvh-featured .bcvh-card-media{height:200px}.bcvh-featured .bcvh-card--featured .bcvh-card-media{height:260px}}@media (max-width:575.98px){.bcvh-featured .bcvh-section-header h2{font-size:1.6rem}.bcvh-featured .bcvh-card-body h3{font-size:1.15rem}}.bcvh-featured .bcvh-card.bcvh-card--small{display:grid;grid-template-rows:1fr 1fr;height:100%}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-media,.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-body{min-height:0}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-media{height:auto!important;background-size:cover;background-position:center}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-body{overflow:hidden;padding:.95rem 1.1rem;display:flex;flex-direction:column}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-meta{margin-top:auto}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-body h3{font-size:1.1rem;line-height:1.2}@media (max-width:991.98px){.bcvh-featured .bcvh-card.bcvh-card--small{display:flex;flex-direction:column}.bcvh-featured .bcvh-card.bcvh-card--small .bcvh-card-media{height:220px!important}}@media (max-width:991.98px){.bcvh-newsletter-card{text-align:center}.bcvh-newsletter-form{flex-direction:column;align-items:stretch}.bcvh-newsletter-form input,.bcvh-newsletter-form button{width:100%}}.bcvh-section-cta a:hover{color:#fff}