.bec-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--bec-line);background:color-mix(in srgb,var(--bec-bg) 92%,transparent);backdrop-filter:blur(18px)}
.bec-topbar{background:var(--bec-footer);color:#fff}
.bec-topbar .bec-container{height:36px;display:flex;align-items:center;justify-content:space-between;font-size:.69rem}
.bec-topbar a,.bec-topbar div{display:flex;align-items:center;gap:1.4rem}
.bec-topbar a{gap:.4rem;color:rgba(255,255,255,.7);transition:color .2s}
.bec-topbar a:hover{color:#fff}
.bec-topbar svg{color:var(--bec-red)}
.bec-navbar>.bec-container{height:74px;display:flex;align-items:center;gap:clamp(1.2rem,3vw,3rem)}
.bec-logo{display:flex;align-items:center;width:clamp(150px,17vw,210px)}
.bec-logo img{max-height:46px;width:auto;object-fit:contain}
.bec-desktop-nav{display:flex;align-items:center;gap:clamp(1rem,1.8vw,1.8rem);margin-inline:auto}
.bec-desktop-nav>a,.bec-brand-menu>button{padding-block:.5rem;border:0;background:transparent;color:var(--bec-ink-2);font-size:.82rem;font-weight:700;white-space:nowrap}
.bec-desktop-nav>a:hover,.bec-brand-menu>button:hover{color:var(--bec-red)}
.bec-brand-menu{position:relative}
.bec-brand-menu>button{display:flex;align-items:center;gap:.35rem}
.bec-brand-menu>button svg{width:.85rem;transition:transform .2s}
.bec-brand-menu>button[aria-expanded=true] svg{transform:rotate(90deg)}
.bec-brand-menu__panel{position:absolute;inset-inline-end:0;top:calc(100% + 16px);width:min(510px,calc(100vw - 2rem));display:grid;grid-template-columns:1fr 1fr;gap:.35rem;padding:.65rem;border:1px solid var(--bec-line);border-radius:18px;background:var(--bec-card);box-shadow:var(--bec-shadow-strong);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.bec-brand-menu__panel.is-open{opacity:1;visibility:visible;transform:none}
.bec-brand-menu__panel>a{display:flex;align-items:center;gap:.75rem;padding:.65rem;border-radius:12px}
.bec-brand-menu__panel>a:hover{background:var(--bec-surface)}
.bec-brand-menu__mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--bec-line);border-radius:50%;color:var(--bec-red);font-weight:900}
.bec-brand-menu__panel strong,.bec-brand-menu__panel small{display:block}
.bec-brand-menu__panel strong{font-size:.78rem}
.bec-brand-menu__panel small{color:var(--bec-muted);font-size:.63rem}
.bec-nav-actions{display:flex;align-items:center;gap:.5rem}
.bec-lang-toggle{height:42px;min-width:42px;display:grid;place-items:center;border:1px solid var(--bec-line);border-radius:10px;font-size:.75rem;font-weight:800}
.bec-icon-sun,.dark .bec-icon-moon{display:none}
.dark .bec-icon-sun{display:block}
.bec-menu-toggle{display:none}
.bec-icon-close{display:none}
.bec-menu-toggle[aria-expanded=true] .bec-icon-menu{display:none}
.bec-menu-toggle[aria-expanded=true] .bec-icon-close{display:block}
.bec-mobile-nav{border-top:1px solid var(--bec-line);background:var(--bec-card)}
.bec-mobile-nav>.bec-container{max-height:calc(100dvh - 74px);overflow:auto;padding-block:1rem}
.bec-mobile-nav>.bec-container>a{display:block;padding:.78rem 0;border-bottom:1px solid var(--bec-line);font-weight:700}
.bec-mobile-nav strong{display:block;margin-top:1.2rem;color:var(--bec-red)}
.bec-mobile-brands{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.8rem}
.bec-mobile-brands a{padding:.7rem;border-radius:10px;background:var(--bec-surface);font-size:.76rem;font-weight:700}

.bec-footer{padding-bottom:0;background:var(--bec-footer);color:#fff}
.bec-footer__grid{display:grid;grid-template-columns:1.35fr .7fr 1fr 1.1fr;gap:clamp(2rem,5vw,5rem);padding-block:clamp(4rem,7vw,6.5rem)}
.bec-footer__logo{display:inline-flex;padding:.7rem 1rem;border-radius:10px;background:#fff}
.bec-footer__logo img{height:42px;width:auto}
.bec-footer p,.bec-footer li,.bec-footer a{color:rgba(255,255,255,.65)}
.bec-footer__brand>p{max-width:400px;margin:1.4rem 0;line-height:1.9;font-size:.86rem}
.bec-footer h2{margin:0 0 1.2rem;color:var(--bec-red);font-size:.8rem;letter-spacing:.06em}
.bec-footer ul{padding:0;list-style:none}
.bec-footer li{margin:.65rem 0;font-size:.8rem}
.bec-footer a:hover{color:#fff}
.bec-footer__actions{display:flex;flex-wrap:wrap;gap:.6rem}
.bec-footer__actions a{display:flex;align-items:center;gap:.55rem;padding:.6rem .85rem;border:1px solid rgba(255,255,255,.16);border-radius:9px;font-size:.78rem;font-weight:700}
.bec-footer__actions a:last-child{background:var(--bec-red);color:#fff;border-color:var(--bec-red)}
.bec-footer__brands{display:flex;flex-wrap:wrap;gap:.45rem .8rem;margin-top:1.5rem;font-size:.7rem}
.bec-footer__contact{display:flex;align-items:flex-start;gap:.6rem;font-size:.78rem}
.bec-footer__contact svg,.bec-footer__hours>svg{margin-top:.2rem;color:var(--bec-red)}
.bec-footer__hours{display:flex;gap:.7rem;margin-top:1.3rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035)}
.bec-footer__hours strong{font-size:.78rem}
.bec-footer__hours p{display:flex;justify-content:space-between;gap:1rem;margin:.5rem 0 0;font-size:.68rem}
.bec-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}
.bec-footer__bottom .bec-container{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:rgba(255,255,255,.42);font-size:.68rem}
.bec-floating-whatsapp{position:fixed;z-index:60;inset-inline-start:2rem;bottom:2rem;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#20ba5a;color:#fff;box-shadow:0 16px 32px -12px rgba(24,170,79,.7)}
.bec-floating-whatsapp:hover{transform:translateY(-3px)}
.bec-mobile-actions{display:none}

.bec-hero{min-height:clamp(620px,78vh,820px);display:flex;align-items:center;padding-block:clamp(4rem,7vw,7rem);background:linear-gradient(112deg,var(--bec-bg) 0 54%,var(--bec-surface) 54%);isolation:isolate}
.bec-hero__grid-lines{position:absolute;z-index:-1;inset:0;opacity:.38;background-image:linear-gradient(to right,color-mix(in srgb,var(--bec-ink) 5%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--bec-ink) 5%,transparent) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,black,transparent)}
.bec-hero::after{content:"BEC";position:absolute;z-index:-1;inset-inline-start:-2vw;bottom:-8vw;color:color-mix(in srgb,var(--bec-ink) 2.5%,transparent);font-size:clamp(12rem,28vw,34rem);font-weight:900;line-height:1}
.bec-hero__layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(2.5rem,6vw,7rem);align-items:center}
.bec-breadcrumb{display:flex;gap:.55rem;margin-bottom:1.5rem;color:var(--bec-muted);font-size:.7rem}
.bec-breadcrumb a:hover{color:var(--bec-red)}
.bec-hero__copy h1{max-width:850px;margin:.8rem 0 1.4rem;font-size:clamp(2.6rem,5.3vw,5.7rem)}
.bec-hero__copy h1::first-line{color:var(--bec-red)}
.bec-hero__lead{max-width:700px;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.95}
.bec-hero__badges{display:flex;flex-wrap:wrap;gap:.55rem 1.1rem;padding:0;margin:1.7rem 0;list-style:none}
.bec-hero__badges li{display:flex;align-items:center;gap:.4rem;color:var(--bec-ink-2);font-size:.78rem;font-weight:700}
.bec-hero__badges svg{color:var(--bec-red)}
.bec-hero__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}
.bec-hero__media{position:relative;margin:0;border-radius:30px 8px 30px 8px;box-shadow:var(--bec-shadow-strong);overflow:hidden;aspect-ratio:4/4.7;background:#ddd}
.bec-hero__media::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 46%)}
.bec-hero__media img{width:100%;height:100%;object-fit:cover}
.bec-hero__media-line{position:absolute;z-index:2;inset-inline-start:0;top:12%;width:7px;height:40%;background:var(--bec-red)}
.bec-hero__media figcaption{position:absolute;z-index:2;inset-inline:clamp(1.3rem,3vw,2.5rem);bottom:clamp(1.3rem,3vw,2.5rem);display:flex;align-items:center;gap:1rem;color:#fff}
.bec-hero__media figcaption strong{padding-inline-end:1rem;border-inline-end:1px solid rgba(255,255,255,.35);font-size:1.8rem;letter-spacing:.12em}
.bec-hero__media figcaption span{font-size:.75rem;font-weight:700}

.bec-trust{padding-block:1.15rem!important;background:var(--bec-footer)!important;color:#fff}
.bec-trust ul{display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin:0;list-style:none}
.bec-trust li{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.4rem 1rem;border-inline-end:1px solid rgba(255,255,255,.12);font-size:.75rem;font-weight:700;text-align:center}
.bec-trust li:last-child{border:0}
.bec-trust svg{color:var(--bec-red)}

.bec-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.6rem)}
.bec-card-grid--service{grid-template-columns:repeat(4,minmax(0,1fr))}
.bec-card-grid--brand{grid-template-columns:repeat(4,minmax(0,1fr))}
.bec-brand-cloud{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2.5rem 1.25rem;margin-top:2.5rem}
.bec-brand-cloud>a{display:flex;flex-direction:column;align-items:center;gap:.8rem;color:var(--bec-muted);font-size:.82rem;font-weight:800;text-align:center;transition:.25s}
.bec-brand-cloud>a:hover{color:var(--bec-red);transform:translateY(-3px)}
.bec-brand-cloud__logo{width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--bec-line);border-radius:50%;background:var(--bec-card);box-shadow:var(--bec-shadow)}
.bec-brand-cloud__logo img{width:42px;height:42px;object-fit:contain;filter:grayscale(1);opacity:.68;transition:.25s}
.bec-brand-cloud>a:hover img{filter:none;opacity:1}
.bec-brand-cloud__logo strong{color:var(--bec-muted);font-size:1.1rem;letter-spacing:.05em}
.bec-catalog-card{min-width:0;border:1px solid var(--bec-line);border-radius:var(--bec-radius);background:var(--bec-card);box-shadow:var(--bec-shadow);overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.bec-catalog-card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--bec-red) 42%,var(--bec-line));box-shadow:var(--bec-shadow-strong)}
.bec-catalog-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#d6d7da}
.bec-card-grid--brand .bec-catalog-card__media{aspect-ratio:4/3}
.bec-catalog-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,13,16,.45),transparent 58%)}
.bec-catalog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.bec-catalog-card:hover img{transform:scale(1.045)}
.bec-catalog-card__number{position:absolute;z-index:2;inset-inline-start:1rem;bottom:.8rem;color:#fff;font-size:.8rem;font-weight:900;letter-spacing:.12em}
.bec-catalog-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--bec-red)}
.bec-catalog-card__placeholder svg{width:3rem;height:3rem}
.bec-catalog-card__body{padding:1.35rem}
.bec-catalog-card h2,.bec-catalog-card h3{margin:.55rem 0 .65rem;font-size:1.08rem}
.bec-catalog-card p{min-height:4.6em;margin-bottom:1rem;font-size:.8rem;line-height:1.85}

