/* HOME HERO SLIDER */
.home-slider-section {
  overflow: hidden;
  padding: 0 0 34px;
  color: #20232a;
  background: #fff;
}
.home-slider {
  --home-slider-height: 680px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--home-slider-height);
  background: #f6f9ff;
  touch-action: pan-y;
}
.home-slider-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--home-slider-height);
}
.home-slider-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--home-slider-height);
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform .58s cubic-bezier(.645,.045,.355,1);
  will-change: transform;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-slider-slide.is-active {
  z-index: 2;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.home-slider-slide.is-prep-right {
  visibility: visible;
  transform: translateX(100%);
  transition: none;
}
.home-slider-slide.is-prep-left {
  visibility: visible;
  transform: translateX(-100%);
  transition: none;
}
.home-slider-slide.is-exit-left {
  z-index: 1;
  visibility: visible;
  pointer-events: none;
  transform: translateX(-100%);
}
.home-slider-slide.is-exit-right {
  z-index: 1;
  visibility: visible;
  pointer-events: none;
  transform: translateX(100%);
}
.home-slider-slide--product {
  background-image:
    linear-gradient(90deg, rgba(250,252,255,.995) 0%, rgba(250,252,255,.98) 43%, rgba(250,252,255,.70) 56%, rgba(246,250,255,.10) 78%),
    radial-gradient(circle at 80% 44%, rgba(54,118,244,.14), transparent 36%),
    url('../img/home/hero-equipment.png');
  background-position: center, center, 88% 48%;
  background-size: cover, cover, min(54vw, 830px) auto;
}
.home-slider-slide--production {
  background-image:
    linear-gradient(90deg, rgba(249,252,255,.99) 0%, rgba(249,252,255,.96) 38%, rgba(249,252,255,.47) 57%, rgba(242,248,255,.05) 78%),
    radial-gradient(circle at 80% 34%, rgba(39,100,228,.19), transparent 38%),
    url('../img/home/hero-equipment.png');
  background-position: center, center, 86% 52%;
  background-size: cover, cover, min(55vw, 820px) auto;
}
.home-slider-slide--service {
  background-image:
    linear-gradient(90deg, rgba(250,252,255,.995) 0%, rgba(250,252,255,.98) 43%, rgba(250,252,255,.82) 57%, rgba(250,252,255,.30) 76%, rgba(250,252,255,.05) 100%),
    url('../img/service/service-hero.png');
  background-position: center, center;
  background-size: cover, cover;
}
.home-slider-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: var(--home-slider-height);
  min-height: 0;
  padding-top: 46px;
  padding-bottom: 54px;
}
.home-slider-copy {
  width: min(820px, 62%);
}
.home-slider-kicker {
  margin: 0 0 22px;
  color: #1758d9;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.home-slider-copy h1,
.home-slider-copy h2 {
  max-width: 820px;
  margin: 0;
  color: #151820;
  font-size: clamp(46px, 4.25vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 820;
  text-transform: uppercase;
}
.home-slider-copy h1 em,
.home-slider-copy h2 em {
  color: #1758d9;
  font-style: normal;
}
.home-slider-slide--service .home-slider-copy {
  width: min(900px, 66%);
}
.home-slider-slide--service .home-slider-copy h2 {
  max-width: 900px;
  text-wrap: balance;
}
.home-slider-slide--product .home-slider-copy {
  width: min(920px, 67%);
}
.home-slider-slide--product .home-slider-copy h1 {
  max-width: 920px;
  font-size: clamp(46px, 3.9vw, 64px);
  line-height: .96;
  text-wrap: balance;
}
.home-slider-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: #626975;
  font-size: 16px;
  line-height: 1.58;
}
.home-slider-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}
.home-slider-actions .button {
  min-width: 178px;
  min-height: 48px;
}
.home-slider-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
}
.home-slider-benefits > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3b424d;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.home-slider-benefits svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: #1758d9;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-slider-benefits b { font-weight: 750; }
.home-slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  padding: 0;
  border: 1px solid rgba(31,58,112,.12);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #2d3542;
  box-shadow: 0 10px 30px rgba(43,68,125,.11);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.home-slider-arrow:hover { transform: scale(1.06); background: #fff; box-shadow: 0 14px 34px rgba(43,68,125,.16); }
.home-slider-arrow--prev { left: max(18px, calc((100vw - 1440px) / 2 - 54px)); }
.home-slider-arrow--next { right: max(18px, calc((100vw - 1440px) / 2 - 54px)); }
.home-slider-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-slider-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}
.home-slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dfe4ef;
  cursor: pointer;
  transition: width .25s ease, border-radius .25s ease, background .25s ease;
}
.home-slider-dots button.is-active {
  width: 24px;
  border-radius: 99px;
  background: #1758d9;
}
.home-v3-metrics {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin-top: 26px;
}
.home-v3-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  min-height: 226px;
  padding: 22px 22px 20px;
  border: 1px solid #e8ebf2;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(37,54,112,.06);
}
.home-v3-metric-icon { width: 148px; height: 148px; }
.home-v3-metric p {
  margin: 0;
  max-width: 210px;
  color: #69707d;
  font-size: 13px;
  line-height: 1.5;
}
.home-slider-section + .hub-quick-nav { margin-top: 28px; margin-bottom: 8px; }
@media (max-width: 1180px) {
  .home-slider-copy { width: min(610px, 56%); }
  .home-slider-copy h1, .home-slider-copy h2 { font-size: clamp(44px, 5vw, 60px); }
  .home-slider-slide--product .home-slider-copy { width: min(720px, 62%); }
  .home-slider-slide--product .home-slider-copy h1 { max-width: 720px; font-size: clamp(42px, 4.7vw, 58px); }
  .home-slider-slide--product,
  .home-slider-slide--production { background-position: center, center, 104% 50%; background-size: cover, cover, 59vw auto; }
  .home-slider-benefits { gap: 16px; }
}
@media (max-width: 980px) {
  .home-slider { --home-slider-height: 600px; }
  .home-slider-content { align-items: flex-start; padding-top: 46px; padding-bottom: 210px; }
  .home-slider-copy,
  .home-slider-slide--product .home-slider-copy { width: min(720px, 82%); }
  .home-slider-slide--product .home-slider-copy h1 { max-width: 720px; font-size: clamp(44px, 7vw, 58px); }
  .home-slider-slide--product,
  .home-slider-slide--production {
    background-image:
      linear-gradient(180deg, rgba(250,252,255,.995) 0%, rgba(250,252,255,.96) 52%, rgba(250,252,255,.45) 70%, rgba(250,252,255,.06) 100%),
      url('../img/home/hero-equipment.png');
    background-position: center, 82% 98%;
    background-size: cover, min(76vw, 650px) auto;
  }
  .home-slider-slide--service {
    background-image:
      linear-gradient(180deg, rgba(250,252,255,.995) 0%, rgba(250,252,255,.96) 55%, rgba(250,252,255,.32) 100%),
      url('../img/service/service-hero.png');
    background-position: center, center bottom;
  }
  .home-v3-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .home-slider { --home-slider-height: 650px; }
  .home-slider-content { padding-top: 36px; padding-bottom: 220px; }
  .home-slider-copy,
  .home-slider-slide--product .home-slider-copy { width: 100%; padding-right: 30px; }
  .home-slider-kicker { margin-bottom: 15px; font-size: 10px; }
  .home-slider-copy h1, .home-slider-copy h2,
  .home-slider-slide--product .home-slider-copy h1 { font-size: clamp(38px, 10.8vw, 54px); line-height: .98; }
  .home-slider-lead { max-width: 500px; margin-top: 18px; font-size: 14px; }
  .home-slider-actions { margin-top: 20px; }
  .home-slider-actions .button { min-width: 0; min-height: 44px; }
  .home-slider-benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 16px; margin-top: 28px; }
  .home-slider-benefits > span { white-space: normal; font-size: 10px; }
  .home-slider-arrow { width: 38px; height: 38px; margin-top: -19px; }
  .home-slider-arrow--prev { left: 10px; }
  .home-slider-arrow--next { right: 10px; }
  .home-slider-dots { bottom: 12px; }
  .home-v3-metrics { grid-template-columns: 1fr; }
  .home-v3-metric { min-height: 0; gap: 12px; }
  .home-v3-metric-icon { width: 122px; height: 122px; }
  .home-v3-metric p { max-width: none; font-size: 12px; }
}
@media (max-width: 520px) {
  .home-slider { --home-slider-height: 680px; }
  .home-slider-copy { padding-right: 0; }
  .home-slider-benefits { grid-template-columns: 1fr 1fr; }
  .home-slider-slide--product,
  .home-slider-slide--production { background-size: cover, 92vw auto; }
}
@media (prefers-reduced-motion: reduce) {
  .home-slider-slide,
  .home-slider-arrow,
  .home-slider-dots button { transition: none !important; }
}

