@charset "UTF-8";
.bcons-home { width: 100%; float: left; }
.bcons-home a{text-decoration:none;color:inherit}
.bcons-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.bcons-section{padding:88px 0}
.bcons-section--soft{background:var(--bcons-soft)}
.bcons-kicker,.bcons-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--bcons-orange)}
.bcons-kicker:before,.bcons-eyebrow:before{content:"";width:26px;height:2px;background:linear-gradient(90deg,var(--bcons-yellow),var(--bcons-red))}
.bcons-kicker--light,.bcons-kicker--light:before{color:#fff}
.bcons-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.bcons-heading h2,.bcons-about__content h2,.bcons-cta h2{margin:8px 0;font-size:clamp(30px,4vw,42px);line-height:1.32;letter-spacing:-.03em}
.bcons-heading p{margin:10px 0 0;color:var(--bcons-muted)}
.bcons-heading>a{font-size:14px;font-weight:800;color:var(--bcons-orange);white-space:nowrap}
.bcons-heading--center{justify-content:center;text-align:center}
.bcons-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;font-size:14px;font-weight:800;transition:.25s ease}
.bcons-btn--primary{background:linear-gradient(135deg,var(--bcons-yellow),var(--bcons-orange));color:#221c16}
.bcons-btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(240,127,26,.3)}
.bcons-btn--ghost{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.bcons-btn--dark{background:var(--bcons-ink);color:#fff !important}
.bcons-btn--white{background:#fff;color:var(--bcons-ink) !important}
.bcons-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:800;color:var(--bcons-orange)}
.bcons-hero{position:relative;min-height:690px;background:linear-gradient(135deg,#1e191a,#3a2b20);overflow:hidden}
.bcons-hero__slides{position:absolute;inset:0}
.bcons-hero__slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;background-size:cover;background-position:center;transition:opacity .7s ease,visibility .7s ease}
.bcons-hero__slide.is-active{opacity:1;visibility:visible}
.bcons-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,18,.88) 0%,rgba(20,17,18,.55) 45%,rgba(20,17,18,.08) 100%)}
.bcons-overlay:after{content:"";position:absolute;right:-12%;top:-20%;width:60%;height:120%;background:radial-gradient(circle,rgba(248,185,30,.26),transparent 60%)}
.bcons-hero__content{position:relative;z-index:2;padding-top:10px;color:#fff}
.bcons-hero__content h1{max-width:820px;margin:16px 0;font-size:clamp(44px,7vw,82px);line-height:.98;letter-spacing:-.045em}
.bcons-hero__content p{max-width:650px;margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.75}
.bcons-hero__actions{display:flex;gap:12px;margin-top:32px}
.bcons-hero__bottom{position:absolute;left:50%;bottom:28px;z-index:3;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;gap:28px}
.bcons-hero__dots{display:flex;gap:8px}
.bcons-hero__dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer}
.bcons-hero__dots button.is-active{width:34px;border-radius:999px;background:var(--bcons-yellow)}
.bcons-hero__search{display:flex;align-items:center;width:min(560px,58vw);padding:6px;background:#fff;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.bcons-hero__search-icon{padding:0 12px;color:#968d87;font-size:20px}
.bcons-hero__search input{flex:1;min-width:0;height:46px;border:0;outline:0;background:transparent;font-size:14px}
.bcons-hero__search button{height:46px;padding:0 22px;border:0;border-radius:10px;background:var(--bcons-ink);color:#fff;font-weight:800;cursor:pointer}
.bcons-statbar{position:relative;z-index:4;margin-top:-1px;background:#fff;border-bottom:1px solid var(--bcons-line)}
.bcons-statbar__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.bcons-statbar__grid>div{padding:30px 28px;border-right:1px solid var(--bcons-line)}
.bcons-statbar__grid>div:last-child{border-right:0}
.bcons-statbar strong{display:block;font-size:30px;color:var(--bcons-orange)}
.bcons-statbar span{display:block;margin-top:5px;font-size:13px;color:var(--bcons-muted)}
.bcons-about__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.bcons-about__media{position:relative;min-height:480px}
.bcons-about__image{position:absolute;inset:0 60px 0 0;border-radius:24px;background:linear-gradient(145deg,rgba(248,185,30,.18),rgba(239,27,36,.1)),url("images/about-bcons.jpg") center/cover no-repeat;box-shadow:var(--bcons-shadow)}
.bcons-about__media:before{content:"";position:absolute;right:0;top:48px;width:190px;height:300px;border-radius:22px;background:linear-gradient(160deg,var(--bcons-yellow),var(--bcons-red));opacity:.16}
.bcons-about__badge{position:absolute;right:12px;bottom:36px;display:flex;flex-direction:column;justify-content:center;width:190px;height:128px;padding:24px;border-radius:20px;background:var(--bcons-ink);color:#fff;box-shadow:var(--bcons-shadow)}
.bcons-about__badge strong{font-size:32px;color:var(--bcons-yellow)}
.bcons-about__badge span{font-size:11px;letter-spacing:.2em}
.bcons-about__content p{color:var(--bcons-muted);line-height:1.8}
.bcons-about__checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
.bcons-about__checks span{padding:14px 16px;border:1px solid var(--bcons-line);border-radius:12px;font-size:14px;font-weight:700;background:#fff}
.bcons-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bcons-project-card{overflow:hidden;border:1px solid var(--bcons-line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(33,29,30,.05);transition:.25s ease}
.bcons-project-card:hover{transform:translateY(-6px);box-shadow:var(--bcons-shadow)}
.bcons-project-card__media{position:relative;display:block;height:235px;background:linear-gradient(135deg,#d9d4cf,#b8aea5);background-size:cover;background-position:center}
.bcons-project-card__tag,.bcons-mini-tag{display:inline-flex;padding:8px 11px;border-radius:8px;background:linear-gradient(135deg,var(--bcons-yellow),var(--bcons-orange));font-size:11px;font-weight:900;text-transform:uppercase}
.bcons-project-card__tag{position:absolute;left:16px;top:16px}
.bcons-project-card__body{padding:22px}
.bcons-project-card h3,.bcons-feature-card h3,.bcons-news-main h3,.bcons-news-item h3{margin:0;line-height:1.3}
.bcons-project-card h3{font-size:21px}
.bcons-project-card__meta{display:flex;justify-content:space-between;gap:10px;margin-top:12px;color:var(--bcons-muted);font-size:12px}
.bcons-project-card__body p{margin:14px 0 0;color:var(--bcons-muted);font-size:14px;line-height:1.65}
.bcons-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.bcons-feature-card{display:grid;grid-template-columns:1.1fr .9fr;min-height:315px;overflow:hidden;border:1px solid var(--bcons-line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(33,29,30,.06)}
.bcons-feature-card__media{min-height:280px;background:linear-gradient(135deg,#d9d4cf,#bbb0a6);background-size:cover;background-position:center}
.bcons-feature-card__body{padding:28px}
.bcons-feature-card h3{margin-top:12px;font-size:24px}
.bcons-feature-card__body>p{color:var(--bcons-muted);font-size:14px;line-height:1.65}
.bcons-location{margin-bottom:8px!important;color:var(--bcons-orange)!important;font-weight:700}
.bcons-cta{padding:60px 0;background:linear-gradient(120deg,#211d1e 0%,#3b2c21 60%,#7b4318 100%);color:#fff}
.bcons-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.bcons-cta p{max-width:720px;color:rgba(255,255,255,.7);line-height:1.7}
.bcons-news-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:24px}
.bcons-news-main{grid-row:span 4;overflow:hidden;border-radius:20px;background:#fff;border:1px solid var(--bcons-line)}
.bcons-news-main__media{display:block;height:320px;background:#ddd center/cover no-repeat}
.bcons-news-main>div{padding:22px}
.bcons-news-main h3{margin-top:8px;font-size:26px}
.bcons-news-main p{color:var(--bcons-muted);line-height:1.65}
.bcons-news-item{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;padding:14px;border-radius:16px;background:#fff;border:1px solid var(--bcons-line)}
.bcons-news-item__media{height:92px;border-radius:12px;background:#ddd center/cover no-repeat}
.bcons-news-item h3{margin-top:6px;font-size:16px}
.bcons-news-date{font-size:11px;color:#9b938e}
.bcons-why{background:#fff}
.bcons-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bcons-why__item{position:relative;padding:28px;border:1px solid var(--bcons-line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfaf9);overflow:hidden}
.bcons-why__item>span{position:absolute;right:18px;top:10px;font-size:52px;font-weight:900;color:rgba(248,185,30,.18)}
.bcons-why__item h3{margin:0 0 8px;font-size:19px}
.bcons-why__item p{margin:0;color:var(--bcons-muted);font-size:14px;line-height:1.65}
.bcons-trust{background:linear-gradient(180deg,#fff,#f7f4ee)}
.bcons-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bcons-trust__grid>div{padding:34px;border-radius:20px;background:#fff;border:1px solid var(--bcons-line);box-shadow:0 8px 28px rgba(33,29,30,.05)}
.bcons-trust__grid b{font-size:40px;color:var(--bcons-yellow)}
.bcons-trust__grid h3{margin:14px 0 8px}
.bcons-trust__grid p{margin:0;color:var(--bcons-muted);line-height:1.65}
.bcons-partners{padding:54px 0;background:#211d1e;color:#fff}
.bcons-partners__label{text-align:center;margin:0 0 24px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#bfb7b2}
.bcons-partners__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.bcons-partners__grid span{display:flex;align-items:center;justify-content:center;min-height:76px;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;font-size:12px;font-weight:900;color:rgba(255,255,255,.7)}
@media(max-width:980px){
	.bcons-section{padding:68px 0}
	.bcons-hero{min-height:620px}
	.bcons-hero__search{width:68vw}
	.bcons-about__grid{grid-template-columns:1fr;gap:40px}
	.bcons-about__media{min-height:420px}
	.bcons-project-grid{grid-template-columns:1fr 1fr}
	.bcons-feature-list{grid-template-columns:1fr}
	.bcons-news-grid{grid-template-columns:1fr}
	.bcons-news-main{grid-row:auto}
	.bcons-why__grid,.bcons-trust__grid{grid-template-columns:1fr 1fr}
	.bcons-partners__grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
	.bcons-container{width:min(100% - 28px,1180px)}
	.bcons-section{padding:54px 0}
	.bcons-heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:24px}
	.bcons-heading--center{align-items:center}
	.bcons-hero{min-height:680px}
	.bcons-hero__content{padding-bottom:90px}
	.bcons-hero__content h1{font-size:44px}
	.bcons-hero__content p{font-size:15px}
	.bcons-hero__actions{flex-wrap:wrap}
	.bcons-hero__bottom{bottom:18px;align-items:flex-start;flex-direction:column-reverse;gap:12px}
	.bcons-hero__search{width:100%}
	.bcons-hero__search button{padding:0 14px}
	.bcons-statbar__grid{grid-template-columns:1fr 1fr}
	.bcons-statbar__grid>div{padding:20px 14px}
	.bcons-statbar strong{font-size:24px}
	.bcons-about__media{min-height:330px}
	.bcons-about__image{right:35px}
	.bcons-about__badge{width:160px;height:110px;right:0;padding:18px}
	.bcons-about__checks{grid-template-columns:1fr}
	.bcons-project-grid{grid-template-columns:1fr}
	.bcons-feature-card{grid-template-columns:1fr}
	.bcons-feature-card__media{min-height:230px}
	.bcons-cta__inner{align-items:flex-start;flex-direction:column}
	.bcons-news-item{grid-template-columns:105px 1fr}
	.bcons-why__grid,.bcons-trust__grid{grid-template-columns:1fr}
	.bcons-partners__grid{grid-template-columns:1fr 1fr}
}