:root{--bft-red:#c8102e;--bft-red-dark:#a30c25;--bft-black:#111318;--bft-charcoal:#20242a;--bft-text:#253140;--bft-muted:#667384;--bft-line:#e6e9ed;--bft-soft:#f5f7f9;--bft-white:#fff;--bft-green:#18a957;--bft-shadow:0 14px 40px rgba(20,28,38,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.bft-theme{font-family:Inter,Arial,sans-serif;color:var(--bft-text);background:#fff;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--bft-red);transition:.2s ease}a:hover,a:focus{color:var(--bft-red-dark);text-decoration:none}img{max-width:100%;height:auto}h1,h2,h3,h4,h5{font-family:Inter,Arial,sans-serif;color:var(--bft-black);font-weight:800;letter-spacing:-.02em}.container{max-width:1240px;width:94%}.btn{border-radius:9px;font-weight:700;transition:.2s ease}.btn:focus{outline:2px solid rgba(200,16,46,.25);outline-offset:2px}.bft-btn-red,.btn-primary{background:var(--bft-red)!important;border-color:var(--bft-red)!important;color:#fff!important}.bft-btn-red:hover,.btn-primary:hover{background:var(--bft-red-dark)!important;border-color:var(--bft-red-dark)!important}.bft-btn-dark{background:#111!important;border-color:#111!important;color:#fff!important}.bft-btn-dark:hover{background:#000!important;color:#fff!important}.bft-btn-primary{background:var(--bft-red);border:1px solid var(--bft-red);color:#fff;padding:13px 21px}.bft-btn-primary:hover{background:var(--bft-red-dark);color:#fff}.bft-btn-whatsapp{background:var(--bft-green);border:1px solid var(--bft-green);color:#fff;padding:13px 21px}.bft-btn-whatsapp:hover{background:#128b48;color:#fff}
/* header */
.bft-topbar{background:#101216;color:#fff;font-size:12.5px}.bft-topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.bft-topbar i{color:#ef3340;margin-right:6px}.bft-topbar-links{display:flex;gap:22px}.bft-topbar a{color:#fff}.bft-header{background:#fff;position:relative;z-index:1000;border-bottom:1px solid var(--bft-line)}.bft-header-row{display:grid;grid-template-columns:minmax(185px,245px) minmax(300px,1fr) auto;align-items:center;gap:28px;min-height:96px}.bft-logo img{max-height:67px;width:auto}.bft-text-logo{display:inline-flex;flex-direction:column;color:#111;line-height:1}.bft-text-logo strong{font-size:34px;color:var(--bft-red);font-style:italic}.bft-text-logo span{font-size:13px;letter-spacing:.1em;margin-top:5px}.bft-search .form-control{height:50px;border:1px solid #d8dde3;border-right:0;border-radius:10px 0 0 10px!important;box-shadow:none;font-size:14px;padding-left:18px;background:#fafbfc}.bft-search .form-control:focus{border-color:var(--bft-red);background:#fff}.bft-search .btn{height:50px;width:55px;background:var(--bft-red);border:var(--bft-red);color:#fff;border-radius:0 10px 10px 0}.bft-header-actions{display:flex;align-items:center;gap:9px}.bft-header-contact{height:44px;display:flex;align-items:center;gap:8px;padding:0 13px;border-radius:9px;font-size:13px;font-weight:700}.bft-header-contact.bft-call{border:1px solid var(--bft-line);color:#111}.bft-header-contact.bft-whatsapp{background:#eaf8f0;color:#118147}.bft-cart>button{height:44px;border:0;background:#111;color:#fff;border-radius:9px;padding:0 14px;font-weight:700;display:flex;align-items:center;gap:8px}.bft-cart>button:hover,.bft-cart.open>button{background:var(--bft-red);color:#fff}.bft-cart .dropdown-menu{width:410px;max-width:calc(100vw - 30px);padding:12px;border:1px solid var(--bft-line);border-radius:12px;box-shadow:var(--bft-shadow)}.bft-mini-cart-scroll{max-height:330px;overflow:auto}.bft-mini-cart-scroll .table td{vertical-align:middle;border-top:1px solid #eef0f2;font-size:12px}.bft-mini-cart-scroll img{width:50px}.bft-mini-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bft-cart-empty{padding:20px 5px;margin:0}.bft-nav-wrap{background:var(--bft-red)}.bft-menu .navbar-nav{float:none;display:flex;align-items:center;margin:0}.bft-menu .navbar-nav>li>a{color:#fff;font-weight:700;font-size:13px;padding:16px 15px}.bft-menu .navbar-nav>li>a:hover,.bft-menu .navbar-nav>li.open>a,.bft-menu .navbar-nav>li>a:focus{background:rgba(0,0,0,.13);color:#fff}.bft-menu .dropdown-menu{border:0;border-radius:0 0 10px 10px;box-shadow:var(--bft-shadow);padding:8px 0;min-width:240px}.bft-menu .dropdown-menu>li>a{padding:10px 17px;color:#26313e}.bft-menu .dropdown-menu>li>a:hover{background:#f7f7f8;color:var(--bft-red)}.bft-mobile-contactbar{display:grid!important;grid-template-columns:1fr 1fr;background:#111}.bft-mobile-contactbar a{color:#fff;text-align:center;padding:10px;font-weight:700}.bft-mobile-contactbar a:last-child{background:var(--bft-green)}
/* global breadcrumbs/forms */
ul.breadcrumb{background:transparent;padding:18px 0 7px;margin:0;font-size:12px}.breadcrumb>li+li:before{content:'›';color:#9aa3ad}.breadcrumb a{color:#5d6876}.form-control{border-radius:8px;border-color:#d9dfe5;box-shadow:none}.form-control:focus{border-color:var(--bft-red);box-shadow:0 0 0 3px rgba(200,16,46,.08)}.pagination>li>a,.pagination>li>span{color:#222;border-color:#e3e6e9}.pagination>.active>a,.pagination>.active>span{background:var(--bft-red);border-color:var(--bft-red)}
/* homepage */
.bft-home{overflow:hidden}.bft-hero{background:linear-gradient(135deg,#f3f5f7 0%,#fff 58%,#f9ecef 100%);border-bottom:1px solid #eceef1}.bft-hero-v6-shell{min-height:575px;display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center;padding:64px 0}.bft-eyebrow,.bft-section-kicker{display:inline-block;color:var(--bft-red);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.bft-hero h1{font-size:48px;line-height:1.08;margin:0 0 17px;max-width:720px}.bft-hero-subtitle{font-size:21px;line-height:1.4;color:#33404f;margin:0 0 15px;font-weight:700;letter-spacing:-.01em}.bft-hero-lead{font-size:16px;color:#586576;max-width:700px;margin-bottom:26px}.bft-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.bft-hero-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#455160;font-size:13px;font-weight:600}.bft-hero-points i{color:var(--bft-red);margin-right:5px}.bft-solution-panel-v7{background:#111318;color:#fff;border-radius:22px;padding:26px;position:relative;overflow:hidden;box-shadow:0 30px 70px rgba(20,24,30,.22)}.bft-solution-panel-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:18px;font-size:11px;font-weight:800;letter-spacing:.1em}.bft-solution-panel-status{color:#99e2b8}.bft-solution-panel-status i{font-size:8px}.bft-solution-stack{display:grid;gap:10px}.bft-solution-row{display:grid;grid-template-columns:28px 46px 1fr 24px;gap:10px;align-items:center;background:#1b1e24;color:#fff;border:1px solid rgba(255,255,255,.06);padding:16px;border-radius:13px}.bft-solution-row:hover{transform:translateY(-2px);background:#22262d;color:#fff}.bft-solution-number{color:#78808a;font-size:11px}.bft-solution-icon{width:42px;height:42px;background:var(--bft-red);display:grid;place-items:center;border-radius:9px}.bft-solution-copy{display:flex;flex-direction:column}.bft-solution-copy strong{font-size:14px}.bft-solution-copy small{color:#9da6b2;margin-top:2px}.bft-solution-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.bft-solution-service-grid span{background:#fff;color:#111;border-radius:9px;padding:11px 8px;text-align:center;font-size:10px;display:flex;flex-direction:column;gap:4px}.bft-solution-service-grid i{color:var(--bft-red);font-size:16px}.bft-benefit-bar{background:#fff;border-bottom:1px solid var(--bft-line)}.bft-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.bft-benefit-grid>div{display:flex;align-items:center;gap:12px;padding:21px 18px;border-right:1px solid var(--bft-line)}.bft-benefit-grid>div:last-child{border-right:0}.bft-benefit-grid i{font-size:23px;color:var(--bft-red)}.bft-benefit-grid span{display:flex;flex-direction:column}.bft-benefit-grid strong{color:#1b2027;font-size:13px}.bft-benefit-grid small{color:#7c8794;font-size:11px}.bft-section{padding:72px 0}.bft-section:nth-of-type(even){background:#fafbfc}.bft-section-head{margin-bottom:30px}.bft-section-head-modern,.bft-section-head-inline{display:flex;align-items:end;justify-content:space-between;gap:25px}.bft-section-head h2{font-size:32px;margin:0 0 8px}.bft-section-head p{color:#667384;margin:0;max-width:740px}.bft-section-index{font-size:50px;font-weight:800;color:#eef0f2}.bft-text-link{font-weight:700;white-space:nowrap}.bft-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.bft-category-card{min-height:126px;padding:22px;border:1px solid var(--bft-line);border-radius:14px;background:#fff;color:#171b20;display:flex;align-items:flex-end;justify-content:space-between;box-shadow:0 7px 22px rgba(15,24,35,.04)}.bft-category-card:hover{border-color:var(--bft-red);transform:translateY(-3px);box-shadow:var(--bft-shadow);color:var(--bft-red)}.bft-category-name-v5{font-weight:800;font-size:16px;max-width:82%}.bft-category-arrow-v5{width:31px;height:31px;border-radius:50%;background:#f2f3f5;display:grid;place-items:center}.bft-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bft-home-product{border:1px solid var(--bft-line);border-radius:14px;background:#fff;overflow:hidden;transition:.2s}.bft-home-product:hover{transform:translateY(-3px);box-shadow:var(--bft-shadow)}.bft-home-product-image{display:block;aspect-ratio:1/1;background:#fff;padding:17px}.bft-home-product-image img{width:100%;height:100%;object-fit:contain}.bft-home-product-body{padding:16px;border-top:1px solid #eff1f3}.bft-home-product h3{font-size:14px;line-height:1.45;min-height:41px;margin:0 0 10px}.bft-home-product h3 a{color:#1b2027}.bft-home-price{min-height:28px;margin-bottom:13px}.bft-home-price strong{font-size:17px;color:var(--bft-red)}.bft-home-price .price-old{text-decoration:line-through;color:#89929d;font-size:12px;margin-right:7px}.bft-add-cart{width:100%;background:#111;color:#fff;border:0;padding:10px 12px;border-radius:8px}.bft-add-cart:hover{background:var(--bft-red);color:#fff}.bft-guide-section{background:#111318!important;color:#fff}.bft-guide-section h2,.bft-guide-section h3{color:#fff}.bft-guide-intro p{color:#aab2bd}.bft-guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.bft-guide-grid>div{background:#1b1e24;border:1px solid rgba(255,255,255,.06);padding:19px;border-radius:12px}.bft-guide-grid span{color:#ef4054;font-size:11px;font-weight:800}.bft-guide-grid h3{font-size:15px;margin:8px 0}.bft-guide-grid p{color:#9fa8b3;font-size:12px;margin:0}.bft-solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bft-solution-grid>div{padding:28px;border:1px solid var(--bft-line);border-radius:14px;background:#fff}.bft-solution-grid i{font-size:26px;color:var(--bft-red)}.bft-solution-grid h3{font-size:17px}.bft-solution-grid p{color:#687483;margin:0}.bft-home .panel,.bft-home .swiper-viewport{border:0;box-shadow:none}
/* category */
.bft-category-page{background:#fff}.bft-category-hero{background:linear-gradient(135deg,#f5f6f8,#fff);border-bottom:1px solid var(--bft-line);padding:24px 0 34px}.bft-category-hero-grid{display:grid;grid-template-columns:1fr 390px;gap:40px;align-items:center}.bft-category-hero h1{font-size:40px;margin:7px 0 12px}.bft-category-hero p{color:#667384}.bft-category-feature-panel{background:#111318;color:#fff;border-radius:16px;padding:18px}.bft-category-feature-item{display:flex;gap:12px;align-items:center;padding:12px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.bft-category-feature-item:last-child{border-bottom:0}.bft-category-feature-icon{width:38px;height:38px;display:grid;place-items:center;background:var(--bft-red);border-radius:8px}.bft-category-feature-item div{display:flex;flex-direction:column}.bft-category-feature-item strong{font-size:13px}.bft-category-feature-item small{color:#9fa8b3;font-size:11px}.bft-category-content-wrap{padding-top:25px;padding-bottom:65px}.bft-subcategory-section{margin-bottom:30px}.bft-subcategory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.bft-subcategory-card{border:1px solid var(--bft-line);padding:14px 16px;border-radius:10px;color:#222;font-weight:700;display:flex;justify-content:space-between;align-items:center}.bft-subcategory-card:hover{border-color:var(--bft-red);color:var(--bft-red)}.bft-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0 20px;border-bottom:1px solid var(--bft-line);margin-bottom:22px}.bft-toolbar-left,.bft-toolbar-controls{display:flex;align-items:center;gap:12px}.bft-view-switch{display:flex;gap:4px}.bft-view-button{border:1px solid #dfe3e7;background:#fff;width:36px;height:36px;border-radius:7px}.bft-result-count{font-size:12px;color:#798490}.bft-select-field{display:flex;align-items:center;gap:8px;margin:0;font-size:11px;color:#687381}.bft-select-field select{height:36px;border:1px solid #dfe3e7;border-radius:7px;background:#fff;padding:0 25px 0 10px;color:#222}.bft-category-products{margin-left:-8px;margin-right:-8px}.bft-category-products .product-layout{padding:8px}.bft-category-products .product-grid{width:25%;float:left}.bft-category-product-card{height:100%;border:1px solid var(--bft-line);border-radius:13px;background:#fff;overflow:hidden;display:flex;transition:.2s}.product-grid .bft-category-product-card{display:block}.bft-category-product-card:hover{border-color:#d9dde2;box-shadow:var(--bft-shadow);transform:translateY(-2px)}.bft-category-product-image{position:relative;background:#fff;flex:0 0 280px;padding:17px;min-height:240px}.product-grid .bft-category-product-image{min-height:0;aspect-ratio:1/1;padding:14px}.bft-category-product-image>a{display:block;width:100%;height:100%}.bft-category-product-image img{width:100%;height:100%;object-fit:contain}.bft-product-quick-actions{position:absolute;right:10px;top:10px;display:flex;gap:5px}.bft-product-quick-actions button{width:31px;height:31px;border-radius:50%;border:1px solid #e2e5e8;background:#fff;color:#56616f}.bft-category-product-body{padding:22px;display:flex;flex:1;flex-direction:column}.product-grid .bft-category-product-body{padding:15px}.bft-category-product-body h3{font-size:17px;margin:0 0 9px}.product-grid .bft-category-product-body h3{font-size:14px;line-height:1.45;min-height:41px}.bft-category-product-body h3 a{color:#1c2229}.bft-category-product-desc{color:#687483;font-size:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-grid .bft-category-product-desc{display:none}.bft-category-price{margin-top:auto;padding-top:10px}.bft-category-price strong{font-size:19px;color:var(--bft-red)}.bft-category-price del{color:#929aa4;font-size:12px;margin-left:8px}.bft-category-card-actions{margin-top:12px}.bft-category-add-cart{border:0;background:#111;color:#fff;border-radius:8px;padding:10px 16px;font-weight:700;min-width:150px}.product-grid .bft-category-add-cart{width:100%}.bft-category-add-cart:hover{background:var(--bft-red)}.bft-category-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.bft-category-seo-content{margin-top:46px;background:#f7f8fa;padding:28px 32px;border-radius:15px;border:1px solid #ebedf0}.bft-category-seo-heading h2{font-size:27px}.bft-category-seo-heading>span{color:var(--bft-red);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.bft-category-description{color:#465363}.bft-category-description h2,.bft-category-description h3{margin-top:26px;font-size:21px}.bft-category-description ul{padding-left:20px}.bft-empty-category{text-align:center;padding:70px 0}
/* product page hooks - supports bundled product.twig */
.bft-product-page{padding-bottom:60px}.bft-product-page .bft-product-top{margin-top:12px}.bft-product-page h1{font-size:34px;line-height:1.2}.bft-product-page .bft-product-gallery,.bft-product-page .bft-buybox{border-color:var(--bft-line)!important;box-shadow:none!important}.bft-product-page .bft-price-card{background:#f7f8fa!important;border-color:#eaedf0!important}.bft-product-page .bft-current-price{color:var(--bft-red)!important}.bft-product-page .bft-whatsapp-btn{background:var(--bft-green)!important;border-color:var(--bft-green)!important}.bft-product-page .bft-trust-item i,.bft-product-page .bft-meta-item i{color:var(--bft-red)!important}.bft-product-page .bft-description{font-size:15px;line-height:1.8}.bft-product-page .bft-description h2{font-size:22px!important;color:#171b20!important;border-left:3px solid var(--bft-red);padding-left:11px}.bft-product-page .bft-description h3{font-size:18px!important;color:#20252c!important}.bft-product-page .table>thead>tr>th{background:#f5f6f8;color:#222}.bft-product-page .table>tbody>tr>td{border-color:#eceef0}.bft-product-page #button-cart{background:#111!important;border-color:#111!important}.bft-product-page #button-cart:hover{background:var(--bft-red)!important;border-color:var(--bft-red)!important}
/* account / checkout / information */
#account-account,#account-login,#account-register,#checkout-cart,#checkout-checkout,#information-information,#information-contact,#product-search,#product-manufacturer{padding-bottom:60px}#content>h1{font-size:32px;margin-bottom:24px}.panel-default{border-color:#e2e6ea;border-radius:11px;box-shadow:none;overflow:hidden}.panel-default>.panel-heading{background:#f7f8fa;border-color:#e7e9ec;font-weight:700}.well{background:#f8f9fa;border-color:#e6e9ec;box-shadow:none;border-radius:11px}.table-bordered{border-color:#e2e6ea}.table-bordered>tbody>tr>td,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-color:#e8eaed}.buttons .btn-primary,#button-payment-method,#button-shipping-method,#button-confirm{min-height:42px}.list-group a{color:#354150}.list-group a.active,.list-group a:hover{background:#f5f6f8;color:var(--bft-red);border-color:#e3e6e9}
/* footer */
.bft-trust-strip{background:#f3f5f7;border-top:1px solid #e7eaed}.bft-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.bft-trust-grid>div{display:flex;gap:12px;align-items:center;padding:22px 18px;border-right:1px solid #e0e4e8}.bft-trust-grid>div:last-child{border-right:0}.bft-trust-grid i{font-size:24px;color:var(--bft-red)}.bft-trust-grid span{display:flex;flex-direction:column}.bft-trust-grid strong{font-size:13px;color:#1a1f25}.bft-trust-grid small{font-size:11px;color:#7c8793}.bft-footer{background:#111318;color:#aab2bc;padding:55px 0 0}.bft-footer h2,.bft-footer h3{color:#fff}.bft-footer h2{font-size:24px;margin-top:0}.bft-footer h3{font-size:14px;text-transform:uppercase;letter-spacing:.05em;margin:4px 0 17px}.bft-footer p{font-size:13px}.bft-footer a{color:#c8ced5}.bft-footer a:hover{color:#fff}.bft-footer li{margin:8px 0}.bft-footer-about{padding-right:50px}.bft-footer-wa{display:inline-flex;align-items:center;gap:7px;background:var(--bft-green);color:#fff!important;border-radius:8px;padding:10px 13px;font-weight:700;margin-top:8px}.bft-service-areas{color:#818b96}.bft-footer-bottom{border-top:1px solid #2a2e35;margin-top:38px;padding:18px 0;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#79838e}.bft-float-wa{position:fixed;z-index:999;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--bft-green);color:#fff!important;font-size:26px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.bft-float-wa:hover{transform:translateY(-2px)}
/* responsive */
@media(max-width:1199px){.bft-header-row{grid-template-columns:200px 1fr auto;gap:15px}.bft-header-contact span{display:none}.bft-category-grid,.bft-product-grid{grid-template-columns:repeat(3,1fr)}.bft-category-products .product-grid{width:33.333%}.bft-menu .navbar-nav>li>a{padding-left:10px;padding-right:10px;font-size:12px}}
@media(max-width:991px){.container{width:96%}.bft-header-row{grid-template-columns:175px 1fr auto;min-height:82px}.bft-logo img{max-height:55px}.bft-cart #cart-total{display:none}.bft-hero-v6-shell{grid-template-columns:1fr;min-height:0;padding:48px 0}.bft-hero h1{font-size:40px}.bft-solution-panel-v7{max-width:650px}.bft-benefit-grid,.bft-trust-grid{grid-template-columns:repeat(2,1fr)}.bft-benefit-grid>div:nth-child(2),.bft-trust-grid>div:nth-child(2){border-right:0}.bft-category-grid,.bft-product-grid{grid-template-columns:repeat(2,1fr)}.bft-category-hero-grid{grid-template-columns:1fr}.bft-category-feature-panel{display:grid;grid-template-columns:repeat(2,1fr)}.bft-category-products .product-grid{width:50%}.bft-category-product-image{flex-basis:230px}.bft-subcategory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){body.bft-theme{font-size:14px;padding-bottom:48px}.container{width:94%}.bft-topbar-inner{height:34px;justify-content:center}.bft-topbar-links{display:none}.bft-header-row{grid-template-columns:1fr auto;grid-template-areas:'logo actions' 'search search';gap:10px;padding:12px 0}.bft-logo{grid-area:logo}.bft-logo img{max-height:48px;max-width:190px}.bft-search-wrap{grid-area:search}.bft-header-actions{grid-area:actions}.bft-header-contact{display:none}.bft-cart>button{height:40px}.bft-nav-wrap{background:#111}.bft-menu-toggle{width:100%;background:#111;color:#fff;border:0;text-align:left;padding:13px 4px;font-weight:700}.bft-menu-collapse{padding:0;max-height:75vh;overflow:auto}.bft-menu .navbar-nav{display:block;margin:0 -15px}.bft-menu .navbar-nav>li>a{padding:13px 15px;border-top:1px solid #282b30}.bft-menu .dropdown-menu{position:static;float:none;width:auto;background:#1a1d21;box-shadow:none;border-radius:0}.bft-menu .dropdown-menu>li>a{color:#d5d9de;padding:11px 25px}.bft-mobile-contactbar{position:fixed;left:0;right:0;bottom:0;z-index:1100}.bft-hero-v6-shell{padding:40px 0 34px;gap:28px}.bft-hero h1{font-size:34px}.bft-hero-subtitle{font-size:18px}.bft-hero-actions .btn{width:100%}.bft-hero-points{gap:10px;flex-direction:column}.bft-solution-panel-v7{padding:17px;border-radius:15px}.bft-solution-row{grid-template-columns:24px 38px 1fr 15px;padding:12px 10px}.bft-solution-icon{width:36px;height:36px}.bft-solution-service-grid{grid-template-columns:1fr}.bft-benefit-grid,.bft-trust-grid{grid-template-columns:1fr}.bft-benefit-grid>div,.bft-trust-grid>div{border-right:0;border-bottom:1px solid var(--bft-line);padding:16px 8px}.bft-section{padding:48px 0}.bft-section-head-modern,.bft-section-head-inline{display:block}.bft-section-head h2{font-size:27px}.bft-section-index{display:none}.bft-text-link{display:inline-block;margin-top:12px}.bft-category-grid,.bft-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bft-category-card{min-height:105px;padding:14px}.bft-category-name-v5{font-size:13px}.bft-home-product-image{padding:8px}.bft-home-product-body{padding:11px}.bft-home-product h3{font-size:12px;min-height:53px}.bft-home-price strong{font-size:14px}.bft-add-cart{font-size:11px;padding:9px 5px}.bft-guide-grid,.bft-solution-grid{grid-template-columns:1fr}.bft-category-hero{padding:10px 0 27px}.bft-category-hero h1{font-size:30px}.bft-category-feature-panel{grid-template-columns:1fr}.bft-category-toolbar{align-items:flex-start;flex-direction:column}.bft-toolbar-controls{width:100%;display:grid;grid-template-columns:1fr 1fr}.bft-select-field{display:block}.bft-select-field span{display:block;margin-bottom:4px}.bft-select-field select{width:100%}.bft-category-products .product-grid,.bft-category-products .product-list{width:50%;float:left}.bft-category-products .product-list .bft-category-product-card{display:block}.bft-category-products .product-list .bft-category-product-image{min-height:0;aspect-ratio:1/1;padding:9px}.bft-category-products .product-list .bft-category-product-body{padding:11px}.bft-category-products .product-list .bft-category-product-desc{display:none}.bft-category-product-body h3,.product-grid .bft-category-product-body h3{font-size:12px;min-height:52px}.bft-category-add-cart{width:100%;min-width:0;padding:9px 5px;font-size:11px}.bft-product-quick-actions{display:none}.bft-category-seo-content{padding:21px 17px}.bft-category-pagination{display:block}.bft-subcategory-grid{grid-template-columns:1fr}.bft-cart .dropdown-menu{position:fixed;top:125px;right:3%!important;left:3%!important;width:94%;max-width:none}.bft-footer{padding-top:38px}.bft-footer-about{padding-right:15px;margin-bottom:28px}.bft-footer .col-sm-3,.bft-footer .col-sm-4{margin-bottom:24px}.bft-footer-bottom{display:block;padding-bottom:64px}.bft-footer-bottom span{display:block;margin:5px 0}.bft-float-wa{display:none}}
@media(max-width:420px){.bft-category-grid,.bft-product-grid{grid-template-columns:1fr 1fr}.bft-home-product h3{font-size:11.5px}.bft-category-products .product-grid,.bft-category-products .product-list{width:50%}.bft-solution-copy small{display:none}.bft-topbar{font-size:11px}.bft-logo img{max-width:165px}}
.bft-cat-breadcrumb ol{display:flex;flex-wrap:wrap;list-style:none;padding:15px 0 5px;margin:0;gap:0;font-size:12px}.bft-cat-breadcrumb li+li:before{content:'›';padding:0 8px;color:#9aa3ad}.bft-cat-breadcrumb a{color:#66717e}.bft-listing-page{padding-bottom:60px}.bft-listing-content>.heading{font-size:32px;margin:15px 0 25px}.product-thumb{border:1px solid var(--bft-line);border-radius:12px;overflow:hidden;background:#fff;margin-bottom:18px}.product-thumb .image{padding:12px;background:#fff}.product-thumb .image img{margin:auto}.product-thumb .caption{padding:15px}.product-thumb h4{font-size:14px;line-height:1.4;min-height:40px}.product-thumb h4 a{color:#1c2229}.product-thumb .price{font-weight:800;color:var(--bft-red);font-size:17px}.product-thumb .price-old{color:#929aa4;text-decoration:line-through;font-size:12px}.product-thumb .button-group{display:flex;border-top:1px solid var(--bft-line)}.product-thumb .button-group button{flex:1;border:0;border-right:1px solid var(--bft-line);background:#111;color:#fff;padding:10px;font-weight:700}.product-thumb .button-group button:hover{background:var(--bft-red)}.product-thumb .button-group button+button{max-width:42px;background:#f5f6f8;color:#555}.swiper-viewport{border:0!important;box-shadow:none!important}.alert{border-radius:8px}.required .control-label:before{content:'* ';color:var(--bft-red);font-weight:800}

/* =========================================================
   BFT responsive header refinement - desktop / tablet / mobile
   ========================================================= */
.bft-topbar{background:#111318;color:#fff;font-size:14px;font-weight:700}
.bft-topbar-inner{height:40px}
.bft-topbar i{color:var(--bft-green);font-size:15px;margin-right:7px}
.bft-topbar-links{gap:25px;align-items:center}
.bft-topbar-links a{font-size:14px;font-weight:700;white-space:nowrap}
.bft-genuine-line{font-size:14px;font-weight:800;white-space:nowrap}
.bft-header-row{grid-template-columns:180px minmax(360px,1fr) auto;gap:26px;min-height:96px}
.bft-logo img{max-height:62px;max-width:175px;width:auto}
.bft-search .form-control{height:50px;font-size:15px;background:#fafbfc}
.bft-search .btn{height:50px;width:56px;font-size:17px}
.bft-header-actions{gap:10px}
.bft-header-contact{height:44px;padding:0 20px;border-radius:9px;font-size:14px;font-weight:800;justify-content:center;white-space:nowrap}
.bft-header-contact.bft-whatsapp{background:var(--bft-green);border:1px solid var(--bft-green);color:#fff}
.bft-header-contact.bft-whatsapp:hover{background:#128b48;color:#fff}
.bft-header-contact.bft-call{background:#111318;border:1px solid #111318;color:#fff}
.bft-header-contact.bft-call:hover{background:#000;color:#fff}
.bft-header-contact i{font-size:15px}
.bft-cart>button{height:44px;background:#fff;color:#111318;border:1px solid #d9dee5;border-radius:9px;padding:0 18px;font-size:13px;box-shadow:none}
.bft-cart>button:hover,.bft-cart.open>button{background:#f7f8fa;color:#111318;border-color:#cfd5dc}
.bft-nav-wrap{background:#15181d}
.bft-menu .navbar-nav{justify-content:center}
.bft-menu .navbar-nav>li>a{color:#fff;font-size:13px;padding:17px 14px}
.bft-mobile-nav-head{display:none}
.bft-italian-tech{display:inline-flex;align-items:center;gap:8px}
.bft-italy-flag{font-size:20px;line-height:1}

@media (max-width:1199px) and (min-width:992px){
  .bft-header-row{grid-template-columns:160px minmax(320px,1fr) auto;gap:16px}
  .bft-logo img{max-width:155px}
  .bft-header-contact{padding:0 15px}
  .bft-menu .navbar-nav>li>a{font-size:12px;padding-left:10px;padding-right:10px}
}

/* Tablet and mobile use the compact header shown in the approved reference */
@media (max-width:991px){
  body.bft-theme{padding-bottom:0}
  .bft-topbar-inner{height:54px;justify-content:center;text-align:center}
  .bft-genuine-line{font-size:16px;white-space:normal;line-height:1.25}
  .bft-genuine-line i{font-size:17px}
  .bft-topbar-links{display:none!important}
  .bft-header-row{display:grid;grid-template-columns:1fr;grid-template-areas:'logo' 'search' 'actions';gap:15px;padding:26px 0 22px;min-height:0}
  .bft-logo{grid-area:logo;text-align:center;justify-self:center}
  .bft-logo img{max-height:72px;max-width:220px;margin:0 auto}
  .bft-search-wrap{grid-area:search;width:100%}
  .bft-search .form-control{height:56px;font-size:17px;padding-left:20px}
  .bft-search .btn{height:56px;width:64px;font-size:21px}
  .bft-header-actions{grid-area:actions;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;width:100%}
  .bft-header-contact{display:flex!important;height:55px;padding:0 12px;font-size:16px;border-radius:10px}
  .bft-header-contact i{font-size:18px}
  .bft-cart-wrap,.bft-cart{width:100%}
  .bft-cart>button{width:100%;height:55px;background:#ed111f;color:#fff;border:1px solid #ed111f;justify-content:center;font-size:16px;border-radius:10px;padding:0 10px}
  .bft-cart>button:hover,.bft-cart.open>button{background:#cf0e1b;color:#fff;border-color:#cf0e1b}
  .bft-cart>button .fa{font-size:20px}
  .bft-cart #cart-total{display:inline!important}
  .bft-nav-wrap{background:#15181d}
  .bft-mobile-nav-head{display:flex!important;align-items:center;justify-content:space-between;height:66px}
  .bft-menu-toggle{width:auto;background:transparent;color:#fff;border:0;text-align:left;padding:0;font-size:17px;font-weight:800}
  .bft-menu-toggle .fa{color:#ed3347;margin-right:9px;font-size:19px}
  .bft-mobile-home{display:flex;align-items:center;gap:9px;color:#fff!important;font-size:17px;font-weight:800}
  .bft-mobile-home .fa{font-size:18px}
  .bft-menu-collapse{padding:0;max-height:70vh;overflow:auto;border-top:1px solid #2b2f35}
  .bft-menu .navbar-nav{display:block;margin:0 -15px}
  .bft-menu .navbar-nav>li>a{font-size:14px;padding:13px 15px;border-top:1px solid #282b30}
  .bft-menu .bft-desktop-home{display:none}
  .bft-cart .dropdown-menu{top:auto;margin-top:8px}
}

@media (max-width:767px){
  .container{width:94%}
  .bft-topbar-inner{height:52px}
  .bft-genuine-line{font-size:15px}
  .bft-header-row{padding:24px 0 20px;gap:14px}
  .bft-logo img{max-height:67px;max-width:205px}
  .bft-search .form-control{height:55px;font-size:17px}
  .bft-search .btn{height:55px;width:62px}
  .bft-header-actions{grid-template-columns:1fr 1fr 1fr;gap:8px}
  .bft-header-contact,.bft-cart>button{height:54px;font-size:15px}
  .bft-mobile-nav-head{height:64px}
  .bft-menu-toggle,.bft-mobile-home{font-size:16px}
  .bft-mobile-contactbar{display:none!important}
  .bft-footer-bottom{padding-bottom:18px}
}

@media (max-width:520px){
  .bft-genuine-line{font-size:14px}
  .bft-logo img{max-height:62px;max-width:190px}
  .bft-header-actions{gap:7px}
  .bft-header-contact,.bft-cart>button{font-size:14px;padding-left:7px;padding-right:7px}
  .bft-header-contact i{font-size:16px}
  .bft-cart>button .fa{font-size:17px}
}

/* =========================================================
   FINAL REFERENCE MATCH — HEADER, HOMEPAGE MIDDLE, FOOTER
   ========================================================= */
@media (min-width: 992px){
  .bft-header-row{
    display:flex!important;align-items:center!important;min-height:104px!important;gap:26px!important;
  }
  .bft-logo{flex:0 0 190px!important;text-align:left!important}
  .bft-logo img{max-width:175px!important;max-height:62px!important;margin:0!important}
  .bft-search-wrap{flex:1 1 auto!important;min-width:0!important;max-width:none!important}
  .bft-header-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:10px!important;white-space:nowrap!important}
  .bft-search .form-control{height:50px!important;font-size:16px!important}
  .bft-search .btn{height:50px!important;width:58px!important}
  .bft-header-contact{height:46px!important;padding:0 19px!important;font-size:15px!important}
  .bft-cart>button{height:46px!important;min-width:118px!important;padding:0 16px!important;font-size:14px!important}
  .bft-nav-wrap .container{display:block!important}
  .bft-menu .navbar-nav{display:flex!important;justify-content:center!important;width:100%!important}
  .bft-menu .navbar-nav>li>a{font-size:13.5px!important;padding:18px 14px!important}
}

/* Homepage sections missing from the earlier package */
.bft-solutions-section{background:#fff!important}
.bft-solutions-section .bft-section-head{max-width:820px;margin:0 auto 34px}
.bft-solutions-section .bft-section-head h2{font-size:31px;line-height:1.18}
.bft-solution-grid{grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
.bft-solution-grid>div{min-height:180px;padding:28px 24px!important}
.bft-solution-grid i{width:42px;height:42px;border-radius:10px;background:#fff0f2;display:grid;place-items:center;font-size:18px!important}
.bft-solution-grid h3{font-size:16px!important;margin:18px 0 8px}
.bft-solution-grid p{font-size:13px;line-height:1.65}

.bft-seo-content{background:#f7f8fa!important;padding:72px 0 82px!important}
.bft-seo-content h2{font-size:32px;line-height:1.2;margin:0 0 18px}
.bft-seo-content p{font-size:15px;line-height:1.75;color:#5e6978;max-width:780px}
.bft-coverage-card{background:#fff;border:1px solid #dfe3e8;border-radius:18px;padding:30px 28px;box-shadow:0 14px 35px rgba(20,30,45,.07)}
.bft-coverage-card>span{color:var(--bft-red);font-size:11px;font-weight:800;letter-spacing:.11em}
.bft-coverage-card h3{font-size:20px;margin:10px 0 18px}
.bft-city-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}
.bft-city-tags span{font-size:11px;color:#687484;border:1px solid #dce1e7;background:#fafbfc;border-radius:20px;padding:6px 10px}
.bft-coverage-card a{color:var(--bft-red);font-weight:800;font-size:13px}

.bft-faq-section{background:#fff!important;padding:70px 0!important}
.bft-faq-section .bft-section-head{margin-bottom:28px}
.bft-faq-section .bft-section-head h2{font-size:32px}
.bft-faq-grid{max-width:900px;margin:0 auto;display:grid;gap:10px}
.bft-faq-grid details{border:1px solid #dfe3e8;border-radius:12px;background:#fff;overflow:hidden}
.bft-faq-grid summary{list-style:none;cursor:pointer;padding:19px 22px;font-size:14px;font-weight:800;color:#111;position:relative}
.bft-faq-grid summary::-webkit-details-marker{display:none}
.bft-faq-grid summary:after{content:'+';position:absolute;right:22px;top:14px;color:var(--bft-red);font-size:24px;font-weight:800}
.bft-faq-grid details[open] summary:after{content:'−'}
.bft-faq-grid details p{padding:0 22px 18px;margin:0;color:#697584;line-height:1.65}

.bft-final-cta{background:#fff;padding:8px 0 62px}
.bft-final-cta-inner{background:linear-gradient(100deg,#ef0a1b 0%,#ca0013 100%);color:#fff;border-radius:22px;padding:30px 38px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 15px 35px rgba(198,0,18,.12)}
.bft-final-cta-inner>div:first-child>span{font-size:11px;font-weight:800;letter-spacing:.08em}
.bft-final-cta h2{color:#fff;font-size:28px;margin:8px 0 7px}
.bft-final-cta p{margin:0;color:#fff;font-size:14px}
.bft-final-actions{display:flex;gap:10px;flex:0 0 auto}
.bft-btn-white{background:#fff;color:#e40a1b!important;border:0;border-radius:10px;padding:13px 19px;font-weight:800}
.bft-btn-dark{background:#111820;color:#fff!important;border:0;border-radius:10px;padding:13px 19px;font-weight:800}

/* Footer exactly in the approved dark four-column style */
.bft-footer-v2{background:#17191d;color:#b9c1ca;border-top:0}
.bft-footer-help{background:#121d29;border-top:2px solid #e31b2e;border-bottom:1px solid #32404c}
.bft-footer-help-inner{min-height:122px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.bft-footer-help-copy>span{display:block;color:#ff3849;font-size:11px;font-weight:800;letter-spacing:.11em;margin-bottom:7px}
.bft-footer-help-copy h2{margin:0 0 6px;color:#fff;font-size:24px;line-height:1.2}
.bft-footer-help-copy p{margin:0;color:#d2d9e0;font-size:13px}
.bft-footer-help-actions{display:flex;gap:10px;flex:0 0 auto}
.bft-footer-help-actions a{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 18px;border-radius:9px;font-weight:800;font-size:13px}
.bft-footer-help-wa{background:var(--bft-green);color:#fff!important}
.bft-footer-help-call{background:#fff;color:#111!important}
.bft-footer-main{padding:38px 0 34px;background:#17191d}
.bft-footer-grid-v2{display:grid;grid-template-columns:1.55fr .7fr .85fr .9fr;gap:42px;align-items:start}
.bft-footer-v2 h2,.bft-footer-v2 h3{color:#fff}
.bft-footer-company h2{font-size:22px;margin:0 0 18px;padding-left:12px;border-left:4px solid #ef2336}
.bft-footer-company>p{font-size:13px;line-height:1.75;margin:0;color:#c0c7d0}
.bft-footer-divider{height:1px;background:#30343a;margin:20px 0 17px}
.bft-footer-v2 h3{font-size:14px;margin:0 0 15px;font-weight:800}
.bft-footer-info h3,.bft-footer-contact h3,.bft-footer-why h3{position:relative;padding-bottom:10px}
.bft-footer-info h3:after,.bft-footer-contact h3:after,.bft-footer-why h3:after{content:'';position:absolute;left:0;bottom:0;width:26px;height:2px;background:#ef2336}
.bft-footer-info li{margin:0 0 12px}
.bft-footer-info a{color:#e5e8ec;font-size:13px}
.bft-footer-info a i{color:#ef2336;margin-right:7px}
.bft-footer-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.bft-footer-mini-grid>span{min-height:48px;border:1px solid #343940;border-radius:9px;display:flex;align-items:center;gap:10px;padding:8px;color:#fff;font-size:11px;line-height:1.25}
.bft-footer-mini-grid i{width:31px;height:31px;border-radius:50%;background:#f32438;display:grid;place-items:center;color:#fff;flex:0 0 31px}
.bft-contact-card{display:flex;align-items:center;gap:10px;border:1px solid #353a40;border-radius:9px;padding:9px 10px;margin-bottom:8px;min-height:52px}
.bft-contact-card>i{width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:#f32438;color:#fff;display:grid;place-items:center;font-size:14px}
.bft-contact-card span{display:flex;flex-direction:column;min-width:0}
.bft-contact-card strong{font-size:12px;color:#fff;line-height:1.15}
.bft-contact-card small,.bft-contact-card a{font-size:10px;color:#9ea8b4;line-height:1.25;word-break:break-word}
.bft-why-panel{background:#fff;border-radius:10px;overflow:hidden;color:#17202a}
.bft-why-panel>div{display:flex;align-items:center;gap:10px;min-height:54px;padding:8px 10px;border-bottom:1px solid #e2e5e8}
.bft-why-panel>div:last-child{border-bottom:0}
.bft-why-panel i,.bft-why-panel .bft-italy-flag{width:30px;flex:0 0 30px;color:#ed1b2f;font-size:18px;text-align:center}
.bft-why-panel span:not(.bft-italy-flag){display:flex;flex-direction:column}
.bft-why-panel strong{font-size:11px;line-height:1.2;color:#132032}
.bft-why-panel small{font-size:9px;line-height:1.2;color:#718091;margin-top:2px}
.bft-footer-bottom-v2{background:#101820;border-top:1px solid #2d353d}
.bft-footer-bottom-v2 .container{min-height:48px;display:flex;align-items:center;justify-content:center;gap:50px;color:#fff;font-size:11px}
.bft-footer-bottom-v2 .bft-italy-flag{font-size:18px;margin-right:7px}

@media (max-width: 991px){
  .bft-solution-grid{grid-template-columns:repeat(2,1fr)!important}
  .bft-final-cta-inner{display:block;text-align:left}
  .bft-final-actions{margin-top:18px}
  .bft-footer-grid-v2{grid-template-columns:1fr 1fr;gap:30px}
  .bft-footer-help-inner{padding-top:22px;padding-bottom:22px}
}
@media (max-width: 767px){
  .bft-seo-content,.bft-faq-section{padding:48px 0!important}
  .bft-seo-content h2,.bft-faq-section .bft-section-head h2{font-size:27px}
  .bft-coverage-card{margin-top:26px}
  .bft-solution-grid{grid-template-columns:1fr!important}
  .bft-final-cta{padding:0 0 42px}
  .bft-final-cta-inner{border-radius:16px;padding:25px 20px}
  .bft-final-cta h2{font-size:23px}
  .bft-final-actions{display:grid;grid-template-columns:1fr 1fr}
  .bft-footer-help-inner{display:block}
  .bft-footer-help-actions{margin-top:18px}
  .bft-footer-grid-v2{grid-template-columns:1fr;gap:30px}
  .bft-footer-bottom-v2 .container{min-height:70px;display:block;text-align:center;padding-top:14px;padding-bottom:14px}
  .bft-footer-bottom-v2 span{display:block;margin-top:7px}
}

/* Search + BFT manufacturer grid card alignment */
.bft-search-products .product-grid .bft-category-product-body,
.bft-manufacturer-products .product-grid .bft-category-product-body {
  text-align:center;
  align-items:center;
}
.bft-search-products .product-grid .bft-category-product-body h3,
.bft-manufacturer-products .product-grid .bft-category-product-body h3 {
  width:100%;
  text-align:center;
}
.bft-search-products .product-grid .bft-category-price,
.bft-manufacturer-products .product-grid .bft-category-price {
  width:100%;
  text-align:center;
}
.bft-search-products .product-grid .bft-category-card-actions,
.bft-manufacturer-products .product-grid .bft-category-card-actions {
  width:100%;
}

/* Remove wishlist/compare controls from product cards */
.bft-product-quick-actions:empty{display:none!important;}

/* Premium homepage hero background — desktop/laptop only */
.bft-home .bft-hero.bft-hero-v6{
  position:relative;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.82) 35%,rgba(255,255,255,.50) 58%,rgba(255,255,255,.16) 100%),
    url('../image/hero-premium-bg.png');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% 100%;
}
.bft-home .bft-hero.bft-hero-v6:before,
.bft-home .bft-hero.bft-hero-v6:after{display:none!important;content:none!important;}
.bft-home .bft-hero.bft-hero-v6 .bft-hero-v6-shell{position:relative;z-index:1;}
@media (max-width:991px){
  .bft-home .bft-hero.bft-hero-v6{
    background-image:linear-gradient(135deg,#f3f5f7 0%,#fff 58%,#f9ecef 100%);
    background-size:auto;
  }
}

/* === Premium interaction refinements 2026-09-14 === */
@media (min-width: 992px){
  /* Compact homepage category cards */
  .bft-category-card{
    min-height:92px!important;
    padding:16px 20px!important;
    align-items:center!important;
    transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, color .28s ease!important;
  }
  .bft-category-name-v5{font-size:15px!important}
  .bft-category-arrow-v5{width:30px!important;height:30px!important;transition:transform .28s ease, background .28s ease, color .28s ease!important}
  .bft-category-card:hover{
    transform:translateY(-5px)!important;
    border-color:rgba(200,16,46,.42)!important;
    box-shadow:0 16px 34px rgba(20,28,38,.12)!important;
    background:linear-gradient(180deg,#fff 0%,#fffafb 100%)!important;
    color:var(--bft-red)!important;
  }
  .bft-category-card:hover .bft-category-arrow-v5{
    transform:translateX(3px) rotate(-8deg);
    background:var(--bft-red);
    color:#fff;
  }
}

/* Main desktop category menu premium hover */
.bft-menu .navbar-nav>li>a{
  position:relative;
  transition:color .25s ease, transform .25s ease, background .25s ease!important;
}
.bft-menu .navbar-nav>li>a:after{
  content:'';
  position:absolute;
  left:50%;right:50%;bottom:8px;
  height:2px;
  background:var(--bft-red);
  border-radius:4px;
  transition:left .25s ease,right .25s ease;
}
.bft-menu .navbar-nav>li>a:hover,
.bft-menu .navbar-nav>li>a:focus{
  transform:translateY(-1px);
}
.bft-menu .navbar-nav>li>a:hover:after,
.bft-menu .navbar-nav>li>a:focus:after{
  left:14px;right:14px;
}

/* Section/project cards premium hover */
.bft-solution-grid>div,
.bft-benefit-grid>div{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease!important;
}
.bft-solution-grid>div:hover,
.bft-benefit-grid>div:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 34px rgba(20,28,38,.10);
  border-color:rgba(200,16,46,.28)!important;
}
.bft-solution-grid>div:hover i,
.bft-benefit-grid>div:hover i{
  transform:scale(1.08) rotate(-4deg);
}
.bft-solution-grid i,
.bft-benefit-grid i{
  transition:transform .28s ease, background .28s ease, color .28s ease!important;
}

/* Premium buttons: Add to Cart, WhatsApp and common CTAs */
.bft-add-cart,
.btn-cart,
button[onclick*="cart.add"],
.bft-btn-whatsapp,
.bft-footer-help-wa,
.bft-header-contact.bft-whatsapp,
.bft-header-contact.bft-call,
.bft-cart>button,
.bft-hero-actions .btn,
.bft-final-actions .btn,
.bft-final-actions a,
.bft-footer-help-actions a{
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease, color .22s ease!important;
}
.bft-add-cart:hover,
.btn-cart:hover,
button[onclick*="cart.add"]:hover,
.bft-btn-whatsapp:hover,
.bft-footer-help-wa:hover,
.bft-header-contact.bft-whatsapp:hover,
.bft-header-contact.bft-call:hover,
.bft-cart>button:hover,
.bft-hero-actions .btn:hover,
.bft-final-actions .btn:hover,
.bft-final-actions a:hover,
.bft-footer-help-actions a:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(17,24,39,.18);
  filter:saturate(1.06);
}
.bft-add-cart:active,
.btn-cart:active,
button[onclick*="cart.add"]:active,
.bft-btn-whatsapp:active,
.bft-header-contact:active,
.bft-cart>button:active{
  transform:translateY(0) scale(.985);
}

/* Header action polish */
.bft-header-contact.bft-whatsapp:hover{box-shadow:0 10px 22px rgba(24,169,87,.22)}
.bft-header-contact.bft-call:hover{background:#111!important;color:#fff!important;border-color:#111!important}
.bft-cart>button:hover{box-shadow:0 10px 22px rgba(200,16,46,.24)}

/* Footer contact cards premium hover */
.bft-contact-card{
  transition:transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease!important;
}
.bft-contact-card:hover{
  transform:translateX(4px);
  border-color:#ef3340!important;
  background:#1d2025;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.bft-contact-card>i{transition:transform .25s ease, box-shadow .25s ease!important}
.bft-contact-card:hover>i{transform:scale(1.08);box-shadow:0 6px 14px rgba(243,36,56,.28)}

/* Why Choose BFT premium hover */
.bft-why-panel>div{
  transition:transform .24s ease, background .24s ease, box-shadow .24s ease!important;
}
.bft-why-panel>div:hover{
  transform:translateX(4px);
  background:#fff7f8;
  box-shadow:inset 3px 0 0 var(--bft-red);
}
.bft-why-panel i,
.bft-why-panel .bft-italy-flag{transition:transform .24s ease!important}
.bft-why-panel>div:hover i,
.bft-why-panel>div:hover .bft-italy-flag{transform:scale(1.08)}

/* Keep motion subtle on touch devices */
@media (max-width: 991px){
  .bft-menu .navbar-nav>li>a:after{display:none}
  .bft-category-card,.bft-solution-grid>div,.bft-benefit-grid>div,.bft-contact-card,.bft-why-panel>div{transform:none!important}
}

/* =========================================================
   BFT PREMIUM INTERACTIONS V2 — refined, architectural motion
   ========================================================= */
@media (hover:hover) and (pointer:fine){
  /* Shared premium surface behavior */
  .bft-category-card,
  .bft-solution-grid>div,
  .bft-benefit-grid>div,
  .bft-contact-card,
  .bft-why-panel>div,
  .bft-home-product,
  .bft-category-product-card{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    transition:transform .38s cubic-bezier(.2,.7,.2,1),
               box-shadow .38s cubic-bezier(.2,.7,.2,1),
               border-color .38s ease,
               background .38s ease!important;
  }

  .bft-category-card::before,
  .bft-solution-grid>div::before,
  .bft-benefit-grid>div::before,
  .bft-contact-card::before,
  .bft-why-panel>div::before,
  .bft-home-product::before,
  .bft-category-product-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:0;
    background:linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 55%,rgba(200,16,46,.055) 100%);
    transition:opacity .38s ease;
    pointer-events:none;
  }

  .bft-category-card::after,
  .bft-solution-grid>div::after,
  .bft-benefit-grid>div::after,
  .bft-contact-card::after,
  .bft-why-panel>div::after{
    content:"";
    position:absolute;
    top:0;left:0;
    width:3px;height:100%;
    transform:scaleY(0);
    transform-origin:center;
    background:linear-gradient(180deg,#ef233c 0%,#c8102e 100%);
    border-radius:0 3px 3px 0;
    transition:transform .32s cubic-bezier(.2,.8,.2,1);
  }

  .bft-category-card:hover,
  .bft-solution-grid>div:hover,
  .bft-benefit-grid>div:hover,
  .bft-contact-card:hover,
  .bft-why-panel>div:hover,
  .bft-home-product:hover,
  .bft-category-product-card:hover{
    transform:translateY(-4px)!important;
    border-color:rgba(200,16,46,.22)!important;
    box-shadow:0 18px 44px rgba(19,31,46,.11),0 3px 10px rgba(19,31,46,.05)!important;
  }
  .bft-category-card:hover::before,
  .bft-solution-grid>div:hover::before,
  .bft-benefit-grid>div:hover::before,
  .bft-contact-card:hover::before,
  .bft-why-panel>div:hover::before,
  .bft-home-product:hover::before,
  .bft-category-product-card:hover::before{opacity:1}
  .bft-category-card:hover::after,
  .bft-solution-grid>div:hover::after,
  .bft-benefit-grid>div:hover::after,
  .bft-contact-card:hover::after,
  .bft-why-panel>div:hover::after{transform:scaleY(1)}

  /* Category card arrow: precise micro-interaction */
  .bft-category-card .bft-category-arrow-v5{
    transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,color .35s ease!important;
  }
  .bft-category-card:hover .bft-category-arrow-v5{
    transform:translateX(3px) rotate(-6deg)!important;
    background:#c8102e!important;
    color:#fff!important;
  }
  .bft-category-card:hover .bft-category-name-v5{color:#101820!important}

  /* Header navigation: underline draw + slight contrast lift */
  .bft-menu .navbar-nav>li>a{
    position:relative;
    transition:color .25s ease,transform .25s ease!important;
  }
  .bft-menu .navbar-nav>li>a::after{
    content:"";
    position:absolute;
    left:50%;right:50%;bottom:8px;height:2px;
    background:#ef233c;
    border-radius:2px;
    transition:left .28s ease,right .28s ease;
  }
  .bft-menu .navbar-nav>li>a:hover{color:#fff!important;transform:none!important}
  .bft-menu .navbar-nav>li>a:hover::after{left:14px;right:14px}

  /* Premium buttons: soft elevation + moving highlight, no aggressive scaling */
  .bft-add-cart,
  .bft-category-add-cart,
  .bft-btn-whatsapp,
  .bft-footer-help-wa,
  .bft-header-contact,
  .bft-cart>button,
  .bft-hero-actions .btn,
  .bft-final-actions .btn,
  .bft-final-actions a,
  .bft-footer-help-actions a{
    position:relative;
    overflow:hidden;
    transform:translateZ(0);
    transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,filter .25s ease,border-color .25s ease!important;
  }
  .bft-add-cart::before,
  .bft-category-add-cart::before,
  .bft-btn-whatsapp::before,
  .bft-footer-help-wa::before,
  .bft-header-contact::before,
  .bft-cart>button::before,
  .bft-hero-actions .btn::before,
  .bft-final-actions .btn::before,
  .bft-final-actions a::before,
  .bft-footer-help-actions a::before{
    content:"";
    position:absolute;
    top:-80%;left:-35%;width:28%;height:260%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
    transform:rotate(18deg) translateX(-180%);
    transition:transform .62s cubic-bezier(.2,.7,.2,1);
    pointer-events:none;
  }
  .bft-add-cart:hover,
  .bft-category-add-cart:hover,
  .bft-btn-whatsapp:hover,
  .bft-footer-help-wa:hover,
  .bft-header-contact:hover,
  .bft-cart>button:hover,
  .bft-hero-actions .btn:hover,
  .bft-final-actions .btn:hover,
  .bft-final-actions a:hover,
  .bft-footer-help-actions a:hover{
    transform:translateY(-2px)!important;
    filter:brightness(1.02) saturate(1.04);
    box-shadow:0 12px 28px rgba(10,20,32,.18)!important;
  }
  .bft-add-cart:hover::before,
  .bft-category-add-cart:hover::before,
  .bft-btn-whatsapp:hover::before,
  .bft-footer-help-wa:hover::before,
  .bft-header-contact:hover::before,
  .bft-cart>button:hover::before,
  .bft-hero-actions .btn:hover::before,
  .bft-final-actions .btn:hover::before,
  .bft-final-actions a:hover::before,
  .bft-footer-help-actions a:hover::before{transform:rotate(18deg) translateX(520%)}

  .bft-header-contact.bft-whatsapp:hover,
  .bft-btn-whatsapp:hover,
  .bft-footer-help-wa:hover{box-shadow:0 12px 30px rgba(20,184,94,.24)!important}
  .bft-header-contact.bft-call:hover{box-shadow:0 12px 28px rgba(8,13,19,.24)!important}
  .bft-cart>button:hover{box-shadow:0 12px 30px rgba(200,16,46,.19)!important}

  /* Footer contact cards: fully clickable cards feel interactive */
  .bft-contact-card-link{cursor:pointer;text-decoration:none!important;color:inherit!important}
  .bft-contact-card-link:hover{text-decoration:none!important;color:inherit!important}
  .bft-contact-card-link>i{transition:transform .3s ease,box-shadow .3s ease,background .3s ease!important}
  .bft-contact-card-link:hover>i{
    transform:translateY(-1px) scale(1.06)!important;
    box-shadow:0 8px 22px rgba(239,35,60,.24)!important;
  }
  .bft-contact-card-link:hover small{color:#fff!important}

  /* Why Choose BFT: elegant row highlight */
  .bft-why-panel>div:hover{
    background:linear-gradient(90deg,#fff 0%,#fff 76%,#fff7f8 100%)!important;
    box-shadow:0 10px 26px rgba(18,27,38,.08),inset 0 0 0 1px rgba(200,16,46,.08)!important;
    transform:translateY(-2px)!important;
  }
  .bft-why-panel>div:hover i{transform:scale(1.04)!important}
}

/* Footer clickable card semantics/layout */
.bft-contact-card-link{display:flex!important;width:100%;box-sizing:border-box}
.bft-contact-card-link small{transition:color .25s ease}

/* Header proportion refinement — larger logo + shorter search (desktop/laptop) */
@media (min-width:992px){
  .bft-header-row{
    display:grid!important;
    grid-template-columns:245px minmax(390px,540px) auto!important;
    justify-content:center!important;
    align-items:center!important;
    column-gap:24px!important;
    min-height:104px!important;
  }
  .bft-logo{
    width:245px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
  .bft-logo a{display:flex!important;align-items:center!important;width:100%!important;}
  .bft-logo img{
    width:auto!important;
    height:auto!important;
    max-width:235px!important;
    max-height:86px!important;
    object-fit:contain!important;
    margin:0!important;
  }
  .bft-search-wrap{
    width:100%!important;
    max-width:540px!important;
    min-width:0!important;
  }
  .bft-search-wrap .bft-search{width:100%!important;}
  .bft-header-actions{justify-self:start!important;}
}
@media (min-width:992px) and (max-width:1199px){
  .bft-header-row{
    grid-template-columns:215px minmax(330px,450px) auto!important;
    column-gap:16px!important;
  }
  .bft-logo{width:215px!important;}
  .bft-logo img{max-width:205px!important;max-height:80px!important;}
  .bft-search-wrap{max-width:450px!important;}
}

/* ============================================================
   ABOUT + CONTACT PAGES — MODERN SEO / AI SEARCH LAYOUT
   ============================================================ */
.bft-info-page{background:#f6f8fb;padding-bottom:64px;color:#101820;font-size:15px;line-height:1.72}
.bft-info-page,.bft-info-page p,.bft-info-page li,.bft-info-page a,.bft-info-page input,.bft-info-page textarea{font-size:15px}
.bft-info-page h1,.bft-info-page h2,.bft-info-page h3{font-size:20px!important;line-height:1.3!important;color:#101820!important;font-weight:800!important;margin-top:0}
.bft-page-breadcrumb{padding:18px 0 16px;margin:0;background:transparent;border:0}
.bft-page-breadcrumb>li+li:before{content:"/";color:#a2abba}
.bft-page-breadcrumb a{color:#687587;text-decoration:none}
.bft-page-breadcrumb li:last-child a{color:#101820;font-weight:700}
.bft-page-eyebrow{display:inline-block;font-size:12px!important;letter-spacing:1.5px;font-weight:800;color:#c8102e;text-transform:uppercase;margin-bottom:9px}
.bft-page-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:32px;align-items:stretch;background:#fff;border:1px solid #dfe5ec;border-radius:24px;padding:42px;box-shadow:0 18px 50px rgba(18,31,45,.06);position:relative;overflow:hidden;margin-bottom:28px}
.bft-page-hero:after{content:"";position:absolute;right:-90px;top:-95px;width:250px;height:250px;border:34px solid rgba(200,16,46,.055);border-radius:50%;pointer-events:none}
.bft-page-hero-copy{position:relative;z-index:2;align-self:center}
.bft-page-hero-copy h1{margin:0 0 15px!important;max-width:760px}
.bft-page-hero-copy p{color:#37475b;margin:0;max-width:800px}
.bft-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.bft-page-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:10px;font-weight:800;text-decoration:none!important;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;color:#fff!important}
.bft-page-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(16,24,40,.16);color:#fff!important}
.bft-page-btn-wa{background:#12b75a;border-color:#12b75a}
.bft-page-btn-wa:hover{background:#0da950;border-color:#0da950}
.bft-page-btn-dark{background:#101820;border-color:#101820}
.bft-page-btn-dark:hover{background:#000}
.bft-page-hero-card,.bft-contact-priority-card{position:relative;z-index:2;background:#101820;color:#fff;border-radius:18px;padding:18px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:8px}
.bft-page-hero-card>div{display:flex;gap:12px;align-items:center;padding:13px;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(255,255,255,.045)}
.bft-page-hero-card i{width:38px;height:38px;border-radius:10px;background:#e7193f;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 38px}
.bft-page-hero-card strong{display:block;color:#fff;font-size:15px}
.bft-page-hero-card small{display:block;color:#9fb0c4;font-size:12px;margin-top:2px}
.bft-content-block{background:#fff;border:1px solid #e1e6ed;border-radius:20px;padding:34px;margin-bottom:28px;box-shadow:0 10px 34px rgba(18,31,45,.045)}
.bft-content-block h2{margin-bottom:13px!important}
.bft-content-block p{color:#33445a;margin-bottom:12px}
.bft-admin-description{color:#101820;font-size:15px}
.bft-admin-description h1,.bft-admin-description h2,.bft-admin-description h3,.bft-admin-description h4{font-size:20px!important;color:#101820!important;line-height:1.3!important}
.bft-admin-description p,.bft-admin-description li{font-size:15px!important;color:#101820!important;line-height:1.72!important}
.bft-info-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}
.bft-info-card{display:block;background:#fff;border:1px solid #dfe5ec;border-radius:16px;padding:20px;min-height:210px;color:#101820!important;text-decoration:none!important;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bft-info-card>i{width:42px;height:42px;border-radius:11px;background:#fff1f3;color:#e7193f;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:17px}
.bft-info-card h3{margin-bottom:9px!important}
.bft-info-card p{color:#526174;line-height:1.6;margin-bottom:14px}
.bft-info-card>span{position:absolute;left:20px;bottom:18px;color:#c8102e;font-weight:800}
.bft-info-card>span i{margin-left:5px;transition:transform .25s ease}
.bft-info-card:hover{transform:translateY(-4px);border-color:rgba(200,16,46,.3);box-shadow:0 18px 36px rgba(20,31,45,.10)}
.bft-info-card:hover>span i{transform:translateX(4px)}
.bft-dark-feature-section{background:#151a21;border-radius:22px;padding:34px;margin-bottom:28px;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;color:#fff;box-shadow:0 16px 40px rgba(15,23,32,.10)}
.bft-dark-feature-section h2,.bft-dark-feature-section h3{color:#fff!important}
.bft-dark-feature-section p{color:#c8d2df}
.bft-dark-intro{align-self:center}
.bft-dark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bft-dark-grid>div{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);border-radius:14px;padding:18px;transition:border-color .25s ease,background .25s ease,transform .25s ease}
.bft-dark-grid>div:hover{border-color:rgba(239,35,60,.5);background:rgba(255,255,255,.065);transform:translateY(-2px)}
.bft-dark-grid strong{display:block;color:#ef233c;font-size:12px;margin-bottom:8px}
.bft-dark-grid h3{margin-bottom:7px!important}
.bft-dark-grid p{font-size:13px!important;line-height:1.55;margin:0}
.bft-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}
.bft-trust-grid>div{border:1px solid #dfe5ec;border-radius:15px;padding:18px;background:#fff}
.bft-trust-grid i{width:38px;height:38px;border-radius:10px;background:#fff1f3;color:#e7193f;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.bft-trust-grid h3{margin-bottom:7px!important}
.bft-trust-grid p{font-size:13px!important;line-height:1.6;margin:0;color:#596778}
.bft-faq-section{background:#fff;border:1px solid #e1e6ed;border-radius:20px;padding:34px;margin-bottom:28px;box-shadow:0 10px 34px rgba(18,31,45,.045)}
.bft-faq-section>h2{margin-bottom:18px!important}
.bft-faq-section details{border:1px solid #dfe5ec;border-radius:12px;margin:9px 0;overflow:hidden;background:#fff}
.bft-faq-section summary{cursor:pointer;list-style:none;padding:15px 18px;font-weight:800;color:#101820;position:relative;padding-right:48px;font-size:15px}
.bft-faq-section summary::-webkit-details-marker{display:none}
.bft-faq-section summary:after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#e7193f;font-size:20px;font-weight:800}
.bft-faq-section details[open] summary:after{content:"−"}
.bft-faq-section details div{padding:0 18px 15px;color:#405064}
.bft-faq-section details p{margin:0}
.bft-page-cta{background:linear-gradient(135deg,#e90020,#c60020);border-radius:20px;padding:28px 32px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:28px;color:#fff}
.bft-page-cta h2{color:#fff!important;margin-bottom:6px!important}
.bft-page-cta p{margin:0;color:#fff}
.bft-page-cta .bft-page-eyebrow{color:#fff;opacity:.82}
.bft-page-cta .bft-page-actions{margin-top:0;flex:0 0 auto}
.bft-page-cta .bft-page-btn-wa{background:#fff;border-color:#fff;color:#c8102e!important}
.bft-page-cta .bft-page-btn-wa:hover{color:#c8102e!important}

/* Contact page */
.bft-contact-priority-card{padding:26px;background:linear-gradient(145deg,#101820,#172231)}
.bft-contact-priority-card .bft-page-eyebrow{color:#6ee7a5}
.bft-contact-priority-card h2{color:#fff!important;margin-bottom:7px!important}
.bft-contact-priority-card p{color:#c5d0dc;margin:0 0 14px}
.bft-contact-priority-card>a{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#12b75a;color:#fff!important;border-radius:10px;padding:12px 16px;font-weight:800;text-decoration:none!important}
.bft-contact-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}
.bft-contact-method{display:flex;flex-direction:column;background:#fff;border:1px solid #dfe5ec;border-radius:18px;padding:22px;min-height:270px;color:#101820!important;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bft-contact-method:hover{transform:translateY(-4px);border-color:rgba(200,16,46,.28);box-shadow:0 18px 36px rgba(20,31,45,.10)}
.bft-contact-method-wa{border-top:4px solid #12b75a}
.bft-contact-method-icon{width:48px;height:48px;border-radius:13px;background:#fff1f3;color:#e7193f;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:13px}
.bft-contact-method-wa .bft-contact-method-icon{background:#e8fbf1;color:#0da950}
.bft-contact-rank{font-size:11px!important;letter-spacing:1.1px;color:#c8102e;font-weight:800;margin-bottom:7px}
.bft-contact-method-wa .bft-contact-rank{color:#0a9e49}
.bft-contact-method h3{margin-bottom:8px!important}
.bft-contact-method p{font-size:13px!important;line-height:1.6;color:#596778;flex:1}
.bft-contact-method strong{word-break:break-word;color:#101820;font-size:14px}
.bft-contact-link-label{margin-top:12px;color:#c8102e;font-weight:800;font-size:13px!important}
.bft-contact-method-wa .bft-contact-link-label{color:#0a9e49}
.bft-uae-coverage{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}
.bft-coverage-chips{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}
.bft-coverage-chips span{display:inline-flex;border:1px solid #dde3ea;background:#f8fafc;border-radius:999px;padding:8px 12px;font-size:13px;color:#344256}
.bft-enquiry-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:start}
.bft-contact-form{background:#f8fafc;border:1px solid #dfe5ec;border-radius:16px;padding:22px}
.bft-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bft-form-field{margin-bottom:14px}
.bft-form-field label{display:block;font-size:13px;font-weight:800;color:#101820;margin-bottom:7px}
.bft-contact-form .form-control{width:100%;border:1px solid #cfd7e1;border-radius:9px;box-shadow:none;min-height:44px;font-size:15px;color:#101820;background:#fff;padding:10px 12px}
.bft-contact-form textarea.form-control{min-height:150px;resize:vertical}
.bft-contact-form .form-control:focus{border-color:#c8102e;box-shadow:0 0 0 3px rgba(200,16,46,.08)}
.bft-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}

@media(max-width:991px){
  .bft-page-hero{grid-template-columns:1fr;padding:28px;border-radius:18px}
  .bft-info-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bft-dark-feature-section{grid-template-columns:1fr}
  .bft-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bft-page-cta{align-items:flex-start;flex-direction:column}
  .bft-page-cta .bft-page-actions{margin-top:4px}
  .bft-contact-method-grid{grid-template-columns:1fr}
  .bft-contact-method{min-height:0}
  .bft-uae-coverage,.bft-enquiry-section{grid-template-columns:1fr}
  .bft-coverage-chips{justify-content:flex-start}
}
@media(max-width:767px){
  .bft-info-page{padding-bottom:42px}
  .bft-page-hero,.bft-content-block,.bft-faq-section,.bft-dark-feature-section{padding:22px}
  .bft-page-hero{gap:20px}
  .bft-info-card-grid,.bft-trust-grid,.bft-dark-grid,.bft-form-grid{grid-template-columns:1fr}
  .bft-info-card{min-height:195px}
  .bft-page-actions,.bft-form-actions{display:grid;grid-template-columns:1fr;width:100%}
  .bft-page-btn{width:100%}
  .bft-page-cta{padding:24px 22px}
}
\n\n/* About page refinement 2026-09-14 */\n.bft-about-page .bft-trust-grid{align-items:stretch!important}\n.bft-about-page .bft-trust-grid>div{display:grid!important;grid-template-columns:48px 1fr!important;grid-template-rows:auto 1fr!important;column-gap:14px!important;row-gap:7px!important;align-items:start!important;min-height:210px!important;padding:22px!important}\n.bft-about-page .bft-trust-grid>div>i{grid-column:1!important;grid-row:1 / span 2!important;margin:0!important;width:42px!important;height:42px!important;align-self:start!important}\n.bft-about-page .bft-trust-grid>div>h3{grid-column:2!important;grid-row:1!important;margin:0!important;min-height:52px!important}\n.bft-about-page .bft-trust-grid>div>p{grid-column:2!important;grid-row:2!important;margin:0!important;font-size:15px!important;line-height:1.65!important}\n.bft-about-page .bft-info-card{overflow:hidden!important;min-height:205px!important;padding-bottom:20px!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease!important}\n.bft-about-page .bft-info-card:after{content:"";position:absolute;left:0;bottom:0;width:0;height:4px;background:#e7193f;transition:width .28s ease}\n.bft-about-page .bft-info-card>i{transition:transform .28s ease,background .28s ease,color .28s ease}\n.bft-about-page .bft-info-card:hover{transform:translateY(-7px)!important;border-color:#e7193f!important;box-shadow:0 20px 42px rgba(18,31,45,.14)!important;background:#fff!important}\n.bft-about-page .bft-info-card:hover:after{width:100%}\n.bft-about-page .bft-info-card:hover>i{transform:scale(1.08) rotate(-3deg);background:#e7193f;color:#fff}\n@media(max-width:991px){.bft-about-page .bft-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}\n@media(max-width:767px){.bft-about-page .bft-trust-grid{grid-template-columns:1fr!important}.bft-about-page .bft-trust-grid>div{min-height:0!important}}\n
/* About page hero + compact trust cards refinement 2026-09-14 */
.bft-about-page .bft-about-hero .bft-page-hero-copy p{
  max-width:820px!important;
  line-height:1.8!important;
}
.bft-about-page .bft-trust-grid-compact{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.bft-about-page .bft-trust-grid-compact>div{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  min-height:116px!important;
  padding:20px!important;
}
.bft-about-page .bft-trust-grid-compact>div>i{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  margin:0!important;
}
.bft-about-page .bft-trust-grid-compact>div>h3{
  margin:0!important;
  min-height:0!important;
  line-height:1.35!important;
}
@media(max-width:991px){
  .bft-about-page .bft-trust-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .bft-about-page .bft-trust-grid-compact{grid-template-columns:1fr!important}
  .bft-about-page .bft-trust-grid-compact>div{min-height:92px!important;padding:17px!important}
}