.bec-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.bec-feature-card{position:relative;padding:clamp(1.4rem,2.5vw,2rem);border:1px solid var(--bec-line);border-radius:var(--bec-radius);background:var(--bec-card);box-shadow:var(--bec-shadow);overflow:hidden}
.bec-feature-card::after{content:"";position:absolute;inset-inline-end:-44px;bottom:-44px;width:110px;height:110px;border:24px solid var(--bec-red-soft);border-radius:50%}
.bec-feature-card__top{display:flex;align-items:center;justify-content:space-between;color:var(--bec-red)}
.bec-feature-card__top span{font-size:.75rem;font-weight:900;letter-spacing:.14em}
.bec-feature-card__top svg{width:1.6rem;height:1.6rem}
.bec-feature-card h3{margin:1.2rem 0 .7rem}
.bec-feature-card p{font-size:.82rem;line-height:1.9}
.bec-feature-card ul{padding-inline-start:1rem;color:var(--bec-muted);font-size:.75rem}

.bec-icon-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;padding:0;list-style:none}
.bec-icon-list li{display:flex;align-items:center;gap:.9rem;min-height:74px;padding:1rem;border:1px solid var(--bec-line);border-radius:13px;background:var(--bec-card);font-size:.85rem;font-weight:700}
.bec-icon-list__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--bec-red-soft);color:var(--bec-red)}

