/* ============ Base / Reset ============ */
:root{
  --red:#DC2B2B;
  --red-dark:#c01f1f;
  --ink:#161616;
  --ink-2:#3a3a3a;
  --gray:#7c7c7c;
  --gray-2:#9a9a9a;
  --line:#e6e6e6;
  --bg-soft:#f6f6f6;
  --dark:#171717;
  --dark-2:#353535;
  --radius:12px;
  --wrap:80%;
  --wrap-max:1536px;
  --img-hero:url('../images/assets/hero.png');
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat','Noto Sans SC',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  color:var(--ink);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul{list-style:none}
.ybg{background: var(--bg-soft);}
.wrap{width:var(--wrap);max-width:var(--wrap-max);margin:0 auto}
.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--site-color);font-size:16px;font-weight:700;letter-spacing:.2px;margin-bottom:18px}
.kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--site-color)}
.kicker.light{color:#fff}
.btn-red{display:inline-flex;align-items:center;gap:10px;background:var(--site-color);color:#fff;font-size:13px;font-weight:600;padding:11px 22px;border-radius:8px;transition:.2s}
.btn-red:hover{background:var(--site-aux-1);transform:translateY(-1px)}
.btn-red svg{width:14px;height:14px}
.btn-ghost-red{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;background:#fff;color:var(--site-color);border:1.5px solid var(--site-color);font-size:14px;font-weight:600;padding:14px;border-radius:10px;transition:.2s}
.btn-ghost-red:hover{background:var(--site-color);color:#fff}
.icon-arrow{width:14px;height:14px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* ============ Announcement bar ============ */
.announce{background:var(--site-color);color:#fff;text-align:center;font-size:13px;font-weight:600;letter-spacing:.6px;padding:11px 48px;position:relative}
.announce button{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#fff;opacity:.9}
.announce button svg{width:16px;height:16px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round}
.announce.hidden{display:none}

/* ============ Utility header ============ */
.uhead{background:#fff;border-bottom:1px solid #efefef}
.uhead .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0}
.logo img{height:65px;width:auto;object-fit: cover;}
.ucontacts{display:flex;align-items:center;gap:0}
.ucontact{display:flex;align-items:center;gap:11px;padding:0 26px;border-right:1px solid #e8e8e8}
.ucontact:last-of-type{border-right:none}
.ucontact .uc-ico{width:38px;height:38px;border-radius:9px;background:var(--site-aux-2);display:grid;place-items:center;flex:none}
.ucontact .uc-ico svg{width:18px;height:18px;stroke:var(--site-color);fill:none;stroke-width:1.8}
.ucontact .uc-ico svg.whats{fill:var(--site-color);stroke:none}
.uc-txt .lb{display:block;font-size:10px;color:var(--gray);font-weight:600;letter-spacing:.6px;text-transform:uppercase}
.uc-txt .vl{display:block;font-size:13.5px;font-weight:600;color:var(--ink);margin-top:1px}
.langsel{position:relative;display:flex;align-items:center;gap:7px;border:1px solid #d8d8d8;border-radius:7px;padding:8px 12px;font-size:13px;font-weight:600;color:var(--ink-2);cursor:pointer}
.langsel select{position:absolute;inset:0;opacity:0;cursor:pointer}
.langsel svg{width:12px;height:12px;stroke:#555;stroke-width:2;fill:none;stroke-linecap:round}
.flag{width:22px;height:15px;border-radius:2px;background:linear-gradient(180deg,#b22234 0 53.8%,#fff 53.8% 100%);position:relative;flex:none;box-shadow:inset 0 0 0 1px #ddd}
.flag::after{content:"";position:absolute;left:0;top:0;width:42%;height:53.8%;background:#3c3b6e}
.uhead .gtranslate_wrapper{min-width:148px;display:flex;align-items:center;justify-content:flex-end;margin-left:26px}
.uhead .gtranslate_wrapper .gt_selector{max-width:170px}
/* GTranslate: inline selector with an overlay menu, so the header never expands. */
.uhead{position:relative;z-index:120}
.uhead .gtranslate_wrapper{position:relative;z-index:130;width:172px;min-width:172px;overflow:visible!important}
.gtranslate_wrapper .gt_switcher,.gtranslate_wrapper .gt_float_switcher{position:relative!important;width:100%!important;min-width:0!important;overflow:visible!important;font-family:inherit!important;font-size:15px!important;line-height:1.2!important;box-shadow:none!important}
.gtranslate_wrapper .gt_selected{position:relative!important;z-index:2!important;background:transparent!important}
.gtranslate_wrapper .gt_selected a,.gtranslate_wrapper .gt_float_switcher .gt-selected{position:relative!important;display:flex!important;align-items:center!important;gap:9px!important;min-height:40px!important;width:100%!important;padding:0px 0px 0px 0px!important;border:1.5px solid #d8d8d8!important;border-radius:12px!important;background:#fff!important;color:#3a3a3a!important;font-family:inherit!important;font-size:16px!important;font-weight:600!important;text-decoration:none!important;box-shadow:none!important}
.gt_container--hich1m .gt_switcher a img{margin-left:14px!important}
.gtranslate_wrapper .gt_selected a:after,.gtranslate_wrapper .gt_float_switcher .gt-selected:after{content:""!important;position:absolute!important;right:16px!important;top:50%!important;width:8px!important;height:8px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important;transform:translateY(-70%) rotate(45deg)!important;background:none!important}
.gtranslate_wrapper .gt_selected a img,.gtranslate_wrapper .gt_float_switcher .gt-selected img{width:28px!important;height:auto!important;max-height:20px!important;object-fit:cover!important}
.gtranslate_wrapper .gt_option,.gtranslate_wrapper .gt_float_switcher .gt_options{position:absolute!important;z-index:9999!important;top:calc(100% - 1px)!important;left:0!important;width:100%!important;max-height:320px!important;overflow-y:auto!important;border:1px solid #d4d4d4!important;border-radius:0!important;background:#f3f3f3!important;box-shadow:0 14px 28px rgba(0,0,0,.18)!important}
.gtranslate_wrapper .gt_option a,.gtranslate_wrapper .gt_float_switcher .gt_options a{display:flex!important;align-items:center!important;gap:9px!important;padding:9px 12px!important;border:0!important;background:#f3f3f3!important;color:#111!important;font-family:inherit!important;font-size:15px!important;font-weight:500!important;line-height:1.25!important;text-decoration:none!important}
.gtranslate_wrapper .gt_option a:hover,.gtranslate_wrapper .gt_float_switcher .gt_options a:hover{background:#e4e4e4!important;color:#111!important}
.gtranslate_wrapper .gt_option img,.gtranslate_wrapper .gt_float_switcher .gt_options img{width:28px!important;height:auto!important;max-height:20px!important;object-fit:cover!important}
/* The DWF widget uses different markup between versions; keep the current
   language label visible beside the flag in every version. */
.gtranslate_wrapper .gt_selected a,.gtranslate_wrapper .gt_selected a *,
.gtranslate_wrapper .gt_float_switcher .gt-selected,.gtranslate_wrapper .gt_float_switcher .gt-selected *,
.gtranslate_wrapper .gt_switcher .gt-current-lang,.gtranslate_wrapper .gt_switcher .gt-current-lang *{color:#3a3a3a!important;opacity:1!important;visibility:visible!important}
.gtranslate_wrapper .gt_selected a,.gtranslate_wrapper .gt_float_switcher .gt-selected,
.gtranslate_wrapper .gt_switcher .gt-current-lang{display:flex!important;align-items:center!important;white-space:nowrap!important;min-width:172px!important}
.gtranslate_wrapper .gt_selected .gt-current-lang,.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang,
.gtranslate_wrapper .gt_switcher .gt-current-lang span{display:inline-flex!important;align-items:center!important;white-space:nowrap!important}

/* ============ Main nav ============ */
.nav{background:#141414;position:relative;z-index:50}
.nav .wrap{display:flex;align-items:center;justify-content:space-between}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{color:#e8e8e8;font-size:15px;font-weight:500;padding:17px 0;position:relative;transition:.2s;padding-right:20px}
.nav-links a:first-child{/font-weight:800;color:#fff}
.nav-links a:hover{color:var(--site-color)}
.nav-social{display:flex;align-items:center;gap:10px;white-space:nowrap}
.nav-social .share-label{color:#fff;font-size:14px;font-weight:600;margin-right:2px}
.nav-social a{width:30px;height:34px;display:grid;place-items:center;color:#fff;transition:.2s}
.nav-social a:hover{color:var(--site-color)}
.nav-social svg{width:18px;height:18px;fill:currentColor}
.nav-social [data-share-platform="instagram"] svg{fill:none;stroke:currentColor;stroke-width:1.9}
.nav-social [data-share-platform="instagram"] .ig-dot{fill:currentColor;stroke:none}
/* dropdowns */
.nav-item{position:relative}
.nav-links .nav-parent{display:inline-flex;align-items:center;gap:6px}
.caret{width:10px;height:10px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.nav-item:hover .caret,.nav-item:focus-within .caret,.nav-item.open .caret{transform:rotate(180deg)}
.dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:238px;background:#1d1d1d;border-top:2px solid var(--site-color);border-radius:0 0 10px 10px;padding:7px 0;opacity:0;visibility:hidden;transition:.2s;box-shadow:0 18px 36px rgba(0,0,0,.38);z-index:60}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown,.nav-item.open .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.dropdown a{display:block;width:100%;padding:9px 22px;font-size:12.5px;font-weight:500;color:#c8c8c8;white-space:nowrap;transition:.16s}
.dropdown a:hover{color:#fff;background:#2b2b2b;padding-left:28px}
.hamb{display:none;color:#fff;padding:8px}
.hamb svg{width:24px;height:24px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round}

/* ============ Hero ============ */
.hero{position:relative;min-height:83vh;overflow:hidden;background:#222;}
.hero-track{height:83vh;display:flex;position:relative;z-index:2;transition:transform .75s cubic-bezier(.22,1,.36,1);will-change:transform}
.hero-slide{position:relative;flex:0 0 100%;min-height:620px;display:flex;align-items:center;overflow:hidden}
.hero-slide-bg{position:absolute;inset:0;background-image:var(--img-hero);background-size:cover;background-repeat:no-repeat;z-index:0}
.hero-slide-bg.pos-l{background-position:30% center}
.hero-slide-bg.pos-r{background-position:78% center}
.hero-mask{position:absolute;inset:0;z-index:1;background:
  linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.12) 42%,rgba(0,0,0,.58) 100%),
  linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.56) 42%,rgba(0,0,0,.28) 78%,rgba(0,0,0,.4) 100%)}
.hero .wrap{position:relative;z-index:2;padding:90px 0;width:var(--wrap);max-width:var(--wrap-max);margin:0 auto;text-align:center;transform:translateY(-55px)}
.hero-tag{color:#fff;font-size:22px;font-weight:800;line-height:1.7;margin-bottom:22px;opacity:.95}
.hero h1{color:#fff;font-size:clamp(30px,3.4vw,54px);font-weight:800;line-height:1;max-width:1100px;letter-spacing:-.5px;margin-left:auto;margin-right:auto}
.hero p{max-width:60%;line-height:1.2;margin:20px auto}
.hero-dots{position:absolute;z-index:4;left:10%;bottom:42px;display:flex;gap:10px}
.hero-dots button{width:44px;height:3px;border-radius:2px;background:rgba(255,255,255,.35);transition:.25s;padding:0}
.hero-dots button.on{background:#fff}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:52px;height:52px;border-radius:50%;border:1.5px solid rgba(255,255,255,.45);color:#fff;display:grid;place-items:center;background:rgba(0,0,0,.18);transition:.22s}
.hero-arrow:hover{background:var(--site-color);border-color:var(--site-color)}
.hero-arrow.prev{left:2.4%}.hero-arrow.next{right:2.4%}
.hero-arrow svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.inquiry{position:absolute;right:4%;bottom:34px;z-index:3;width:74px;height:74px;border-radius:50%;background:var(--site-color);color:#fff;font-size:13px;font-weight:600;display:grid;place-items:center;box-shadow:0 10px 26px rgba(30,72,149,.45);transition:.2s}
.inquiry:hover{transform:translateY(-3px);background:var(--site-aux-1)}

/* ============ Red CTA strip ============ */
.ctastrip{background:var(--site-color)}
.ctastrip .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0}
.ctastrip p{color:#fff;font-size:13.5px;font-weight:500}
.cta-btn{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--site-color);font-size:13px;font-weight:700;padding:10px 22px;border-radius:8px;white-space:nowrap;transition:.2s}
.cta-btn:hover{background:#fff5f5;transform:translateY(-1px)}
.cta-btn svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
/* ============ About ============ */
.about{padding:96px 0}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.about h2{font-size:clamp(28px,2.5vw,40px);font-weight:800;line-height:1.22;letter-spacing:-.5px;margin-bottom:26px}
.about p{color:var(--gray);font-size:15px;margin-bottom:14px;/max-width:560px}
.about .btn-red{margin-top:14px}
.stats{display:grid;grid-template-columns:repeat(3,auto);gap:30px;margin-top:46px;padding-top:40px;border-top:1px solid var(--line);justify-content:start}
.stat b{display:block;font-size:clamp(30px,2.6vw,44px);font-weight:300;color:var(--ink);letter-spacing:-1px}
.stat span{font-size:13px;color:var(--gray-2);margin-top:2px}
.about-photo{position:relative}
.about-photo::before{content:"";position:absolute;right:-16px;top:-16px;width:72px;height:72px;border-top:7px solid var(--site-color);border-right:7px solid var(--site-color);border-radius:0 14px 0 0;z-index:0}
.about-photo::after{content:"";position:absolute;right:-16px;bottom:-16px;width:72px;height:72px;border-bottom:7px solid var(--site-color);border-right:7px solid var(--site-color);border-radius:0 0 14px 0;z-index:0}
.about-photo img{position:relative;z-index:1;width:100%;border-radius:12px;aspect-ratio:4/3;object-fit:cover}

/* ============ Applications ============ */
.apps{padding:100px 0 96px}
.apps-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px;align-items: center;}
.apps-head div{flex:0 0 85%;}
.apps h2{font-size:clamp(28px,2.6vw,42px);font-weight:800;line-height:1.18;letter-spacing:-.5px}
.apps h2 .red{color:var(--site-color)}
.apps-sub{color:var(--gray);font-size:13.5px;margin:14px 0 34px}
/* product grid 3 x 2 */
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.pcard2{border:1px solid #ececec;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s}
.pcard2:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(0,0,0,.1);border-color:#f0d4d4}
.pcard2-img{position:relative;aspect-ratio:16/14;overflow:hidden;background:#222}
.pcard2-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.pcard2:hover .pcard2-img img{transform:scale(1.07)}
 .pcard2-img h4{   position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 22px;border-radius: 0 10px 0px 0;margin-bottom:0;
}
.pcard2-body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.pcard2-body h3{font-size:17px;font-weight:800;display:flex;align-items:center;gap:10px}
.pcard2-body h3::before{content:"";width:5px;height:18px;background:var(--site-color);border-radius:2px;flex:none}
.pcard2-body p{font-size:13px;color:var(--gray);line-height:1.65;flex:1}
.pcard2-more{display:inline-flex;align-items:center;gap:7px;color:var(--site-color);font-size:12.5px;font-weight:700;margin-top:2px}
.pcard2-more svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
.pcard2:hover .pcard2-more svg{transform:translateX(4px)}

/* ============ Explore (dark) ============ */
.explore{background:var(--dark);border-radius:0 30px 30px 0;padding:96px 0}
.explore h2{color:#fff;font-size:clamp(28px,2.6vw,42px);font-weight:800;letter-spacing:-.5px;margin-bottom:44px}
.explore h2 .red{color:var(--site-color)}
.explore-grid{display:grid;grid-template-columns:1fr 350px;gap:34px;align-items:start}
.pcard{background:var(--dark-2);border-radius:16px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;min-height:340px}
.pcard-l{padding:42px}
.ptag{display:inline-block;border:1px solid #8a8a8a;color:#e8e8e8;font-size:11px;font-weight:600;border-radius:20px;padding:5px 14px;margin-bottom:16px}
.pcard-l h3{color:#fff;font-size:22px;font-weight:800;margin-bottom:12px}
.pcard-l p{color:#c4c4c4;font-size:13px;line-height:1.65;margin-bottom:24px}
.pcard-r{display:grid;place-items:center;padding:20px;position:relative}
.pcard-r .pimg{grid-area:1/1;width:100%;aspect-ratio: 16/12;object-fit: cover;opacity:0;transform:translateX(22px) scale(.97);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 24px 30px rgba(0,0,0,.45));pointer-events:none;border-radius: 15px;}
.pcard-r .pimg.on{opacity:1;transform:none}
.mlist{display:flex;flex-direction:column;gap:8px}
.mrow{display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:10px;color:#cfcfcf;font-size:13.5px;font-weight:600;border-left:3px solid transparent;transition:.2s;cursor:pointer;text-align:left;width:100%}
.mrow img{width:38px;height:auto;flex:none}
.mrow:hover{color:#fff;background:rgba(255,255,255,.06)}
.mrow.on{background:#fff;color:#161616;border-left-color:var(--site-color)}

/* ============ Global ============ */
.global{padding:100px 0 90px;text-align:center}
.global h2{font-size:clamp(26px,2.4vw,38px);font-weight:800;line-height:1.25;letter-spacing:-.5px;max-width:900px;margin:0 auto}
.worldmap{width:100%;max-width:1400px;margin:36px auto 10px}
.clients{display:grid;grid-template-columns:auto 1fr;gap:54px;align-items:start;margin-top:30px;text-align:left}
.big-num{font-size:clamp(72px,8vw,128px);font-weight:800;color:var(--site-color);line-height:1;letter-spacing:-3px;white-space:nowrap;margin-top:18px}
.big-stat>span{display:block;max-width:260px;margin-top:18px;color: #111;font-size:18px;font-weight:600;line-height:1.55}
/* testimonials carousel */
.tst{min-width:0}
.tst-viewport{overflow:hidden;border-radius:12px}
.tst-track{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1)}
.tst-page{flex:0 0 100%;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.tst-card{border:1px solid #ececec;background:#fff;border-radius:12px;padding:26px 28px;box-shadow:0 8px 26px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:14px;min-height:218px}
.tst-card p{font-size:13.5px;color:#555;line-height:1.7;flex:1}
.tst-who{display:flex;align-items:center;gap:12px}
.tst-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:var(--site-aux-2);color:var(--site-color)}
.tst-avatar img{width:100%;height:100%;object-fit:cover}
.tst-avatar svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.tst-person{min-width:0}
.tst-who b{display:block;font-size:12.5px;font-weight:700;color:#161616}
.tst-who span{font-size:12px;color:#9a9a9a}
.tst-who .tst-avatar{color:var(--site-color)}
.tst-ctrl{display:flex;gap:10px;margin-top:18px}
.tst-ctrl button{width:40px;height:40px;border-radius:50%;border:1.5px solid #d5d5d5;background:#fff;display:grid;place-items:center;color:#333;transition:.2s}
.tst-ctrl button:hover{border-color:var(--site-color);color:var(--site-color)}
.tst-ctrl svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.red-divider{height:3px;background:var(--site-color)}

/* ============ Become distributor ============ */
.distrib{position:relative;background:#0e141d;padding:96px 0 150px;overflow:hidden}
.distrib-bg{position:absolute;inset:0;background:url('../images/assets/distrib_bg.png') center/cover no-repeat}
.distrib-mask{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,17,25,.66),rgba(12,17,25,.55))}
.distrib .wrap{position:relative;z-index:2;text-align:center}
.distrib h2{color:#fff;font-size:clamp(27px,2.8vw,42px);font-weight:800;line-height:1.24;letter-spacing:-.5px}
.distrib .dsub{color:rgba(255,255,255,.82);font-size:14px;max-width:75%;margin:18px auto 28px}
.dcards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:64px;text-align:left}
.dcard{background:#fff;border-radius:14px;padding:32px 30px;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.dcard .d-ico{width:80px;height:80px;margin-bottom:20px;color:var(--site-color)}
.dcard .d-ico svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.dcard .d-ico img{width:100%;height:100%;object-fit:contain;border-radius: 50%;}
.why-ico img{width:55%;height:55%;object-fit:contain;}
.dcard h4{font-size:17px;font-weight:700;margin-bottom:10px}
.dcard p{font-size:13px;color:var(--gray);line-height:1.65}
/* ============ News ============ */
.news{padding:100px 0}
.news h2{font-size:clamp(26px,2.5vw,38px);font-weight:800;letter-spacing:-.5px;margin-bottom:42px}
.news-grid{display:grid;grid-template-columns:42% 58%;gap:54px}
.nfeat-img{position:relative;border-radius:12px;overflow:hidden;cursor:pointer}
.nfeat-img img{width:100%;aspect-ratio: 5/3.5;object-fit:cover;transition:.4s;border-radius: 10px;}
.nfeat-img:hover img{transform:scale(1.04)}
.ncard-go{position:absolute;right:14px;top:14px;width:34px;height:34px;border-radius:8px;background:var(--site-color);display:grid;place-items:center}
.ncard-go svg{width:15px;height:15px;stroke:#fff;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.nfeat h3{font-size:21px;font-weight:800;margin:22px 0 10px;cursor:pointer;transition:.2s}
.nfeat h3:hover{color:var(--site-color)}
.nfeat h3 a{color:inherit}
.nfeat p{color:var(--gray);font-size:13.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ndate{color:var(--gray-2);font-size:13px;margin-top:14px}
.nlist{border-right:2px solid var(--site-color);padding-right:26px;display:flex;flex-direction:column}
.nitem{display:grid;grid-template-columns:175px 1fr;gap:20px;padding:6px 0 20px;margin-bottom:20px;border-bottom:1px solid #ededed;cursor:pointer}
.nitem:last-child{border-bottom:none;margin-bottom:0}
.nitem img{width:175px;height:104px;object-fit:cover;border-radius:10px}
.nitem h4{font-size:16px;font-weight:700;margin-bottom:6px;transition:.2s;}
.nitem:hover h4{color:var(--site-color)}
.nitem h4.red{color:var(--site-color)}
.nitem p{color:var(--gray);font-size:12.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}
.nitem .ndate{margin:0;white-space:nowrap}

/* ============ Contact ============ */
.contact{background:var(--bg-soft);padding:100px 0}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}
.contact h2{font-size:clamp(26px,2.4vw,36px);font-weight:800;line-height:1.25;letter-spacing:-.5px;margin-bottom:40px}
.ci-title{font-size:15px;font-weight:700;margin-bottom:22px}
.ci-row{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #e4e4e4}
.ci-row:last-child{border-bottom:none}
.ci-ico{width:42px;height:42px;border-radius:10px;background:#ececec;display:grid;place-items:center;flex:none}
.ci-ico svg{width:18px;height:18px;stroke:#555;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ci-lb{font-size:11px;color:var(--gray);font-weight:600;letter-spacing:.4px;text-transform:uppercase}
.ci-vl{font-size:14px;font-weight:600;color:var(--ink);margin-top:1px}
.form-card{background:#fff;border-radius:16px;box-shadow:0 14px 44px rgba(0,0,0,.06);padding:38px}
.fi-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.fi-row>label{font-size:18px;font-weight:700;margin-right:4px}
.pill{border:1.5px solid #cfcfcf;border-radius:20px;padding:7px 17px;font-size:12.5px;font-weight:600;color:#333;background:#fff;transition:.18s}
.pill.on{background:#141414;border-color:#141414;color:#fff}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fitem{margin-bottom:16px;display:flex;flex-direction:column}
.fitem.full{grid-column:1/-1}
.fitem input,.fitem select,.fitem textarea{border:1px solid #dcdcdc;border-radius:8px;padding:12px 14px;font-size:13px;font-family:inherit;color:#333;background:#fff;outline:none;transition:.18s;width:100%}
.fitem textarea{resize:vertical;min-height:110px}
.fitem input:focus,.fitem select:focus,.fitem textarea:focus{border-color:var(--site-color)}
.fitem input.err{border-color:var(--site-color)}
.fitem label{font-size:11px;color:#bbb;margin-bottom:5px}
.fbot{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:8px 0 20px}
.agree{display:flex;align-items:flex-start;gap:8px;font-size:11.5px;color:#666;max-width:300px;line-height:1.5}
.agree input{margin-top:2px;accent-color:var(--site-color)}
.agree a{color:var(--site-color);text-decoration:underline}
.captcha{display:flex;align-items:center;gap:9px;border:1px solid #d2d2d2;border-radius:4px;padding:10px 14px;background:#f9f9f9;font-size:12px;color:#555;cursor:pointer;user-select:none}
.captcha .cb{width:20px;height:20px;border:2px solid #b0b0b0;border-radius:3px;display:grid;place-items:center;background:#fff}
.captcha.done .cb{background:var(--site-color);border-color:var(--site-color)}
.captcha.done .cb svg{display:block}
.captcha .cb svg{display:none;width:13px;height:13px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.captcha small{display:block;font-size:9px;color:#999;text-align:right;line-height:1.2}
.captcha b{font-weight:800;letter-spacing:1px;color:#4a6fb5;font-size:11px}

/* ============ Newsletter ============ */
.newsletter{position:relative;z-index:5;background:var(--bg-soft);padding-bottom:50px}
.newsletter .wrap{position:relative}
.nl-box{background:var(--site-color);border-radius:16px;padding:38px 48px;display:grid;grid-template-columns:1fr 1px 1.35fr auto;gap:40px;align-items:center;transform:translateY(46px)}
.nl-l{display:flex;align-items:center;gap:22px}
.nl-l svg{width:62px;height:62px;flex:none;fill:#fff}
.nl-l h3{color:#fff;font-size:32px;font-weight:800;letter-spacing:-.5px}
.nl-l p{color:rgba(255,255,255,.88);font-size:12.5px;margin-top:4px}
.nl-div{width:1px;height:74px;background:rgba(255,255,255,.35)}
.nl-summary{color:rgba(255,255,255,.9);font-size:14px;line-height:1.7}
.nl-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:#fff;color:var(--site-color);font-size:13px;font-weight:700;border-radius:8px;padding:13px 24px;white-space:nowrap;box-shadow:0 8px 22px rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s,background .2s}
.nl-action:hover{background:#f7f9ff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.nl-action svg{width:13px;height:13px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* ============ Footer ============ */
.footer{background:linear-gradient(135deg,#1c1c1c 0%,#232323 60%,#2b2b2b 100%);padding:120px 0 26px;color:#b3b3b3;font-size:12.5px;position:relative}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px}
.fbrand img{height:44px;margin-bottom:18px;filter:brightness(0) invert(1)}
.fbrand .faddr{line-height:1.65;margin-bottom:22px;max-width:80%}
.ffollow{display:flex;align-items:center;gap:9px;margin-top:6px}
.ffollow span{font-size:12px;margin-right:4px}
.ffollow a{width:28px;height:28px;background:#000;border-radius:5px;display:grid;place-items:center;color:#fff;transition:.2s}
.ffollow a:hover{background:var(--site-color)}
.ffollow svg{width:14px;height:14px;fill:currentColor}
.ffollow [data-share-platform="instagram"] svg{fill:none;stroke:currentColor;stroke-width:1.9}
.ffollow [data-share-platform="instagram"] .ig-dot{fill:currentColor;stroke:none}
.fcol h5{color:#fff;font-size:13px;font-weight:700;margin-bottom:16px}
.fcol a{display:block;padding:4.5px 0;color:#b3b3b3;font-size:12.5px;transition:.18s}
.fcol a:hover{color:#fff}
.fcol a.hot{color:var(--site-color);font-weight:600}
.fcontact span{display:block;padding:4.5px 0;line-height:1.6;color:#b3b3b3}
.fcontact .fcontact-more{margin-top:8px;color:#fff;font-weight:600}
.totop{position:absolute;right:6%;top:120px;width:44px;height:44px;border-radius:50%;border:1.5px solid #6f6f6f;display:grid;place-items:center;color:#cfcfcf;transition:.2s}
.totop:hover{border-color:var(--site-color);color:var(--site-color)}
.totop svg{width:17px;height:17px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fbar{border-top:1px solid rgba(255,255,255,.1);margin-top:46px;padding-top:20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:11.5px;color:#8f8f8f}
.fbar .copy{text-align:center}
.fbar .pols{text-align:right}
.fbar .pols a:hover{color:#fff}
.fbar .pols span{margin:0 7px;color:#555}

/* ============ Toast ============ */
.toast{position:fixed;left:50%;bottom:34px;transform:translate(-50%,20px);background:#161616;color:#fff;font-size:13px;font-weight:600;padding:13px 24px;border-radius:10px;opacity:0;pointer-events:none;transition:.28s;z-index:999;box-shadow:0 12px 30px rgba(0,0,0,.25);max-width:86vw;text-align:center}
.toast.show{opacity:1;transform:translate(-50%,0)}

/* ============ Responsive ============ */
@media (max-width:1280px){
  :root{--wrap:90%}
  .footer-grid{grid-template-columns:1.4fr repeat(3,1fr);row-gap:36px}
}
@media (max-width:980px){
  .prod-grid{grid-template-columns:repeat(2,1fr)}
  .ucontact{padding:0 14px}
  .ucontact .uc-ico{display:none}
  .about-grid,.contact-grid,.news-grid,.explore-grid{grid-template-columns:1fr;gap:48px}
  .clients{grid-template-columns:1fr;gap:26px}
  .big-num{font-size:84px}
  .pcard{grid-template-columns:1fr}
  .pcard-r{order:-1;padding-top:30px}
  .mlist{flex-direction:column}
  .mrow{flex:0 0 auto}
  .dcards{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}
  .distrib{padding-bottom:90px}
  .nlist{border-right:none;padding-right:0}
  .nl-box{grid-template-columns:1fr;gap:22px;padding:30px}
  .nl-div{display:none}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .totop{display:none}
  .fbar{grid-template-columns:1fr;text-align:center;gap:8px}
  .fbar .copy,.fbar .pols{text-align:center}
}
@media (max-width:760px){
  .hamb{display:block}
  .nav-links{position:absolute;top:100%;left:0;right:0;background:#141414;flex-direction:column;align-items:flex-start;gap:0;padding:8px 5%;display:none}
  .nav-links.open{display:flex}
  .nav-links>a{width:100%;padding:13px 0;border-bottom:1px solid #262626}
  .nav-item{width:100%;border-bottom:1px solid #262626}
  .nav-links .nav-parent{width:100%;justify-content:space-between;padding:13px 0}
  .dropdown{position:static;transform:none;opacity:1;visibility:visible;display:none;min-width:0;background:#0f0f0f;border-top:none;border-radius:0;box-shadow:none;padding:0 0 8px 14px}
  .nav-item.open .dropdown{display:block;transform: translateX(0) translateY(0);}
  .nav-item.open .caret{transform:rotate(180deg)}
  .dropdown a{padding:7px 0;border:none;white-space:normal}
  .dropdown a:hover{padding-left:0;background:none}
  .nav-social{gap:12px}
  .nav-social .share-label{display:none}
  .nav-social a{width:24px}
  .uhead .wrap{flex-wrap:wrap}
  .ucontacts{width:100%;justify-content:space-between;flex-wrap:wrap;gap:10px}
  .ucontact{padding:0;border:none}
  .uc-txt .lb{display:none}
  .hero{min-height:480px}
  .hero-slide{min-height:480px}
  .hero .wrap{transform:translateY(-28px)}
  .hero-dots{left:5%;bottom:30px}
  .hero-arrow{width:40px;height:40px}
  .hero-arrow.prev{left:3%}.hero-arrow.next{right:3%}
  .inquiry{width:60px;height:60px;font-size:11px;right:5%;bottom:22px}
  .ctastrip .wrap{flex-direction:column;text-align:center}
  .apps-head{flex-direction:column;align-items:flex-start;gap:14px}
  .prod-grid{grid-template-columns:1fr;max-width:520px}
  .stats{grid-template-columns:repeat(3,1fr);gap:10px}
  .footer-grid{grid-template-columns:1fr;gap:22px}
  .fgrid{grid-template-columns:1fr}
  .tst-page{grid-template-columns:1fr}
  .tst-card{min-height:0}
  .nitem{grid-template-columns:120px 1fr;gap:14px}
  .nitem img{width:120px;height:78px}
  .form-card{padding:24px}
  .fitem input,.fitem select,.fitem textarea{font-size:16px}
  .nl-l{flex-direction:column;text-align:center;gap:12px}
  .nl-summary{text-align:center}
  .nl-action{width:100%}
  .fbot{gap:12px}
}
/* ============ Motion layer ============ */
.scroll-progress{position:fixed;left:0;top:0;height:3px;width:100%;background:linear-gradient(90deg,var(--site-color),#ff5a5a);z-index:200;transform:scaleX(0);transform-origin:0 50%;will-change:transform}
@media (prefers-reduced-motion:no-preference){
  .hero-slide-bg{animation:heroZoom 9s ease-out forwards}
  .hero-slide.on .hero-tag{animation:heroRise .8s cubic-bezier(.22,1,.36,1) .15s both}
  .hero-slide.on h1{animation:heroRise .85s cubic-bezier(.22,1,.36,1) .3s both}
  .inquiry{animation:heroPop .6s cubic-bezier(.22,1,.36,1) .72s both}
}
@keyframes heroZoom{from{transform:scale(1)}to{transform:scale(1.08)}}
@keyframes heroRise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroPop{from{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}
/* scroll reveal */
.rv{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}
.rv.in{opacity:1;transform:none}
.rv.d1{transition-delay:.08s}.rv.d2{transition-delay:.16s}.rv.d3{transition-delay:.24s}.rv.d4{transition-delay:.32s}
.rv.zoom{transform:scale(.93)}
.rv.left{transform:translateX(-36px)}
.rv.right{transform:translateX(36px)}
.rv.zoom.in,.rv.left.in,.rv.right.in{transform:none}
.red-divider.rv{transform:scaleX(0);transform-origin:left center;opacity:1;transition:transform .9s cubic-bezier(.22,1,.36,1)}
.red-divider.rv.in{transform:scaleX(1)}
/* button shine sweep */
.btn-red,.cta-btn{position:relative;overflow:hidden}
.btn-red::before,.cta-btn::before{content:"";position:absolute;top:0;bottom:0;left:-75%;width:45%;transform:skewX(-18deg);transition:left .65s ease;pointer-events:none}
.btn-red::before{background:linear-gradient(100deg,transparent,rgba(255,255,255,.3),transparent)}
.cta-btn::before{background:linear-gradient(100deg,transparent,rgba(220,43,43,.15),transparent)}
.btn-red:hover::before,.cta-btn:hover::before{left:135%}
/* nav underline grow */
.nav-links>a::after,.nav-parent::after{content:"";position:absolute;left:0;right:0;bottom:9px;height:2px;background:var(--site-color);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav-links>a:hover::after,.nav-item:hover .nav-parent::after,.nav-item:focus-within .nav-parent::after{transform:scaleX(1)}
/* card lift / micro motion */
.dcard{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,background-color .3s,color .3s}
.dcard h4,.dcard p,.dcard .d-ico{transition:color .3s}
.dcard:hover{transform:translateY(-7px);box-shadow:0 26px 52px rgba(0,0,0,.24);background:var(--site-color);color:#fff}
.dcard:hover p{color:rgba(255,255,255,.9)}
.dcard:hover .d-ico{color:#fff}
.tst-card{transition:transform .3s,box-shadow .3s}
.tst-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.1)}
.nitem{transition:transform .25s}
.nitem:hover{transform:translateX(6px)}
.form-card{transition:box-shadow .3s}
.form-card:focus-within{box-shadow:0 20px 54px rgba(220,43,43,.1)}
.stat b{font-feature-settings:'tnum'}
@media (prefers-reduced-motion:reduce){
  .rv{opacity:1!important;transform:none!important;transition:none!important}
  .hero-slide-bg,.hero-slide.on .hero-tag,.hero-slide.on h1,.inquiry{animation:none!important}
  .hero-track{transition:none!important}
  .pcard-r .pimg{transition:none!important;transform:none!important}
  .scroll-progress{display:none}
  html{scroll-behavior:auto}
}
/* ============ Our Factory ============ */
.factory{padding:96px 0;}
.fact-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.fact-photo{position:relative}
.fact-photo::before{content:"";position:absolute;left:-16px;top:-16px;width:72px;height:72px;border-top:7px solid var(--site-color);border-left:7px solid var(--site-color);border-radius:14px 0 0 0;z-index:0}
.fact-photo::after{content:"";position:absolute;left:-16px;bottom:-16px;width:72px;height:72px;border-bottom:7px solid var(--site-color);border-left:7px solid var(--site-color);border-radius:0 0 0 14px;z-index:0}
.fact-photo img{position:relative;z-index:1;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}
.factory h2{font-size:clamp(26px,2.5vw,40px);font-weight:800;line-height:1.22;letter-spacing:-.5px;margin-bottom:22px}
.factory>div>div:last-child>p{color:var(--gray);font-size:14.5px;margin-bottom:24px;max-width:540px}
.fact-list{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}
.fact-list li{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:600;color:var(--ink-2)}
.fact-list svg{width:20px;height:20px;flex:none;stroke:var(--site-color);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round;background:var(--site-aux-2);border-radius:50%;padding:3px;margin-top:1px}
.factory-gallery{position:relative;margin-top:64px}
.factory-gallery-viewport{overflow:hidden}
.factory-gallery-track{display:flex;gap:20px;will-change:transform}
.factory-gallery-track.is-moving{transition:transform .65s cubic-bezier(.22,1,.36,1)}
.factory-gallery-item{position:relative;flex:0 0 calc((100% - 60px)/4);aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#eee}
.factory-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}
.factory-gallery-item span{position:absolute;left:0;right:0;bottom:0;padding:34px 18px 14px;color:#fff;font-size:14px;font-weight:700;background:linear-gradient(transparent,rgba(0,0,0,.72));transform:translateY(5px);transition:transform .3s}
.factory-gallery-item:hover img{transform:scale(1.06)}
.factory-gallery-item:hover span{transform:none}
.factory-gallery-arrow{position:absolute;z-index:3;top:50%;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--site-color);box-shadow:0 10px 28px rgba(0,0,0,.2);opacity:0;transition:opacity .3s ease,transform .3s ease,background .2s}
.factory-gallery-arrow.prev{left:0;transform:translate(-75%,-50%)}
.factory-gallery-arrow.next{right:0;transform:translate(75%,-50%)}
.factory-gallery:hover .factory-gallery-arrow,.factory-gallery:focus-within .factory-gallery-arrow{opacity:1}
.factory-gallery:hover .factory-gallery-arrow.prev,.factory-gallery:focus-within .factory-gallery-arrow.prev{transform:translate(-50%,-50%)}
.factory-gallery:hover .factory-gallery-arrow.next,.factory-gallery:focus-within .factory-gallery-arrow.next{transform:translate(50%,-50%)}
.factory-gallery-arrow:hover{background:var(--site-aux-1)}
.factory-gallery-arrow svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.factory-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:70px 100px;background:rgba(0,0,0,.88);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.factory-lightbox.open{opacity:1;visibility:visible}
.factory-lightbox-content{position:relative;max-width:min(1200px,82vw);max-height:82vh;margin:0;display:flex;flex-direction:column;align-items:center;transform:scale(.96);transition:transform .3s cubic-bezier(.22,1,.36,1)}
.factory-lightbox.open .factory-lightbox-content{transform:none}
.factory-lightbox-content img{display:block;max-width:100%;max-height:76vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 70px rgba(0,0,0,.45)}
.factory-lightbox-content figcaption{min-height:24px;margin-top:14px;color:#fff;font-size:14px;font-weight:600;text-align:center}
.factory-lightbox-close,.factory-lightbox-arrow{position:absolute;z-index:2;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);transition:background .2s,transform .2s}
.factory-lightbox-close:hover,.factory-lightbox-arrow:hover{background:var(--site-color)}
.factory-lightbox-close{right:28px;top:24px;width:48px;height:48px;border-radius:50%}
.factory-lightbox-arrow{top:50%;width:54px;height:54px;border-radius:50%;transform:translateY(-50%)}
.factory-lightbox-arrow.prev{left:28px}.factory-lightbox-arrow.next{right:28px}
.factory-lightbox-close svg,.factory-lightbox-arrow svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
body.factory-lightbox-open{overflow:hidden}
/* ============ Why Choose Us ============ */
.why{padding:96px 0}
.sec-head{text-align:center;margin-bottom:52px}
.sec-head .kicker{justify-content:center}
.sec-head h2{font-size:clamp(26px,2.5vw,40px);font-weight:800;letter-spacing:-.5px}
.sec-head h2 .red{color:var(--site-color)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why-card{border:1px solid #ececec;border-radius:14px;padding:32px 26px;background:#fff;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s}
.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(0,0,0,.08);border-color:#f0d4d4}
.why-ico{width:56px;height:56px;border-radius:14px;background:var(--site-aux-2);display:grid;place-items:center;margin-bottom:20px;color:var(--site-color)}
.why-ico svg{width:27px;height:27px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.why-card h3{font-size:16.5px;font-weight:800;margin-bottom:10px}
.why-card p{font-size:13px;color:var(--gray);line-height:1.65}
@media (min-width:981px){
  .why-card:nth-child(5),.why-card:nth-child(6){grid-column:span 2}
}
/* ============ Application Areas ============ */
.domains{padding:96px 0;background:var(--bg-soft)}
.domain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.domain-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #ececec;border-radius:12px;padding:20px 22px;cursor:pointer;transition:.25s}
.domain-item:hover{border-color:var(--site-color);transform:translateY(-3px);box-shadow:0 14px 30px rgba(220,43,43,.08)}
.domain-item svg{width:30px;height:30px;flex:none;stroke:var(--site-color);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.domain-item img{width:42px;height:42px;flex:none;object-fit:contain}
.domain-item span{font-size:14px;font-weight:700;color:var(--ink)}
.message-captcha{gap:12px;padding:10px 12px}
.message-captcha input{min-width:0;border:0;border-bottom:1px solid #ddd;padding:8px;background:transparent}
.message-captcha img{width:110px;height:38px;object-fit:cover;cursor:pointer}
.fcol h5 a{color:inherit}
@media (max-width:980px){
  .fact-grid{grid-template-columns:1fr;gap:48px}
  .factory-gallery-item{flex-basis:calc((100% - 20px)/2)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .domain-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .why-grid{grid-template-columns:1fr}
  .factory,.why,.domains{padding:70px 0}
  .fact-photo::before,.fact-photo::after{width:48px;height:48px;border-width:5px}
  .factory-gallery{margin-top:42px}
  .factory-gallery-track{gap:14px}
  .factory-gallery-item{flex-basis:100%}
  .factory-gallery-arrow{width:42px;height:42px;opacity:1}
  .factory-gallery-arrow.prev{transform:translate(-32%,-50%)}
  .factory-gallery-arrow.next{transform:translate(32%,-50%)}
  .factory-lightbox{padding:64px 18px}
  .factory-lightbox-content{max-width:100%}
  .factory-lightbox-content img{max-height:72vh}
  .factory-lightbox-close{right:14px;top:14px;width:42px;height:42px}
  .factory-lightbox-arrow{width:44px;height:44px}
  .factory-lightbox-arrow.prev{left:10px}.factory-lightbox-arrow.next{right:10px}
}
/* === APPEND-MARKER-1 === */