.home-hub { color: #1d2027; background: #fff; }
.home-hub *, .home-hub *::before, .home-hub *::after { box-sizing: border-box; }
.home-media-slot { display: block; }
.home-media-slot > img { width: 100%; height: 100%; display: block; object-fit: contain; }
.home-media-slot.is-empty { min-height: 1px; }

.hub-kicker { margin: 0 0 13px; color: #205de3; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hub-kicker.light { color: rgba(255,255,255,.72); }
.hub-link { display: inline-flex; align-items: center; gap: 8px; color: #2448ba; font-size: 13px; font-weight: 760; text-decoration: none; }
.hub-link > span { width: 18px; height: 18px; }
.hub-link svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hub-link-light { color: #fff; }

/* Hero */
.hub-hero { padding: 58px 0 42px; background: radial-gradient(circle at 80% 20%, #dfeaff 0, #eef4ff 24%, transparent 48%), linear-gradient(180deg,#f8faff 0%,#fff 100%); }
.hub-hero-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(460px,1.12fr); align-items: center; gap: 20px; min-height: 480px; }
.hub-hero-copy { position: relative; z-index: 2; max-width: 720px; }
.hub-hero-copy h1 { margin: 0; color: #171a20; font-size: clamp(52px,5vw,78px); line-height: .94; letter-spacing: -.052em; font-weight: 800; }
.hub-hero-copy h1 em { display: block; color: #1d5ee5; font-style: normal; }
.hub-lead { max-width: 650px; margin: 24px 0 0; color: #636b78; font-size: 16px; line-height: 1.62; }
.hub-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hub-hero-visual { position: relative; min-height: 440px; }
.hub-hero-equipment { position: absolute; inset: 0 -36px -8px -34px; }
.hub-hero-equipment > img { object-position: center; }
.hub-hero-badge { position: absolute; z-index: 2; right: 8px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(38,85,200,.13); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 14px 36px rgba(38,64,126,.1); backdrop-filter: blur(10px); }
.hub-hero-badge span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: #1f58db; color: #fff; font-size: 20px; font-weight: 800; }
.hub-hero-badge b { max-width: 105px; color: #303744; font-size: 11px; line-height: 1.25; }

/* Quick navigation */
.hub-quick-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.hub-nav-card { position: relative; display: grid; grid-template-columns: 58px 1fr 28px; align-items: center; gap: 15px; min-height: 102px; padding: 18px; overflow: hidden; border: 1px solid #e5e9f2; border-radius: 16px; background: rgba(255,255,255,.98); color: inherit; text-decoration: none; box-shadow: 0 10px 25px rgba(31,48,94,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hub-nav-card:hover { transform: translateY(-2px); border-color: #cad6f4; box-shadow: 0 18px 36px rgba(31,48,94,.08); }
.hub-nav-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 15px; background: #eef3ff; color: #1d59df; }
.hub-nav-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.hub-nav-card b { display: block; margin-bottom: 5px; color: #20242b; font-size: 16px; line-height: 1.15; }
.hub-nav-card small { display: block; color: #747b87; font-size: 11px; line-height: 1.42; }
.hub-nav-arrow { width: 25px; height: 25px; color: #2c59d1; }
.hub-nav-arrow svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hub-section { padding: 82px 0; }
.hub-section-intro h2, .hub-heading-row h2, .hub-service-copy h2, .hub-final-panel h2, .hub-production-copy h2 { margin: 0; color: #171a20; font-size: clamp(34px,3.8vw,54px); line-height: .98; letter-spacing: -.045em; font-weight: 790; }
.hub-section-intro > p:not(.hub-kicker), .hub-service-copy > p:not(.hub-kicker), .hub-heading-side > p { color: #6a727e; font-size: 14px; line-height: 1.62; }

/* About */
.hub-about { background: #fff; }
.hub-about-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(520px,1.05fr); gap: 70px; align-items: center; }
.hub-section-intro > p:not(.hub-kicker) { max-width: 650px; margin: 22px 0 24px; }
.hub-about-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.hub-about-facts article { min-height: 170px; padding: 24px; border: 1px solid #e6eaf1; border-radius: 18px; background: linear-gradient(145deg,#fff 0%,#f7f9ff 100%); }
.hub-about-facts strong { display: block; color: #1e59dd; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.hub-about-facts span { display: block; margin-top: 42px; color: #343a44; font-size: 13px; line-height: 1.35; font-weight: 700; }

/* Production */
.hub-production { padding-top: 20px; background: #fff; }
.hub-production-panel { position: relative; display: grid; grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr); align-items: center; gap: 55px; min-height: 510px; overflow: hidden; padding: 46px 56px; border-radius: 24px; background: linear-gradient(120deg,#101d61 0%,#123eac 47%,#1768e7 100%); color: #fff; box-shadow: 0 24px 58px rgba(24,59,151,.16); }
.hub-production-panel::after { content: ""; position: absolute; right: -80px; top: -180px; width: 500px; height: 500px; border: 72px solid rgba(255,255,255,.06); border-radius: 50%; }
.hub-production-visual { position: relative; min-height: 390px; }
.hub-production-icon { position: absolute; z-index: 2; inset: 30px 20px 20px 0; }
.hub-production-icon > img { object-position: center; }
.hub-production-orbit { position: absolute; left: 8%; top: 8%; width: 330px; height: 330px; border: 46px solid rgba(255,255,255,.07); border-radius: 50%; }
.hub-production-copy { position: relative; z-index: 2; }
.hub-production-copy h2 { color: #fff; max-width: 760px; }
.hub-production-copy > p:not(.hub-kicker) { max-width: 760px; margin: 20px 0 26px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.62; }
.hub-production-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 24px; }
.hub-production-points article { min-height: 116px; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.08); backdrop-filter: blur(4px); }
.hub-production-points b { display: block; color: #9fc2ff; font-size: 10px; }
.hub-production-points strong { display: block; margin-top: 20px; color: #fff; font-size: 14px; }
.hub-production-points small { display: block; margin-top: 6px; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.4; }

/* Shared headings */
.hub-heading-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.62fr); gap: 50px; align-items: end; margin-bottom: 30px; }
.hub-heading-side { max-width: 500px; justify-self: end; }
.hub-heading-side > p { margin: 0 0 13px; }

/* Catalog */
.hub-catalog { background: #f5f7fb; }
.hub-category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.hub-category-card { position: relative; display: grid; grid-template-columns: minmax(0,.8fr) minmax(150px,1.2fr); min-height: 300px; overflow: hidden; border: 1px solid #e3e8f1; border-radius: 18px; background: #fff; color: inherit; text-decoration: none; }
.hub-category-card:nth-child(1), .hub-category-card:nth-child(2) { grid-column: span 3; }
.hub-category-card:nth-child(n+3) { grid-column: span 2; min-height: 270px; grid-template-columns: minmax(0,.9fr) minmax(120px,1.1fr); }
.hub-category-copy { position: relative; z-index: 2; padding: 24px 0 22px 24px; }
.hub-category-copy h3 { margin: 0; color: #242830; font-size: 20px; line-height: 1.12; }
.hub-category-copy p { margin: 12px 0 0; color: #727985; font-size: 11px; line-height: 1.52; }
.hub-category-copy span { position: absolute; left: 24px; bottom: 22px; color: #1e58d8; font-size: 10px; font-weight: 760; }
.hub-category-copy i { font-style: normal; margin-left: 3px; }
.hub-category-image { display: flex; align-items: flex-end; justify-content: flex-end; min-width: 0; overflow: hidden; }
.hub-category-image img { width: 112%; max-width: none; height: 88%; object-fit: contain; object-position: right bottom; transform: translateX(4%); transition: transform .25s ease; }
.hub-category-card:hover .hub-category-image img { transform: translateX(1%) scale(1.025); }

/* Offers */
.hub-offers { background: #fff; }
.hub-offer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.hub-offer-grid .product-card { min-height: 100%; box-shadow: 0 12px 32px rgba(34,48,98,.055); }
.hub-offer-grid .product-card-image { min-height: 220px; }

/* Service */
.hub-service { background: linear-gradient(180deg,#f6f8fc 0%,#fff 100%); }
.hub-service-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(560px,1.2fr); gap: 70px; align-items: center; }
.hub-service-copy > p:not(.hub-kicker) { max-width: 600px; margin: 22px 0 24px; }
.hub-service-card { display: grid; grid-template-columns: 250px 1fr; align-items: center; min-height: 390px; overflow: hidden; padding: 28px; border: 1px solid #e2e8f2; border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(31,48,94,.05); }
.hub-service-icon { width: 240px; height: 240px; }
.hub-service-list { display: grid; gap: 10px; }
.hub-service-list article { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; min-height: 70px; padding: 11px 14px; border-radius: 12px; background: #f7f9fd; }
.hub-service-list article > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #eaf0ff; color: #1d5de2; font-size: 10px; font-weight: 800; }
.hub-service-list strong { display: block; color: #2a2e36; font-size: 13px; }
.hub-service-list small { display: block; margin-top: 4px; color: #777f8b; font-size: 10px; line-height: 1.35; }

/* Articles */
.hub-articles { background: #fff; }
.hub-article-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 14px; }
.hub-article-card { position: relative; display: flex; flex-direction: column; min-height: 340px; padding: 26px; overflow: hidden; border: 1px solid #e4e8f0; border-radius: 18px; background: #fff; color: inherit; text-decoration: none; }
.hub-article-card.is-featured { background: linear-gradient(145deg,#16235f 0%,#2448b8 100%); border-color: transparent; color: #fff; }
.hub-article-card::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 220px; height: 220px; border: 34px solid rgba(50,93,210,.07); border-radius: 50%; }
.hub-article-card.is-featured::after { border-color: rgba(255,255,255,.08); }
.hub-article-top { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 14px; color: #2d5bd6; font-size: 10px; font-weight: 760; }
.hub-article-top small { color: #8a909b; font-weight: 500; }
.hub-article-card.is-featured .hub-article-top { color: #a9c3ff; }
.hub-article-card.is-featured .hub-article-top small { color: rgba(255,255,255,.6); }
.hub-article-card h3 { position: relative; z-index: 2; margin: 42px 0 14px; color: #23272f; font-size: 25px; line-height: 1.06; letter-spacing: -.025em; }
.hub-article-card.is-featured h3 { color: #fff; font-size: 31px; }
.hub-article-card p { position: relative; z-index: 2; margin: 0; color: #6f7681; font-size: 12px; line-height: 1.55; }
.hub-article-card.is-featured p { color: rgba(255,255,255,.72); }
.hub-article-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 24px; color: #7d8490; font-size: 10px; }
.hub-article-card.is-featured .hub-article-bottom { color: rgba(255,255,255,.62); }
.hub-article-bottom i { width: 22px; height: 22px; color: #2459d6; }
.hub-article-card.is-featured .hub-article-bottom i { color: #fff; }
.hub-article-bottom svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Final */
.hub-final { padding: 0 0 62px; background: #fff; }
.hub-final-panel { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: center; min-height: 220px; padding: 36px 42px; border-radius: 22px; background: linear-gradient(100deg,#0f2378 0%,#0f4ac7 58%,#17286f 100%); color: #fff; }
.hub-final-panel h2 { max-width: 820px; color: #fff; font-size: clamp(30px,3.2vw,46px); }
.hub-final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 220px; }

@media (max-width: 1180px) {
  .hub-hero-grid { grid-template-columns: minmax(0,1fr) minmax(400px,.9fr); }
  .hub-quick-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hub-about-grid, .hub-service-grid { grid-template-columns: 1fr; gap: 38px; }
  .hub-production-panel { grid-template-columns: 300px 1fr; padding: 38px; }
  .hub-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hub-category-card, .hub-category-card:nth-child(1), .hub-category-card:nth-child(2), .hub-category-card:nth-child(n+3) { grid-column: auto; min-height: 280px; }
  .hub-offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hub-article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hub-article-card.is-featured { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hub-hero { padding-top: 36px; }
  .hub-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hub-hero-copy h1 { font-size: clamp(46px,9vw,68px); }
  .hub-hero-visual { min-height: 360px; }
  .hub-hero-equipment { inset: -12px 0 0; }
  .hub-heading-row { grid-template-columns: 1fr; gap: 18px; }
  .hub-heading-side { justify-self: start; max-width: 680px; }
  .hub-production-panel { grid-template-columns: 1fr; }
  .hub-production-visual { min-height: 280px; }
  .hub-production-icon { inset: 0 18% 0 0; }
  .hub-production-orbit { width: 250px; height: 250px; }
  .hub-service-card { grid-template-columns: 200px 1fr; }
  .hub-service-icon { width: 195px; height: 195px; }
  .hub-final-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hub-section { padding: 56px 0; }
  .hub-hero-copy h1 { font-size: clamp(42px,12vw,58px); }
  .hub-lead { font-size: 14px; }
  .hub-hero-visual { min-height: 260px; }
  .hub-hero-badge { right: 0; bottom: 8px; transform: scale(.9); transform-origin: right bottom; }
  .hub-quick-nav { grid-template-columns: 1fr; }
  .hub-nav-card { min-height: 90px; grid-template-columns: 50px 1fr 24px; }
  .hub-nav-icon { width: 50px; height: 50px; }
  .hub-about-facts { grid-template-columns: 1fr; }
  .hub-about-facts article { min-height: 130px; }
  .hub-about-facts span { margin-top: 28px; }
  .hub-production-panel { padding: 28px 22px; border-radius: 18px; }
  .hub-production-points { grid-template-columns: 1fr; }
  .hub-production-visual { min-height: 220px; }
  .hub-category-grid { grid-template-columns: 1fr; }
  .hub-category-card, .hub-category-card:nth-child(n+3) { min-height: 235px; grid-template-columns: minmax(0,1fr) 44%; }
  .hub-category-copy { padding: 20px 0 20px 20px; }
  .hub-category-copy span { left: 20px; bottom: 18px; }
  .hub-category-copy p { font-size: 10px; }
  .hub-offer-grid { grid-template-columns: 1fr; }
  .hub-service-card { grid-template-columns: 1fr; padding: 22px; }
  .hub-service-icon { width: 180px; height: 180px; margin: 0 auto; }
  .hub-article-grid { grid-template-columns: 1fr; }
  .hub-article-card.is-featured { grid-column: auto; }
  .hub-article-card, .hub-article-card.is-featured { min-height: 290px; }
  .hub-article-card.is-featured h3 { font-size: 26px; }
  .hub-final-panel { min-height: 0; padding: 28px 24px; border-radius: 18px; }
}

/* Main catalog page reuses the same category composition as the homepage. */
.catalog-hub-page {
  background: #f5f7fb;
}
.catalog-hub-page .breadcrumbs {
  padding-bottom: 0;
}
.catalog-hub-section {
  padding-top: 38px;
}
.catalog-hub-page .hub-catalog-title {
  max-width: 760px;
  margin: 0;
  color: #171a20;
  font-size: clamp(34px,3.8vw,54px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 790;
}
@media (max-width: 760px) {
  .catalog-hub-section { padding-top: 22px; }
  .catalog-hub-page .hub-catalog-title { font-size: clamp(34px,10vw,46px); }
}