.bec-process{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0;list-style:none}
.bec-process::before{content:"";position:absolute;top:30px;inset-inline:10%;height:1px;background:var(--bec-line-strong)}
.bec-process li{position:relative;padding:0 1rem;text-align:center}
.bec-process__number{position:relative;z-index:1;width:60px;height:60px;display:grid;place-items:center;margin:0 auto 1.2rem;border:1px solid var(--bec-line-strong);border-radius:50%;background:var(--bec-card);color:var(--bec-red);font-weight:900;box-shadow:0 0 0 8px var(--bec-bg)}
.bec-section:nth-of-type(even) .bec-process__number{box-shadow:0 0 0 8px var(--bec-surface)}
.bec-process h3{font-size:.9rem}
.bec-process p{font-size:.73rem;line-height:1.8}

.bec-table-wrap{border:1px solid var(--bec-line);border-radius:var(--bec-radius);background:var(--bec-card);overflow:auto}
.bec-table{width:100%;border-collapse:collapse;min-width:680px}
.bec-table th,.bec-table td{padding:1rem 1.2rem;border-bottom:1px solid var(--bec-line);text-align:start;font-size:.8rem}
.bec-table th{background:var(--bec-footer);color:#fff;font-size:.72rem}
.bec-table tr:last-child td{border-bottom:0}
.bec-table td:nth-child(2){color:var(--bec-red);font-weight:800}
.bec-model-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.bec-model-group{padding:1.4rem;border:1px solid var(--bec-line);border-radius:var(--bec-radius);background:var(--bec-card)}
.bec-model-group h3{color:var(--bec-red)}
.bec-model-group ul{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:1rem 0 0;list-style:none}
.bec-model-group li{padding:.35rem .7rem;border-radius:999px;background:var(--bec-surface);font-size:.72rem;font-weight:700}
.bec-capabilities{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem}
.bec-capabilities__platforms{display:grid;gap:.7rem}
.bec-capabilities__platforms article{display:flex;gap:1rem;padding:1rem;border:1px solid var(--bec-line);border-radius:13px;background:var(--bec-card)}
.bec-capabilities__platforms article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--bec-red-soft);color:var(--bec-red)}
.bec-capabilities h3{margin:0 0 .3rem;font-size:.88rem}
.bec-capabilities p{margin:0;font-size:.75rem}
.bec-capabilities__focus{padding:1.4rem 1.4rem 1.4rem 2rem;margin:0;border-radius:var(--bec-radius);background:var(--bec-footer);color:#fff;list-style:none}
.bec-capabilities__focus li{display:flex;gap:.65rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.8rem}
.bec-capabilities__focus svg{color:var(--bec-red)}
.bec-image-content__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,6vw,6rem);align-items:center}
.bec-image-content figure{margin:0;border-radius:var(--bec-radius-lg);overflow:hidden;box-shadow:var(--bec-shadow-strong)}
.bec-image-content img{width:100%;aspect-ratio:4/3;object-fit:cover}

