/* ===================================================================
   Hợp Long Technology — Homepage stylesheet
   Color system: industrial B2B blue / white / gray with red accent
=================================================================== */
:root {
  --blue: #ffbf00;
  --blue-dark: #FF9800;
  --blue-light: #ffbf00;
  --red: #e8201a;
  --orange: #f7941e;
  --ink: #1a2230;
  --muted: #5b6573;
  --line: #e3e8ef;
  --bg: #ffffff;
  --gray: #f4f6f9;
  --gray-2: #eef1f6;
  --green: #16a34a;
  --radius: 10px;
  --shadow-sm: 0 1px 3px rgba(16, 35, 67, .08);
  --shadow: 0 6px 20px rgba(16, 35, 67, .10);
  --shadow-lg: 0 14px 40px rgba(16, 35, 67, .16);
  --container: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
svg { color: #e8b20f; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 16px; }
.elementor .elementor-element{
  padding: 0px !important;
}
.e-con>.e-con-inner{
  width: 100% !important;
  max-width: 100% !important;
}
.newsgrid>.news>.news__img{
  overflow: hidden;
    align-items: center;
    display: flex;
}
/* ---------- TOP BAR ---------- */
.topbar {
  background: var(--blue-dark);
  color: #cfe0f3;
  font-size: 13px;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.topbar__welcome { display: flex; align-items: center; gap: 8px; }
.topbar .dot { width: 8px; height: 8px; border-radius: 50%; background: #5dd47f; box-shadow: 0 0 0 3px rgba(93,212,127,.25); }
.topbar__links { display: flex; gap: 20px; }
.topbar__links a { transition: color .2s; }
.topbar__links a:hover { color: #fff; }
.topbar__hot { color: #ffd24d !important; font-weight: 600; }

/* ---------- HEADER ---------- */
.header { background: #fff; position: relative; z-index: 100; }
.header__inner { display: flex; align-items: center; gap: 36px; padding: 16px; }

.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo__img { display: block; height: 48px; width: auto; }
.footer .logo__img { height: 52px; }
.logo__oval {
  font-style: italic; font-weight: 700; font-size: 26px; color: var(--blue);
  padding: 6px 20px; border: 2px solid var(--blue); border-radius: 50%;
  letter-spacing: -.5px; line-height: 1;
}
.logo__text { display: flex; flex-direction: column; line-height: 1.15; }
.logo__text strong { font-size: 22px; color: var(--ink); font-weight: 700; letter-spacing: .5px; }
.logo__text small { font-size: 11px; color: var(--muted); }
.logo--light .logo__oval { color: #fff; border-color: #fff; }
.logo--light .logo__text strong { color: #fff; }
.logo--light .logo__text small { color: #9fb4cf; }

.search-wrap { flex: 1; max-width: 640px; }
.search { display: flex; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.search__input { flex: 1; border: none; outline: none; padding: 13px 18px; font-size: 14px; }
.search__btn {
  background: var(--blue-light); color: #fff; padding: 0 24px;
  display: flex; align-items: center; justify-content: center;
  margin: 4px; border-radius: 8px; transition: background .2s;
}
.search__btn:hover { background: var(--blue); }
.search__hot { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 14px; margin-top: 9px; font-size: 13px; padding-left: 4px; }
.search__hot > span { color: var(--ink); font-weight: 600; }
.search__hot a { color: var(--muted); font-style: italic; transition: color .2s; }
.search__hot a:hover { color: var(--blue); }

.header__actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.iconbtn {
  position: relative; color: var(--blue-light);
  width: 46px; height: 46px; display: grid; place-items: center;
  border-radius: 12px; background: #eef4fc; transition: background .2s, color .2s;
}
.iconbtn:hover { background: var(--blue-light); color: #fff; }
.badge {
  position: absolute; top: -5px; right: -5px; min-width: 20px; height: 20px; padding: 0 5px;
  background: #f7941e; color: #fff; font-size: 11px; font-weight: 700;
  border-radius: 10px; display: grid; place-items: center; border: 2px solid #fff;
}

.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: .3s; }

/* ---------- NAV ---------- */
.nav { background: #fff; border-top: 1px solid var(--line); border-bottom: 2px solid #eaf1fb; position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm); }
.nav__inner { display: flex; align-items: stretch; }
.nav__menu { display: flex; align-items: center; flex-wrap: wrap; width: 100%; }
.nav__menu li { flex: 1; }
.nav__menu a {
  display: flex; align-items: center; justify-content: center; gap: 9px; height: 56px; padding: 0 10px;
  color: var(--ink); font-size: 14.5px; transition: background .2s, color .2s;
}
.nav__menu a svg { color: #e8b20f; flex-shrink: 0; }
.nav__menu a:hover, .nav__menu a.active { background: #f3f8ff; color: var(--blue); }
.nav__menu a:hover svg { color: #e8b20f; }
.nav__flash { color: var(--red) !important; }

/* ---------- HERO ---------- */
.hero { background: var(--gray); padding: 22px 0; }
.hero__grid { display: grid; grid-template-columns: 240px 1fr; gap: 18px; }

.catlist { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); position: relative; z-index: 5; }
.catlist__title {
  background: #593939;border-radius: 10px 10px 0px 0px;
  display: flex; align-items: center; gap: 10px; padding: 14px 16px;
  font-size: 16px; font-weight: 700; color: var(--blue); border-bottom: 1px solid var(--gray-2);
}
.catlist__link {
  display: flex; align-items: center; padding: 10px 16px; font-size: 14px; color: var(--ink);
  border-bottom: 1px solid var(--gray-2); transition: background .15s, color .15s;
}
.catlist__item:last-child .catlist__link { border-bottom: none; }
.catlist__link i { margin-left: auto; color: var(--muted); font-style: normal; font-size: 16px; }
.catlist__link:hover { background: #f3f8ff; color: var(--blue); }
.catlist__link:hover i { color: var(--blue); }
.catlist__link--all { color: var(--blue); font-weight: 600; }

/* Flyout submenu (appears on hover, overlapping the slider area) */
.catlist__flyout {
  position: absolute; left: 100%; top: 0; bottom: 0;
  width: 942px; max-width: calc(100vw - 290px);
  background: #fff; border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow-lg); padding: 22px 28px;
  opacity: 0; visibility: hidden; transform: translateX(6px);
  z-index: 60; overflow-y: auto;
}
.catlist__item:hover .catlist__flyout,
.catlist__flyout:hover { opacity: 1; visibility: visible; transform: translateX(0); }
.catlist__flyout h4 { font-size: 17px; color: var(--blue); margin-bottom: 16px; font-weight: 700; }
.catlist__flyout ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 24px; }
.catlist__flyout a { display: block; padding: 9px 4px; font-size: 14px; color: #475160; border-bottom: 1px solid var(--gray-2); transition: color .15s; }
.catlist__flyout a:hover { color: var(--blue); }

.slider { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.slider__track { display: flex; transition: transform .55s cubic-bezier(.4,0,.2,1); height: 100%;}
.slide {
  min-width: 100%; min-height: 380px; display: flex; align-items: center;
  background: linear-gradient(120deg, var(--g1), var(--g2));
  position: relative; overflow: hidden;
}
.slide::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%); border-radius: 50%;
}
.slide__content { padding: 0 56px; max-width: 620px; color: #fff; position: relative; z-index: 1; }
.slide__tag { display: inline-block; background: rgba(255,255,255,.2); padding: 5px 14px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.slide__content h2 { font-size: 38px; line-height: 1.18; font-weight: 800; letter-spacing: -.5px; }
.slide__content p { margin: 16px 0 26px; font-size: 16px; opacity: .92; max-width: 480px; }

.slider__nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px;
  background: rgba(255,255,255,.85); color: var(--ink); font-size: 26px; border-radius: 50%;
  display: grid; place-items: center; box-shadow: var(--shadow); transition: background .2s; line-height: 1;
}
.slider__nav:hover { background: #fff; }
.slider__nav--prev { left: 16px; }
.slider__nav--next { right: 16px; }
.slider__dots { position: absolute; bottom: 18px; left: 56px; display: flex; gap: 8px; }
.slider__dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.5); transition: .2s; }
.slider__dots button.active { background: #fff; width: 26px; border-radius: 5px; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block; padding: 12px 28px; border-radius: 8px; font-weight: 600; font-size: 15px;
  transition: transform .15s, box-shadow .2s, background .2s; cursor: pointer;
}
.btn--light { background: #fff; color: var(--blue); box-shadow: var(--shadow); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--lg { padding: 15px 40px; font-size: 16px; }

/* ---------- FEATURES ---------- */
.features { border-bottom: 1px solid var(--line); }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature { display: flex; align-items: center; gap: 14px; padding: 24px 16px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: none; }
.feature__ico { font-size: 30px; }
.feature strong { display: block; font-size: 15px; }
.feature span { font-size: 13px; color: var(--muted); }

/* ---------- SECTIONS ---------- */
.section { padding: 48px 0; }
.section--gray { background: var(--gray); }
.section__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; flex-wrap: wrap; gap: 14px; }
.section__title { font-size: 26px; font-weight: 800; letter-spacing: -.5px; position: relative; padding-left: 16px; }
.section__title::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 5px; border-radius: 3px; background: var(--blue); }
.section__more { color: var(--blue); font-weight: 600; font-size: 14px; }
.section__more:hover { text-decoration: underline; }

/* ---------- CATEGORY GRID ---------- */
.catgrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.catcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 14px;
  text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.catcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blue-light); }
.catcard__ico { width: 64px; height: 64px; margin: 0 auto 12px; border-radius: 16px; display: grid; place-items: center; font-size: 30px; background: var(--gray); }
.catcard strong { display: block; font-size: 14px; }
.catcard span { font-size: 12px; color: var(--muted); }

/* ---------- PRODUCT COLLECTIONS ---------- */
.collections { display: flex; flex-direction: column; gap: 24px; }
.collection {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  display: flex; overflow: hidden; box-shadow: var(--shadow-sm);
}

/* left category cell */
.collection__cat {
  flex: 0 0 220px; background: #e9f1fc; padding: 26px 20px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.collection__cat-img {
  width: 130px; height: 150px; background: #fff; border-radius: 10px;
  display: grid; place-items: center; font-size: 64px; margin-bottom: 18px;
  box-shadow: var(--shadow-sm);
}
.collection__cat-name { font-size: 18px; font-weight: 700; margin-bottom: 16px; color: var(--ink); }
.collection__more-link { display: none; }
.collection__btn { background: var(--blue-light); color: #fff; padding: 10px 26px; border-radius: 8px; box-shadow: none; }
.collection__btn:hover { background: var(--blue); transform: none; }

/* product scroller */
.collection__scroller { flex: 1; min-width: 0; }
.collection__track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.collection__track::-webkit-scrollbar { display: none; }
.collection__dots { display: none; }

/* product card */
.pcard {
  flex: 1 0 0; min-width: 0; scroll-snap-align: start;
  border-left: 1px solid var(--line); padding: 16px 16px 18px;
  display: flex; flex-direction: column;
}
.pcard:first-child { border-left: none; }
.pcard__top { display: flex; justify-content: space-between; align-items: center; height: 26px; }
.pcard__brand { font-size: 14px; font-weight: 800; color: #1a3a8f; font-style: italic; letter-spacing: -.3px; }
.pcard__auth { font-size: 11px; font-style: italic; font-weight: 700; color: var(--blue); display: flex; flex-direction: column; line-height: 1; align-items: flex-end; }
.pcard__auth small { font-size: 7px; font-style: normal; font-weight: 600; color: #fff; background: var(--blue); padding: 1px 3px; border-radius: 2px; letter-spacing: .3px; margin-top: 1px; }
.pcard__img { position: relative; height: 170px; display: grid; place-items: center; margin: 6px 0 12px; }
.pcard__ico { font-size: 72px; }
.pcard__wm { white-space: nowrap;position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%); font-size: 9px; color: #c3ccd8; letter-spacing: 1px; font-weight: 600; }
.pcard__name { font-size: 14.5px; font-weight: 700; line-height: 1.35; margin-bottom: 12px; min-height: 40px;z-index:1; }
.pcard__name a:hover { color: var(--blue); }
.pcard__specs { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; flex: 1; }
.pcard__specs li { position: relative; padding-left: 22px; font-size: 13px; color: #54607a; line-height: 1.3; }
.pcard__specs li::before {
  content: "➜"; position: absolute; left: 0; top: 0; font-size: 11px; color: #fff;
  background: var(--blue-light); width: 15px; height: 15px; border-radius: 50%;
  display: grid; place-items: center; line-height: 1;
}
.pcard__price { font-size: 19px; font-weight: 800; color: var(--red); margin-top: auto; }

/* ---------- QUOTE REQUEST ---------- */
.quote { position: relative; background: #eef4fb; padding: 64px 0; overflow: hidden; }
.quote__band {
  position: absolute; left: 0; right: 0; top: 86px; bottom: 86px;
  background: linear-gradient(90deg, #000000 0%, #2f2f2f 55%, #333333 100%);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}
.quote__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

/* left info */
.quote__info { color: #fff; padding: 10px 0; }
.quote__info h2 { font-size: 30px; font-weight: 800; margin-bottom: 18px;  color: var(--blue);}
.quote__info p { font-size: 15.5px; line-height: 1.75; color: #e7eff9; max-width: 560px; }
.quote__learn {
  margin-top: 28px; background: #fff; color: #000; padding: 14px 36px; border-radius: 8px;
  font-weight: 700; box-shadow: 0 8px 20px rgba(247,148,30,.35);

}
.quote__learn:hover { background: #ffbf00; transform: translateY(-2px); }

/* right form card */
.quote__form { background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); padding: 36px 38px; }
.quote__form h3 { font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.quote__sub { font-size: 14.5px; color: var(--muted); margin-bottom: 24px; }
.quote__fields { display: flex; flex-direction: column; gap: 16px; }
.quote__input {
  width: 100%; border: 1px solid #dde5ef; border-radius: 10px; padding: 16px 18px;
  font-size: 15px; outline: none; transition: border-color .2s, box-shadow .2s;
}
.quote__input:focus { border-color: var(--blue-light); box-shadow: 0 0 0 3px rgba(27,120,212,.12); }
.quote__addprod {
  width: 100%; margin-top: 16px; border: 1px solid #dde5ef; border-radius: 10px; padding: 16px;
  font-size: 15px; color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: border-color .2s, color .2s;
}
.quote__addprod span { font-size: 18px; font-weight: 700; }
.quote__addprod:hover { border-color: var(--blue-light); color: var(--blue); }
.quote__file { display: flex; align-items: center; gap: 14px; margin: 18px 0 22px; }
.quote__filebtn {
  border: 1px solid #dde5ef; border-radius: 8px; padding: 10px 18px; font-size: 14px; cursor: pointer;
  white-space: nowrap; transition: border-color .2s, background .2s;
}
.quote__filebtn:hover { border-color: var(--blue-light); background: #f3f8ff; }
.quote__filehint { font-size: 14px; color: var(--muted); font-style: italic; display: flex; align-items: center; gap: 8px; }
.quote__q {
  font-style: normal; width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--blue-light);
  color: var(--blue-light); font-size: 11px; display: inline-grid; place-items: center; cursor: help;
}
.quote__submit {
  width: 100%; background: linear-gradient(90deg, #634439, #332121); color: #fff;
  font-size: 16px; font-weight: 700; padding: 16px; border-radius: 10px; transition: filter .2s, transform .15s;
}
.quote__submit:hover { filter: brightness(1.07); transform: translateY(-1px); }

/* ---------- NEWS ---------- */
.newsgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.news:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news__img { height: 180px; background: linear-gradient(120deg, var(--blue), var(--blue-light)); display: grid; place-items: center; font-size: 50px; color: #fff; }
.news__body { padding: 18px; }
.news__date { font-size: 12px; color: var(--muted); }
.news__title { font-size: 16px; font-weight: 600; margin: 6px 0 8px; line-height: 1.4; }
.news__title:hover { color: var(--blue); }
.news__excerpt { font-size: 13px; color: var(--muted); }

/* ---------- PARTNERS LOGO SLIDER ---------- */
.partners { background: #eef4fb; padding: 40px 0; }
.partners__box { position: relative; }
.partners__head {
  background: linear-gradient(90deg, #f5db00, #FF9800);
  color: #111; font-weight: 700; font-size: 18px; padding: 15px 26px; border-radius: 10px 10px 0 0;
}
.partners__body {
  position: relative; background: #fff; border: 1px solid #d8e3f0; border-top: none;
  border-radius: 0 0 10px 10px; padding: 18px 14px;
}
.partners__viewport { overflow: hidden; width: 100%; }
.partners__track {
  display: flex; width: max-content;
  animation: partners-marquee 35s linear infinite;
}
.partners__track.reverse { animation-direction: reverse; }
/* Tạm dừng khi rê chuột để người dùng xem/bấm mũi tên */
.partners__box:hover .partners__track { animation-play-state: paused; }
@keyframes partners-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.partner {
  flex: 0 0 200px; width: 200px; height: 80px;
  display: grid; place-items: center; padding: 0 12px;
}
.partner span { font-size: 19px; font-weight: 800; letter-spacing: .5px; white-space: nowrap; filter: grayscale(.15); transition: filter .2s, transform .2s; }
.partner:hover span { filter: grayscale(0); transform: scale(1.05); }
.partners__nav {
  position: absolute; top: 50%;
  width: 40px; height: 50px; background: linear-gradient(180deg, #2f7fcf, #1763b3);
  color: #fff; font-size: 26px; line-height: 1; border-radius: 8px;
  display: grid; place-items: center; box-shadow: var(--shadow); z-index: 2;
  opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s, filter .2s;
}
.partners__box:hover .partners__nav { opacity: 1; visibility: visible; }
.partners__nav:hover { filter: brightness(1.1); }
.partners__nav--prev { left: -18px; transform: translateY(-50%); }
.partners__nav--next { right: -18px; transform: translateY(-50%); }

/* ---------- FOOTER ---------- */
.footer { background: #0e1b2e; color: #aebed2; font-size: 14px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 32px; padding: 50px 16px 40px; }
.footer__col h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul a:hover { color: #fff; }
.footer__about { margin: 16px 0; line-height: 1.6; }
.footer__contact p { margin-bottom: 6px; }
.footer__contact strong { color: #fff; }
.subscribe { display: flex; margin: 14px 0 18px; }
.subscribe input { flex: 1; padding: 11px 14px; border: none; border-radius: 8px 0 0 8px; outline: none; font-size: 14px; }
.subscribe button { background: var(--red); color: #fff; padding: 0 20px; border-radius: 0 8px 8px 0; font-weight: 600; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; font-weight: 700; transition: .2s; }
.footer__social a:hover { background: var(--blue-light); color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; font-size: 13px; color: #7d8ea3; }

/* ===================================================================
   CATEGORY / PRODUCT LISTING PAGE
=================================================================== */
.breadcrumb { background: var(--gray); border-bottom: 1px solid var(--line); font-size: 13.5px; }
.breadcrumb .container { display: flex; align-items: center; gap: 8px; padding: 12px 16px; color: var(--muted); }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span { color: #b7c0cc; }
.breadcrumb strong { color: var(--ink); font-weight: 600; }

.catalog { padding: 26px 0 48px; }
.catalog__grid { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: start; }

/* Sidebar filters */
.catalog__side { display: flex; flex-direction: column; gap: 18px; }
.filter { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.filter__title { font-size: 15px; font-weight: 700; padding: 13px 16px; background: #f6f8fb; border-bottom: 1px solid var(--line); }
.filter__cats { padding: 4px 0; }
.filter__cats a {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 9px 16px; font-size: 13.5px; color: #475160; transition: background .15s, color .15s;
}
.filter__cats a span { font-size: 12px; color: #9aa6b4; }
.filter__cats a:hover { background: #f3f8ff; color: var(--blue); }
.filter__cats a.active { color: var(--blue); font-weight: 600; background: #f3f8ff; }
.filter__cats a.active span { color: var(--blue); }
.filter__list { padding: 10px 16px; display: flex; flex-direction: column; gap: 10px; }
.filter__list label { display: flex; align-items: center; gap: 9px; font-size: 14px; cursor: pointer; }
.filter__list input { width: 16px; height: 16px; accent-color: var(--blue); cursor: pointer; }
.filter__price { display: flex; align-items: center; gap: 8px; padding: 14px 16px 6px; }
.filter__price input { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 9px 10px; font-size: 13px; outline: none; }
.filter__price input:focus { border-color: var(--blue-light); }
.filter__apply { margin: 8px 16px 16px; padding: 9px; width: calc(100% - 32px); background: var(--blue); color: #fff; border-radius: 8px; font-weight: 600; font-size: 14px; transition: filter .2s; }
.filter__apply:hover { filter: brightness(1.08); }

/* Main listing */
.catalog__intro h1 { font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.catalog__intro p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 18px; }
.catalog__bar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 16px; margin-bottom: 18px;
}
.catalog__count { font-size: 13.5px; color: var(--muted); }
.catalog__sort { font-size: 14px; display: flex; align-items: center; gap: 8px; color: var(--muted); }
.catalog__sort select { border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; font-size: 14px; font-family: inherit; color: var(--ink); cursor: pointer; outline: none; }
.catalog__sort select:focus { border-color: var(--blue-light); }

.prodgrid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.empty { padding: 50px; text-align: center; color: var(--muted); background: #fff; border: 1px dashed var(--line); border-radius: var(--radius); }

/* product card (grid variant, reuses .pcard from home) */
.pcard--grid { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; transition: transform .2s, box-shadow .2s; }
.pcard--grid:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pcard--grid .pcard__img { height: 150px; }
.pcard--grid .pcard__ico { font-size: 60px; }
.pcard__spec1 { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; line-height: 1.4; min-height: 34px; }
.pcard__btn { margin-top: 10px; width: 100%; background: var(--gray-2); color: var(--blue); font-weight: 600; font-size: 13px; padding: 10px; border-radius: 8px; transition: .2s; }
.pcard__btn:hover { background: var(--blue); color: #fff; }

/* pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; flex-wrap: wrap; }
.page-btn {
  min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px;
  background: #fff; font-size: 14px; font-weight: 600; color: var(--ink); transition: .15s;
}
.page-btn:hover:not(:disabled) { border-color: var(--blue-light); color: var(--blue); }
.page-btn.active { background: var(--blue); color: #fff; border-color: var(--blue); }
.page-btn:disabled { opacity: .4; cursor: not-allowed; }

/* ===================================================================
   PRODUCT DETAIL PAGE (PDP)
=================================================================== */
.pdp { padding: 26px 0 48px; }
.pdp__grid { display: grid; grid-template-columns: 400px 1fr 290px; gap: 28px; align-items: start; margin-bottom: 36px; }

/* Support sidebar (contact / shipping / warranty) */
.psupport { display: flex; flex-direction: column; gap: 16px; }
.psupport__box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 18px 8px; box-shadow: var(--shadow-sm); }
.psupport__title { font-size: 16px; font-weight: 700; margin-bottom: 14px; }
.psupport__list { display: flex; flex-direction: column; }
.psupport__list li { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; font-size: 14px; color: #45506a; border-bottom: 1px solid var(--gray-2); }
.psupport__list li:last-child { border-bottom: none; }
.psupport__ico { flex-shrink: 0; width: 22px; text-align: center; font-size: 16px; }
.psupport__list a:hover { color: var(--blue); }
.psupport__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex: 1; }
.psupport__row a { color: var(--blue); font-weight: 600; }
.psupport__list em { font-style: normal; font-size: 12px; color: var(--muted); display: block; margin-top: 3px; line-height: 1.4; }

/* Gallery */
.gallery__main {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  height: 420px; display: grid; place-items: center; overflow: hidden;
}
.gallery__ico { font-size: 150px; }
.gallery__wm { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); font-size: 12px; color: #c3ccd8; letter-spacing: 2px; font-weight: 600; }
.gallery__badge { position: absolute; top: 14px; left: 14px; background: var(--green); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 20px; }
.gallery__thumbs { display: flex; gap: 12px; margin-top: 14px; }
.thumb {
  width: 80px; height: 80px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
  font-size: 36px; display: grid; place-items: center; transition: border-color .2s;
}
.thumb:hover { border-color: var(--blue-light); }
.thumb.active { border-color: var(--blue); border-width: 2px; }

/* Info column */
.pinfo__brandrow { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.pinfo__brand { font-size: 16px; font-weight: 800; color: #1a3a8f; font-style: italic; }
.pinfo__auth { font-size: 12px; font-style: italic; font-weight: 700; color: var(--blue); display: flex; flex-direction: column; line-height: 1; align-items: flex-end; }
.pinfo__auth small { font-size: 8px; font-style: normal; font-weight: 600; color: #fff; background: var(--blue); padding: 1px 4px; border-radius: 2px; margin-top: 1px; }
.pinfo__name { font-size: 26px; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.pinfo__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: var(--muted); padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.pinfo__meta strong { color: var(--ink); }
.pinfo__stock { color: var(--green); font-weight: 600; }
.pinfo__pricebox { background: var(--gray); border-radius: var(--radius); padding: 18px 22px; margin: 18px 0; }
.pinfo__price { font-size: 32px; font-weight: 800; color: var(--red); }
.pinfo__pricenote { font-size: 13px; color: var(--muted); margin-top: 2px; }
.pinfo__quick { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.pinfo__quick li { position: relative; padding-left: 22px; font-size: 14px; color: #54607a; }
.pinfo__quick li strong { color: var(--ink); }
.pinfo__quick li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; font-size: 11px; color: #fff;
  background: var(--blue-light); width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center;
}
.pinfo__buy { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.qty { display: flex; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.qty__btn { width: 42px; height: 48px; font-size: 20px; background: var(--gray); color: var(--ink); transition: background .2s; }
.qty__btn:hover { background: var(--gray-2); }
.qty__input { width: 56px; text-align: center; border: none; border-left: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 16px; font-weight: 600; outline: none; }
.btn--cart { background: #fff; color: var(--blue); border: 2px solid var(--blue); padding: 12px 26px; border-radius: 8px; font-weight: 700; transition: .2s; }
.btn--cart:hover { background: var(--blue); color: #fff; }
.btn--buy { background: var(--red); color: #fff; padding: 14px 34px; border-radius: 8px; font-weight: 700; transition: filter .2s; }
.btn--buy:hover { filter: brightness(1.08); }
.pinfo__actions { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--line); padding-top: 18px; }
.pinfo__act { font-size: 14px; color: #45506a; transition: color .2s; }
.pinfo__act:hover { color: var(--blue); }

/* Tabs */
.ptabs { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 40px; overflow: hidden; }
.ptabs__head { display: flex; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.ptab { padding: 16px 26px; font-size: 15px; font-weight: 600; color: var(--muted); border-bottom: 3px solid transparent; transition: .2s; }
.ptab:hover { color: var(--blue); }
.ptab.active { color: var(--blue); border-bottom-color: var(--blue); }
.ptabs__body { padding: 26px 28px; }
.ptab-panel { display: none; }
.ptab-panel.active { display: block; }
.ptab-panel p { font-size: 14.5px; line-height: 1.8; color: #3f4859; margin-bottom: 14px; }
.ptab-list { margin: 6px 0 0; display: flex; flex-direction: column; gap: 8px; }
.ptab-list li { position: relative; padding-left: 22px; font-size: 14px; color: #54607a; }
.ptab-list li::before { content: "➜"; position: absolute; left: 0; color: var(--blue-light); font-size: 12px; }

.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 12px 16px; font-size: 14px; border: 1px solid var(--line); }
.spec-table th { background: var(--gray); width: 38%; font-weight: 600; color: #3f4859; }
.spec-table tr:nth-child(even) td { background: #fafbfd; }

.doc-list { display: flex; flex-direction: column; gap: 10px; }
.doc-list a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; font-weight: 500; transition: .2s; }
.doc-list a span { font-size: 20px; }
.doc-list a:hover { border-color: var(--blue-light); background: #f3f8ff; color: var(--blue); }

/* ===================================================================
   NEWS LISTING PAGE
=================================================================== */
.newspage { padding: 30px 0 50px; }
.newspage__title { text-align: center; margin-bottom: 32px; }
.newspage__title h1 { font-size: 30px; font-weight: 800; margin-bottom: 8px; }
.newspage__title p { font-size: 15px; color: var(--muted); max-width: 620px; margin: 0 auto; }
.newspage__grid { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }

/* shared image placeholder look */
.feat__img, .art__img { position: relative; display: grid; place-items: center; background: linear-gradient(120deg, #e9f1fc, #d7e6f7); color: #1b78d4; overflow: hidden; }
.feat__img img, .art__img img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; }
.feat__wm, .art__wm { position: absolute; bottom: 8px; right: 10px; font-size: 9px; color: rgba(27,120,212,.4); letter-spacing: 1px; font-weight: 700; }

/* category tag */
.art__tag { display: inline-block; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 20px; margin-bottom: 10px; }

/* meta */
.art__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12.5px; color: var(--muted); margin-top: 12px; }

/* Featured article */
.feat { display: grid; grid-template-columns: 1.1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 28px; box-shadow: var(--shadow-sm); transition: box-shadow .2s; }
.feat:hover { box-shadow: var(--shadow); }
.feat__img { min-height: 280px; font-size: 90px; }
.feat__body { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.feat__title { font-size: 23px; font-weight: 800; line-height: 1.35; margin-bottom: 12px; }
.feat__title a:hover { color: var(--blue); }
.feat__excerpt { font-size: 14.5px; color: #54607a; line-height: 1.7; }

/* Article grid */
.artgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.art { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.art:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.art__img { height: 190px; font-size: 60px; }
.art__body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.art__title { font-size: 16.5px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; }
.art__title a:hover { color: var(--blue); }
.art__excerpt { font-size: 13.5px; color: var(--muted); line-height: 1.6; flex: 1; }

/* Sidebar */
.newspage__side { display: flex; flex-direction: column; gap: 22px; }
.swid { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.swid__title { font-size: 16px; font-weight: 700; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--gray-2); }
.swid__cats a { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; font-size: 14px; color: #45506a; border-bottom: 1px solid var(--gray-2); transition: color .15s; }
.swid__cats li:last-child a { border-bottom: none; }
.swid__cats a span { font-size: 12px; color: #9aa6b4; background: var(--gray); padding: 1px 9px; border-radius: 10px; }
.swid__cats a:hover, .swid__cats a.active { color: var(--blue); font-weight: 600; }
.swid__recent li { border-bottom: 1px solid var(--gray-2); }
.swid__recent li:last-child { border-bottom: none; }
.swid__recent a { display: flex; gap: 12px; padding: 11px 0; }
.recent__ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 8px; background: linear-gradient(120deg, #e9f1fc, #d7e6f7); display: grid; place-items: center; font-size: 22px; }
.recent__text strong { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.4; color: var(--ink); }
.recent__text em { font-style: normal; font-size: 12px; color: var(--muted); }
.swid__recent a:hover .recent__text strong { color: var(--blue); }
.swid__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tagchip { font-size: 13px; padding: 6px 13px; background: var(--gray); border-radius: 20px; color: #45506a; transition: .2s; }
.tagchip:hover { background: var(--blue); color: #fff; }

/* ===================================================================
   ABOUT PAGE
=================================================================== */
.about-eyebrow { display: inline-block; color: var(--blue); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; }
.about-head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.about-head h2 { font-size: 28px; font-weight: 800; }

/* Hero */
.about-hero { background: linear-gradient(120deg, #073a78, #1b78d4); color: #fff; padding: 64px 0; position: relative; overflow: hidden; }
.about-hero::after { content: ""; position: absolute; right: -100px; top: -100px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%); border-radius: 50%; }
.about-hero__inner { position: relative; z-index: 1; max-width: 760px; }
.about-hero__tag { display: inline-block; background: rgba(255,255,255,.18); padding: 6px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.about-hero h1 { font-size: 40px; font-weight: 800; line-height: 1.2; letter-spacing: -.5px; }
.about-hero p { font-size: 16.5px; line-height: 1.75; opacity: .92; margin-top: 16px; }

/* Stats */
.about-stats { background: #fff; border-bottom: 1px solid var(--line); }
.about-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat { text-align: center; padding: 34px 16px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat strong { display: block; font-size: 38px; font-weight: 800; color: var(--blue); letter-spacing: -1px; }
.stat span { font-size: 14px; color: var(--muted); }

/* Story */
.about-story { display: grid; grid-template-columns: 420px 1fr; gap: 44px; align-items: center; }
.about-story__img { height: 320px; border-radius: 16px; background: linear-gradient(135deg, #e9f1fc, #cfe1f6); display: grid; place-items: center; font-size: 130px; box-shadow: var(--shadow-sm); }
.about-story__text h2 { font-size: 28px; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.about-story__text p { font-size: 15px; color: #54607a; line-height: 1.8; margin-bottom: 14px; }
.about-checklist { display: flex; flex-direction: column; gap: 11px; margin-top: 18px; }
.about-checklist li { position: relative; padding-left: 30px; font-size: 14.5px; color: #3f4859; }
.about-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 12px; display: grid; place-items: center; }

/* Core values */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: transform .2s, box-shadow .2s; }
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value__ico { width: 60px; height: 60px; border-radius: 14px; background: #eef4fc; display: grid; place-items: center; font-size: 28px; margin-bottom: 16px; }
.value h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.value p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Vision / Mission / Strategy */
.vms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vms__card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 32px 26px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.vms__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vms__no { position: absolute; top: 14px; right: 20px; font-size: 52px; font-weight: 800; color: #eef2f8; line-height: 1; }
.vms__ico { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, var(--blue), var(--blue-light)); display: grid; place-items: center; font-size: 30px; margin-bottom: 18px; position: relative; }
.vms__card h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.vms__card p { font-size: 14.5px; color: #54607a; line-height: 1.75; }

/* Distribution network */
.about-net { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.about-net__text h2 { font-size: 28px; font-weight: 800; margin-bottom: 14px; }
.about-net__text p { font-size: 15px; color: #54607a; line-height: 1.8; }
.about-net__stats { display: flex; gap: 30px; margin-top: 24px; }
.about-net__stats strong { display: block; font-size: 26px; font-weight: 800; color: var(--blue); }
.about-net__stats span { font-size: 13px; color: var(--muted); }
.about-net__list { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px 24px; box-shadow: var(--shadow-sm); }
.about-net__list li { display: flex; align-items: center; gap: 12px; padding: 15px 0; font-size: 14.5px; color: #3f4859; border-bottom: 1px solid var(--gray-2); }
.about-net__list li:last-child { border-bottom: none; }
.about-net__list li span { font-size: 18px; }

/* Capabilities */
.caps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.cap { display: flex; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: transform .2s, box-shadow .2s; }
.cap:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cap__ico { flex-shrink: 0; width: 60px; height: 60px; border-radius: 14px; background: #eef4fc; display: grid; place-items: center; font-size: 28px; }
.cap h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.cap p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* CTA */
.about-cta { background: linear-gradient(120deg, #073a78, #1b78d4); color: #fff; padding: 48px 0; }
.about-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.about-cta h2 { font-size: 26px; font-weight: 800; }
.about-cta p { opacity: .9; margin-top: 6px; }
.about-cta__btns { display: flex; gap: 14px; flex-wrap: wrap; }
.about-cta__ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); padding: 13px 30px; border-radius: 8px; font-weight: 700; transition: .2s; }
.about-cta__ghost:hover { background: #fff; color: var(--blue); }

/* ---------- BACK TO TOP ---------- */
.totop {
  position: fixed; bottom: 28px; right: 28px; width: 48px; height: 48px; border-radius: 50%;
  background: var(--blue); color: #fff; font-size: 22px; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: .3s; z-index: 200;
}
.totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { background: var(--blue-dark); }

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 1024px) {
  .catgrid { grid-template-columns: repeat(3, 1fr); }
  .hero__grid { grid-template-columns: 1fr; }
  .catlist { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .catalog__grid { grid-template-columns: 200px 1fr; }
  .prodgrid4 { grid-template-columns: repeat(3, 1fr); }
  .pdp__grid { grid-template-columns: 340px 1fr; gap: 24px; }
  .gallery__main { height: 360px; }
  /* support sidebar drops to a full-width row of 3 cards */
  .psupport { grid-column: 1 / -1; flex-direction: row; gap: 16px; }
  .psupport__box { flex: 1; }
  .newspage__grid { grid-template-columns: 1fr 280px; gap: 24px; }
  .values, .vms { grid-template-columns: repeat(3, 1fr); }
  .about-story { grid-template-columns: 320px 1fr; gap: 28px; }
  .about-story__img { height: 260px; font-size: 100px; }
  /* collection: let cards scroll once they get tight */
  .pcard { flex: 0 0 33%; }
}
@media (max-width: 768px) {
  .header__inner { flex-wrap: wrap; height: auto; padding: 12px 16px; gap: 14px; }
  .search-wrap { order: 3; max-width: 100%; flex-basis: 100%; }
  .search__hot { display: none; }
  .topbar__welcome { display: none; }
  .menu-toggle { display: flex; }
  .header__actions { margin-left: 0; gap: 8px; }
  .iconbtn { width: 42px; height: 42px; }

  .nav { position: fixed; top: 0; left: 0; bottom: 0; width: 280px; transform: translateX(-100%); transition: transform .3s; overflow-y: auto; background: #fff; }
  .nav.open { transform: translateX(0); box-shadow: var(--shadow-lg); }
  .nav__inner { flex-direction: column; align-items: stretch; padding-top: 60px; }
  .nav__menu { flex-direction: column; align-items: stretch; }
  .nav__menu li { flex: none; }
  .nav__menu a { height: 50px; justify-content: flex-start; padding: 0 20px; border-bottom: 1px solid var(--line); }

  .slide__content { padding: 0 28px; }
  .slide__content h2 { font-size: 26px; }
  .slide { min-height: 300px; }
  .features__grid { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(2) { border-right: none; }
  .feature:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catgrid, .newsgrid { grid-template-columns: 1fr 1fr; }
  .catalog__grid { grid-template-columns: 1fr; }
  .prodgrid4 { grid-template-columns: 1fr 1fr; }
  .catalog__side { flex-direction: row; flex-wrap: wrap; }
  .catalog__side .filter { flex: 1 1 240px; }
  .pdp__grid { grid-template-columns: 1fr; gap: 22px; }
  .gallery__main { height: 320px; }
  .pinfo__name { font-size: 22px; }
  .pinfo__price { font-size: 28px; }
  .psupport { flex-direction: column; }
  /* news page → stack */
  .newspage__grid { grid-template-columns: 1fr; gap: 28px; }
  .feat { grid-template-columns: 1fr; }
  .feat__img { min-height: 200px; font-size: 70px; }
  .artgrid { grid-template-columns: 1fr 1fr; }

  /* about page → stack */
  .about-hero h1 { font-size: 30px; }
  .about-stats__grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-story { grid-template-columns: 1fr; gap: 24px; }
  .about-story__img { height: 220px; font-size: 90px; }
  .values, .vms, .caps { grid-template-columns: 1fr; }
  .about-net { grid-template-columns: 1fr; gap: 28px; }
  .about-cta__inner { flex-direction: column; align-items: flex-start; }
  .partner { flex: 0 0 150px; width: 150px; }
  .partner span { font-size: 16px; }
  .partners__nav--prev { left: -8px; }
  .partners__nav--next { right: -8px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .section__title { font-size: 22px; }

  /* QUOTE → stack */
  .quote { padding: 0 0 40px; }
  .quote__band { top: 0; bottom: auto; height: 360px; clip-path: none; }
  .quote__inner { grid-template-columns: 1fr; gap: 28px; padding-top: 36px; }
  .quote__info { padding: 0 4px; }
  .quote__info h2 { font-size: 24px;     color: var(--blue);}
  .quote__form { padding: 26px 22px; }

  /* COLLECTIONS → mobile slider (like reference) */
  .collection { flex-direction: column; }
  .collection__cat {
    flex: none; flex-direction: row; align-items: center; justify-content: space-between;
    background: #fff; padding: 16px; border-bottom: 1px solid var(--line); text-align: left;
  }
  .collection__cat-img, .collection__btn { display: none; }
  .collection__cat-name { margin: 0; font-size: 18px; color: var(--blue); }
  .collection__more-link { display: inline; color: var(--blue); font-weight: 600; font-size: 14px; }
  .collection__track { padding: 14px 0 4px 14px; gap: 12px; }
  .pcard { flex: 0 0 70%; border: 1px solid var(--line); border-radius: 10px; }
  .pcard:first-child { border: 1px solid var(--line); }
  .collection__dots { display: flex; justify-content: center; gap: 7px; padding: 12px 0 16px; }
  .collection__dots button { width: 8px; height: 8px; border-radius: 50%; background: #cdd7e3; transition: .2s; }
  .collection__dots button.active { background: var(--blue-light); width: 22px; border-radius: 4px; }
}
@media (max-width: 460px) {
  .catgrid { grid-template-columns: 1fr; }
  .topbar__links { gap: 12px; }
  .pcard { flex: 0 0 78%; }
  .artgrid { grid-template-columns: 1fr; }
  .prodgrid4 { grid-template-columns: 1fr; }
}
