:root{
  --blue:#0b5ed7;
  --blue-2:#1174e8;
  --blue-dark:#063b91;
  --navy:#071b3c;
  --ink:#0a1633;
  --muted:#667085;
  --line:#dce5f0;
  --soft:#f5f8fc;
  --white:#fff;
  --green:#16a66a;
  --shadow:0 12px 34px rgba(15,50,96,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Segoe UI,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.wrap{width:min(1560px,calc(100% - 64px));margin-inline:auto}
.hidden{display:none!important}
.page{display:none;min-height:58vh}.page.active{display:block}
.campaign-rail{display:none}

/* HEADER */
.site-header{position:relative;z-index:80;background:#fff;box-shadow:0 2px 16px rgba(7,27,60,.06)}
.header-main{border-bottom:1px solid #e7edf5;background:#fff}
.header-grid{min-height:94px;display:grid;grid-template-columns:360px minmax(360px,1fr) 410px;gap:34px;align-items:center}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-mark{width:67px;height:67px;flex:0 0 auto;filter:drop-shadow(0 8px 12px rgba(11,94,215,.18))}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:31px;letter-spacing:.4px;color:var(--blue);font-weight:900;white-space:nowrap}
.brand-copy small{font-size:15px;letter-spacing:4px;color:#171c25;font-weight:900;margin-top:6px}
.header-search{height:52px;display:flex;border:1px solid #d8e1ec;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 3px 12px rgba(7,27,60,.04)}
.search-field{position:relative;flex:1;min-width:0}
.search-field input{width:100%;height:100%;border:0;outline:0;padding:0 50px 0 18px;color:var(--ink);font-size:14px;background:transparent}
.search-field input::placeholder{color:#7b8494}
.search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:#eef3fa;color:#526077;width:27px;height:27px;border-radius:50%;font-size:19px;line-height:1}
.search-submit{width:66px;border:0;background:linear-gradient(135deg,var(--blue-2),var(--blue-dark));display:grid;place-items:center;color:#fff}
.search-submit svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.header-action{display:flex;align-items:center;gap:12px;padding:5px 14px;min-width:165px;border-left:1px solid #e1e8f1}
.header-action:first-child{border-left:0}
.header-action svg{width:32px;height:32px;fill:none;stroke:var(--ink);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.header-action.whatsapp svg{stroke:var(--blue)}
.header-action span{display:flex;flex-direction:column;line-height:1.25}
.header-action b{font-size:13px;color:#171c25}
.header-action small{font-size:12px;color:#5f6877;margin-top:3px;white-space:nowrap}
.hamburger{display:none;width:44px;height:44px;border:0;background:var(--blue);border-radius:8px;padding:10px}
.hamburger span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px}
.nav-bar{height:54px;border-bottom:1px solid #e2e9f2;background:#fff}
.nav-shell{height:100%;display:flex;align-items:stretch}
.category-menu{position:relative;width:280px;flex:0 0 auto}
.category-menu-button{height:100%;width:100%;border:0;color:#fff;background:linear-gradient(135deg,var(--blue-2),var(--blue-dark));display:flex;align-items:center;gap:16px;padding:0 22px;font-size:13px;border-radius:6px 6px 0 0}
.category-menu-button .menu-lines{font-size:23px;line-height:1}.category-menu-button b{flex:1;text-align:left}.category-menu-button .chevron{font-size:19px;transition:.2s}
.category-menu.open .chevron{transform:rotate(180deg)}
.category-dropdown{position:absolute;left:0;top:100%;width:100%;background:#fff;border:1px solid #dfe7f0;border-top:0;box-shadow:0 16px 35px rgba(7,27,60,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s;z-index:100}
.category-menu.open .category-dropdown{opacity:1;visibility:visible;transform:none}
.category-dropdown a{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 19px;border-bottom:1px solid #eef2f7;font-size:13px;font-weight:800;color:#25334b}
.category-dropdown a:hover{background:#f2f7ff;color:var(--blue);padding-left:23px}
.desktop-nav{display:flex;align-items:center;justify-content:space-around;flex:1;min-width:0;padding-left:20px}
.desktop-nav a{height:100%;display:flex;align-items:center;padding:0 13px;font-size:12px;font-weight:800;color:#161c28;white-space:nowrap;position:relative}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--blue)}
.desktop-nav a:after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;background:var(--blue);transform:scaleX(0);transition:.2s}
.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}

/* MOBILE MENU */
.mobile-backdrop{position:fixed;inset:0;background:rgba(5,18,42,.55);opacity:0;visibility:hidden;transition:.2s;z-index:190}.mobile-backdrop.open{opacity:1;visibility:visible}
.mobile-menu{position:fixed;top:0;right:0;width:min(380px,88vw);height:100dvh;background:#fff;z-index:200;transform:translateX(105%);transition:.25s;overflow:auto;padding-bottom:30px;box-shadow:-20px 0 50px rgba(0,0,0,.18)}
.mobile-menu.open{transform:none}
.mobile-menu-head{min-height:76px;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}
.mobile-brand{font-size:20px;font-weight:900}.mobile-brand span{display:block;font-size:10px;letter-spacing:3px;margin-top:3px}
.mobile-menu-close{border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:50%;width:38px;height:38px;font-size:27px}
.mobile-menu>a:not(.mobile-cta){display:flex;align-items:center;min-height:48px;padding:0 21px;border-bottom:1px solid #edf1f6;font-size:13px;font-weight:800;color:#26344d}
.mobile-menu>a:not(.mobile-cta):hover{background:#f2f7ff;color:var(--blue)}
.mobile-cta{display:flex;margin:18px;min-height:50px;align-items:center;justify-content:center;background:var(--green);color:#fff;border-radius:7px;font-weight:900;font-size:13px}

/* BUTTONS */
.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:0 21px;border-radius:7px;border:1px solid transparent;font-size:12px;font-weight:900;letter-spacing:.2px;transition:.2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(7,59,145,.18)}
.btn-orange{color:#fff;background:linear-gradient(135deg,var(--blue-2),var(--blue-dark));box-shadow:0 8px 18px rgba(11,94,215,.20)}
.btn-dark{background:var(--navy);color:#fff}
.btn-outline{background:#fff;border-color:#cbd9eb;color:var(--blue-dark)}
.btn-phone{background:#eaf3ff;color:var(--blue-dark)}

/* HOME HERO */
.home-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fbfdff 47%,#edf6ff 100%);border-bottom:1px solid #e5edf7}
.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.80) 46%,rgba(255,255,255,.12) 70%);pointer-events:none}
.hero-grid{min-height:475px;display:grid;grid-template-columns:48% 52%;position:relative;z-index:2}
.hero-copy{align-self:center;padding:40px 0 36px 34px;max-width:760px}
.hero-kicker{color:var(--blue);font-size:19px;font-weight:900;margin-bottom:8px}
.hero-copy h1{font-family:Arial Narrow,Arial,sans-serif;font-size:59px;line-height:1.04;letter-spacing:-1.6px;margin:0;color:#071633;font-weight:900;max-width:760px}
.hero-copy h1 span{display:block;color:var(--blue);font-size:57px}
.hero-copy>p{font-size:16px;line-height:1.8;color:#3c4657;max-width:680px;margin:18px 0 24px}
.hero-benefits{display:flex;align-items:center;gap:27px;flex-wrap:wrap;margin:22px 0 26px}
.hero-benefits>div{display:flex;align-items:center;gap:10px}
.hero-benefits span{display:grid;place-items:center;width:34px;height:34px;color:var(--blue);font-size:24px}
.hero-benefits b{font-size:11px;line-height:1.35;color:#1f2937}
.hero-buttons{display:flex;gap:10px;flex-wrap:wrap}
.hero-visual{position:relative;min-width:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.hero-visual img{position:absolute;width:112%;max-width:none;height:100%;object-fit:cover;object-position:56% bottom;mix-blend-mode:multiply;filter:contrast(1.03)}
.hero-circle{position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.70);border:1px solid rgba(189,213,241,.65);right:16%;top:38px;box-shadow:0 25px 70px rgba(42,96,163,.09)}
.blue-ribbon{position:absolute;right:-85px;bottom:-50px;width:290px;height:170px;background:var(--blue);transform:skewX(-37deg) rotate(-4deg);box-shadow:0 -18px 0 rgba(11,94,215,.24)}
.ribbon-two{right:-20px;bottom:-77px;width:185px;height:120px;background:#66a9f8;box-shadow:none}
.hero-dots{position:absolute;left:50%;bottom:12px;display:flex;gap:10px;z-index:5}.hero-dots span{width:13px;height:7px;border-radius:10px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18)}.hero-dots span.active{width:20px;background:var(--blue)}
.home-categories{padding:17px 0 13px;background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.category-card{position:relative;min-height:145px;border:1px solid #e0e7f0;border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#fff 62%,#e6f2ff 62%);display:block;transition:.22s}
.category-card:after{content:"";position:absolute;right:-40px;bottom:-74px;width:155px;height:150px;background:linear-gradient(135deg,var(--blue-2),var(--blue-dark));transform:rotate(35deg);z-index:0}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bdd7f5}
.category-card img{position:absolute;right:-2px;bottom:0;width:53%;height:92%;object-fit:contain;z-index:2;transition:.25s}
.category-card:hover img{transform:scale(1.06) translateX(-3px)}
.category-body{position:relative;z-index:3;width:61%;padding:20px 8px 15px 17px}
.category-body h3{margin:0 0 10px;font-family:Arial Narrow,Arial,sans-serif;font-size:18px;color:var(--blue-dark);line-height:1.1}
.category-body p{margin:0;color:#4e596b;font-size:11px;line-height:1.45}
.category-arrow{display:block;margin-top:13px;font-size:22px;color:var(--blue-dark)}
.trust-strip{border-top:1px solid #edf1f6;border-bottom:1px solid #e3eaf3;background:#fff}
.features{display:grid;grid-template-columns:repeat(5,1fr);min-height:88px}
.feature{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid #e2e8f0;padding:14px 18px}.feature:last-child{border-right:0}
.feature-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--blue);font-size:25px;flex:0 0 auto}
.feature b{font-size:12px;color:#161d2a}.feature p{font-size:11px;color:#687386;margin:5px 0 0}

/* SECTIONS */
.section{padding:72px 0}.section.soft{background:var(--soft)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}
.section-head h2{font-family:Arial Narrow,Arial,sans-serif;font-size:34px;margin:4px 0 0;color:var(--ink)}
.section-kicker{display:block;font-size:11px;font-weight:900;letter-spacing:2px;color:var(--blue)}
.section-all{font-size:12px;color:var(--blue);font-weight:900;white-space:nowrap}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.solution-card{min-height:270px;border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:48% 52%;align-items:center;transition:.25s;box-shadow:0 8px 24px rgba(8,38,81,.05)}
.solution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#bcd5f2}
.solution-card img{width:100%;height:100%;object-fit:contain;padding:20px;background:linear-gradient(145deg,#f4f8fd,#fff)}
.solution-card>div{padding:25px}.solution-card span{font-size:34px;font-weight:900;color:#dbe8f8}.solution-card h3{font-size:22px;margin:2px 0 10px;color:var(--blue-dark)}.solution-card p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}
.home-callout{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;background:linear-gradient(115deg,#fff,#eef6ff);border:1px solid #d8e6f6;border-radius:18px;padding:40px 45px;position:relative;overflow:hidden}
.home-callout:after{content:"";position:absolute;right:-110px;top:-120px;width:330px;height:330px;border-radius:50%;border:50px solid rgba(11,94,215,.08)}
.callout-copy{position:relative;z-index:2}.callout-copy h2{font-size:33px;line-height:1.15;margin:7px 0 15px}.callout-copy p{color:#566174;line-height:1.75;max-width:760px;margin:0 0 20px}
.callout-qr{position:relative;z-index:2;display:flex;align-items:center;gap:18px;background:#fff;padding:18px;border-radius:13px;border:1px solid #dbe6f2;box-shadow:0 12px 30px rgba(6,59,145,.08)}
.callout-qr img{width:105px;height:105px}.callout-qr h3{margin:0 0 7px;font-size:17px}.callout-qr p{font-size:12px;color:var(--muted);line-height:1.55;margin:0}

/* INNER PAGE HERO */
.page-hero{position:relative;overflow:hidden;background:linear-gradient(100deg,#f8fbff 0%,#edf6ff 55%,#d9ecff 100%);border-bottom:1px solid #dbe7f3}
.page-hero:before{content:"";position:absolute;right:-120px;top:-220px;width:520px;height:520px;border-radius:50%;border:70px solid rgba(11,94,215,.09)}
.page-hero:after{content:"";position:absolute;right:-60px;bottom:-110px;width:350px;height:180px;background:linear-gradient(135deg,var(--blue-2),var(--blue-dark));transform:skewX(-36deg);opacity:.95}
.page-hero-inner{min-height:285px;display:grid;grid-template-columns:60% 40%;align-items:center;position:relative;z-index:2}
.page-hero-copy{padding:35px 0 35px 28px;max-width:780px}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:11px;color:#6b7789;margin-bottom:22px}.breadcrumb a:hover{color:var(--blue)}.breadcrumb b{color:var(--blue-dark)}
.eyebrow{font-size:11px;font-weight:900;letter-spacing:2px;color:var(--blue);margin-bottom:7px}
.page-hero h1{font-family:Arial Narrow,Arial,sans-serif;font-size:47px;line-height:1.05;margin:0;color:var(--ink)}
.page-hero p{font-size:15px;line-height:1.75;color:#4d596c;margin:14px 0 0;max-width:690px}
.page-hero-art{justify-self:end;align-self:end;width:100%;height:260px;object-fit:cover;object-position:center bottom;mix-blend-mode:multiply;position:relative;z-index:1}
.page-hero-art.product-art{object-fit:contain;padding:20px 60px 10px 25px;max-height:260px}
.contact-hero-card{justify-self:end;margin-right:80px;background:#fff;border:1px solid #cfe0f4;border-radius:14px;padding:27px 30px;min-width:290px;box-shadow:var(--shadow);position:relative;z-index:4}
.contact-hero-card span,.contact-hero-card small{display:block;color:#667085;font-size:11px}.contact-hero-card b{display:block;color:var(--blue);font-size:27px;margin:7px 0}

/* CATEGORY & PRODUCT CARDS */
.product-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-category-card{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden;transition:.23s;box-shadow:0 7px 22px rgba(7,27,60,.05)}
.product-category-card:hover{transform:translateY(-5px);border-color:#b6d1f1;box-shadow:var(--shadow)}
.product-category-card img{width:100%;height:215px;object-fit:contain;padding:18px;background:linear-gradient(145deg,#f4f8fd,#fff)}
.product-category-card .body{padding:20px;border-top:1px solid #edf1f6}.product-category-card h3{font-size:19px;margin:0 0 8px;color:var(--blue-dark)}.product-category-card p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}
.filter-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid #dbe5f0;background:#fff;padding:17px 18px;border-radius:10px;margin-bottom:25px;box-shadow:0 6px 18px rgba(7,27,60,.04)}
.filter-title{font-size:12px;font-weight:900;color:var(--ink);margin-bottom:10px}
.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{border:1px solid #cedae8;background:#f9fbfd;color:#39465b;border-radius:6px;min-height:34px;padding:0 13px;font-size:11px;font-weight:800}.filter-btn:hover,.filter-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}
.product-count{font-size:11px;font-weight:900;color:var(--blue);white-space:nowrap;background:#eaf3ff;padding:9px 12px;border-radius:6px}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{border:1px solid #dfe7f0;background:#fff;border-radius:11px;overflow:hidden;transition:.24s;box-shadow:0 7px 22px rgba(7,27,60,.045)}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#bcd6f3}
.product-image{display:block;height:230px;position:relative;background:linear-gradient(145deg,#f6f9fd,#fff);border-bottom:1px solid #e8eef5;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:17px;transition:.25s}.product-card:hover .product-image img{transform:scale(1.05)}
.product-badge{position:absolute;left:12px;top:12px;background:var(--blue);color:#fff;padding:7px 10px;border-radius:5px;font-size:10px;font-weight:900}
.product-body{padding:18px}.product-brand{font-size:10px;color:var(--blue);font-weight:900;letter-spacing:1px}.product-body h3{font-size:16px;line-height:1.35;margin:7px 0 8px;min-height:43px}.product-desc{font-size:12px;line-height:1.55;color:var(--muted);min-height:56px;margin:0}
.product-tags{display:flex;gap:5px;flex-wrap:wrap;margin:11px 0}.product-tags span{font-size:9px;background:#eef5ff;color:#31527d;padding:5px 7px;border-radius:4px}
.product-price{font-size:20px;font-weight:900;color:var(--blue-dark);margin:11px 0}
.product-actions{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:15px}.product-actions .btn{min-height:39px;padding:0 14px;font-size:10px}
.empty-state{grid-column:1/-1;min-height:265px;border:1px dashed #b9cde5;background:linear-gradient(135deg,#fff,#f2f7fd);border-radius:12px;display:grid;grid-template-columns:250px 1fr;align-items:center;gap:28px;padding:25px 42px}
.empty-state img{width:100%;height:210px;object-fit:contain}.empty-state h3{font-size:24px;margin:0 0 10px}.empty-state p{color:var(--muted);line-height:1.7;margin:0 0 18px;max-width:700px}

/* ABOUT / CONTACT / SEARCH */
.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:35px;align-items:center}.about-copy h2{font-size:36px;line-height:1.2;margin:8px 0 18px}.about-copy p{font-size:14px;line-height:1.85;color:#566174}.about-panel{min-height:300px;border-radius:18px;padding:40px;background:linear-gradient(145deg,var(--blue-2),var(--blue-dark));color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(6,59,145,.20)}.about-panel:after{content:"";position:absolute;width:260px;height:260px;border:45px solid rgba(255,255,255,.10);border-radius:50%;right:-100px;bottom:-100px}.panel-number{font-size:70px;font-weight:900;opacity:.22}.about-panel h3{font-size:25px;margin:7px 0 13px}.about-panel p{font-size:13px;line-height:1.75;color:#dcecff;max-width:420px}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-card{background:#fff;border:1px solid #dfe7f0;border-radius:12px;padding:28px;box-shadow:0 6px 20px rgba(7,27,60,.04)}.value-card .icon{width:48px;height:48px;display:grid;place-items:center;border-radius:9px;background:#eaf3ff;color:var(--blue);font-size:25px}.value-card h3{font-size:19px;margin:16px 0 8px}.value-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:25px;align-items:start}.contact-cards{display:grid;gap:13px}.contact-card{display:flex;gap:16px;align-items:center;border:1px solid #dce6f1;background:#fff;border-radius:10px;padding:21px;box-shadow:0 5px 18px rgba(7,27,60,.04)}.contact-card .pin{width:46px;height:46px;border-radius:9px;display:grid;place-items:center;background:#eaf3ff;color:var(--blue);font-size:22px;flex:0 0 auto}.contact-card b{font-size:12px}.contact-card p{font-size:13px;color:#536075;margin:6px 0 0}.contact-card a{color:var(--blue);font-weight:800}
.contact-form{border:1px solid #dce6f1;border-radius:13px;padding:29px;background:#fff;box-shadow:var(--shadow)}.contact-form h2{margin:6px 0 22px;font-size:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:11px;font-weight:900;margin-bottom:7px;color:#344054}.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #cdd9e7;border-radius:7px;padding:12px 13px;outline:0;background:#fff}.form-group textarea{min-height:130px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,94,215,.10)}.contact-form .btn{width:100%}
.search-results{display:grid;gap:12px}.search-result{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:18px;border:1px solid #dfe7f0;border-radius:10px;background:#fff;padding:12px 18px;transition:.2s}.search-result:hover{border-color:#b9d2ef;box-shadow:0 8px 24px rgba(7,27,60,.07)}.search-result img{width:95px;height:76px;object-fit:contain}.search-result h3{font-size:16px;margin:0 0 6px}.search-result p{font-size:12px;color:var(--muted);margin:0}.search-result>span{color:var(--blue);font-size:11px;font-weight:900}

/* FOOTER */
.site-footer{background:#071832;color:#dbe6f4;padding:58px 0 0;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;right:-120px;top:-170px;width:390px;height:390px;border-radius:50%;border:60px solid rgba(31,116,232,.10)}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:45px;position:relative;z-index:2}.footer-brand{display:flex;align-items:center;gap:12px}.footer-mark{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-2),var(--blue-dark));color:#fff;font-size:20px;font-weight:900}.footer-brand b{font-size:22px;color:#fff}.footer-brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:4px}.footer-brand-col p{font-size:12px;line-height:1.8;color:#9fb0c7;max-width:470px;margin:18px 0 0}.footer-title{font-size:12px;color:#fff;font-weight:900;letter-spacing:1px;margin-bottom:17px}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:11px}.footer-links a,.footer-contact a,.footer-contact span{font-size:12px;color:#9fb0c7}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-bottom{margin-top:45px;border-top:1px solid rgba(255,255,255,.11);min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:#8193aa;position:relative;z-index:2}
.mobile-bottom{display:none}.toast{position:fixed;right:22px;bottom:22px;background:var(--navy);color:#fff;padding:13px 18px;border-radius:8px;box-shadow:0 12px 30px rgba(0,0,0,.24);font-size:12px;font-weight:800;opacity:0;transform:translateY(18px);transition:.2s;z-index:300;pointer-events:none}.toast.show{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1320px){
  .wrap{width:min(1240px,calc(100% - 40px))}
  .header-grid{grid-template-columns:290px minmax(300px,1fr) 330px;gap:18px}.brand-copy strong{font-size:26px}.brand-mark{width:58px;height:58px}.header-action{min-width:145px;padding:5px 8px}.header-action svg{width:27px}.desktop-nav a{padding:0 8px;font-size:11px}.category-menu{width:245px}
  .hero-copy h1{font-size:51px}.hero-copy h1 span{font-size:49px}.hero-benefits{gap:16px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card{min-height:155px}
  .products-grid{grid-template-columns:repeat(3,1fr)}.product-category-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1020px){
  .header-grid{grid-template-columns:245px 1fr auto;min-height:82px}.brand-copy strong{font-size:22px}.brand-copy small{font-size:11px}.brand-mark{width:50px;height:50px}.header-actions .header-action{display:none}.hamburger{display:block}.nav-bar{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:650px}.hero-copy{padding:50px 18px 280px;max-width:750px}.hero-visual{position:absolute;inset:auto 0 0 0;height:350px}.hero-visual img{width:900px;left:50%;transform:translateX(-50%);object-position:center bottom}.hero-circle{width:300px;height:300px;right:15%;top:20px}.blue-ribbon{right:-120px}
  .features{grid-template-columns:repeat(3,1fr)}.feature:nth-child(3){border-right:0}.feature:nth-child(n+4){border-top:1px solid #e2e8f0}.category-grid{grid-template-columns:repeat(3,1fr)}
  .solution-grid{grid-template-columns:1fr}.solution-card{min-height:230px}.home-callout{grid-template-columns:1fr}.callout-qr{max-width:520px}
  .page-hero-inner{grid-template-columns:1fr 42%;min-height:260px}.page-hero-art.product-art{padding-right:10px}.products-grid{grid-template-columns:repeat(2,1fr)}.product-category-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.contact-grid{grid-template-columns:1fr}.about-panel{min-height:250px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.footer-contact{flex-direction:row;flex-wrap:wrap;gap:18px}
}
@media(max-width:700px){
  .wrap{width:calc(100% - 28px)}
  .header-grid{grid-template-columns:1fr auto;gap:10px;min-height:72px}.brand-mark{width:45px;height:45px}.brand-copy strong{font-size:20px}.brand-copy small{font-size:9px;letter-spacing:2.4px}.header-search{grid-column:1/-1;height:45px;margin-bottom:12px}.header-main{padding-bottom:0}.hamburger{width:42px;height:42px}
  .home-hero{margin-top:0}.hero-grid{min-height:600px}.hero-copy{padding:38px 4px 265px}.hero-kicker{font-size:14px}.hero-copy h1{font-size:39px;letter-spacing:-1px}.hero-copy h1 span{font-size:38px}.hero-copy>p{font-size:14px;line-height:1.7}.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:18px 0}.hero-benefits>div{gap:5px}.hero-benefits span{width:28px;height:28px;font-size:20px}.hero-benefits b{font-size:9px}.hero-buttons .btn{flex:1}.hero-visual{height:300px}.hero-visual img{width:760px}.hero-circle{width:240px;height:240px;right:8%;top:18px}.hero-dots{display:none}
  .home-categories{padding:12px 0}.category-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:7px;gap:10px}.category-grid::-webkit-scrollbar{height:4px}.category-grid::-webkit-scrollbar-thumb{background:#c9d9ec;border-radius:4px}.category-card{flex:0 0 82%;scroll-snap-align:start;min-height:145px}
  .features{grid-template-columns:1fr 1fr;min-height:0}.feature{justify-content:flex-start;padding:15px 9px}.feature:nth-child(2n){border-right:0}.feature:nth-child(n+3){border-top:1px solid #e2e8f0}.feature:last-child{grid-column:1/-1;justify-content:center}.feature-icon{width:33px;height:33px;font-size:21px}.feature b{font-size:10px}.feature p{font-size:9px}
  .section{padding:48px 0}.section-head{align-items:flex-start}.section-head h2{font-size:27px}.section-all{font-size:10px}.solution-card{grid-template-columns:45% 55%;min-height:190px}.solution-card img{padding:11px}.solution-card>div{padding:17px}.solution-card span{font-size:25px}.solution-card h3{font-size:18px}.home-callout{padding:27px 20px}.callout-copy h2{font-size:27px}.callout-qr{align-items:flex-start}.callout-qr img{width:85px;height:85px}
  .page-hero-inner{grid-template-columns:1fr;min-height:315px}.page-hero-copy{padding:28px 5px 145px}.page-hero h1{font-size:37px}.page-hero p{font-size:13px}.page-hero-art{position:absolute;right:0;bottom:0;width:52%;height:155px}.page-hero-art.product-art{padding:8px 14px}.contact-hero-card{position:absolute;right:14px;bottom:20px;margin:0;min-width:220px;padding:18px}.contact-hero-card b{font-size:22px}
  .product-category-grid,.products-grid{grid-template-columns:1fr}.product-category-card img{height:190px}.filter-bar{align-items:flex-start;flex-direction:column}.product-count{align-self:flex-end}.product-image{height:240px}.empty-state{grid-template-columns:1fr;padding:22px;text-align:center}.empty-state img{height:150px}.product-actions{grid-template-columns:1fr 1fr}
  .about-copy h2{font-size:29px}.about-panel{padding:28px}.value-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.contact-form{padding:22px}.search-result{grid-template-columns:72px 1fr}.search-result img{width:65px;height:60px}.search-result>span{display:none}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-col{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{padding:18px 0 82px;align-items:flex-start;flex-direction:column;margin-top:30px}.mobile-bottom{position:fixed;display:grid;grid-template-columns:1fr 1.4fr;left:0;right:0;bottom:0;height:62px;z-index:150;box-shadow:0 -8px 24px rgba(0,0,0,.16)}.mobile-bottom a{display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900;background:var(--blue-dark)}.mobile-bottom a:last-child{background:var(--green)}.toast{bottom:75px;left:14px;right:14px;text-align:center}
}
@media(max-width:420px){.brand-copy strong{font-size:18px}.brand-mark{width:42px}.hero-copy h1{font-size:35px}.hero-copy h1 span{font-size:34px}.hero-buttons{display:grid;grid-template-columns:1fr}.hero-benefits{grid-template-columns:repeat(2,1fr)}.hero-benefits>div:last-child{grid-column:1/-1}.page-hero h1{font-size:33px}.footer-grid{grid-template-columns:1fr}}
