:root{
    --bct-blue:#0057d9;
    --bct-blue-dark:#00357f;
    --bct-navy:#061d3b;
    --bct-sky:#eaf4ff;
    --bct-text:#111827;
    --bct-muted:#5d6b82;
    --bct-border:#dce5f3;
    --bct-shadow:0 10px 30px rgba(0,41,102,.10);
    --bct-radius:6px;
    --bct-max:1180px;
}
*{box-sizing:border-box}
body{
    margin:0;
    color:var(--bct-text);
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
    line-height:1.45;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.bct-container{width:min(var(--bct-max), calc(100% - 44px));margin-inline:auto}
.bct-site-main{overflow:hidden;background:#fff}
.bct-topbar{background:linear-gradient(90deg,#063681,#0057d9);color:#fff;font-size:12px;font-weight:600}
.bct-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:28px;white-space:nowrap}
.bct-topbar a{color:#fff}
.bct-main-header{background:#fff;border-bottom:1px solid #edf2f8;box-shadow:0 5px 18px rgba(0,0,0,.04);position:relative;z-index:10}
.bct-main-header-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.bct-logo{display:flex;align-items:center;flex:0 0 auto}
.bct-logo img{width:265px;max-height:62px;object-fit:contain}
.bct-primary-nav{display:flex;align-items:center;justify-content:center;flex:1}
.bct-nav-list{display:flex;align-items:center;gap:25px;list-style:none;margin:0;padding:0;text-transform:uppercase;font-weight:800;font-size:12px;letter-spacing:.35px}
.bct-nav-list a{position:relative;padding:31px 0;color:#13294b}
.bct-nav-list a.active,.bct-nav-list a:hover{color:var(--bct-blue)}
.bct-nav-list a.active:after,.bct-nav-list a:hover:after{content:"";position:absolute;left:0;right:0;bottom:23px;margin:auto;width:28px;height:2px;background:var(--bct-blue);border-radius:2px}
.bct-header-icons{display:flex;align-items:center;gap:18px;font-size:26px;color:#0d1b2e;line-height:1}
.bct-header-icons span{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:22px}
.bct-header-icons small{position:absolute;right:-8px;top:-9px;background:var(--bct-blue);color:#fff;border-radius:999px;font-size:10px;padding:2px 5px;font-weight:700}
.bct-menu-toggle{display:none;background:var(--bct-blue);color:#fff;border:0;border-radius:5px;font-size:22px;padding:7px 10px;cursor:pointer}
.bct-hero{background:linear-gradient(105deg,#fff 0%,#fff 49%,#eaf5ff 49.2%,#ffffff 80%);padding:0;position:relative}
.bct-hero-grid{min-height:720px;display:grid;grid-template-columns:42% 58%;align-items:center;gap:0;position:relative}
.bct-hero-copy{padding:54px 0 46px 12px;position:relative;z-index:2}
.bct-eyebrow{margin:0 0 14px;color:var(--bct-blue);font-weight:900;text-transform:uppercase;letter-spacing:.3px;font-size:15px}
.bct-hero h1{font-size:75px;line-height:.92;text-transform:uppercase;margin:0 0 22px;letter-spacing:1px;color:#050505;font-weight:950}
.bct-hero h1 span{color:#064baa}
.bct-hero-text{font-size:16px;max-width:430px;margin:0 0 20px;color:#1d2839;font-weight:500}
.bct-brand-line{font-size:24px;font-weight:900;color:#083f9f;margin:0 0 44px;letter-spacing:.1px}
.bct-brand-line span{color:#0c2250;margin-inline:11px}
.bct-feature-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:470px;margin-bottom:36px}
.bct-feature-mini-grid div{min-width:0}
.bct-mini-icon{width:52px;height:52px;border-radius:5px;background:#0645a5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:11px;box-shadow:0 7px 15px rgba(0,70,170,.18)}
.bct-feature-mini-grid b{display:block;font-size:11px;color:#0b1b34;margin-bottom:3px;font-weight:900}
.bct-feature-mini-grid small{display:block;font-size:9px;line-height:1.25;color:#4b5567;font-weight:600}
.bct-hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.bct-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:5px;padding:15px 26px;text-transform:uppercase;font-weight:900;font-size:14px;letter-spacing:.2px;transition:.2s ease;border:2px solid transparent;line-height:1}
.bct-btn-primary{background:var(--bct-blue);color:#fff;box-shadow:0 8px 18px rgba(0,87,217,.22)}
.bct-btn-primary:hover{background:#003f9d;transform:translateY(-1px)}
.bct-btn-outline{background:#fff;color:#064baa;border-color:#b9cff5}
.bct-btn-outline:hover{border-color:var(--bct-blue);box-shadow:0 7px 18px rgba(0,87,217,.12)}
.bct-hero-image-wrap{align-self:stretch;display:flex;align-items:flex-end;justify-content:flex-end;position:relative;min-width:0}
.bct-hero-image{width:100%;height:100%;object-fit:cover;object-position:center bottom;max-height:720px}
.bct-section{padding:56px 0 36px;background:#fff}
.bct-categories{background:linear-gradient(180deg,#f4f9ff 0,#fff 35%)}
.bct-section-title{text-align:center;margin-bottom:32px}
.bct-section-title h2{margin:0;color:#111;text-transform:uppercase;font-size:26px;letter-spacing:.2px;font-weight:950}
.bct-section-title span{display:block;width:45px;height:3px;background:var(--bct-blue);border-radius:20px;margin:12px auto 0}
.bct-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.bct-category-card{background:#fff;border:1px solid var(--bct-border);border-radius:6px;box-shadow:0 6px 18px rgba(13,42,90,.08);padding:23px 24px 30px;text-align:center;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.bct-category-img{height:118px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.bct-category-img img{max-height:116px;object-fit:contain;margin:auto}
.bct-category-card h3{margin:9px 0 12px;font-size:16px;text-transform:uppercase;font-weight:950;color:#111}
.bct-category-card p{font-size:13px;line-height:1.45;color:#39445a;margin:0 auto 20px;max-width:190px;min-height:54px}
.bct-small-btn{display:inline-flex;margin-top:auto;border:2px solid #0a66e8;border-radius:4px;color:#0453c7;text-transform:uppercase;font-weight:900;font-size:12px;padding:11px 22px;background:#fff}
.bct-small-btn:hover{background:#f0f6ff}
.bct-products{padding-top:58px;padding-bottom:38px}
.bct-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:30px}
.bct-product-card{position:relative;background:#fff;border:1px solid var(--bct-border);border-radius:7px;box-shadow:0 5px 16px rgba(13,42,90,.06);padding:18px 16px 20px;text-align:center;min-height:300px;display:flex;flex-direction:column;align-items:center}
.bct-product-img{height:152px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.bct-product-img img{max-height:150px;object-fit:contain;margin:auto}
.bct-product-card h3{margin:0 0 11px;font-size:14px;line-height:1.35;font-weight:600;color:#172033;min-height:38px;display:flex;align-items:center;justify-content:center}
.bct-price{margin:0 0 17px;color:#0756ce;font-size:16px;font-weight:950}
.bct-price del{color:#9ba5b5;font-size:12px;font-weight:500;margin-right:4px}
.bct-cart-btn{display:inline-flex;justify-content:center;align-items:center;width:100%;max-width:132px;margin-top:auto;padding:12px 10px;background:var(--bct-blue);border-radius:4px;color:#fff;text-transform:uppercase;font-size:11px;font-weight:900;box-shadow:0 6px 16px rgba(0,87,217,.18)}
.bct-cart-btn:hover{background:#003f9d}
.bct-badge{position:absolute;top:16px;left:14px;border-radius:999px;color:#fff;text-transform:uppercase;font-size:10px;font-weight:900;padding:5px 9px;z-index:2}
.bct-badge.blue{background:#0075f6}.bct-badge.red{background:#ff1a1a}
.bct-center{text-align:center}
.bct-why{padding:46px 0 58px;background:radial-gradient(circle at top,#0b64d8 0,#063f91 36%,#051d45 100%);color:#fff}
.bct-section-title.light h2{color:#fff}.bct-section-title.light span{background:#fff}
.bct-why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;text-align:center;margin-top:10px}
.bct-why-grid div{display:flex;flex-direction:column;align-items:center}
.bct-why-grid span{width:82px;height:82px;border-radius:999px;border:3px solid #2b89ff;display:flex;align-items:center;justify-content:center;font-size:38px;margin-bottom:18px;background:rgba(255,255,255,.05)}
.bct-why-grid h3{font-size:13px;line-height:1.2;text-transform:uppercase;margin:0 0 10px;font-weight:950}
.bct-why-grid p{font-size:12px;line-height:1.45;margin:0;color:#dceaff;max-width:180px}
.bct-quote-banner{background:linear-gradient(90deg,#fff 0%,#fff 47%,#eaf5ff 47.2%,#fff 100%);overflow:hidden}
.bct-quote-grid{display:grid;grid-template-columns:48% 52%;align-items:center;min-height:245px}
.bct-quote-copy{padding:42px 0 38px 10px;position:relative;z-index:2}
.bct-quote-copy h2{font-size:34px;line-height:1;text-transform:uppercase;margin:0 0 13px;font-weight:950;color:#111}
.bct-quote-copy p:not(.bct-eyebrow){margin:0 0 20px;font-size:14px;color:#172033;max-width:400px}
.bct-quote-image{height:245px;align-self:stretch}
.bct-quote-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.bct-brand-strip{background:#fff;border-top:1px solid #edf2f8;border-bottom:1px solid #edf2f8;padding:14px 0}
.bct-brand-strip .bct-container{display:flex;align-items:center;justify-content:center}
.bct-brand-strip img{width:min(620px,100%);height:auto;object-fit:contain}
.bct-footer{background:#051427;color:#d5e6ff}
.bct-footer-grid{display:grid;grid-template-columns:1.55fr .8fr 1fr 1.15fr 1.25fr;gap:32px;padding:42px 0 34px}
.bct-footer img{width:210px;filter:brightness(0) invert(1);margin-bottom:16px}
.bct-footer h4{margin:0 0 17px;color:#fff;text-transform:uppercase;font-size:13px;font-weight:950}
.bct-footer p,.bct-footer a{font-size:13px;color:#d5e6ff;line-height:1.5;margin:0 0 8px}
.bct-footer a{display:block}.bct-footer a:hover{color:#fff}
.bct-footer-brand p{max-width:265px}
.bct-socials{display:flex;gap:12px;margin-top:16px}.bct-socials span{width:25px;height:25px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#fff}
.bct-newsletter{display:flex;border:1px solid rgba(255,255,255,.25);border-radius:4px;overflow:hidden;background:#061c38;margin-top:12px;max-width:240px}
.bct-newsletter input{flex:1;min-width:0;padding:13px;background:transparent;border:0;color:#fff;outline:none}.bct-newsletter input::placeholder{color:#9eb8db}
.bct-newsletter button{width:52px;border:0;background:#fff;color:var(--bct-blue);font-weight:900;cursor:pointer}
.bct-footer-bottom{border-top:1px solid rgba(255,255,255,.13);font-size:12px;color:#a9bdd8}
.bct-footer-bottom .bct-container{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0}.bct-payments{white-space:nowrap}
.bct-page-hero{background:linear-gradient(135deg,#063681,#0057d9);color:#fff;padding:54px 0;text-align:center}.bct-page-hero h1{font-size:42px;margin:0;text-transform:uppercase}
.bct-page-content{padding:54px 0;min-height:380px}.bct-page-content h1{font-size:42px}.bct-page-content a{color:var(--bct-blue)}
.bct-form-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--bct-border);box-shadow:var(--bct-shadow);border-radius:10px;padding:30px}.bct-form-card h2{margin:0 0 8px;text-transform:uppercase}.bct-form-card p{margin:0 0 24px;color:var(--bct-muted)}
.bct-quote-form{display:grid;gap:16px}.bct-quote-form label{font-size:13px;font-weight:800;text-transform:uppercase;color:#13294b}.bct-quote-form input,.bct-quote-form textarea{width:100%;margin-top:7px;border:1px solid var(--bct-border);border-radius:5px;padding:13px 14px;font:inherit;outline:none}.bct-quote-form input:focus,.bct-quote-form textarea:focus{border-color:var(--bct-blue);box-shadow:0 0 0 3px rgba(0,87,217,.1)}.bct-notice-success{max-width:760px;margin:0 auto 20px;background:#e8fff0;color:#087332;border:1px solid #b9efca;border-radius:6px;padding:14px 18px;font-weight:700}
.woocommerce .button,.woocommerce button.button,.woocommerce a.button{background:var(--bct-blue);color:#fff;border-radius:4px;text-transform:uppercase;font-weight:900}.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover{background:#003f9d;color:#fff}
@media (max-width:1100px){
    .bct-logo img{width:220px}.bct-nav-list{gap:16px;font-size:11px}.bct-main-header-inner{gap:14px}.bct-hero h1{font-size:64px}.bct-brand-line{font-size:20px}.bct-feature-mini-grid{gap:12px}.bct-products-grid{grid-template-columns:repeat(3,1fr)}.bct-why-grid{gap:18px}.bct-footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:26px}.bct-footer-grid>div:nth-child(4),.bct-footer-grid>div:nth-child(5){grid-column:auto}
}
@media (max-width:900px){
    .bct-container{width:min(100% - 30px,var(--bct-max))}.bct-topbar-inner{justify-content:center;flex-wrap:wrap;gap:8px 18px;padding:6px 0}.bct-main-header-inner{height:auto;min-height:76px;flex-wrap:wrap;padding:12px 0}.bct-menu-toggle{display:inline-flex;margin-left:auto}.bct-header-icons{font-size:22px}.bct-primary-nav{order:4;flex-basis:100%;display:none}.bct-primary-nav.is-open{display:block}.bct-nav-list{display:grid;gap:0;width:100%;background:#fff;border-top:1px solid var(--bct-border);padding:8px 0}.bct-nav-list a{display:block;padding:13px 0}.bct-nav-list a:after{display:none!important}.bct-hero{background:#fff}.bct-hero-grid{grid-template-columns:1fr;min-height:auto}.bct-hero-copy{padding:40px 0 20px;text-align:center}.bct-hero h1{font-size:58px}.bct-hero-text,.bct-brand-line,.bct-feature-mini-grid{margin-left:auto;margin-right:auto}.bct-feature-mini-grid{grid-template-columns:repeat(4,1fr);max-width:610px}.bct-mini-icon{margin-left:auto;margin-right:auto}.bct-hero-actions{justify-content:center}.bct-hero-image-wrap{height:auto;max-height:none}.bct-hero-image{height:auto;object-fit:contain}.bct-category-grid{grid-template-columns:repeat(2,1fr)}.bct-why-grid{grid-template-columns:repeat(3,1fr)}.bct-quote-banner{background:#fff}.bct-quote-grid{grid-template-columns:1fr}.bct-quote-copy{text-align:center;padding:38px 0}.bct-quote-copy p:not(.bct-eyebrow){margin-left:auto;margin-right:auto}.bct-quote-image{height:230px}.bct-footer-grid{grid-template-columns:1fr 1fr}.bct-footer-brand{grid-column:1/-1}.bct-footer-bottom .bct-container{flex-direction:column;text-align:center}
}
@media (max-width:640px){
    .bct-topbar{font-size:11px}.bct-topbar-inner span:nth-child(2){display:none}.bct-logo img{width:190px}.bct-header-icons{display:none}.bct-hero-copy{text-align:left}.bct-eyebrow{font-size:13px}.bct-hero h1{font-size:48px}.bct-brand-line{font-size:18px}.bct-feature-mini-grid{grid-template-columns:repeat(2,1fr);text-align:center}.bct-hero-actions{justify-content:flex-start}.bct-btn{width:100%;padding:15px 18px}.bct-category-grid,.bct-products-grid,.bct-why-grid{grid-template-columns:1fr}.bct-section{padding-top:42px}.bct-section-title h2{font-size:22px}.bct-category-card{min-height:auto}.bct-product-card{min-height:auto}.bct-why-grid span{width:72px;height:72px}.bct-quote-copy h2{font-size:28px}.bct-footer-grid{grid-template-columns:1fr}.bct-footer img{filter:none;background:#fff;border-radius:4px;padding:5px}.bct-page-hero h1{font-size:32px}.bct-form-card{padding:22px}
}
