
/*
Theme Name: MT Fastener Complete V34
Theme URI: https://mattitan.com/
Author: MATTITAN INTERNATIONAL CO., LTD.
Description: Professional B2B fastener theme with left Products mega drawer and HJ-OIL-style right Contact drawer.
Version: 34.1.0
Text Domain: mt-fastener-catalog
*/
:root{
  --red:#e10e17;
  --green:#173a16;
  --dark:#10171d;
  --ink:#1f252a;
  --muted:#697078;
  --line:#e5e8ea;
  --soft:#f7f8f9;
  --leftw:278px;
  --rightw:382px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.container{width:min(1320px,calc(100% - 44px));margin:auto}

/* Top bar */
.topbar{height:34px;background:var(--dark);color:#fff;font-size:12.5px}
.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar b{font-weight:800}

/* Header */
.header{background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:90}
.header-main{height:102px;display:grid;grid-template-columns:minmax(480px,1fr) auto 214px;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:18px;min-width:0}
.brand img{width:120px;height:82px;object-fit:contain}
.brand-copy strong{display:block;color:var(--green);font-size:27px;line-height:1.05}
.brand-copy span{display:block;color:#565d63;font-size:13px;margin-top:6px}
.header-info{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;font-size:13px}
.header-info .wide{grid-column:1/-1}
.top-contact{background:var(--green);color:#fff;padding:16px 18px;font-weight:900;text-align:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.top-contact small{display:block;font-size:11px;font-weight:400;opacity:.85;margin-top:3px}

/* Main nav */
.navbar{border-top:1px solid #f1f1f1;background:#fff}
.navbar .container{height:54px;display:flex;align-items:center;padding-left:294px}
.mainnav ul{display:flex;align-items:center;gap:44px;list-style:none;margin:0;padding:0}
.mainnav a{display:block;padding:17px 0 14px;font-size:14px;font-weight:900;position:relative;white-space:nowrap}
.mainnav a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:var(--red);transition:.2s}
.mainnav a:hover:after,.mainnav .current-menu-item>a:after{left:0;right:0}

/* LEFT PRODUCTS */
.left-shell{
  position:fixed;left:0;top:137px;z-index:85;
  display:flex;align-items:flex-start;
  transform:translateX(calc(-1 * (var(--leftw) - 56px)));
  transition:transform .28s ease
}
.left-shell:hover,.left-shell.open{transform:translateX(0)}
.left-drawer{width:var(--leftw);background:#fff;border-right:1px solid #ddd;border-bottom:1px solid #ddd;box-shadow:10px 10px 30px rgba(0,0,0,.08)}
.left-title{background:var(--red);color:#fff;padding:16px 20px;font-weight:900;letter-spacing:.3px}
.left-group a{
  display:flex;align-items:center;justify-content:space-between;
  min-height:43px;padding:10px 18px;border-bottom:1px solid #eceeef;
  font-size:13.5px;color:#2b3034
}
.left-group a:hover{background:#f8f8f8;color:var(--red)}
.left-group .icon{width:22px;color:#555;margin-right:7px}
.left-group .label{display:flex;align-items:center}
.left-handle{
  width:56px;min-height:200px;background:var(--red);color:#fff;
  display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;
  font-weight:900;letter-spacing:.8px;cursor:pointer;box-shadow:5px 5px 14px rgba(0,0,0,.18)
}

/* RIGHT CONTACT */
.right-shell{
  position:fixed;right:0;top:205px;z-index:110;
  display:flex;align-items:flex-start;
  transform:translateX(calc(var(--rightw) - 56px));
  transition:transform .28s ease
}
.right-shell:hover,.right-shell.open{transform:translateX(0)}
.right-handle{
  width:56px;min-height:200px;background:var(--green);color:#fff;
  display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;
  font-weight:900;letter-spacing:.8px;cursor:pointer;box-shadow:-5px 5px 14px rgba(0,0,0,.18)
}
.right-drawer{
  width:var(--rightw);background:linear-gradient(180deg,#131c22,#0c1217);
  color:#fff;padding:25px 25px 28px;box-shadow:-12px 12px 30px rgba(0,0,0,.30)
}
.right-drawer h3{font-size:24px;margin:0}.rline{width:58px;height:3px;background:var(--red);margin:12px 0 20px}
.contact-row{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.contact-circle{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.09);display:grid;place-items:center}
.contact-row small{display:block;color:#aeb8bf;margin-bottom:2px}
.contact-row strong{font-size:13px;line-height:1.45}
.drawer-cta{display:block;margin-top:22px;border:1px solid rgba(255,255,255,.55);padding:13px;text-align:center;font-weight:900}
.drawer-note{font-size:12px;color:#9aa6ad;margin-top:12px;line-height:1.5}

/* Hero */
.hero{
  min-height:505px;background:#111820;color:#fff;
  background-image:
  linear-gradient(90deg,rgba(9,14,18,.98) 0%,rgba(9,14,18,.90) 35%,rgba(9,14,18,.30) 62%,rgba(9,14,18,.06) 100%),
  url('assets/images/hero-fasteners-factory-clean.jpg');
  background-size:cover;background-position:center right;
}

/* ================= V34 MATTITAN.COM HERO + TAWK-SAFE CONTACT ================= */
/* Clean factory photography with no embedded logo or text. */
.hero{
  background-image:
    linear-gradient(90deg,rgba(9,14,18,.98) 0%,rgba(9,14,18,.90) 35%,rgba(9,14,18,.30) 62%,rgba(9,14,18,.06) 100%),
    url('assets/images/hero-fasteners-factory-clean.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
}

/* Smaller closed Contact tab; open panel remains the requested 3cm × 8.5cm. */
.mt-contact-tab{
  width:30px!important;
  min-height:94px!important;
  padding:7px 3px!important;
  border-radius:13px 0 0 13px!important;
  gap:5px!important;
}
.mt-contact-tab>span:nth-child(2){font-size:8px!important;letter-spacing:.7px!important}
.mt-contact-chat{font-size:14px!important}
.mt-contact-arrow{font-size:12px!important}

/* Leave a clear right-side lane for the Tawk.to widget. */
@media(min-width:901px){
  .mt-footer-social-icons{padding-right:118px!important;box-sizing:border-box}
}
@media(max-width:900px){
  .mt-footer-social-icons{padding-right:88px!important;box-sizing:border-box}
}
@media(max-width:580px){
  .mt-contact-tab{width:28px!important;min-height:84px!important}
  .mt-contact-tab>span:nth-child(2){font-size:7px!important}
  .mt-footer-social-icons{padding-right:72px!important}
}
.hero-inner{min-height:505px;display:flex;align-items:center}
.hero-copy{max-width:575px}
.hero-kicker{font-size:13px;font-weight:900;letter-spacing:2px;color:#d8dde1}
.hero h1{font-size:47px;line-height:1.08;margin:13px 0 15px}
.hero-line{width:64px;height:3px;background:var(--red);margin-bottom:21px}
.hero p{font-size:16px;line-height:1.75;color:#e4e7e9;max-width:525px}
.hero-actions{display:flex;gap:12px;margin-top:27px}
.btn{display:inline-block;padding:12px 20px;font-weight:900;font-size:14px}
.btn-red{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#fff}

/* Stats */
.stats{background:#fff;border-bottom:1px solid var(--line)}
.stats-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.stat{padding:24px 18px;text-align:center;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}.stat strong{display:block;color:var(--red);font-size:21px}.stat span{display:block;font-size:12.5px;color:#4b5257;margin-top:4px}

/* Home content */
.section{padding:64px 0}
.section-title{display:flex;align-items:center;gap:13px;margin-bottom:24px}
.section-title:before{content:"";width:4px;height:28px;background:var(--red)}
.section-title h2{font-size:23px;margin:0}
.home-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:48px}
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.cat-card{border:1px solid var(--line);background:#fff;text-align:center;transition:.2s}
.cat-card:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.cat-img{height:116px;background:linear-gradient(145deg,#f5f6f7,#d8dde0);position:relative}
.cat-img:after{
  content:"";position:absolute;left:50%;top:50%;width:80px;height:22px;border-radius:14px;
  transform:translate(-50%,-50%) rotate(-12deg);
  background:repeating-linear-gradient(90deg,#d7dcdf 0 9px,#879096 9px 13px,#eff1f2 13px 21px);
  box-shadow:0 4px 7px rgba(0,0,0,.18)
}
.cat-card h3{font-size:13px;margin:10px 6px 13px}
.profile p{color:#444;font-size:14.5px}.checks{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}
.checks li{position:relative;padding-left:16px;font-size:13.5px}
.checks li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--red)}

/* Company values band */
.values{background:#f4f5f5;border-top:1px solid #e2e4e5;border-bottom:1px solid #e2e4e5}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.value{padding:22px 24px;border-right:1px solid #ddd}
.value:last-child{border-right:0}
.value strong{display:block;font-size:13px;margin-bottom:4px}
.value span{font-size:12.5px;color:#5b6267}

/* Footer */
.footer{background:#101820;color:#c8d0d5;padding:42px 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:30px}
.footer h3{color:#fff;margin-top:0}.footer ul{list-style:none;padding:0;margin:0;font-size:13px}.footer li{margin:7px 0}
.copy{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding:15px 0;text-align:center;font-size:12px}

/* Inner pages */
.page-hero{background:var(--green);color:#fff;padding:46px 0}
.content{padding:50px 0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{border:1px solid var(--line);background:#fff}
.product-thumb{height:180px;background:linear-gradient(145deg,#eef1f2,#d5dade);display:grid;place-items:center}
.product-body{padding:15px}

@media(max-width:1100px){
 .header-main{grid-template-columns:1fr auto}.header-info{display:none}.navbar .container{padding-left:0}.mainnav ul{gap:26px}
 .home-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
 .topbar{display:none}.header-main{height:84px}.brand img{width:88px;height:64px}.brand-copy strong{font-size:19px}.brand-copy span{font-size:11px}
 .top-contact{display:none}.navbar{overflow-x:auto}.mainnav ul{gap:18px}.hero h1{font-size:35px}
 .stats-grid{grid-template-columns:repeat(2,1fr)}.cat-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
 .values-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
 .left-shell,.right-shell{top:auto;bottom:18px}
}


/* ===========================
   V9 POLISH LAYER
   =========================== */
body{background:#fff}
.header-main{height:94px;grid-template-columns:minmax(430px,1fr) auto 200px}
.brand img{width:104px;height:74px}
.brand-copy strong{font-size:24px;letter-spacing:.15px}
.brand-copy span{font-size:12px;margin-top:4px}
.top-contact{padding:14px 16px;border-radius:2px}
.navbar .container{height:50px;padding-left:286px}
.mainnav ul{gap:38px}
.mainnav a{padding:15px 0 13px;font-size:13.5px}
.left-shell{top:128px}
.left-drawer{border-radius:0 0 4px 0}
.left-title{font-size:14px;padding:14px 18px}
.left-group a{min-height:40px;padding:9px 16px;font-size:13px}
.left-handle{min-height:176px;width:52px}
.right-shell{top:185px}
.right-handle{min-height:176px;width:52px}
.right-drawer{padding:24px 24px 26px}
.right-drawer h3{font-size:22px}
.contact-row{padding:10px 0}
.hero{min-height:480px;background-position:65% center}
.hero-inner{min-height:480px}
.hero-copy{max-width:540px}
.hero h1{font-size:44px;letter-spacing:-.5px}
.hero p{font-size:15.5px;max-width:500px}
.stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.stat{padding:21px 16px}
.stat strong{font-size:20px}
.section{padding:58px 0}
.home-grid{gap:40px}
.section-title h2{font-size:22px}
.cat-grid{gap:12px}
.cat-img{height:108px}
.cat-card h3{font-size:12.5px}
.profile p{font-size:14px;line-height:1.75}
.values-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.value{padding:20px 22px}
.footer{padding-top:38px}
.footer-grid{gap:26px}
.footer h3{font-size:15px}

/* elegant hover states */
.btn,.top-contact,.drawer-cta,.left-group a,.mainnav a,.cat-card{transition:all .22s ease}
.btn-red:hover{background:#bf0b13}
.btn-green:hover{background:#0f2b0f}
.top-contact:hover{background:#102d10}
.drawer-cta:hover{background:#ffffff12}
.left-handle,.right-handle{border-radius:0 4px 4px 0}
.right-handle{border-radius:4px 0 0 4px}
.cat-card:hover{border-color:#cfd4d7}

/* stronger desktop alignment */
@media(min-width:1200px){
  .container{width:min(1360px,calc(100% - 52px))}
  .header-info{min-width:330px}
  .mainnav ul{gap:42px}
}

/* V10 professional refinement */
.header-main{height:86px;grid-template-columns:minmax(500px,1fr) auto 176px;gap:22px}
.brand{gap:16px}.brand img{width:86px;height:64px;object-fit:contain}
.brand-copy strong{font-size:22px;letter-spacing:.1px;line-height:1.1}.brand-copy span{font-size:11.5px}
.top-contact{padding:12px 15px;min-width:160px;box-shadow:0 5px 16px rgba(14,45,16,.12)}
.navbar .container{height:48px;padding-left:250px}.mainnav ul{gap:34px}.mainnav a{font-size:13px;font-weight:700;padding:14px 0 12px}
.left-shell{top:174px;transform:translateX(calc(-100% + 40px));z-index:999}.left-shell.open,.left-shell:hover{transform:translateX(0)}
.left-handle{width:40px;min-height:150px;font-size:12px;letter-spacing:1.3px}.left-drawer{width:278px;max-height:calc(100vh - 195px)}
.left-title{font-size:13px;padding:13px 17px}.left-group a{min-height:37px;padding:8px 15px;font-size:12.5px}
.right-shell{top:190px;transform:translateX(calc(100% - 40px));z-index:999}.right-shell.open,.right-shell:hover{transform:translateX(0)}
.right-handle{width:40px;min-height:150px;font-size:12px;letter-spacing:1.3px}.right-drawer{width:326px;padding:22px 22px 24px}
.right-drawer h3{font-size:20px;margin-bottom:12px}.contact-row{padding:9px 0;gap:11px}
.drawer-note{margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);color:#b9c2c7;font-size:10.5px;line-height:1.55}
.hero,.hero-inner{min-height:455px}.hero{background-position:68% center}
.hero:before{background:linear-gradient(90deg,rgba(4,10,14,.95) 0%,rgba(4,10,14,.84) 34%,rgba(4,10,14,.42) 58%,rgba(4,10,14,.06) 100%)}
.hero-copy{max-width:520px;padding-top:8px}.hero h1{font-size:42px;line-height:1.06;margin:15px 0 18px}.hero p{max-width:480px;font-size:14.5px;line-height:1.75}
.btn{min-height:48px;padding:0 25px;font-size:12.5px}.stats-grid{grid-template-columns:repeat(5,1fr)}.stat{padding:18px 12px;min-height:84px}.stat strong{font-size:18px}
@media(max-width:1100px){.header-main{grid-template-columns:1fr auto}.header-info{display:none}.navbar .container{padding-left:20px}}
@media(max-width:780px){.header-main{height:74px}.brand img{width:68px;height:52px}.brand-copy strong{font-size:17px}.top-contact{display:none}.left-shell,.right-shell{display:none}}

/* V11 reference-style refinement */
.header-main{height:88px;grid-template-columns:minmax(520px,1fr) auto 185px}.brand img{width:88px;height:66px}.brand-copy strong{font-size:21px;white-space:nowrap}.brand-copy span{font-size:11px}.navbar{border-top:1px solid #ececec}.navbar .container{height:50px;padding-left:0;justify-content:center}.mainnav ul{gap:42px;justify-content:center}.mainnav a{font-family:Georgia,"Times New Roman",serif;font-size:15px;font-weight:600;text-transform:none}.mainnav a:hover{color:#d00f18}.left-shell{top:218px}.right-shell{top:226px}.left-handle,.right-handle{min-height:142px}.hero,.hero-inner{min-height:465px}.hero-copy{padding-left:4px}.hero h1{font-size:43px}.hero p{max-width:500px}.stats-grid{border-top:1px solid #e5e5e5}@media(min-width:1200px){.mainnav ul{gap:48px}}

/* =========================================================
   FINAL CONSOLIDATED POLISH
   ========================================================= */

/* Corporate header */
.header-main{
  height:84px !important;
  grid-template-columns:minmax(470px,1fr) auto 172px !important;
  gap:20px !important;
}
.brand img{width:80px !important;height:60px !important}
.brand-copy strong{
  font-size:20px !important;
  letter-spacing:.1px;
  line-height:1.08;
  white-space:nowrap;
}
.brand-copy span{font-size:11px !important;margin-top:3px !important;color:#666}
.top-contact{
  min-width:154px;
  padding:11px 13px !important;
  border-radius:2px;
  box-shadow:0 4px 14px rgba(0,0,0,.12);
}
.top-contact:hover{background:#102e10}
.header-info{font-size:12px !important;gap:6px 18px !important}

/* Reference-style one-line nav */
.navbar .container{
  height:48px !important;
  padding-left:0 !important;
  justify-content:center !important;
}
.mainnav{width:100%}
.mainnav ul{
  width:100%;
  justify-content:center !important;
  gap:38px !important;
}
.mainnav a{
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:14px !important;
  font-weight:600 !important;
  text-transform:none !important;
  padding:14px 0 12px !important;
  white-space:nowrap !important;
}
.mainnav a:hover{color:#d30c16}

/* Both side drawers sit away from hero title */
.left-shell{
  top:236px !important;
  transform:translateX(calc(-100% + 36px)) !important;
  z-index:999;
}
.left-shell.open,.left-shell:hover{transform:translateX(0) !important}
.left-handle{
  width:36px !important;
  min-height:126px !important;
  font-size:11px !important;
  letter-spacing:1.1px !important;
}
.left-drawer{
  width:270px !important;
  max-height:calc(100vh - 255px);
  overflow:auto;
}
.left-title{padding:12px 15px !important;font-size:12.5px !important}
.left-group a{min-height:35px !important;padding:7px 14px !important;font-size:12px !important}

.right-shell{
  top:236px !important;
  transform:translateX(calc(100% - 36px)) !important;
  z-index:999;
}
.right-shell.open,.right-shell:hover{transform:translateX(0) !important}
.right-handle{
  width:36px !important;
  min-height:126px !important;
  font-size:11px !important;
  letter-spacing:1.1px !important;
}
.right-drawer{
  width:318px !important;
  padding:20px 20px 22px !important;
}
.right-drawer h3{font-size:19px !important}
.contact-row{padding:8px 0 !important}
.drawer-cta{padding:11px !important;font-size:12px}

/* Hero */
.hero,.hero-inner{min-height:440px !important}
.hero{background-position:70% center !important}
.hero-copy{max-width:500px !important}
.hero h1{
  font-size:40px !important;
  line-height:1.04 !important;
  margin:13px 0 17px !important;
  letter-spacing:-.5px;
}
.hero p{
  max-width:470px !important;
  font-size:14px !important;
  line-height:1.72 !important;
}
.hero-actions{margin-top:24px !important}
.btn{
  min-height:44px !important;
  padding:0 22px !important;
  font-size:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.btn:hover{transform:translateY(-1px);filter:brightness(.96)}

/* Statistics */
.stat{padding:16px 10px !important;min-height:78px !important}
.stat strong{font-size:17px !important}
.stat span{font-size:11px !important}

/* Home sections */
.section{padding:52px 0 !important}
.section-title h2{font-size:21px !important}
.home-grid{gap:36px !important}
.cat-grid{gap:10px !important}
.cat-img{height:104px !important}
.cat-card h3{font-size:12px !important}
.profile p{font-size:13.5px !important;line-height:1.72 !important}
.checks li{font-size:12.5px !important}

/* Footer */
.footer{padding-top:34px !important}
.footer h3{font-size:14px !important}
.footer p,.footer li{font-size:12px !important}

/* Responsive */
@media(max-width:1180px){
  .header-main{grid-template-columns:1fr auto !important}
  .header-info{display:none !important}
  .mainnav ul{gap:26px !important}
}
@media(max-width:800px){
  .left-shell,.right-shell{display:none !important}
  .header-main{height:72px !important}
  .brand img{width:62px !important;height:48px !important}
  .brand-copy strong{font-size:16px !important}
  .brand-copy span{font-size:10px !important}
  .top-contact{display:none !important}
  .navbar{overflow-x:auto}
  .navbar .container{justify-content:flex-start !important}
  .mainnav ul{justify-content:flex-start !important;gap:18px !important}
  .hero h1{font-size:32px !important}
}

/* PRODUCT CONTENT UPGRADE */
.section-heading-row{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:end;margin-bottom:28px}.section-heading-row .section-title{margin:0}.section-intro{margin:0;color:#666;max-width:760px;font-size:14px}
.product-showcase{background:#fff}.product-show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-show-card{background:#fff;border:1px solid #e4e7e8;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:.25s}.product-show-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.10);border-color:#d4d7d9}.product-show-card img{display:block;width:100%;height:210px;object-fit:cover}.product-show-body{padding:18px 19px 20px}.product-show-body h3{margin:0 0 8px;color:#173a16;font-size:18px}.product-show-body p{margin:0;color:#62686d;font-size:13px;line-height:1.6;min-height:62px}.product-show-body span{display:inline-block;margin-top:13px;color:#d60d17;font-weight:800;font-size:12px}
.spec-section{padding:58px 0 64px;background:linear-gradient(135deg,#101820,#16232b);color:#fff}.light-title h2{color:#fff}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.spec-card{background:#fff;color:#23292e;padding:24px;border-top:4px solid #d90d17;box-shadow:0 12px 28px rgba(0,0,0,.18)}.spec-label{font-size:11px;letter-spacing:1.4px;font-weight:900;color:#d60d17}.spec-card h3{margin:7px 0 18px;font-size:20px;color:#173a16}.spec-card dl{margin:0}.spec-card dl>div{display:grid;grid-template-columns:105px 1fr;gap:14px;padding:8px 0;border-top:1px solid #e6e8e9}.spec-card dt{font-size:11px;color:#73797e;font-weight:700}.spec-card dd{margin:0;font-size:12.5px;font-weight:700}
.profile-section{background:#f7f8f8}.profile-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.profile-visual{position:relative}.profile-visual img{width:100%;height:390px;object-fit:cover;display:block;box-shadow:0 16px 40px rgba(0,0,0,.12)}.profile-badge{position:absolute;left:-18px;bottom:28px;background:#173a16;color:#fff;padding:15px 20px;border-left:5px solid #d60d17;box-shadow:0 9px 25px rgba(0,0,0,.18)}.profile-badge strong{font-size:25px;margin-right:10px}.profile-badge span{font-size:12px}
@media(max-width:1050px){.product-show-grid{grid-template-columns:repeat(2,1fr)}.spec-grid{grid-template-columns:1fr}.profile-layout{grid-template-columns:1fr}.section-heading-row{grid-template-columns:1fr;gap:10px}.profile-visual img{height:330px}}
@media(max-width:650px){.product-show-grid{grid-template-columns:1fr}.product-show-card img{height:220px}.profile-visual img{height:260px}.profile-badge{left:10px}.spec-card{padding:20px}.spec-card dl>div{grid-template-columns:90px 1fr}}

/* V14 categorized product catalog */
.catalog-hero{background:linear-gradient(110deg,#0d171d 0%,#12282f 70%,#193b28 100%);color:#fff;padding:52px 0}
.catalog-hero h1{margin:0;font-size:38px;letter-spacing:.2px}.catalog-hero p{max-width:760px;margin:12px 0 0;color:#d5dde0;line-height:1.7;font-size:14px}
.catalog-section{padding:48px 0 58px;background:#f6f7f7}.catalog-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.catalog-title h2{margin:0;color:#142029;font-size:25px}.catalog-title p{margin:0;color:#6d7478;font-size:13px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{display:block;background:#fff;border:1px solid #e1e5e7;box-shadow:0 7px 22px rgba(13,25,32,.05);transition:.22s;overflow:hidden}.category-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(13,25,32,.11);border-color:#cfd5d8}.category-card img{display:block;width:100%;height:185px;object-fit:cover}.category-card-body{padding:16px 17px 18px}.category-card h3{margin:0;color:#173a16;font-size:18px}.category-card p{margin:8px 0 0;color:#687075;font-size:12.5px;line-height:1.55;min-height:40px}.category-card .view-link{display:inline-block;margin-top:11px;color:#d30d18;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.3px}
.product-family-section{padding:46px 0 62px;background:#fff}.product-family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.family-card{border:1px solid #e0e4e6;background:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.04)}.family-card img{width:100%;height:190px;object-fit:cover;display:block}.family-body{padding:17px}.family-body h3{margin:0 0 9px;font-size:17px;color:#163716}.family-body p{margin:0;color:#666f74;font-size:12.5px;line-height:1.55}.family-specs{margin:13px 0 0;padding:0;list-style:none;border-top:1px solid #eef0f1}.family-specs li{display:grid;grid-template-columns:96px 1fr;gap:9px;padding:7px 0;border-bottom:1px solid #eef0f1;font-size:11.5px}.family-specs strong{color:#263138}.family-specs span{color:#646d72}.catalog-back{display:inline-block;margin-top:20px;color:#173a16;font-weight:800;font-size:12px}
.real-products{padding:0 0 62px;background:#fff}.real-products .product-grid{grid-template-columns:repeat(3,1fr);gap:18px}.real-products .product-card{box-shadow:0 6px 18px rgba(0,0,0,.04)}
@media(max-width:980px){.category-grid,.product-family-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.category-grid,.product-family-grid{grid-template-columns:1fr}.catalog-title{display:block}.catalog-title p{margin-top:8px}.category-card img,.family-card img{height:220px}.catalog-hero h1{font-size:30px}}


/* ===== V15 COMPLETE SITE ===== */
:root{--mt-red:#d70e1a;--mt-green:#173f1b;--mt-ink:#111a20;--mt-soft:#f4f6f7;--mt-line:#e1e5e8;--mt-gold:#b9922e}
.container{max-width:1220px!important}
.topbar{font-size:12px!important}.header-main{min-height:88px!important}.brand-copy strong{font-size:24px!important}.brand-copy span{font-size:12px!important}
.mainnav ul{gap:34px!important}.mainnav a{font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.25px}
.hero,.hero-inner{min-height:540px!important}.hero h1{font-size:50px!important;max-width:720px!important}.hero p{font-size:16px!important;max-width:650px!important}.hero:before{background:linear-gradient(90deg,rgba(3,9,13,.97),rgba(3,9,13,.80) 42%,rgba(3,9,13,.25) 68%,rgba(3,9,13,.05))!important}
.hero-copy{max-width:700px!important}.hero-kicker{font-size:13px!important}.btn{min-height:48px!important;padding:0 28px!important}
.stats-grid{max-width:1220px;margin:auto}.stat strong{font-size:20px!important}.stat span{font-size:12px!important}
.section{padding:72px 0!important}.section-title h2{font-size:26px!important;letter-spacing:.5px}.section-title h2:before{height:26px!important}
.home-intro{background:#fff}.home-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.lead-title{font-size:34px;line-height:1.15;margin:18px 0}.home-intro p{font-size:15px;line-height:1.8;color:#4b565d}.intro-visual{overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.12)}.intro-visual img{width:100%;height:380px;object-fit:cover;transform:scale(1.06) rotate(-1.2deg)}.mini-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.mini-points span{padding:9px 13px;border:1px solid #dde2e4;font-size:12px;font-weight:700;background:#fafafa}
.category-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat-tile{background:#fff;border:1px solid var(--mt-line);padding-bottom:18px;box-shadow:0 8px 22px rgba(0,0,0,.05);transition:.25s}.cat-tile:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(0,0,0,.10)}.cat-img-wrap{height:190px;overflow:hidden;background:#f3f4f5}.cat-tile img{width:100%;height:100%;object-fit:cover;transition:.35s}.cat-tile:hover img{transform:scale(1.08) rotate(.7deg)}.cat-tile h3{font-size:16px;margin:16px 18px 7px}.cat-tile span{font-size:12px;color:var(--mt-red);font-weight:700;margin:0 18px}.angle-2 img,.angle-6 img{object-position:62% 45%}.angle-3 img,.angle-7 img{transform:scale(1.05) rotate(.8deg)}.angle-4 img,.angle-8 img{object-position:38% 52%}
.dark-feature{background:#0f171d;color:#fff;padding:72px 0}.dark-feature-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}.dark-feature h3{font-size:34px;margin:16px 0}.dark-feature p{color:#bcc6cc;line-height:1.7}.adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.adv-grid>div{border:1px solid #2b3942;padding:24px;background:#131e25}.adv-grid strong{color:var(--mt-red);font-size:20px}.adv-grid h4{font-size:17px;margin:12px 0 8px}.adv-grid p{font-size:13px;margin:0}
.cta-wide{background:#eef1f2;padding:38px 0}.cta-wide .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-wide h2{margin:0 0 7px;font-size:28px}.cta-wide p{margin:0;color:#59636a}
.inner-hero{background:linear-gradient(105deg,#0b141a,#1a303c);color:#fff;padding:66px 0}.inner-hero span{color:#f0b9bd;font-size:12px;font-weight:800;letter-spacing:2px}.inner-hero h1{font-size:44px;margin:10px 0 12px}.inner-hero p{max-width:760px;color:#d1d9dd;font-size:15px;line-height:1.65}
.category-grid{grid-template-columns:repeat(3,1fr)!important;gap:22px!important}.category-card{box-shadow:0 7px 24px rgba(0,0,0,.06);border:1px solid var(--mt-line)!important;background:#fff}.category-image{height:235px;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.category-card:hover .category-image img{transform:scale(1.07) rotate(.7deg)}.category-card-body{padding:20px!important}.category-card-body h3{font-size:19px!important}
.real-products{padding:65px 0}.catalog-title h2{font-size:28px}.catalog-title p{color:#6a747b}.product-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px!important}.product-card{border:1px solid var(--mt-line);background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.05)}.product-thumb{height:220px!important;background:#f3f5f6!important;overflow:hidden!important}.product-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:nth-child(3n+1) .product-thumb img{object-position:32% center}.product-card:nth-child(3n+2) .product-thumb img{object-position:67% center;transform:scale(1.05) rotate(.8deg)}.product-card:hover .product-thumb img{transform:scale(1.1) rotate(-.6deg)}.product-body{padding:18px!important}.product-body h3{font-size:16px!important;margin:0 0 9px}.product-body p{font-size:12.5px;line-height:1.55;color:#68737a}.text-link{font-size:12px;font-weight:800;color:var(--mt-red)}
.product-detail{padding:55px 0}.breadcrumb{font-size:12px;color:#7a858c;margin-bottom:28px}.breadcrumb a{color:#52606a}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.main-product-image{background:#f3f5f6;height:520px;overflow:hidden}.main-product-image img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.06) rotate(-.8deg)}.thumb-row{display:flex;gap:10px;margin-top:12px}.thumb-row span{display:block;width:72px;height:54px;background:#e6eaec}.product-kicker{font-size:11px;letter-spacing:2px;color:var(--mt-red);font-weight:800}.product-info h1{font-size:38px;margin:10px 0 14px}.title-line{width:55px;height:3px;background:var(--mt-red);margin-bottom:20px}.product-lead{font-size:15px;line-height:1.75;color:#556169}.spec-table{border-top:1px solid var(--mt-line);margin:25px 0}.spec-table>div{display:grid;grid-template-columns:155px 1fr;border-bottom:1px solid var(--mt-line);padding:12px 0}.spec-table strong{font-size:12px;color:#25313a}.spec-table span{font-size:13px;color:#5a666d}.product-actions{display:flex;gap:10px;margin-top:25px}.btn-outline{border:1px solid #cfd5d8;color:#182128;background:white}.product-note{margin-top:22px;padding:15px;background:#f5f7f8;font-size:12px;line-height:1.6;color:#566168}.product-description{background:#f6f8f9;padding:65px 0}.narrow{max-width:960px!important}.rich-copy{font-size:15px;line-height:1.8;color:#4f5a61}.applications{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}.applications>div{background:white;padding:22px;border:1px solid var(--mt-line)}.applications h3{font-size:16px}.applications p{font-size:13px;line-height:1.6;color:#647078}
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:start}.about-main p{font-size:15px;line-height:1.8;color:#4f5b62}.about-photo-stack{display:grid;gap:16px}.about-photo-stack img{width:100%;height:260px;object-fit:cover;box-shadow:0 12px 32px rgba(0,0,0,.10)}.about-photo-stack img:nth-child(2){transform:translateX(-25px) rotate(-1.2deg)}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.market-grid div{padding:28px;border:1px solid var(--mt-line);font-weight:800;background:#fafbfb}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-grid article{border:1px solid var(--mt-line);padding:28px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.04)}.service-grid article>span{font-size:13px;color:var(--mt-red);font-weight:900}.service-grid h3{font-size:19px;margin:12px 0}.service-grid p{font-size:13px;line-height:1.65;color:#627078}
.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px}.contact-card{display:flex;flex-direction:column;border-bottom:1px solid var(--mt-line);padding:16px 0}.contact-card strong{font-size:11px;text-transform:uppercase;color:#7c868c;margin-bottom:6px}.contact-card a,.contact-card span{font-size:16px;color:#19252c}.contact-note{font-size:13px;line-height:1.6;color:#68747a;margin-top:22px}.inquiry-form{background:#f6f8f9;padding:32px}.inquiry-form h3{font-size:24px;margin-top:0}.inquiry-form label{display:block;font-size:12px;font-weight:700;margin-bottom:13px}.inquiry-form input,.inquiry-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:12px;border:1px solid #d6dcdf;background:#fff;font:inherit}.inquiry-form small{display:block;color:#778288;margin-top:12px;line-height:1.5}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news-grid article{padding:26px;border:1px solid var(--mt-line);background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.04)}.news-grid article>span{font-size:10px;color:var(--mt-red);font-weight:900;letter-spacing:1px}.news-grid h3{font-size:19px;line-height:1.25}.news-grid p{font-size:13px;line-height:1.65;color:#667179}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-placeholder{height:230px;background:linear-gradient(145deg,#111b21,#243944);display:flex;align-items:center;justify-content:center}.video-placeholder span{width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--mt-red);color:#fff;font-size:25px}.video-card h3{font-size:18px}.video-card p,.video-note{font-size:13px;color:#69757c;line-height:1.6}
.footer{padding-top:45px!important}.footer-grid{grid-template-columns:1.4fr .8fr .8fr .8fr!important}.footer a{color:inherit}.copyright{text-align:center!important}
.left-shell{top:245px!important}.right-shell{top:245px!important}.left-drawer{width:300px!important}.left-title{font-size:13px!important}.left-group a{font-size:12.5px!important}.right-drawer{width:325px!important}
@media(max-width:1000px){.category-strip{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)!important}.category-grid,.service-grid,.news-grid,.video-grid{grid-template-columns:repeat(2,1fr)!important}.home-intro-grid,.dark-feature-grid,.profile-layout,.about-grid,.product-detail-grid,.contact-layout{grid-template-columns:1fr}.main-product-image{height:440px}.header-info{display:none}.mainnav ul{gap:19px!important}.mainnav a{font-size:12px!important}}
@media(max-width:680px){.hero h1{font-size:36px!important}.hero,.hero-inner{min-height:470px!important}.category-strip,.category-grid,.product-grid,.service-grid,.news-grid,.video-grid,.adv-grid,.applications,.market-grid{grid-template-columns:1fr!important}.cta-wide .container{flex-direction:column;align-items:flex-start}.topbar .container b{display:none}.brand-copy strong{font-size:16px!important}.brand img{width:62px!important}.navbar{overflow-x:auto}.mainnav ul{justify-content:flex-start!important;min-width:680px}.left-shell,.right-shell{display:none!important}.product-info h1{font-size:30px}.main-product-image{height:330px}.spec-table>div{grid-template-columns:120px 1fr}.footer-grid{grid-template-columns:1fr!important}}

/* V19 media + catalog polish */
.social-mini{display:flex;gap:10px;grid-column:1/-1}.social-mini a{font-size:10px;font-weight:700;color:#174419;text-decoration:none}.social-mini a:hover{color:#e31b23}.footer-social a{color:#fff;text-decoration:none}.footer-social a:hover{color:#ef3b42}
.youtube-feature{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:34px;align-items:center}.youtube-frame{position:relative;padding-top:56.25%;background:#111;box-shadow:0 14px 40px rgba(0,0,0,.14)}.youtube-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.youtube-copy h3{font-size:28px;margin:0 0 12px}.youtube-copy p{font-size:15px;line-height:1.7;margin-bottom:20px}.social-product-strip{padding:0 0 54px}.social-product-box{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:28px 34px;background:#10191f;color:#fff}.social-product-box span{font-size:11px;letter-spacing:2px;color:#e31b23;font-weight:800}.social-product-box h2{margin:7px 0 8px;font-size:24px}.social-product-box p{margin:0;color:#cdd4d7}.mt-media-home{background:#f6f7f7}.media-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.media-social-card{position:relative;display:block;min-height:250px;overflow:hidden;background:#111;color:#fff;text-decoration:none}.media-social-card img{width:100%;height:250px;object-fit:cover;transition:.35s;filter:brightness(.78)}.media-social-card:hover img{transform:scale(1.035);filter:brightness(.68)}.media-social-card div{position:absolute;left:24px;bottom:22px}.media-social-card strong{display:block;font-size:24px}.media-social-card span{font-size:13px}.product-card .product-thumb img,.category-card img,.cat-tile img{object-fit:cover;background:#fff}
@media(max-width:800px){.youtube-feature,.media-home-grid{grid-template-columns:1fr}.social-product-box{align-items:flex-start;flex-direction:column}.social-mini{display:none}}

/* V20 social + fuller content */
.video-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:26px}.yt-card{background:#fff;border:1px solid #e3e7e9;box-shadow:0 10px 30px rgba(0,0,0,.06)}.yt-card.featured{grid-column:1/-1}.yt-player{position:relative;padding-top:56.25%;background:#111}.yt-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.yt-card-copy{padding:16px 18px 19px}.yt-card-copy h3{font-size:17px;margin:0 0 8px}.yt-card-copy a{font-size:12px;font-weight:800;color:#d70e18}.social-fetch-fallback{padding:46px;background:#10191f;color:#fff;margin-top:24px;max-width:900px}.social-fetch-fallback h3{font-size:30px;margin:0 0 12px}.social-fetch-fallback p{color:#ced5d8;line-height:1.75;margin:0 0 24px}.instagram-products{background:#f5f6f6}.instagram-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.instagram-card{display:block;background:#fff;text-decoration:none;color:#10191f;box-shadow:0 8px 26px rgba(0,0,0,.07);overflow:hidden}.instagram-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#edf0f1}.instagram-card div{padding:15px}.instagram-card strong{display:block;font-size:15px}.instagram-card span{display:block;color:#657078;font-size:11.5px;margin-top:6px}.instagram-fallback{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 34px;background:#10191f;color:#fff;margin-top:24px}.instagram-fallback span{color:#e31b23;font-size:11px;letter-spacing:2px;font-weight:800}.instagram-fallback h2{font-size:25px;margin:7px 0}.instagram-fallback p{color:#cdd4d7;max-width:720px;line-height:1.65}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.section-heading-row .section-title{margin-bottom:0}@media(max-width:820px){.video-live-grid,.instagram-grid{grid-template-columns:1fr}.yt-card.featured{grid-column:auto}.instagram-fallback,.section-heading-row{align-items:flex-start;flex-direction:column}}


/* V21 product catalog refinements */
.product-thumb{background:#fff;display:block;overflow:hidden}
.product-thumb img,.main-product-image img{object-fit:contain;background:#fff}
.product-card .product-thumb img{width:100%;height:220px;padding:14px;transition:transform .25s ease}
.product-card:hover .product-thumb img{transform:scale(1.035)}
.main-product-image{background:#fff;border:1px solid #e7e7e7;min-height:480px;display:flex;align-items:center;justify-content:center;padding:24px}
.main-product-image img{max-width:100%;max-height:520px;width:auto;height:auto}
.screw-guide{padding:32px 0 8px}.screw-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.screw-guide-grid img{width:100%;height:280px;object-fit:contain;background:#fff;border:1px solid #eee;padding:12px}
.product-card h3{min-height:46px}
@media(max-width:760px){.screw-guide-grid{grid-template-columns:1fr}.screw-guide-grid img{height:auto}.main-product-image{min-height:320px}.product-card .product-thumb img{height:180px}}

/* ================= V24 CONTACT DOCK + SOCIAL BAND ================= */
.mt-contact-dock{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:180;display:flex;align-items:center;pointer-events:none;font-family:Arial,sans-serif}
.mt-contact-tab{width:58px;min-height:210px;padding:14px 8px;border:0;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#1599da,#0874a8);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;box-shadow:-7px 12px 28px rgba(0,74,118,.28);cursor:pointer;pointer-events:auto}
.mt-contact-tab>span:nth-child(2){writing-mode:vertical-rl;transform:rotate(180deg);font-weight:900;font-size:17px;letter-spacing:1.8px}.mt-contact-chat{font-size:24px}.mt-contact-arrow{font-size:30px;line-height:1;transition:.25s}.mt-contact-dock.is-open .mt-contact-arrow{transform:rotate(180deg)}
.mt-contact-panel{width:0;height:0;overflow:hidden;opacity:0;color:#fff;border-radius:18px 0 0 18px;background:linear-gradient(155deg,rgba(50,64,56,.96),rgba(11,47,25,.97) 58%,rgba(117,12,17,.96));background-size:cover;box-shadow:-14px 22px 48px rgba(0,0,0,.3);transform:translateX(20px);transition:width .3s ease,height .3s ease,opacity .2s,transform .3s;pointer-events:none}
.mt-contact-dock.is-open .mt-contact-panel{width:265px;height:600px;opacity:1;transform:translateX(0);pointer-events:auto}
.mt-contact-panel-head{height:62px;min-width:265px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.16);font-size:17px}.mt-contact-panel-head button{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:31px;line-height:1;cursor:pointer}
.mt-contact-grid{min-width:265px;padding:12px 18px 20px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px}.mt-ci{border:0;background:none;color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:5px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.mt-ci i,.mt-ci>b{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:24px;box-shadow:0 0 0 5px rgba(255,255,255,.08),0 4px 12px rgba(0,0,0,.25);animation:mtv24pulse 2.1s ease-out infinite}.mt-ci>b{font-size:12px}.mt-ci:hover i,.mt-ci:hover>b{transform:translateY(-3px) scale(1.04)}
.mt-ci.email i{background:#f0443d}.mt-ci.instagram i{background:linear-gradient(145deg,#7b2dcc,#e63872,#f39a3d)}.mt-ci.facebook i{background:#1877f2}.mt-ci.x i{background:#050505}.mt-ci.youtube i{background:#f10b0b}.mt-ci.whatsapp i{background:#21c968}.mt-ci.zalo>b{background:#0879ed}.mt-ci.line>b{background:#08c33d}.mt-ci.wechat i{background:#10bf66}.mt-ci.linkedin i{background:#0a66c2}.mt-ci.telegram i{background:#229ed9}.mt-ci.direct i{box-shadow:0 0 0 5px rgba(31,222,115,.22),0 0 18px rgba(31,222,115,.55)}
@keyframes mtv24pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.12),0 4px 12px rgba(0,0,0,.25)}50%{box-shadow:0 0 0 7px rgba(255,255,255,0),0 5px 14px rgba(0,0,0,.28)}}
.mt-footer-social{background:linear-gradient(110deg,#074379,#0c75ca);color:#fff;border-radius:0 0 36px 36px}.mt-footer-social-inner{padding:58px 0;display:grid;grid-template-columns:minmax(320px,.85fr) 1.5fr;align-items:center;gap:50px}.mt-footer-social-copy>span{font-size:14px;letter-spacing:4px;font-weight:900}.mt-footer-social-copy h2{font-size:42px;line-height:1.35;font-weight:500;margin:28px 0 0}.mt-footer-social-icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:16px}.mt-footer-social-icons>a,.mt-footer-social-icons>button{width:67px;height:67px;border:0;border-radius:17px;color:#fff;display:grid;place-items:center;text-decoration:none;font-size:30px;box-shadow:0 6px 15px rgba(0,0,0,.18);cursor:pointer;animation:mtv24pulse 2.1s ease-out infinite}.mt-footer-social-icons b{font-size:13px}.social-email{background:#f0443d}.social-instagram{background:linear-gradient(145deg,#7b2dcc,#e63872,#f39a3d)}.social-facebook{background:#1877f2}.social-x{background:#050505}.social-youtube{background:#f10b0b}.social-whatsapp{background:#21c968}.social-zalo{background:#0879ed}.social-line{background:#08c33d}.social-wechat{background:#10bf66}.social-linkedin{background:#0a66c2}.social-telegram{background:#229ed9}
.mt-contact-modal{position:fixed;inset:0;z-index:300;background:rgba(3,13,22,.73);backdrop-filter:blur(6px);display:none;place-items:center;padding:25px}.mt-contact-modal.is-open{display:grid}.mt-contact-modal-card{width:min(520px,100%);background:#fff;border-radius:26px;padding:36px;text-align:center;position:relative;box-shadow:0 28px 90px rgba(0,0,0,.35)}.mt-modal-close{position:absolute;right:18px;top:18px;border:0;background:#eef0f1;width:42px;height:42px;border-radius:50%;font-size:28px;cursor:pointer}.mt-modal-badge{width:74px;height:74px;border-radius:22px;margin:0 auto 14px;display:grid;place-items:center;color:#fff;font-weight:900}.mt-modal-badge.line{background:#08c33d}.mt-modal-badge.wechat{background:#10bf66;font-size:30px}.mt-contact-modal-card h2{font-size:31px;margin:8px 0}.mt-contact-modal-card p{color:#5d666b}.mt-contact-modal-card img{display:block;width:100%;max-height:360px;object-fit:contain;margin:20px auto;border:1px solid #e1e5e7;border-radius:18px}.mt-modal-action{display:block;background:#08c33d;color:#fff!important;padding:15px 20px;border-radius:12px;font-weight:900;text-decoration:none}
@media(max-width:900px){.mt-footer-social-inner{grid-template-columns:1fr}.mt-footer-social-icons{justify-content:flex-start}.mt-footer-social-copy h2{font-size:34px}.mt-contact-tab{min-height:170px;width:52px}.mt-contact-dock.is-open .mt-contact-panel{width:235px;height:570px}.mt-contact-panel-head,.mt-contact-grid{min-width:235px}.mt-ci i,.mt-ci>b{width:48px;height:48px}.mt-footer-social-icons>a,.mt-footer-social-icons>button{width:56px;height:56px;border-radius:14px;font-size:25px}}
@media(max-width:580px){.mt-contact-dock{top:auto;bottom:95px;transform:none}.mt-contact-panel{border-radius:16px 0 0 16px}.mt-footer-social-inner{padding:38px 18px}.mt-footer-social-copy h2{font-size:28px}.mt-footer-social-icons{gap:10px}.mt-footer-social-icons>a,.mt-footer-social-icons>button{width:48px;height:48px;font-size:21px}.mt-contact-dock.is-open .mt-contact-panel{height:545px}}

/* ================= V25 COMPACT CONTACT WALL ================= */
/* Desktop target: contact panel approx. 9cm tall x 3cm wide */
@media(min-width:901px){
  .mt-contact-tab{width:44px;min-height:150px;padding:10px 5px;border-radius:18px 0 0 18px;gap:8px}
  .mt-contact-tab>span:nth-child(2){font-size:13px;letter-spacing:1.2px}
  .mt-contact-chat{font-size:17px}.mt-contact-arrow{font-size:22px}
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm}
  .mt-contact-panel{border-radius:14px 0 0 14px}
  .mt-contact-panel-head{height:38px;min-width:3cm;padding:0 8px;font-size:10px}
  .mt-contact-panel-head button{width:26px;height:26px;font-size:20px}
  .mt-contact-grid{min-width:3cm;padding:7px 6px 8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 4px}
  .mt-ci{gap:2px;font-size:7px;line-height:1.05;white-space:nowrap}
  .mt-ci i,.mt-ci>b{width:34px;height:34px;font-size:15px;box-shadow:0 0 0 3px rgba(255,255,255,.07),0 2px 7px rgba(0,0,0,.22)}
  .mt-ci>b{font-size:8px}
}

/* Compact social band at the bottom */
.mt-footer-social{border-radius:0 0 24px 24px}
.mt-footer-social-inner{padding:24px 0;grid-template-columns:minmax(230px,.72fr) 1.7fr;gap:28px}
.mt-footer-social-copy>span{font-size:10px;letter-spacing:2.4px}
.mt-footer-social-copy h2{font-size:26px;line-height:1.25;margin:12px 0 0}
.mt-footer-social-icons{gap:9px}
.mt-footer-social-icons>a,.mt-footer-social-icons>button{width:43px;height:43px;border-radius:11px;font-size:20px;box-shadow:0 4px 10px rgba(0,0,0,.16)}
.mt-footer-social-icons b{font-size:9px}

@media(max-width:900px){
  .mt-footer-social-inner{padding:24px 18px;gap:20px}
  .mt-footer-social-copy h2{font-size:24px;margin-top:10px}
  .mt-footer-social-icons{gap:8px}
  .mt-footer-social-icons>a,.mt-footer-social-icons>button{width:42px;height:42px;border-radius:10px;font-size:19px}
}
@media(max-width:580px){
  .mt-footer-social-inner{padding:20px 16px}
  .mt-footer-social-copy h2{font-size:21px}
  .mt-footer-social-icons>a,.mt-footer-social-icons>button{width:38px;height:38px;font-size:17px}
}


/* ================= V26 STABLE CONTACT + SMALLER SOCIAL BAND ================= */
/* Keep the panel within the requested compact footprint and fit all 12 labels. */
@media(min-width:901px){
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm;overflow:visible}
  .mt-contact-panel{overflow:hidden}
  .mt-contact-panel-head{height:34px;min-width:3cm;padding:0 7px;font-size:9px}
  .mt-contact-panel-head button{width:23px;height:23px;font-size:17px}
  .mt-contact-grid{min-width:3cm;height:calc(9cm - 34px);padding:5px 5px 6px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:2px 3px;align-items:center}
  .mt-ci{min-height:0;gap:1px;font-size:6.4px;line-height:1;text-align:center;overflow:visible}
  .mt-ci i,.mt-ci>b{width:28px;height:28px;font-size:12px;box-shadow:0 0 0 2px rgba(255,255,255,.07),0 2px 5px rgba(0,0,0,.22);animation:none}
  .mt-ci>b{font-size:7px}.mt-ci span{display:block;max-width:48px;white-space:normal}
  .mt-contact-tab{width:42px;min-height:146px}
}
/* Bottom contact row: deliberately smaller and denser. */
.mt-footer-social-inner{padding:16px 0;grid-template-columns:minmax(210px,.62fr) 1.8fr;gap:22px}
.mt-footer-social-copy>span{font-size:9px;letter-spacing:2px}
.mt-footer-social-copy h2{font-size:21px;line-height:1.2;margin:8px 0 0}
.mt-footer-social-icons{gap:6px}
.mt-footer-social-icons>a,.mt-footer-social-icons>button{width:32px;height:32px;border-radius:8px;font-size:15px;box-shadow:0 3px 7px rgba(0,0,0,.14);animation:none}
.mt-footer-social-icons b{font-size:7px}
@media(max-width:900px){
  .mt-footer-social-inner{padding:16px 18px;gap:14px}
  .mt-footer-social-copy h2{font-size:20px}
  .mt-footer-social-icons{gap:6px}
  .mt-footer-social-icons>a,.mt-footer-social-icons>button{width:32px;height:32px;border-radius:8px;font-size:15px}
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm}
  .mt-contact-panel-head,.mt-contact-grid{min-width:3cm}
  .mt-contact-panel-head{height:34px;padding:0 7px;font-size:9px}
  .mt-contact-grid{height:calc(9cm - 34px);padding:5px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:2px 3px}
  .mt-ci{font-size:6.4px;gap:1px;line-height:1}
  .mt-ci i,.mt-ci>b{width:28px;height:28px;font-size:12px;animation:none}
  .mt-ci>b{font-size:7px}
}
@media(max-width:580px){
  .mt-footer-social-inner{padding:14px 14px}
  .mt-footer-social-copy h2{font-size:18px}
  .mt-footer-social-icons>a,.mt-footer-social-icons>button{width:30px;height:30px;font-size:14px}
  .mt-contact-dock{bottom:78px}
  .mt-contact-dock.is-open .mt-contact-panel{height:9cm;width:3cm}
}

/* ================= V27 CONTACT LABEL VISIBILITY FIX ================= */
/* Fit all 12 contact items, including the final two WhatsApp labels, inside 9cm height. */
@media(min-width:901px){
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm;overflow:hidden}
  .mt-contact-panel-head{height:30px;min-width:3cm;padding:0 6px;font-size:8.5px}
  .mt-contact-panel-head button{width:21px;height:21px;font-size:16px}
  .mt-contact-grid{
    min-width:3cm;
    height:calc(9cm - 30px);
    box-sizing:border-box;
    padding:4px 4px 7px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(6,minmax(0,1fr));
    gap:1px 3px;
    align-items:stretch;
  }
  .mt-ci{height:100%;min-height:0;gap:1px;font-size:5.9px;line-height:1;justify-content:center;overflow:visible}
  .mt-ci i,.mt-ci>b{width:24px;height:24px;font-size:11px;flex:0 0 24px;box-shadow:0 0 0 2px rgba(255,255,255,.06),0 2px 4px rgba(0,0,0,.2)}
  .mt-ci>b{font-size:6.4px}
  .mt-ci span{display:block;max-width:45px;min-height:7px;font-size:5.9px;line-height:1.05;white-space:normal;overflow:visible;text-align:center}
}
@media(max-width:900px){
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm;overflow:hidden}
  .mt-contact-panel-head{height:30px;min-width:3cm;padding:0 6px;font-size:8.5px}
  .mt-contact-panel-head button{width:21px;height:21px;font-size:16px}
  .mt-contact-grid{min-width:3cm;height:calc(9cm - 30px);box-sizing:border-box;padding:4px 4px 7px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:1px 3px;align-items:stretch}
  .mt-ci{height:100%;min-height:0;gap:1px;font-size:5.9px;line-height:1;justify-content:center;overflow:visible}
  .mt-ci i,.mt-ci>b{width:24px;height:24px;font-size:11px;flex:0 0 24px}
  .mt-ci>b{font-size:6.4px}
  .mt-ci span{font-size:5.9px;line-height:1.05;max-width:45px;white-space:normal;overflow:visible;text-align:center}
}

/* ================= V29 FINAL WHATSAPP LABEL FIX ================= */
/* Keep the wall at 9cm, but reserve explicit space for the final-row labels. */
@media(min-width:901px){
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm;overflow:hidden;box-sizing:border-box}
  .mt-contact-grid{height:calc(9cm - 30px);box-sizing:border-box;padding:3px 4px 11px;grid-template-rows:repeat(6,minmax(0,1fr));row-gap:0}
  .mt-ci{justify-content:center;box-sizing:border-box}
  .mt-ci:nth-last-child(-n+2){transform:translateY(-7px)}
  .mt-ci:nth-last-child(-n+2) span{display:block!important;visibility:visible!important;opacity:1!important;font-size:5.9px!important;line-height:1!important;min-height:7px!important;margin-top:0!important;position:relative;z-index:3;color:#fff!important}
}
@media(max-width:900px){
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm;overflow:hidden;box-sizing:border-box}
  .mt-contact-grid{height:calc(9cm - 30px);box-sizing:border-box;padding:3px 4px 11px;grid-template-rows:repeat(6,minmax(0,1fr));row-gap:0}
  .mt-ci{justify-content:center;box-sizing:border-box}
  .mt-ci:nth-last-child(-n+2){transform:translateY(-7px)}
  .mt-ci:nth-last-child(-n+2) span{display:block!important;visibility:visible!important;opacity:1!important;font-size:5.9px!important;line-height:1!important;min-height:7px!important;margin-top:0!important;position:relative;z-index:3;color:#fff!important}
}

/* ================= V30 DEFINITIVE BOTTOM LABEL FIX ================= */
/* The previous grid rows consumed all available height. Reserve a real label area in row 6. */
@media all {
  .mt-contact-dock.is-open .mt-contact-panel{width:3cm;height:9cm;overflow:hidden;box-sizing:border-box}
  .mt-contact-grid{
    height:calc(9cm - 30px)!important;
    padding:2px 4px 8px!important;
    box-sizing:border-box!important;
    grid-template-rows:repeat(5,minmax(0,1fr)) minmax(34px,1.15fr)!important;
    row-gap:0!important;
  }
  .mt-ci{min-height:0!important;gap:0!important;line-height:1!important}
  .mt-ci i,.mt-ci>b{width:23px!important;height:23px!important;flex:0 0 23px!important;font-size:10.5px!important}
  .mt-ci>b{font-size:6px!important}
  .mt-ci span{display:block!important;font-size:5.7px!important;line-height:6.5px!important;margin-top:1px!important;min-height:6.5px!important;color:#fff!important;overflow:visible!important;visibility:visible!important;opacity:1!important;text-align:center!important;white-space:nowrap!important}
  .mt-ci:nth-last-child(-n+2){transform:translateY(-10px)!important;padding-bottom:8px!important;overflow:visible!important}
  .mt-ci:nth-last-child(-n+2) span{position:relative!important;z-index:20!important;display:block!important;visibility:visible!important;opacity:1!important;color:#fff!important;font-size:5.4px!important;line-height:6px!important;min-height:7px!important;white-space:nowrap!important}
}

/* ================= V31 CONTACT PANEL - GUARANTEED BOTTOM LABELS ================= */
/* Use a slightly taller physical panel and explicit fixed row sizing so row 6 labels cannot be clipped. */
@media all {
  .mt-contact-dock.is-open .mt-contact-panel{
    width:3cm!important;
    height:9.7cm!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .mt-contact-panel-head{
    height:30px!important;
    min-height:30px!important;
    box-sizing:border-box!important;
  }
  .mt-contact-grid{
    min-width:3cm!important;
    height:calc(9.7cm - 30px)!important;
    padding:4px 4px 10px!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(6,45px)!important;
    gap:0 3px!important;
    align-content:start!important;
    overflow:hidden!important;
  }
  .mt-ci{
    height:45px!important;
    min-height:45px!important;
    padding:2px 0 1px!important;
    margin:0!important;
    transform:none!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:2px!important;
    overflow:visible!important;
  }
  .mt-ci i,.mt-ci>b{
    width:27px!important;
    height:27px!important;
    min-height:27px!important;
    flex:0 0 27px!important;
    font-size:12px!important;
  }
  .mt-ci>b{font-size:6.5px!important}
  .mt-ci span,
  .mt-ci:nth-last-child(-n+2) span{
    display:block!important;
    position:static!important;
    width:100%!important;
    max-width:50px!important;
    height:auto!important;
    min-height:9px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-size:6.2px!important;
    line-height:7px!important;
    font-weight:800!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:visible!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .mt-ci:nth-last-child(-n+2){
    transform:none!important;
    padding:2px 0 1px!important;
  }
}

/* ================= V34 FINAL: LANGUAGE + HERO + TAWK SAFE ================= */
.hero{
  background-image:
    linear-gradient(90deg,rgba(9,14,18,.98) 0%,rgba(9,14,18,.90) 35%,rgba(9,14,18,.30) 62%,rgba(9,14,18,.06) 100%),
    url('assets/images/hero-fasteners-factory-clean.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
}
.mt-contact-tab{width:30px!important;min-height:94px!important;padding:7px 3px!important;border-radius:13px 0 0 13px!important;gap:5px!important}
.mt-contact-tab>span:nth-child(2){font-size:8px!important;letter-spacing:.7px!important}
.mt-contact-chat{font-size:14px!important}.mt-contact-arrow{font-size:12px!important}

.navbar .container{gap:22px}
.mt-language{position:relative;margin-left:auto;z-index:190;font-family:Arial,Helvetica,sans-serif}
.mt-language-button{width:148px;height:40px;border:1px solid #cbdce5;border-radius:10px;background:linear-gradient(135deg,#fff,#f2fbfa);color:#16304a;padding:0 10px;display:grid;grid-template-columns:24px 1fr 14px;align-items:center;gap:6px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 4px 13px rgba(7,91,137,.08)}
.mt-language-label{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-language-caret{color:#718392}
.mt-language-menu{display:none;position:absolute;right:0;top:46px;width:198px;max-height:min(72vh,580px);overflow-y:auto;padding:6px;background:#eef5f7;border:1px solid #bfd4dc;border-radius:12px;box-shadow:0 18px 42px rgba(5,53,83,.24)}
.mt-language.is-open .mt-language-menu{display:block}
.mt-language-option{width:100%;min-height:34px;border:0;border-radius:8px;background:transparent;color:#152a3a;display:grid;grid-template-columns:26px 1fr 18px;align-items:center;gap:6px;padding:5px 7px;text-align:left;font:600 12px/1.2 Arial,Helvetica,sans-serif;cursor:pointer}
.mt-language-option:hover,.mt-language-option:focus{background:#dcecf1}.mt-language-option b{color:#0879ed;font-size:15px}
#google_translate_element,.goog-te-banner-frame,.skiptranslate iframe{display:none!important}body{top:0!important}.goog-text-highlight{background:transparent!important;box-shadow:none!important}
@media(min-width:901px){.mt-footer-social-icons{padding-right:118px!important;box-sizing:border-box}}
@media(max-width:1050px){.mt-language-button{width:126px}.mainnav ul{gap:22px!important}}
@media(max-width:900px){
  .navbar .container{height:auto!important;min-height:54px;flex-wrap:wrap;padding:6px 16px!important}
  .mt-language{margin-left:auto}.mt-language-menu{position:fixed;right:12px;top:116px;width:190px}
  .mt-footer-social-icons{padding-right:88px!important;box-sizing:border-box}
}
@media(max-width:580px){
  .mt-contact-tab{width:28px!important;min-height:84px!important}.mt-contact-tab>span:nth-child(2){font-size:7px!important}
  .mt-language-button{width:118px;height:36px;font-size:11px}.mt-language-menu{top:108px;width:184px;max-height:64vh}
  .mt-footer-social-icons{padding-right:72px!important}
}

/* ================= V33 CONTACT PANEL - COMPACT 8.5CM ================= */
/* Exact requested desktop/tablet/mobile open-panel height while keeping all 12 labels visible. */
@media all {
  .mt-contact-dock.is-open .mt-contact-panel{
    width:3cm!important;
    height:8.5cm!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .mt-contact-panel-head{
    height:28px!important;
    min-height:28px!important;
    padding:0 6px!important;
    font-size:8.5px!important;
    box-sizing:border-box!important;
  }
  .mt-contact-panel-head button{
    width:21px!important;height:21px!important;font-size:16px!important;
  }
  .mt-contact-grid{
    min-width:3cm!important;
    height:calc(8.5cm - 28px)!important;
    padding:3px 4px 4px!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(6,42px)!important;
    gap:0 3px!important;
    align-content:start!important;
    overflow:hidden!important;
  }
  .mt-ci,.mt-ci:nth-last-child(-n+2){
    height:42px!important;min-height:42px!important;
    padding:1px 0 0!important;margin:0!important;transform:none!important;
    box-sizing:border-box!important;display:flex!important;flex-direction:column!important;
    align-items:center!important;justify-content:flex-start!important;gap:1px!important;
    overflow:visible!important;
  }
  .mt-ci i,.mt-ci>b{
    width:26px!important;height:26px!important;min-height:26px!important;
    flex:0 0 26px!important;font-size:11.5px!important;
  }
  .mt-ci>b{font-size:6.2px!important}
  .mt-ci span,.mt-ci:nth-last-child(-n+2) span{
    display:block!important;position:static!important;width:100%!important;max-width:50px!important;
    height:12px!important;min-height:12px!important;margin:0!important;padding:0!important;
    color:#fff!important;font-size:6px!important;line-height:6px!important;font-weight:800!important;
    text-align:center!important;white-space:normal!important;overflow:visible!important;
    visibility:visible!important;opacity:1!important;
  }
}

/* ================= V33 CONTACT PANEL - 8.5CM / LARGE ICONS ================= */
/* Keep the requested 3cm x 8.5cm panel, restore larger icons, and reserve label space. */
@media all {
  .mt-contact-dock.is-open .mt-contact-panel{
    width:3cm!important;
    height:8.5cm!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .mt-contact-panel-head{
    height:26px!important;
    min-height:26px!important;
    padding:0 6px!important;
    font-size:9px!important;
    box-sizing:border-box!important;
  }
  .mt-contact-panel-head button{
    width:21px!important;
    height:21px!important;
    font-size:16px!important;
  }
  .mt-contact-grid{
    min-width:3cm!important;
    height:calc(8.5cm - 26px)!important;
    padding:3px 4px 5px!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:repeat(6,47px)!important;
    column-gap:3px!important;
    row-gap:0!important;
    align-content:start!important;
    overflow:hidden!important;
  }
  .mt-ci,.mt-ci:nth-last-child(-n+2){
    height:47px!important;
    min-height:47px!important;
    padding:1px 0 0!important;
    margin:0!important;
    transform:none!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:1px!important;
    overflow:visible!important;
  }
  .mt-ci i,.mt-ci>b{
    width:34px!important;
    height:34px!important;
    min-height:34px!important;
    flex:0 0 34px!important;
    font-size:15px!important;
  }
  .mt-ci>b{font-size:7px!important}
  .mt-ci span,.mt-ci:nth-last-child(-n+2) span{
    display:block!important;
    position:static!important;
    width:100%!important;
    max-width:52px!important;
    height:10px!important;
    min-height:10px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-size:6.8px!important;
    line-height:7px!important;
    font-weight:800!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:visible!important;
    visibility:visible!important;
    opacity:1!important;
  }
}