@media(max-width:1180px){
	.bec-desktop-nav{display:none}
	.bec-menu-toggle{display:grid}
	.bec-card-grid--brand{grid-template-columns:repeat(3,1fr)}
	.bec-footer__grid{grid-template-columns:1.2fr 1fr 1fr}
	.bec-footer__grid>div:nth-child(2){display:none}
}
@media(max-width:900px){
	.bec-hero{background:var(--bec-bg)}
	.bec-hero__layout{grid-template-columns:1fr;gap:2.5rem}
	.bec-hero__copy{text-align:center}
	.bec-breadcrumb,.bec-hero__badges,.bec-hero__actions{justify-content:center}
	.bec-hero__lead{margin-inline:auto}
	.bec-hero__media{width:min(100%,650px);margin-inline:auto;aspect-ratio:16/11}
	.bec-trust ul{grid-template-columns:1fr 1fr}
	.bec-trust li:nth-child(2){border:0}
	.bec-card-grid,.bec-feature-grid{grid-template-columns:1fr 1fr}
	.bec-card-grid--brand{grid-template-columns:1fr 1fr}
	.bec-brand-cloud{grid-template-columns:repeat(4,1fr)}
	.bec-process{grid-template-columns:1fr;gap:.75rem}
	.bec-process::before{inset-inline-start:29px;top:25px;bottom:25px;width:1px;height:auto}
	.bec-process li{display:grid;grid-template-columns:60px 1fr;gap:1rem;padding:0;text-align:start}
	.bec-process__number{margin:0;box-shadow:0 0 0 6px var(--bec-bg)}
	.bec-model-groups{grid-template-columns:1fr 1fr}
	.bec-capabilities{grid-template-columns:1fr}
	.bec-footer__grid{grid-template-columns:1fr 1fr}
	.bec-footer__brand{grid-column:1/-1}
}
@media(max-width:680px){
	.bec-topbar{display:none}
	.bec-navbar>.bec-container{height:66px}
	.bec-logo{width:145px}
	.bec-header-book{display:none}
	.bec-hero{min-height:auto;padding-top:3rem}
	.bec-hero__copy h1{font-size:clamp(2rem,11vw,3.4rem)}
	.bec-hero__media{aspect-ratio:4/3.8}
	.bec-hero__media figcaption strong{font-size:1.2rem}
	.bec-card-grid,.bec-card-grid--brand,.bec-feature-grid,.bec-icon-list,.bec-model-groups{grid-template-columns:1fr}
	.bec-brand-cloud{grid-template-columns:repeat(2,1fr);gap:1.8rem .8rem}
	.bec-trust ul{grid-template-columns:1fr}
	.bec-trust li{border:0;border-bottom:1px solid rgba(255,255,255,.1)}
	.bec-image-content__grid{grid-template-columns:1fr}
	.bec-footer__grid{grid-template-columns:1fr}
	.bec-footer__grid>div:nth-child(3){display:none}
	.bec-footer__bottom .bec-container{flex-direction:column;justify-content:center;text-align:center;padding-block:1rem}
	.bec-floating-whatsapp{display:none}
	.bec-mobile-actions{position:fixed;z-index:90;inset-inline:0;bottom:0;display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--bec-line);background:var(--bec-card)}
	.bec-mobile-actions a{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.7rem .4rem;font-size:.66rem;font-weight:800}
	.bec-mobile-actions a:nth-child(2){background:var(--bec-red);color:#fff}
	.bec-footer{padding-bottom:65px}
	.bec-mobile-brands{grid-template-columns:1fr 1fr}
}
