:root{--red:#e30613;--black:#17110f;--green:#009a57;--gold:#f58220;--bg:#f7f7f7;--soft:#fff4ef;--text:#1b1716;--muted:#777}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:12px 6%;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 10px 35px rgba(0,0,0,.08)}.brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.futina-logo{width:230px;max-width:42vw;height:auto;object-fit:contain}.guebril-under{font-weight:900;line-height:1;color:var(--black);font-size:25px;letter-spacing:.2px}.guebril-under span{color:var(--black);margin-left:8px}.guebril-under strong{color:var(--red);font-size:1.15em}.main-nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.main-nav a{font-weight:800;color:#2b2422}.login-link,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:13px 21px;background:var(--red);color:#fff!important;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(227,6,19,.22)}.btn.dark{background:var(--black);box-shadow:0 12px 28px rgba(0,0,0,.18)}.btn.outline{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.42);box-shadow:none}.btn.small{padding:9px 14px;font-size:13px}.launch-hero{position:relative;min-height:78vh;background:linear-gradient(120deg,rgba(23,17,15,.84),rgba(23,17,15,.30)),url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1800&q=85');background-size:cover;background-position:center;display:flex;align-items:center;padding:7% 6%;overflow:hidden}.launch-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(227,6,19,.34),transparent 65%);left:-120px;bottom:-120px}.hero-content{position:relative;z-index:2;max-width:780px;color:#fff}.hero-brand{background:rgba(255,255,255,.95);border-radius:22px;padding:16px 22px;display:inline-flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.hero-brand img{width:320px;max-width:70vw}.hero-guebril{color:var(--black);font-weight:900;font-size:28px}.hero-guebril b{color:var(--red)}.eyebrow,.section-badge,.section-title span{color:var(--red);font-weight:900}.hero-content h1{font-size:60px;line-height:1.18;margin:10px 0 16px}.lead{font-size:20px;line-height:1.9;color:#f3f3f3}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #eee}.trust-strip div{text-align:center;padding:26px 10px;border-left:1px solid #eee}.trust-strip b{display:block;font-size:26px;color:var(--black)}.trust-strip span{color:var(--muted)}.section{padding:72px 6%}.section-title{text-align:center;max-width:760px;margin:0 auto 28px}.section-title h2,.catalog-card h2,.about-grid h2{font-size:42px;margin:8px 0 10px}.section-title p,.catalog-card p,.about-grid p{color:var(--muted);line-height:1.9;font-size:17px}.filters{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:28px}.glass{background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.8);box-shadow:0 14px 35px rgba(0,0,0,.06);border-radius:22px;padding:16px}.filters input,.filters select,.admin-form input,.admin-form select,.admin-form textarea,.contact-form input,.contact-form textarea,.login-card input{padding:15px;border:1px solid #ddd;border-radius:14px;background:#fff;font-size:15px;outline:none}.filters input{min-width:320px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:22px}.product-card{background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 16px 45px rgba(0,0,0,.08);transition:.24s;border:1px solid #eee}.product-card:hover{transform:translateY(-7px);box-shadow:0 22px 60px rgba(0,0,0,.12)}.product-card img{width:100%;height:245px;object-fit:cover;background:#f0f0f0}.product-info{padding:18px}.product-info h3{margin:0 0 8px;font-size:20px}.meta{color:#777;line-height:1.8;font-size:14px}.price{font-size:23px;color:var(--red);font-weight:900;margin:13px 0}.whatsapp{display:block;text-align:center;background:#25d366;color:#fff;border-radius:13px;padding:12px;font-weight:900}.catalog-section{background:var(--soft)}.catalog-card{background:#fff;border-radius:32px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:25px;box-shadow:0 18px 55px rgba(0,0,0,.08)}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;background:#fff}.feature-list{display:grid;gap:14px}.feature-list div{background:var(--soft);border-radius:18px;padding:18px;font-weight:900}.contact-section{background:linear-gradient(135deg,#fff,#fff4ef)}.contact-form{display:grid;gap:14px;max-width:760px;margin:auto}.contact-form textarea,.admin-form textarea{min-height:120px}.footer{background:var(--black);color:#fff;padding:34px 6%;display:flex;justify-content:space-between;gap:22px;align-items:center;flex-wrap:wrap}.footer-brand img{width:190px;background:#fff;border-radius:12px;padding:8px;margin-bottom:6px}.footer-brand div{font-size:22px;font-weight:900}.footer-brand b{color:#ff3340}.cookie{display:none;position:fixed;z-index:80;bottom:22px;left:22px;max-width:350px;background:#fff;border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.24);padding:20px}.cookie p{line-height:1.8}.cookie-actions{display:flex;gap:8px}.cookie button{border:0;border-radius:12px;background:var(--red);color:#fff;padding:11px 14px;font-weight:900;cursor:pointer}.cookie .ghost{background:#eee;color:#111}.admin-body{background:#edf0f5}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:22px}.login-card{width:min(430px,100%);background:#fff;border-radius:30px;padding:32px;box-shadow:0 28px 85px rgba(0,0,0,.14);display:grid;gap:13px;text-align:center}.login-logo{width:310px;max-width:100%;margin:auto}.login-guebril{font-size:30px}.muted,.demo-creds{color:#777}.red-link{color:var(--red);font-weight:900}.error{color:#b42318;font-weight:900}.hidden{display:none!important}.dashboard{display:grid;grid-template-columns:285px 1fr;min-height:100vh}.sidebar{background:var(--black);color:#fff;padding:22px;position:sticky;top:0;height:100vh}.sidebar-brand{background:#fff;border-radius:22px;padding:14px;margin-bottom:22px}.sidebar-brand img{width:100%}.sidebar-guebril{font-size:23px}.side-link{display:block;width:100%;text-align:right;border:0;background:transparent;color:#fff;padding:14px;border-radius:14px;font-weight:900;margin:7px 0;cursor:pointer}.side-link:hover,.side-link.active{background:rgba(227,6,19,.22)}.logout{color:#ffb6b6}.dash-content{padding:32px;min-width:0}.dash-top,.panel-head{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:22px}.dash-top h1{margin:0;font-size:34px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;margin-bottom:22px}.kpi,.panel{background:#fff;border-radius:24px;padding:22px;box-shadow:0 14px 45px rgba(0,0,0,.07)}.panel{margin-bottom:22px}.kpi span{display:block;color:#777;margin-bottom:8px}.kpi b{font-size:28px}.admin-form{display:grid;gap:12px;max-width:820px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:820px}th,td{padding:13px;border-bottom:1px solid #eee;text-align:right}th{background:#fafafa;color:#555}.thumb{width:60px;height:60px;border-radius:14px;object-fit:cover}.chip{display:inline-block;padding:7px 10px;border-radius:999px;background:#eee;font-weight:900}.chip.ok{background:#e8f8ee;color:#087b3d}.chip.warn{background:#fff2da;color:#9b5c00}.chip.bad{background:#ffe4e4;color:#b42318}.action{border:0;border-radius:10px;padding:8px 10px;margin:2px;cursor:pointer;font-weight:900}.edit{background:#eef2ff;color:#3538cd}.delete{background:#ffe4e4;color:#b42318}.report-row{display:grid;grid-template-columns:160px 1fr 80px;gap:12px;align-items:center;margin:12px 0}.bar{height:14px;background:#eee;border-radius:999px;overflow:hidden}.bar div{height:100%;background:var(--red)}@media(max-width:980px){.site-header{display:block;text-align:center}.brand-lockup{align-items:center}.main-nav{justify-content:center;margin-top:14px}.dashboard{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.kpi-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.catalog-card{display:block}.hero-content h1{font-size:42px}}@media(max-width:560px){.section{padding:48px 5%}.filters input,.filters select{width:100%;min-width:0}.kpi-grid{grid-template-columns:1fr}.hero-brand img{width:240px}.futina-logo{max-width:78vw}.launch-hero{padding:40px 5%}.hero-content h1{font-size:34px}}

/* Final enhancements while preserving uploaded launch-ready design */
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.mini-btn{border:1px solid #00A859;background:transparent;color:inherit;border-radius:10px;padding:10px;font-weight:800;cursor:pointer}
.mini-btn.primary,.mini-btn:hover,.mini-btn.active{background:#00A859;color:#fff}
.quote-drawer{position:fixed;top:0;left:0;width:min(430px,100%);height:100vh;background:var(--card,#fff);z-index:9999;box-shadow:0 20px 80px rgba(0,0,0,.25);padding:22px;display:flex;flex-direction:column}
.quote-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:12px}
.quote-head button,.close-btn{border:0;background:#eee;border-radius:50%;width:36px;height:36px;font-size:24px;cursor:pointer}
.quote-list{list-style:none;padding:0;margin:20px 0;overflow:auto;flex:1}
.quote-list li{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eee;gap:10px}
.quote-list small{display:block;color:#777}
.quote-list button{border:1px solid #ddd;background:#fff;border-radius:8px;padding:4px 9px;cursor:pointer}
.quote-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin:12px 0}
.full{width:100%;margin-top:8px}
.compare-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:grid;place-items:center;padding:20px}
.compare-box{background:var(--card,#fff);border-radius:24px;padding:25px;width:min(1000px,100%);max-height:85vh;overflow:auto;position:relative}
.table-wrap{overflow:auto}
.extra-sections{background:#fff}
.extra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}
.mini-grid img{width:100%;height:130px;object-fit:cover;border-radius:14px}
.mini-list{display:grid;gap:12px}
.mini-list a,.mini-list div{background:#f7f7f7;border-radius:14px;padding:14px;display:block}
@media(max-width:900px){.extra-grid{grid-template-columns:1fr}.product-actions{grid-template-columns:1fr}}


/* Product layout fix + full options */
.product-grid{
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;
  gap:16px!important;
}
.product-card.compact-product{
  border-radius:18px!important;
}
.compact-product img{
  height:145px!important;
}
.compact-img-wrap{
  background:#f3f6f4;
}
.compact-info{
  padding:13px!important;
}
.compact-info h3{
  font-size:15px!important;
  line-height:1.45;
  min-height:42px;
  max-height:44px;
  overflow:hidden;
}
.compact-info .meta{
  font-size:12px!important;
  line-height:1.6;
}
.compact-info .price{
  font-size:17px!important;
  margin:8px 0!important;
}
.product-actions.compact-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:8px;
}
.mini-btn{
  border:1px solid #00A859;
  background:transparent;
  color:inherit;
  border-radius:9px;
  padding:8px 6px;
  font-weight:800;
  cursor:pointer;
  font-size:12px;
  text-align:center;
  text-decoration:none;
}
.mini-btn.primary,.mini-btn:hover,.mini-btn.active{
  background:#00A859;
  color:#fff!important;
}
.whatsapp-mini{
  background:#25D366;
  border-color:#25D366;
  color:#fff!important;
}
.filters{
  align-items:center;
}
.filter-action-btn{
  border:1px solid #00A859;
  background:#fff;
  color:#111;
  padding:12px 14px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
}
.filter-action-btn:hover{
  background:#00A859;
  color:#fff;
}
.pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:28px;
}
.pagination button{
  border:1px solid #ddd;
  background:#fff;
  padding:9px 13px;
  border-radius:9px;
  cursor:pointer;
  font-weight:800;
}
.pagination button.active,.pagination button:hover:not(:disabled){
  background:#00A859;
  color:#fff;
  border-color:#00A859;
}
.pagination button:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.quote-header-btn b{
  background:#00A859;
  color:#fff;
  border-radius:999px;
  padding:2px 8px;
  margin-inline-start:5px;
}
.quote-drawer{
  position:fixed;
  top:0;
  left:0;
  width:min(430px,100%);
  height:100vh;
  background:#fff;
  z-index:9999;
  box-shadow:0 20px 80px rgba(0,0,0,.25);
  padding:22px;
  display:flex;
  flex-direction:column;
}
.quote-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #ddd;
  padding-bottom:12px;
}
.quote-head button,.close-btn{
  border:0;
  background:#eee;
  border-radius:50%;
  width:36px;
  height:36px;
  font-size:24px;
  cursor:pointer;
}
.quote-list{
  list-style:none;
  padding:0;
  margin:20px 0;
  overflow:auto;
  flex:1;
}
.quote-list li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px;
  border-bottom:1px solid #eee;
  gap:10px;
}
.quote-list small{
  display:block;
  color:#777;
}
.quote-list button{
  border:1px solid #ddd;
  background:#fff;
  border-radius:8px;
  padding:4px 9px;
  cursor:pointer;
}
.quote-total{
  display:flex;
  justify-content:space-between;
  font-size:20px;
  font-weight:900;
  margin:12px 0;
}
.full{
  width:100%;
  margin-top:8px;
}
.compare-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:9999;
  display:grid;
  place-items:center;
  padding:20px;
}
.compare-box{
  background:#fff;
  border-radius:24px;
  padding:25px;
  width:min(1000px,100%);
  max-height:85vh;
  overflow:auto;
  position:relative;
}
.table-wrap{
  overflow:auto;
}
.extra-sections{
  background:#fff;
}
.extra-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.mini-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:14px;
}
.mini-grid img{
  width:100%;
  height:130px;
  object-fit:cover;
  border-radius:14px;
}
.mini-list{
  display:grid;
  gap:12px;
}
.mini-list a,.mini-list div{
  background:#f7f7f7;
  border-radius:14px;
  padding:14px;
  display:block;
}
.site-toast{
  position:fixed;
  top:105px;
  left:50%;
  transform:translateX(-50%);
  background:#00A859;
  color:#fff;
  padding:12px 18px;
  border-radius:12px;
  z-index:10000;
  opacity:0;
  pointer-events:none;
}
.site-toast.show{
  opacity:1;
}
@media(max-width:900px){
  .extra-grid{grid-template-columns:1fr}
  .product-actions.compact-actions{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}
}


/* Multi-page final navigation/order + cart/language/floating */
.main-nav a.active{color:var(--green,#00A859)!important}
.header-actions{display:flex;gap:8px;align-items:center}
.text-action,.menu-toggle-btn{border:1px solid var(--green,#00A859);background:#fff;color:#111;border-radius:12px;padding:11px 14px;cursor:pointer;font-weight:900}
.text-action:hover,.menu-toggle-btn:hover{background:var(--green,#00A859);color:#fff}
.page-hero{background:linear-gradient(135deg,#fff,#f0fff7);padding-top:80px;padding-bottom:45px}
.compact-page-hero{padding-bottom:25px}.products-page-section{padding-top:25px}
.home-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.home-feature-card{background:#fff;border:1px solid #e4ebe7;border-radius:24px;padding:28px;box-shadow:0 14px 45px rgba(0,0,0,.07);color:inherit}
.home-feature-card:hover{transform:translateY(-5px);border-color:#00A859}
.quality-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.branches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.branch-card{background:#fff;border:1px solid #e4ebe7;border-radius:20px;padding:20px;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.sitemap-grid a{background:#fff;border:1px solid #e4ebe7;border-radius:18px;padding:20px;font-weight:900;color:#111}
.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;gap:16px!important}
.product-card.compact-product{border-radius:18px!important}.compact-product img{height:145px!important}.compact-img-wrap{background:#f3f6f4}
.compact-info{padding:13px!important}.compact-info h3{font-size:15px!important;line-height:1.45;min-height:42px;max-height:44px;overflow:hidden}.compact-info .meta{font-size:12px!important;line-height:1.6}.compact-info .price{font-size:17px!important;margin:8px 0!important}
.product-actions.compact-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}
.mini-btn{border:1px solid #00A859;background:transparent;color:inherit;border-radius:9px;padding:8px 6px;font-weight:800;cursor:pointer;font-size:12px;text-align:center;text-decoration:none}
.mini-btn.primary,.mini-btn:hover,.mini-btn.active{background:#00A859;color:#fff!important}.whatsapp-mini{background:#25D366;border-color:#25D366;color:#fff!important}
.filter-action-btn{border:1px solid #00A859;background:#fff;color:#111;padding:12px 14px;border-radius:12px;font-weight:800;cursor:pointer}.filter-action-btn:hover{background:#00A859;color:#fff}
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:28px}.pagination button{border:1px solid #ddd;background:#fff;padding:9px 13px;border-radius:9px;cursor:pointer;font-weight:800}.pagination button.active,.pagination button:hover:not(:disabled){background:#00A859;color:#fff;border-color:#00A859}.pagination button:disabled{opacity:.45;cursor:not-allowed}
.quote-drawer-shell{position:fixed;top:0;left:0;width:min(430px,100%);height:100vh;background:#fff;z-index:9999;box-shadow:0 20px 80px rgba(0,0,0,.25);padding:22px;display:flex;flex-direction:column;transform:translateX(-110%);transition:.25s}.quote-drawer-shell.open{transform:translateX(0)}
.quote-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:12px}.quote-head button,.close-btn{border:0;background:#eee;border-radius:50%;width:36px;height:36px;font-size:24px;cursor:pointer}
.quote-list{list-style:none;padding:0;margin:20px 0;overflow:auto;flex:1}.quote-list li{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #eee;gap:10px}.quote-list small{display:block;color:#777}.quote-list button{border:1px solid #ddd;background:#fff;border-radius:8px;padding:4px 9px;cursor:pointer}.quote-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin:12px 0}.full{width:100%;margin-top:8px}
.compare-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:grid;place-items:center;padding:20px}.compare-box{background:#fff;border-radius:24px;padding:25px;width:min(1000px,100%);max-height:85vh;overflow:auto;position:relative}.table-wrap{overflow:auto}
.floating-contact{position:fixed;right:24px;bottom:90px;z-index:9000;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:10px}.float-main{background:#00A859;color:#fff;border:0;border-radius:999px;padding:14px 18px;cursor:pointer;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.18)}.float-items{display:none;flex-direction:column;gap:8px}.floating-contact.open .float-items{display:flex}.float-items a{background:#fff;color:#111;border:1px solid #e4ebe7;padding:11px 14px;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.12);font-weight:900}
.scroll-top-floating{position:fixed;left:24px;bottom:28px;z-index:9000;background:#111;color:#fff;border:0;border-radius:999px;padding:13px 17px;cursor:pointer;font-weight:900;opacity:0;pointer-events:none}.scroll-top-floating.show{opacity:1;pointer-events:auto}
.site-toast{position:fixed;top:105px;left:50%;transform:translateX(-50%);background:#00A859;color:#fff;padding:12px 18px;border-radius:12px;z-index:10000;opacity:0;pointer-events:none}.site-toast.show{opacity:1}
@media(max-width:980px){.main-nav{display:none;width:100%;margin-top:12px;background:#fff;border-radius:18px;padding:12px}.main-nav.open{display:grid}.home-feature-grid,.quality-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}.product-actions.compact-actions{grid-template-columns:1fr}}


/* Icons + full customization */
:root{
  --green:#00A859;
  --accent:#00A859;
  --page-bg:#f7faf8;
  --card-bg:#ffffff;
  --text-main:#17110f;
  --text-muted:#667085;
  --line:#e4ebe7;
}
.ui-icon{
  width:18px;
  height:18px;
  display:inline-block;
  background:currentColor;
  vertical-align:-4px;
  margin-inline-end:6px;
  -webkit-mask:center/contain no-repeat;
  mask:center/contain no-repeat;
}
.icon-cart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .001 4A2 2 0 0 0 17 18ZM3 3h2l2.2 10.4A3 3 0 0 0 10.1 16h6.8a3 3 0 0 0 2.9-2.3L21 7H7.1L6.7 5H3V3Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 .001 4A2 2 0 0 0 17 18ZM3 3h2l2.2 10.4A3 3 0 0 0 10.1 16h6.8a3 3 0 0 0 2.9-2.3L21 7H7.1L6.7 5H3V3Z'/%3E%3C/svg%3E")}
.icon-whatsapp{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2A9.9 9.9 0 0 0 2.1 11.9c0 1.75.46 3.45 1.34 4.95L2 22l5.3-1.39a9.93 9.93 0 0 0 4.74 1.2h.01A9.9 9.9 0 0 0 22 11.91 9.93 9.93 0 0 0 12.04 2Zm5.77 14.15c-.24.67-1.4 1.29-1.95 1.37-.5.08-1.13.11-1.82-.12-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.78-4.16-4.93-4.35-.14-.2-1.18-1.57-1.18-3 0-1.42.75-2.12 1.02-2.41.26-.29.58-.36.77-.36h.56c.18 0 .42-.07.66.5.24.58.82 2 .9 2.15.07.15.12.33.02.53-.1.2-.15.32-.3.5-.15.17-.32.38-.45.5-.15.15-.3.31-.13.6.17.29.76 1.25 1.63 2.02 1.12.99 2.06 1.3 2.35 1.45.29.15.46.12.63-.07.17-.2.72-.84.91-1.13.2-.29.38-.24.65-.15.26.1 1.68.8 1.97.94.29.15.48.22.55.34.08.12.08.7-.16 1.37Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2A9.9 9.9 0 0 0 2.1 11.9c0 1.75.46 3.45 1.34 4.95L2 22l5.3-1.39a9.93 9.93 0 0 0 4.74 1.2h.01A9.9 9.9 0 0 0 22 11.91 9.93 9.93 0 0 0 12.04 2Zm5.77 14.15c-.24.67-1.4 1.29-1.95 1.37-.5.08-1.13.11-1.82-.12-.42-.13-.96-.31-1.65-.61-2.9-1.25-4.78-4.16-4.93-4.35-.14-.2-1.18-1.57-1.18-3 0-1.42.75-2.12 1.02-2.41.26-.29.58-.36.77-.36h.56c.18 0 .42-.07.66.5.24.58.82 2 .9 2.15.07.15.12.33.02.53-.1.2-.15.32-.3.5-.15.17-.32.38-.45.5-.15.15-.3.31-.13.6.17.29.76 1.25 1.63 2.02 1.12.99 2.06 1.3 2.35 1.45.29.15.46.12.63-.07.17-.2.72-.84.91-1.13.2-.29.38-.24.65-.15.26.1 1.68.8 1.97.94.29.15.48.22.55.34.08.12.08.7-.16 1.37Z'/%3E%3C/svg%3E")}
.icon-phone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.4 2.7.7 4.1.7.7 0 1.3.6 1.3 1.3v3.5c0 .7-.6 1.3-1.3 1.3C10.4 21.8 2.2 13.6 2.2 3.3 2.2 2.6 2.8 2 3.5 2H7c.7 0 1.3.6 1.3 1.3 0 1.4.2 2.8.7 4.1.1.4 0 .9-.3 1.2l-2.1 2.2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.4 2.7.7 4.1.7.7 0 1.3.6 1.3 1.3v3.5c0 .7-.6 1.3-1.3 1.3C10.4 21.8 2.2 13.6 2.2 3.3 2.2 2.6 2.8 2 3.5 2H7c.7 0 1.3.6 1.3 1.3 0 1.4.2 2.8.7 4.1.1.4 0 .9-.3 1.2l-2.1 2.2Z'/%3E%3C/svg%3E")}
.icon-facebook{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v3H6v4h3v6h4v-6h3l1-4h-4V9c0-.6.4-1 1-1Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h3V4h-3c-3 0-5 2-5 5v3H6v4h3v6h4v-6h3l1-4h-4V9c0-.6.4-1 1-1Z'/%3E%3C/svg%3E")}
.icon-instagram{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm5 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm6.5-.9a1.1 1.1 0 1 0 0 2.2 1.1 1.1 0 0 0 0-2.2ZM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm5 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm6.5-.9a1.1 1.1 0 1 0 0 2.2 1.1 1.1 0 0 0 0-2.2ZM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E")}
.icon-language{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm7.5 9h-3.2a15 15 0 0 0-1.1-5A8 8 0 0 1 19.5 11ZM12 4.1c.8 1.1 1.8 3.3 2.1 6.9H9.9c.3-3.6 1.3-5.8 2.1-6.9ZM4.5 13h3.2a15 15 0 0 0 1.1 5 8 8 0 0 1-4.3-5Zm3.2-2H4.5A8 8 0 0 1 8.8 6a15 15 0 0 0-1.1 5ZM12 19.9c-.8-1.1-1.8-3.3-2.1-6.9h4.2c-.3 3.6-1.3 5.8-2.1 6.9ZM15.2 18a15 15 0 0 0 1.1-5h3.2a8 8 0 0 1-4.3 5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm7.5 9h-3.2a15 15 0 0 0-1.1-5A8 8 0 0 1 19.5 11ZM12 4.1c.8 1.1 1.8 3.3 2.1 6.9H9.9c.3-3.6 1.3-5.8 2.1-6.9ZM4.5 13h3.2a15 15 0 0 0 1.1 5 8 8 0 0 1-4.3-5Zm3.2-2H4.5A8 8 0 0 1 8.8 6a15 15 0 0 0-1.1 5ZM12 19.9c-.8-1.1-1.8-3.3-2.1-6.9h4.2c-.3 3.6-1.3 5.8-2.1 6.9ZM15.2 18a15 15 0 0 0 1.1-5h3.2a8 8 0 0 1-4.3 5Z'/%3E%3C/svg%3E")}
.icon-arrow-up{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 4 8 8h-5v8H9v-8H4l8-8Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 4 8 8h-5v8H9v-8H4l8-8Z'/%3E%3C/svg%3E")}
.icon-chat{ -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v12H7l-3 3V4Zm4 5h8V7H8v2Zm0 4h6v-2H8v2Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v12H7l-3 3V4Zm4 5h8V7H8v2Zm0 4h6v-2H8v2Z'/%3E%3C/svg%3E")}
.icon-menu{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h18v2H3V6Zm0 5h18v2H3v-2Zm0 5h18v2H3v-2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h18v2H3V6Zm0 5h18v2H3v-2Zm0 5h18v2H3v-2Z'/%3E%3C/svg%3E")}
.icon-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s-7.5-4.6-9.5-9A5.8 5.8 0 0 1 12 5.5 5.8 5.8 0 0 1 21.5 12C19.5 16.4 12 21 12 21Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s-7.5-4.6-9.5-9A5.8 5.8 0 0 1 12 5.5 5.8 5.8 0 0 1 21.5 12C19.5 16.4 12 21 12 21Z'/%3E%3C/svg%3E")}
.icon-compare{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3H3v7h2V6h5V3Zm4 0v3h5v4h2V3h-7ZM5 14H3v7h7v-3H5v-4Zm14 4h-5v3h7v-7h-2v4Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3H3v7h2V6h5V3Zm4 0v3h5v4h2V3h-7ZM5 14H3v7h7v-3H5v-4Zm14 4h-5v3h7v-7h-2v4Z'/%3E%3C/svg%3E")}
.icon-action{
  border:1px solid var(--green,#00A859);
  background:#fff;
  color:#111;
  border-radius:12px;
  padding:11px 14px;
  cursor:pointer;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:4px;
}
.icon-action:hover{
  background:var(--green,#00A859);
  color:#fff;
}
.float-items a{
  display:flex!important;
  align-items:center;
  gap:6px;
}
.float-main,.scroll-top-floating{
  display:flex;
  align-items:center;
  gap:6px;
}
.customize-panel{
  margin-top:24px;
}
.customize-panel .admin-form,
.admin-form.customize-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  max-width:none;
}
.customize-panel textarea,
.admin-form.customize-panel textarea{
  min-height:90px;
}
.customize-panel button,
.admin-form.customize-panel button{
  grid-column:1/-1;
}
@media(max-width:760px){
  .customize-panel .admin-form,.admin-form.customize-panel{grid-template-columns:1fr}
  .icon-action .btn-label,.menu-toggle-btn .btn-label{display:none}
}

/* FUTINA green system refresh */
:root{
  --green:#00A859;
  --green-2:#05884b;
  --green-soft:#eaf8f1;
  --red:var(--green);
  --gold:#c8a24a;
  --black:#101815;
  --bg:#f5faf7;
  --soft:#eaf8f1;
  --text:#14201b;
  --muted:#66736d;
  --page-bg:#f5faf7;
  --card-bg:#ffffff;
  --text-main:#14201b;
  --text-muted:#66736d;
  --line:#dcece4;
}
body{background:var(--page-bg);color:var(--text-main)}
.site-header{
  display:grid;
  grid-template-columns:auto minmax(320px,1fr) auto;
  gap:18px;
  padding:10px 5%;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 28px rgba(0,80,44,.08);
}
.brand-lockup{align-items:flex-start}
.futina-logo{width:190px;max-width:32vw}
.guebril-under{font-size:20px}
.guebril-under strong,.hero-guebril b,.footer-brand b{color:var(--green)}
.main-nav{justify-content:center;gap:8px;flex-wrap:wrap}
.main-nav a{
  padding:10px 12px;
  border-radius:999px;
  color:#23332c;
  font-size:14px;
  transition:.18s;
}
.main-nav a:hover,.main-nav a.active{
  background:var(--green-soft);
  color:var(--green-2)!important;
}
.header-actions{gap:8px;justify-content:flex-end}
.menu-toggle-btn{display:none!important}
.icon-action,.cart-btn{
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--green-2);
  box-shadow:0 8px 22px rgba(0,80,44,.08);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.icon-action:hover,.cart-btn:hover{
  background:var(--green);
  color:#fff;
  border-color:var(--green);
}
.icon-action .ui-icon,.cart-btn .ui-icon,.mini-btn .ui-icon,.float-main .ui-icon,.float-items .ui-icon,.scroll-top-floating .ui-icon{margin-inline-end:0}
.header-actions .btn-label,.quote-header-btn .btn-label{display:none!important}
.quote-header-btn{position:relative}
.quote-header-btn b{
  position:absolute;
  top:-7px;
  inset-inline-end:-6px;
  min-width:20px;
  height:20px;
  display:grid;
  place-items:center;
  padding:0 5px;
  background:var(--green);
  border:2px solid #fff;
  color:#fff;
  font-size:11px;
}
.action-menu-wrap{position:relative;display:inline-flex}
.action-popover{
  position:absolute;
  top:calc(100% + 10px);
  inset-inline-end:0;
  min-width:190px;
  display:none;
  z-index:10020;
  padding:8px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--card-bg);
  box-shadow:0 18px 48px rgba(0,40,22,.18);
}
.action-popover.open{display:grid;gap:6px}
.action-popover button,.action-popover select{
  width:100%;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--text-main);
  padding:10px 12px;
  text-align:inherit;
  font-weight:800;
  cursor:pointer;
}
.action-popover button{
  display:flex;
  align-items:center;
  gap:9px;
}
.action-popover button:hover,.action-popover button.active{
  background:var(--green-soft);
  color:var(--green-2);
}
.launch-hero:after{display:none}
.eyebrow,.section-badge,.section-title span{color:var(--green-2)}
.btn,.login-link{
  background:var(--green);
  box-shadow:0 12px 28px rgba(0,168,89,.22);
}
.btn.dark{background:#10251b}
.btn.outline{border-color:rgba(255,255,255,.65)}
.page-hero{background:linear-gradient(135deg,#fff,#edf9f2)}
.stats-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(150px,1fr));
  gap:14px;
  padding:18px 6%;
  background:var(--page-bg);
}
.stat-card{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:6px 12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 28px rgba(0,80,44,.07);
}
.stat-card .ui-icon{
  grid-row:1/3;
  width:30px;
  height:30px;
  color:var(--green);
  margin:0;
}
.stat-card b{font-size:30px;color:var(--green-2);line-height:1}
.stat-card span:last-child{color:var(--muted);font-size:14px;font-weight:800}
.home-feature-card,.branch-card,.product-card,.panel,.kpi,.catalog-download{
  border-radius:16px;
  border-color:var(--line);
  box-shadow:0 12px 34px rgba(0,80,44,.07);
}
.product-card.compact-product{border-radius:16px!important}
.compact-actions{
  grid-template-columns:repeat(4,1fr)!important;
}
.compact-actions .mini-btn{
  min-height:38px;
  padding:8px;
  display:grid;
  place-items:center;
}
.compact-actions .action-label{display:none}
.mini-btn,.filter-action-btn{
  border-color:var(--green);
}
.mini-btn.primary,.mini-btn:hover,.mini-btn.active,.filter-action-btn:hover{
  background:var(--green);
  color:#fff!important;
}
.whatsapp-mini{background:#25D366;border-color:#25D366}
.product-tools-wrap{position:relative}
.product-tools-menu{
  min-width:260px;
  gap:8px;
}
.product-tools-menu select{
  border:1px solid var(--line);
  background:#fff;
}
.quote-drawer-shell{
  background:var(--card-bg);
  color:var(--text-main);
  border-inline-start:1px solid var(--line);
}
html[dir="rtl"] .quote-drawer-shell{
  left:0;
  right:auto;
  transform:translateX(-110%);
}
html[dir="ltr"] .quote-drawer-shell{
  right:0;
  left:auto;
  transform:translateX(110%);
}
.quote-drawer-shell.open{transform:translateX(0)!important}
.floating-contact{right:24px;bottom:88px}
.float-main,.scroll-top-floating{
  width:48px;
  height:48px;
  padding:0;
  justify-content:center;
  background:var(--green);
  color:#fff;
}
.float-main span:not(.ui-icon),.float-items a span:not(.ui-icon),.scroll-top-floating span:not(.ui-icon){display:none}
.float-items a{
  width:44px;
  height:44px;
  padding:0;
  justify-content:center;
  background:#fff;
  color:var(--green-2);
}
.scroll-top-floating{left:24px;background:var(--green)}
.footer{
  justify-content:center;
  text-align:center;
  padding:24px 6%;
  background:#101815;
}
.footer-brand{
  width:100%;
  display:grid;
  justify-items:center;
  gap:6px;
}
.footer-brand img{width:120px;margin-bottom:0}
.footer-brand div{font-size:16px}
.footer p{
  width:100%;
  margin:0;
  font-size:12px;
  color:#c9d8d0;
}
.catalog-downloads-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
}
.catalog-download{
  display:grid;
  gap:8px;
  background:#fff;
  padding:20px;
  color:var(--text-main);
}
.catalog-download .ui-icon{width:28px;height:28px;color:var(--green)}
.catalog-download small{color:var(--muted)}
.catalog-primary.disabled{pointer-events:none;opacity:.55}
.icon-products{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h8v6H3V5Zm10 0h8v6h-8V5ZM3 13h8v6H3v-6Zm10 0h8v6h-8v-6Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h8v6H3V5Zm10 0h8v6h-8V5ZM3 13h8v6H3v-6Zm10 0h8v6h-8v-6Z'/%3E%3C/svg%3E")}
.icon-grid{ -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h6v6H4V4Zm10 0h6v6h-6V4ZM4 14h6v6H4v-6Zm10 0h6v6h-6v-6Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h6v6H4V4Zm10 0h6v6h-6V4ZM4 14h6v6H4v-6Zm10 0h6v6h-6v-6Z'/%3E%3C/svg%3E")}
.icon-certificate{ -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h12v20l-6-3-6 3V2Zm3 5h6V5H9v2Zm0 4h6V9H9v2Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h12v20l-6-3-6 3V2Zm3 5h6V5H9v2Zm0 4h6V9H9v2Z'/%3E%3C/svg%3E")}
.icon-branches{ -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7Zm0 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7Zm0 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E")}
.icon-download{ -webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3h2v9l3-3 2 2-6 6-6-6 2-2 3 3V3ZM5 19h14v2H5v-2Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3h2v9l3-3 2 2-6 6-6-6 2-2 3 3V3ZM5 19h14v2H5v-2Z'/%3E%3C/svg%3E")}
.admin-body{
  background:linear-gradient(180deg,#f3faf6,#eaf4ef);
}
.dashboard{
  grid-template-columns:260px 1fr;
}
.sidebar{
  background:#0d1f17;
  border-inline-end:1px solid rgba(255,255,255,.08);
}
.sidebar-brand{
  border-radius:16px;
  box-shadow:0 12px 26px rgba(0,0,0,.12);
}
.side-link{
  border:1px solid transparent;
  margin:6px 0;
}
.side-link:hover,.side-link.active{
  background:rgba(0,168,89,.18);
  border-color:rgba(0,168,89,.34);
}
.dash-content{padding:26px}
.dash-top{
  position:sticky;
  top:0;
  z-index:4;
  background:rgba(245,250,247,.88);
  backdrop-filter:blur(12px);
  padding:14px 0;
}
.kpi,.panel{
  border:1px solid var(--line);
  border-radius:18px;
}
.admin-form.customize-panel h3{
  grid-column:1/-1;
  margin:18px 0 0;
  padding:10px 12px;
  border-radius:12px;
  background:var(--green-soft);
  color:var(--green-2);
  font-size:15px;
}
.admin-form input,.admin-form select,.admin-form textarea{
  border-color:var(--line);
  border-radius:12px;
}
@media(max-width:1100px){
  .site-header{grid-template-columns:1fr;justify-items:center}
  .main-nav{order:3}
  .header-actions{order:2}
  .futina-logo{max-width:70vw}
}
@media(max-width:760px){
  .site-header{padding:10px 4%}
  .main-nav{display:flex!important;width:100%;overflow-x:auto;justify-content:flex-start;padding:8px 0;background:transparent;border-radius:0}
  .main-nav a{white-space:nowrap}
  .stats-strip{grid-template-columns:repeat(2,1fr);padding:14px 4%}
  .stat-card{padding:14px}
  .dashboard{grid-template-columns:1fr}
  .sidebar{position:relative;height:auto}
  .dash-top{position:static}
}
@media(max-width:520px){
  .stats-strip{grid-template-columns:1fr}
  .header-actions{width:100%;justify-content:center}
  .action-popover{inset-inline-end:auto;left:50%;transform:translateX(-50%)}
}

html[dir="rtl"] .quote-drawer-shell:not(.open){
  left:0!important;
  right:auto!important;
  transform:translateX(-112%)!important;
  pointer-events:none;
}
html[dir="ltr"] .quote-drawer-shell:not(.open){
  right:0!important;
  left:auto!important;
  transform:translateX(112%)!important;
  pointer-events:none;
}
.quote-drawer-shell.open{
  pointer-events:auto;
}

@media(max-width:760px){
  .site-header{
    gap:8px;
  }
  .futina-logo{
    width:170px;
    max-width:58vw;
  }
  .guebril-under{
    font-size:18px;
  }
  .main-nav{
    flex-wrap:nowrap!important;
  }
  .main-nav a{
    padding:8px 10px;
  }
}
@media(max-width:420px){
  .futina-logo{
    width:150px;
  }
  .guebril-under{
    font-size:16px;
  }
}

/* Requested refinements - white pages, stable drawers, branches maps, hero slider */
body:not(.admin-body){
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:#fff;
}
body:not(.admin-body)>main{
  flex:1;
}
body:not(.admin-body) .section,
body:not(.admin-body) .page-hero,
body:not(.admin-body) .products-page-section,
body:not(.admin-body) .quality-page-section{
  background:#fff!important;
}
.page-hero{
  border-bottom:1px solid var(--line);
}
.language-switching .quote-drawer-shell,
.language-switching .quote-drawer-shell:not(.open){
  transition:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.home-slider-controls{
  position:absolute;
  inset-inline:24px;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  display:flex;
  justify-content:space-between;
  pointer-events:none;
}
.home-slider-controls button{
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  cursor:pointer;
  pointer-events:auto;
}
.home-slider-controls button span{
  font-size:30px;
  line-height:1;
  transform:translateY(-1px);
}
.branches-grid{
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  align-items:stretch;
}
.branch-card{
  text-align:center;
  display:grid;
  gap:12px;
  justify-items:center;
  align-content:start;
}
.branch-card b{
  display:block;
  font-size:20px;
  color:var(--green-2);
}
.branch-card p{
  margin:0;
}
.branch-map{
  width:100%;
  overflow:hidden;
  border-radius:14px;
  border:1px solid var(--line);
  background:#eef5f1;
  aspect-ratio:16/10;
}
.branch-map iframe{
  width:100%;
  height:100%;
  border:0;
}
.branch-map-link{
  min-width:150px;
}
.quality-single{
  grid-template-columns:minmax(0,920px);
  justify-content:center;
}
.quality-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:28px;
  box-shadow:0 12px 34px rgba(0,80,44,.07);
  text-align:center;
}
.quality-card h2{
  margin-top:0;
}
.quality-card .mini-grid{
  margin-top:18px;
}
.about-grid{
  border:1px solid var(--line);
  border-radius:18px;
}
.feature-list div{
  background:#f5fbf7;
  color:var(--text-main);
}
.field-help{
  display:block;
  color:var(--text-muted);
  font-size:12px;
  margin-top:-6px;
}
@media(max-width:760px){
  .home-slider-controls{
    inset-inline:12px;
  }
  .home-slider-controls button{
    width:38px;
    height:38px;
  }
  .branches-grid{
    grid-template-columns:1fr;
  }
}


/* ===== Logo update: unified FUTINA + مؤسسة جبريل logo ===== */
.guebril-under,
.hero-guebril,
.footer-brand > div,
.login-guebril,
.sidebar-guebril{
  display:none!important;
}
.brand-lockup{gap:0;}
.futina-logo{
  width:260px;
  max-width:44vw;
  height:auto;
  object-fit:contain;
}
.hero-brand img{
  width:390px;
  max-width:72vw;
  display:block;
}
.footer-brand img{
  width:250px;
  max-width:72vw;
  object-fit:contain;
}
.login-logo{
  width:360px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}
.sidebar-brand img{
  width:100%;
  max-height:145px;
  object-fit:contain;
  display:block;
}
@media(max-width:560px){
  .futina-logo{width:220px;max-width:76vw;}
  .hero-brand img{width:300px;max-width:78vw;}
  .footer-brand img{width:210px;}
}


/* ===== Admin v6: product image editing, complete control, styled backup ===== */
.admin-hint{color:var(--text-muted,#667085);line-height:1.8;margin:4px 0 18px;font-size:14px}.admin-toast{position:fixed;z-index:10000;left:24px;bottom:24px;background:#101828;color:#fff;border-radius:16px;padding:14px 18px;font-weight:900;box-shadow:0 20px 55px rgba(0,0,0,.22);opacity:0;transform:translateY(12px);transition:.22s}.admin-toast.show{opacity:1;transform:translateY(0)}.admin-products-table td:first-child{min-width:130px}.admin-products-table td b{display:block;line-height:1.6}.admin-products-table td small{display:block;color:var(--muted);margin-top:4px}.product-thumb{width:72px;height:72px;background:#f4f6f8;border:1px solid #e5e7eb}.upload-inline{display:block;width:max-content;margin:7px auto 0;background:#edf7f2;color:var(--green,#009a57);border:1px solid rgba(0,154,87,.18);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;cursor:pointer}.upload-inline input,.hidden-file,.file-btn input{display:none!important}.row-actions{min-width:235px}.action.image{background:#e8f8ee;color:#067647}.action.ghost{background:#f2f4f7;color:#344054}.admin-modal{position:fixed;inset:0;background:rgba(16,24,40,.66);z-index:9999;display:grid;place-items:center;padding:18px}.admin-modal-box{width:min(1060px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.32);position:relative}.admin-modal-box h2{margin:0 0 8px}.close-btn{position:absolute;top:14px;left:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f2f4f7;font-size:25px;cursor:pointer}.product-edit-grid{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}.image-edit-card{border:1px solid #e5e7eb;border-radius:22px;padding:14px;display:grid;gap:12px;justify-items:center;background:#fbfcfd}.image-edit-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;background:#f3f4f6;border:1px solid #e5e7eb}.modal-form{max-width:none;grid-template-columns:repeat(2,minmax(180px,1fr))}.modal-form textarea{grid-column:1/-1}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px;flex-wrap:wrap}.extra-admin-links{border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);padding:10px 0;margin:10px 0}.backup-hero-card{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap;background:linear-gradient(135deg,#ffffff,#eefaf3);border:1px solid rgba(0,154,87,.18);border-radius:26px;padding:26px;margin-bottom:22px;box-shadow:0 18px 50px rgba(0,80,44,.08)}.backup-hero-card h2{margin:8px 0;font-size:30px}.backup-hero-card p{margin:0;color:#667085;line-height:1.8}.backup-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px}.backup-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:22px;box-shadow:0 16px 44px rgba(16,24,40,.08);display:grid;gap:12px;align-content:start}.backup-card h3{margin:0;font-size:21px}.backup-card p{margin:0;color:#667085;line-height:1.8}.backup-card textarea{width:100%;min-height:220px;border:1px solid #d0d5dd;border-radius:16px;padding:14px;font-family:Consolas,monospace;direction:ltr;text-align:left;resize:vertical}.backup-card input[type=file]{border:1px dashed #98a2b3;border-radius:14px;padding:12px;background:#f9fafb}.backup-card.warning{background:#fffbeb;border-color:#fedf89}.customize-panel{max-width:1100px!important;grid-template-columns:repeat(2,minmax(240px,1fr))}.customize-panel h3{grid-column:1/-1}.customize-panel textarea{min-height:110px}.panel h2{margin-top:0}.table-wrap a{color:var(--green,#009a57);font-weight:800}.login-card .demo-creds{display:none!important}@media(max-width:980px){.product-edit-grid,.backup-grid,.customize-panel{grid-template-columns:1fr}.row-actions{min-width:0}.admin-modal{align-items:start}.admin-modal-box{max-height:96vh}.backup-hero-card{display:block}.backup-hero-card .btn{margin-top:14px}.modal-form{grid-template-columns:1fr}}

/* ===== v7 refinement: smaller header logo and copyright area ===== */
.site-header .futina-logo{
  width:220px!important;
  max-width:34vw!important;
}
.footer{
  padding:20px 6%!important;
  gap:12px!important;
}
.footer-brand{
  gap:4px!important;
}
.footer-brand img{
  width:185px!important;
  max-width:56vw!important;
  padding:6px!important;
  border-radius:10px!important;
}
#footerCopyright,
.footer p{
  font-size:11.5px!important;
  line-height:1.7!important;
  margin-top:2px!important;
}
@media(max-width:560px){
  .site-header .futina-logo{
    width:185px!important;
    max-width:66vw!important;
  }
  .footer-brand img{
    width:160px!important;
    max-width:60vw!important;
  }
  #footerCopyright,
  .footer p{
    font-size:11px!important;
  }
}

/* ===== v8 refinement: practical homepage customization + smaller header/footer ===== */
.site-header .futina-logo{
  width:180px!important;
  max-width:30vw!important;
}
.site-header{
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.footer{
  padding:14px 6%!important;
  gap:8px!important;
}
.footer-brand img{
  width:155px!important;
  max-width:48vw!important;
  padding:5px!important;
  border-radius:9px!important;
}
#footerCopyright,
.footer p{
  font-size:10.5px!important;
  line-height:1.45!important;
  margin:0!important;
  opacity:.88;
}
.settings-master-panel{padding:26px!important}
.settings-title-row{align-items:flex-start!important}
.practical-customize{max-width:1240px!important;grid-template-columns:1fr!important;gap:18px!important}
.full-span{grid-column:1/-1!important}
.settings-card{
  background:linear-gradient(180deg,#fff,#fbfffd);
  border:1px solid #dcece4;
  border-radius:24px;
  padding:20px;
  box-shadow:0 14px 36px rgba(0,80,44,.06);
}
.settings-card h3{margin:0 0 12px!important;font-size:22px;color:#14201b}
.settings-card h4{margin:0 0 10px;font-size:17px;color:#14201b}
.settings-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px}
.settings-card-head p,.settings-card p{color:#66736d;line-height:1.8;margin:4px 0 0}
.media-control-grid{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:18px;align-items:start}
.media-control-box{background:#fff;border:1px solid #e5eee9;border-radius:20px;padding:16px;display:grid;gap:12px;align-content:start}
.media-preview{display:grid;place-items:center;background:#f3faf6;border:1px dashed #b8ddca;border-radius:18px;min-height:150px;overflow:hidden}
.logo-preview-box img{max-width:260px;max-height:150px;object-fit:contain;background:#fff;border-radius:12px;padding:10px;box-shadow:0 10px 26px rgba(0,0,0,.08)}
.file-pick-card{display:grid;gap:5px;border:1px dashed #98d6b8;background:#f7fffb;border-radius:18px;padding:14px;cursor:pointer;color:#087b3d;font-weight:900;text-align:center;transition:.18s}
.file-pick-card:hover{background:#eaf8f1;transform:translateY(-1px)}
.file-pick-card small{color:#66736d;font-weight:700;line-height:1.6}.file-pick-card input{display:none!important}
.inline-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.inline-actions .action{margin:0}
.banner-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px;max-height:320px;overflow:auto;padding:4px}
.banner-preview-item{position:relative;background:#f7faf8;border:1px solid #e1eee7;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.banner-preview-item.main{outline:3px solid #00A859}
.banner-preview-item.main:before{content:"أساسية";position:absolute;z-index:2;top:7px;right:7px;background:#00A859;color:#fff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900}
.banner-preview-item img{width:100%;height:105px;object-fit:cover;display:block}
.banner-preview-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px;background:#fff}.banner-preview-actions button{border:0;border-radius:10px;padding:8px 5px;font-size:12px;font-weight:900;cursor:pointer;background:#edf7f2;color:#087b3d}.banner-preview-actions button:last-child{background:#ffe4e4;color:#b42318}
.empty-media-note{grid-column:1/-1;background:#f7faf8;border:1px dashed #d0d5dd;border-radius:16px;padding:18px;text-align:center;color:#66736d;font-weight:800}
.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.form-grid-2 textarea{min-height:110px}.mini-section-title{grid-column:1/-1;margin:18px 0 10px;font-weight:900;color:#087b3d;background:#eaf8f1;border-radius:999px;padding:10px 14px;width:max-content;max-width:100%}
.home-card-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.mini-settings-card{display:grid;gap:10px;background:#fff;border:1px solid #e5eee9;border-radius:18px;padding:14px}.mini-settings-card b{color:#087b3d}.settings-sticky-actions{position:sticky;bottom:18px;z-index:5;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid #e5eee9;border-radius:18px;padding:12px;box-shadow:0 14px 38px rgba(0,0,0,.10)}
@media(max-width:980px){
  .media-control-grid,.home-card-admin-grid,.form-grid-2{grid-template-columns:1fr!important}
  .settings-sticky-actions{position:static;justify-content:stretch}.settings-sticky-actions .btn{width:100%}
}
@media(max-width:560px){
  .site-header .futina-logo{width:160px!important;max-width:62vw!important}
  .footer-brand img{width:138px!important;max-width:56vw!important}
  #footerCopyright,.footer p{font-size:10px!important}
  .settings-master-panel{padding:16px!important}.settings-card{padding:15px}.logo-preview-box img{max-width:220px}
}

/* Easy Media Library */
.media-master-panel{overflow:hidden}
.media-uploader-zone{border:2px dashed rgba(0,168,89,.35);border-radius:22px;background:linear-gradient(135deg,rgba(0,168,89,.08),rgba(255,255,255,.75));padding:28px;text-align:center;cursor:pointer;display:flex;flex-direction:column;gap:8px;margin:18px 0;transition:.2s ease}
.media-uploader-zone b{font-size:20px;color:#102217}
.media-uploader-zone span{color:#66736b}
.media-uploader-zone:hover,.media-uploader-zone.drag-over{border-color:var(--accent,#00A859);background:rgba(0,168,89,.12);transform:translateY(-1px)}
.media-toolbar{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr)) 1fr;gap:14px;align-items:end;margin-bottom:18px}
.media-toolbar label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#1a2b20}
.media-toolbar select{border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:12px;background:#fff;font:inherit}
.media-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}
.media-card{border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06);padding:10px;display:flex;flex-direction:column;gap:8px;min-width:0}
.media-card img{width:100%;height:135px;object-fit:contain;background:#f6f8f7;border-radius:14px}
.media-card b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1d2b22}
.media-card small{color:#778178;font-size:11px}
.media-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}
.media-actions button{border:0;border-radius:10px;padding:8px 6px;font-size:12px;cursor:pointer;background:#edf7f1;color:#0b6b3a;font-weight:700}
.media-actions button:hover{filter:brightness(.96)}
.media-actions button.danger{background:#fff0f0;color:#b42318}
.empty-media-note{padding:22px;border-radius:16px;background:#f6f8f7;color:#6b756d;text-align:center;grid-column:1/-1}
@media(max-width:760px){.media-toolbar{grid-template-columns:1fr}.media-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.media-card img{height:110px}}
