:root{--navy:#061b31;--navy2:#0a2846;--gold:#f5a000;--gold2:#ffb31a;--text:#10253a;--muted:#71808d;--line:#e3e9ef;--bg:#f7f9fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body.barez-custom-home{margin:0;background:#fff;color:var(--text);font-family:Vazirmatn,IRANSans,Tahoma,Arial,sans-serif}.bz-site a{text-decoration:none}.bz-shell{width:min(calc(100% - 42px),1280px);margin-inline:auto}.bz-header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:99;border-bottom:1px solid rgba(255,255,255,.08)}.admin-bar .bz-header{top:32px}.bz-header-inner{min-height:96px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;position:relative}.bz-brand{display:flex;align-items:center;gap:12px;color:#fff;justify-self:end}.bz-brand img{width:74px;height:74px;object-fit:contain}.bz-brand-text{display:flex;flex-direction:column;align-items:flex-end}.bz-brand-name{font-size:34px;font-weight:950;line-height:1}.bz-brand-name strong{color:var(--gold)}.bz-brand small{font-size:12px;margin-top:8px;color:#c7d4df}.bz-nav{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.bz-nav a{color:#fff;font-weight:850;font-size:16px;padding:35px 0 31px;position:relative}.bz-nav a:hover,.bz-nav a.active{color:var(--gold)}.bz-nav a:after{content:"";height:3px;border-radius:50px;background:var(--gold);position:absolute;right:0;left:0;bottom:18px;transform:scaleX(0);transition:.2s}.bz-nav a:hover:after,.bz-nav a.active:after{transform:scaleX(1)}.bz-actions{display:flex;gap:10px;align-items:center;justify-self:start}.bz-actions>a,.bz-search-btn{border:1px solid rgba(255,255,255,.34);background:transparent;color:#fff;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center}.bz-search-btn,.bz-cart{width:50px}.bz-login{padding:0 15px;gap:9px;font-size:14px;font-weight:900}.bz-login b{font-size:15px}.bz-cart{position:relative;font-size:20px}.bz-cart em{position:absolute;top:-8px;left:-8px;background:var(--gold);color:var(--navy);font-style:normal;font-size:10px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center}.bz-lang{display:flex;border:1px solid rgba(255,255,255,.25);padding:3px;border-radius:10px}.bz-lang button{border:0;background:transparent;color:#dce5ec;font-size:11px;font-weight:900;padding:8px 9px;border-radius:6px;cursor:pointer}.bz-lang button.active{background:var(--gold);color:var(--navy)}.bz-menu-toggle{display:none;border:0;background:none;position:absolute;left:0;top:50%;transform:translateY(-50%)}.bz-menu-toggle span{width:28px;height:3px;background:#fff;display:block;margin:5px;border-radius:10px}.bz-search-panel{background:#fff;padding:14px 0;border-bottom:1px solid var(--line)}.bz-search-panel form{display:grid;grid-template-columns:1fr auto;gap:8px}.bz-search-panel input{height:48px;border:1px solid var(--line);border-radius:8px;padding:0 15px;font:inherit}.bz-search-panel button{border:0;border-radius:8px;background:var(--gold);padding:0 24px;font-weight:900}.bz-hero{height:430px;position:relative;overflow:hidden;background:#071b31}.bz-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bz-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,34,.10) 0%,rgba(3,18,34,.20) 40%,rgba(3,18,34,.82) 62%,rgba(3,18,34,.95) 100%)}.bz-hero-content{height:100%;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:2}.bz-hero-copy{width:min(46%,560px);margin-left:auto;margin-right:0;color:#fff;text-align:right;padding-right:14px}.bz-hero h1{font-size:50px;line-height:1.36;margin:0 0 10px;font-weight:950;text-shadow:0 2px 10px rgba(0,0,0,.2)}.bz-hero h1 strong{color:var(--gold);font-weight:950}.bz-hero p{font-size:17px;line-height:2;margin:0 0 22px;color:#f2f6f9;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.18)}.bz-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-start}.bz-btn{height:50px;border-radius:8px;padding:0 18px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.08)}.bz-primary{background:var(--gold);color:#fff}.bz-outline{border:1px solid rgba(255,255,255,.88);color:#fff;background:rgba(5,22,38,.24)}.bz-stats{background:var(--navy);color:#fff}.bz-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:84px}.bz-stats-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;position:relative}.bz-stats-grid>div:not(:last-child):after{content:"";position:absolute;left:0;top:18px;bottom:18px;width:1px;background:rgba(255,255,255,.22)}.bz-stats i{font-style:normal;color:var(--gold);font-size:24px}.bz-stats b{font-size:23px;font-weight:950}.bz-stats span{font-size:12px;color:#d2dce5}.bz-section{padding:30px 0}.bz-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.bz-dual-card{border:1px solid var(--line);border-radius:13px;padding:24px 24px 20px;background:#fff;display:flex;flex-direction:column;min-height:294px}.bz-ready{background:#fff8ee}.bz-dual-head{display:flex;align-items:flex-start;gap:16px}.bz-dual-head>span{font-size:34px;color:var(--gold)}.bz-dual-head h2{margin:0 0 4px;font-size:24px;line-height:1.4}.bz-dual-head p{margin:0;color:var(--muted);font-size:12px}.bz-steps{margin:22px 0 18px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:8px;align-items:center}.bz-steps div{height:92px;border:1px solid var(--line);border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bz-steps i{font-style:normal;font-size:24px;color:#253b51}.bz-steps b{font-size:10px;margin-top:7px}.bz-steps em{font-style:normal;color:#81909c}.bz-mini-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 18px}.bz-mini-list a{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px;text-align:center;color:var(--text)}.bz-mini-list img{width:100%;height:74px;object-fit:cover;border-radius:7px}.bz-mini-list b{display:block;font-size:12px;margin-top:6px}.bz-small-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:7px;padding:0 18px;font-size:12px;font-weight:900;align-self:flex-start;margin-top:auto}.bz-dark{background:var(--navy);color:#fff}.bz-gold{background:var(--gold);color:#fff}.bz-row-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;gap:15px}.bz-row-title h2{font-size:22px;margin:0}.bz-row-title a{font-size:11px;color:#406079;font-weight:700}.bz-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.bz-category-grid a{border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px;color:var(--text);text-align:center;transition:.2s}.bz-category-grid a:hover,.bz-product-card:hover,.bz-project-card:hover{box-shadow:0 12px 22px rgba(8,23,38,.08);transform:translateY(-2px)}.bz-category-grid img{width:100%;height:90px;object-fit:contain;border-radius:7px}.bz-category-grid b{display:block;font-size:12px;margin-top:4px}.bz-shop-products{padding-top:6px}.bz-products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.bz-product-card{border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px;display:flex;flex-direction:column;min-width:0;transition:.2s}.bz-product-img{height:130px;display:flex;align-items:center;justify-content:center}.bz-product-img img{max-width:100%;max-height:100%;object-fit:contain}.bz-product-title{font-size:12px;color:var(--text);font-weight:800;line-height:1.8;min-height:42px}.bz-product-stock{font-size:10px;color:#329263;margin-top:3px}.bz-product-price{font-size:12px;font-weight:900;margin:5px 0 8px;line-height:1.7;min-height:22px}.bz-product-price ins,.bz-product-price bdi{font-weight:900;text-decoration:none}.bz-add-cart{background:var(--navy);color:#fff;border-radius:6px;height:36px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:900;margin-top:auto}.bz-product-card.placeholder .bz-product-title{min-height:auto}.bz-partners{background:linear-gradient(90deg,#071b31 0%,#08233f 58%,#0b2a49 100%);color:#fff;position:relative;overflow:hidden}.bz-partners-inner{display:grid;grid-template-columns:1fr 1.1fr 290px;grid-template-areas:"benefits copy visual";gap:22px;align-items:center;min-height:180px;padding:0}.bz-partner-benefits{grid-area:benefits;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:22px 0}.bz-partner-benefits div{text-align:center;padding:14px 10px;border-left:1px solid rgba(255,255,255,.18)}.bz-partner-benefits div:last-child{border-left:0}.bz-partner-benefits i{display:block;font-style:normal;color:var(--gold);font-size:25px}.bz-partner-benefits b{display:block;font-size:12px;margin:8px 0 6px}.bz-partner-benefits span{display:block;font-size:9px;color:#d9e2ea;line-height:1.9}.bz-partner-copy{grid-area:copy;padding:18px 10px 18px 0;position:relative;z-index:2}.bz-partner-copy h2{margin:0 0 8px;font-size:28px;line-height:1.5}.bz-partner-copy p{font-size:12px;line-height:2.1;color:#d2dce5;margin:0 0 14px}.bz-partner-visual{grid-area:visual;position:relative;min-height:180px;overflow:hidden}.bz-partner-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,42,73,.02) 0%,rgba(10,42,73,.1) 60%,rgba(10,42,73,.3) 100%);z-index:2}.bz-partner-visual img{width:100%;height:100%;object-fit:cover;display:block}.bz-projects{background:#fff}.bz-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bz-project-card{border:1px solid #cfd8e0;border-radius:10px;overflow:hidden;color:var(--text);background:#fff;transition:.2s}.bz-before-after{display:grid;grid-template-columns:1fr 1fr;height:152px}.bz-before,.bz-after{position:relative;overflow:hidden}.bz-before:after{content:"";position:absolute;inset:0;background:rgba(58,49,39,.18)}.bz-before:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:rgba(255,255,255,.45);z-index:2}.bz-before img,.bz-after img{width:100%;height:100%;object-fit:cover}.bz-before img{filter:saturate(.32) brightness(.76) contrast(.9)}.bz-before span,.bz-after span{position:absolute;top:8px;background:rgba(12,29,45,.76);color:#fff;padding:4px 8px;border-radius:5px;font-size:9px;z-index:3}.bz-before span{right:8px}.bz-after span{left:8px}.bz-project-card h3{font-size:15px;text-align:center;margin:12px 0 4px}.bz-project-card p{font-size:11px;text-align:center;color:#758492;margin:0 0 12px;padding:0 10px;line-height:1.8}.bz-process{padding:15px 0 22px}.bz-process h2{font-size:22px;margin:0 0 14px}.bz-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border:1px solid var(--line);border-radius:9px;padding:15px}.bz-process-grid div{display:grid;grid-template-columns:auto 1fr;gap:8px 10px;align-items:center}.bz-process-grid i{grid-row:1/3;font-style:normal;font-size:29px;color:#223e58}.bz-process-grid b{font-size:12px}.bz-process-grid p{font-size:10px;line-height:1.7;color:#73808d;margin:0}.bz-bottom-band{background:var(--navy);color:#fff;padding:18px 0}.bz-bottom-grid{display:grid;grid-template-columns:1.1fr 1.3fr 1fr;gap:18px;align-items:stretch}.bz-bottom-band h2,.bz-bottom-band h3{margin:0 0 10px}.bz-bottom-band h2{font-size:24px}.bz-bottom-band h3{font-size:14px}.bz-bottom-band p{font-size:11px;color:#c7d3df;line-height:1.95;margin:0 0 12px}.bz-testimonial,.bz-brands,.bz-consult{border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:16px;background:rgba(255,255,255,.02)}.bz-testimonial small{font-size:9px;color:var(--gold)}.bz-brands img{display:block;width:100%;max-width:475px;height:auto;margin-top:6px}.bz-consult .bz-small-btn{margin-top:12px}.bz-footer{background:#041524;color:#fff;padding:30px 0 12px}.bz-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.1fr;gap:28px;align-items:flex-start}.bz-footer h3{font-size:19px;margin:0 0 12px}.bz-footer a,.bz-footer span{display:block;color:#c7d4df;font-size:14px;line-height:2.2}.bz-footer-brand .bz-brand-name{font-size:32px}.bz-footer-brand p{font-size:14px;line-height:2;color:#b8c5d0;margin:8px 0 10px}.bz-footer-brandline{display:flex;align-items:center;gap:12px}.bz-footer-brandline img{width:64px;height:64px;object-fit:contain}.bz-social{color:var(--gold);font-size:13px}.bz-certs img{display:block;width:100%;max-width:295px;height:auto}.bz-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:20px;padding-top:10px;display:flex;justify-content:space-between}.bz-footer-bottom span{font-size:10px;color:#8295a6}@media(max-width:1100px){.bz-nav{gap:18px}.bz-nav a{font-size:14px}.bz-products-grid,.bz-category-grid{grid-template-columns:repeat(3,1fr)}.bz-header-inner{grid-template-columns:auto 1fr auto}.bz-brand-text{display:none}.bz-lang{display:none}.bz-partners-inner{grid-template-columns:1fr 1fr;grid-template-areas:"copy visual" "benefits benefits"}.bz-partner-benefits{padding-top:0}}@media(max-width:850px){.admin-bar .bz-header{top:46px}.bz-menu-toggle{display:block}.bz-header-inner{grid-template-columns:auto 1fr auto;min-height:76px;padding-left:50px}.bz-nav{display:none;position:absolute;right:0;left:0;top:76px;background:var(--navy);flex-direction:column;align-items:stretch;padding:15px 24px}.bz-nav.open{display:flex}.bz-nav a{padding:10px}.bz-actions{justify-self:start}.bz-login span:first-child{display:none}.bz-brand img{width:55px;height:55px}.bz-hero{height:520px}.bz-hero-overlay{background:linear-gradient(180deg,rgba(3,18,34,.12),rgba(3,18,34,.85) 60%,rgba(3,18,34,.98))}.bz-hero-content{align-items:flex-end;justify-content:flex-start}.bz-hero-copy{width:100%;padding:0 0 42px;margin:0}.bz-hero h1{font-size:40px}.bz-stats-grid{grid-template-columns:repeat(2,1fr)}.bz-stats-grid>div:not(:last-child):after{display:none}.bz-dual-grid,.bz-bottom-grid{grid-template-columns:1fr}.bz-project-grid{grid-template-columns:1fr}.bz-process-grid{grid-template-columns:repeat(2,1fr)}.bz-footer-grid{grid-template-columns:1fr 1fr}.bz-footer-brand{grid-column:1/-1}.bz-partners-inner{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "benefits"}.bz-partner-benefits{grid-template-columns:1fr 1fr 1fr}.bz-partner-copy{padding-top:24px}.bz-partner-visual{min-height:160px}}@media(max-width:560px){.bz-shell{width:min(calc(100% - 22px),1280px)}.bz-header-inner{gap:7px}.bz-search-btn{display:none}.bz-hero h1{font-size:30px}.bz-hero p{font-size:13px}.bz-hero-ctas{display:grid;grid-template-columns:1fr 1fr}.bz-hero-ctas .bz-primary{grid-column:1/-1}.bz-btn{justify-content:center;font-size:11px;padding:0 8px}.bz-dual-grid{gap:12px}.bz-dual-card{padding:17px;min-height:auto}.bz-steps{grid-template-columns:1fr}.bz-steps em{display:none}.bz-mini-list{grid-template-columns:repeat(3,1fr)}.bz-mini-list img{height:52px}.bz-category-grid,.bz-products-grid{grid-template-columns:repeat(2,1fr)}.bz-product-img{height:95px}.bz-partner-benefits{grid-template-columns:1fr}.bz-partner-benefits div{border-left:0;border-bottom:1px solid rgba(255,255,255,.16)}.bz-process-grid{grid-template-columns:1fr}.bz-footer-grid{grid-template-columns:1fr}.bz-footer-brand{grid-column:auto}.bz-footer-bottom{flex-direction:column;gap:2px}.bz-row-title{flex-direction:column;align-items:flex-start}.bz-bottom-grid{grid-template-columns:1fr}.bz-footer h3{font-size:17px}.bz-footer a,.bz-footer span,.bz-footer-brand p{font-size:13px}}