:root {
  --bg: #fff;
  --soft: #f3f7f8;
  --ink: #0a0d0f;
  --muted: #5f6c72;
  --line: #dce5e8;
  --accent: #04bdea;
  --accent-2: #78f0ff;
  --green: #69e8a8;
  --dark: #080b0d;
  --dark-2: #10171a;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(7, 28, 36, .08);
  --container: 1760px;
  --font: 15px/25px Montserrat, Arial, sans-serif;
  --display: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: var(--font);
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;

}

p {  
    
color: #34464e;
font-size: 14px;
    
}

ul {
    padding-left: 15px;
    color: #34464e;
}

h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: -.025em;
  line-height: 1.02;
}

h1 {
  font-size: clamp(42px, 5vw, 88px);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(34px, 3.5vw, 60px);
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #007fa1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow:before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--accent);
}

.eyebrow--light {
  color: #9fefff;
}

.lead {
  font-size: 20px;
  line-height: 1.65;
  color: #34464e;
}

.section {
  padding: clamp(72px, 7vw, 132px) 0;
}

.section--soft {
  background: var(--soft);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 52px;
}

.section-heading > div {
  max-width: 900px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-actions {
  margin-top: 38px;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--accent {
  background: var(--accent);
  color: #001317;
  box-shadow: 0 10px 30px rgba(4, 189, 234, .25);
}

.btn--accent:hover {
  background: #31d5fa;
}

.btn--dark {
  background: var(--dark);
  color: #fff;
}

.btn--ghost {
  border-color: rgba(255, 255, 255, .26);
  color: #fff;
  background: rgba(255, 255, 255, .03);
}

.btn--outline-light {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
}

.btn--small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #007e9e;
}

.text-link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}

.icon-btn svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.topbar {
  background: #f6f8f8;
  border-bottom: 1px solid #e8edef;
}

.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #506066;
  font-size: 12px;
}

.topbar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar__item svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.topbar__address {
  flex: 1;
}

.metro__dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ffd600;
  box-shadow: 0 0 0 3px rgba(255, 214, 0, .18);
}

.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: 0 6px 18px rgba(9, 29, 35, .04);
}

.site-header.is-sticky {
  position: sticky;
  top: 0;
}

.header-main {
  height: 96px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 214px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-left: 12px;
    font-weight: 700;
    font-size: 15px;
}
.main-nav a,
.catalog-toggle {
  border: 0;
  background: transparent;
  padding: 12px 0;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a[aria-current="page"],
.catalog-toggle:hover {
  color: #008db2;
}

.catalog-toggle {
  display: flex;
  gap: 7px;
  font-weight: 800;
  align-items: center;
}

.catalog-toggle span {
  font-size: 18px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-phone {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--muted);
}

.header-phone strong {
  font-size: 15px;
  color: var(--ink);
}

.mobile-menu-btn {
  display: none;
}

.catalog-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 45px 0 55px;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(6, 25, 32, .12);
}

.catalog-panel__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 56px;
}

.catalog-panel__grid h2 {
  font-size: 38px;
}

.catalog-panel__grid p {
  color: var(--muted);
  max-width: 460px;
}

.catalog-panel__column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.catalog-panel__column h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.catalog-panel__column a {
  color: #405158;
}

.catalog-panel__column a:hover {
  color: #008db2;
}

.catalog-panel__column .mt {
  margin-top: 18px;
}

.mobile-drawer,
.drawer-backdrop {
  display: none;
}

.search-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  padding: 40px;
  background: rgba(0, 8, 10, .74);
  backdrop-filter: blur(10px);
}

.search-modal__dialog {
  max-width: 900px;
  margin: 6vh auto;
  background: #fff;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .35);
}

.search-modal__head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.search-modal__head h2 {
  font-size: 40px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 0 18px;
  border: 2px solid #b9cbd0;
  border-radius: 14px;
}

.search-box:focus-within {
  border-color: var(--accent);
}

.search-box svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.search-box input {
  width: 100%;
  height: 60px;
  border: 0;
  outline: 0;
  font-size: 18px;
}

.search-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
  color: var(--muted);
}

.search-hints button {
  border: 0;
  border-radius: 999px;
  background: var(--soft);
  padding: 7px 12px;
}

.search-results {
  max-height: 360px;
  overflow: auto;
}

.search-result {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 6px;
  border-top: 1px solid var(--line);
}

.search-result strong {
  display: block;
}

.search-result span {
  color: var(--muted);
  font-size: 13px;
}

.search-empty {
  color: var(--muted);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}

.hero-slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 200, 255, .16), transparent 31%),
    linear-gradient(125deg, transparent 0 45%, rgba(255, 255, 255, .025) 45% 46%, transparent 46% 52%, rgba(255, 255, 255, .025) 52% 53%, transparent 53%);
}

.hero-slider__track {
  min-height: min(760px, calc(100vh - 134px));
  position: relative;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(35px);
  transition: opacity .55s ease, transform .55s ease, visibility .55s;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.hero-slide__grid {
  min-height: min(760px, calc(100vh - 134px));
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: center;
  gap: 50px;
  padding-top: 55px;
  padding-bottom: 80px;
}

.hero-slide__copy {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.hero-slide h1,
.hero-slide__title {
  font-size: clamp(54px, 6vw, 102px);
  max-width: 1060px;
}

.hero-slide p {
  max-width: 750px;
  color: #b8c8cd;
  font-size: 20px;
  line-height: 1.6;
}

.hero-slide__actions {
  display: flex;
  gap: 13px;
  margin-top: 32px;
}

.hero-slide__visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide__visual img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}

.hero-slide__meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 70px;
  color: #7f9299;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-slide__meta span:first-child {
  color: #fff;
  font-size: 24px;
  font-family: var(--display);
}

.slider-controls {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.slider-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  color: #fff;
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 34px;
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, .25);
}

.slider-dot.is-active {
  background: var(--accent);
}

.stats-strip {
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stats-grid > div {
  display: flex;
  align-items: baseline;
  gap: 13px;
  padding: 26px 34px;
  border-left: 1px solid var(--line);
}

.stats-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.stats-grid strong {
  font: 32px/1 var(--display);
  color: #0089ad;
}

.stats-grid span {
  color: var(--muted);
  font-size: 13px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.category-grid--large {
  grid-template-columns: repeat(3, 1fr);
}

.category-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr 34px;
  gap: 20px;
  min-height: 230px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: .25s ease;
  overflow: hidden;
}

.category-card:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(4, 189, 234, .18);
  box-shadow:
    0 0 0 34px rgba(4, 189, 234, .04),
    0 0 0 68px rgba(4, 189, 234, .025);
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: #a5dfe9;
  box-shadow: var(--shadow);
}

.category-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: #eaf9fc;
  color: #008db2;
}

.category-card__icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.category-card span {
  color: #0086a8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.category-card h3 {
  font-size: 29px;
  margin: 10px 0 12px;
}

.category-card p {
  color: var(--muted);
  margin: 0;
}

.category-card__arrow {
  align-self: end;
  color: #008db2;
}

.category-card__arrow svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}

.check-list li {
  position: relative;
  padding: 13px 0 13px 38px;
  border-bottom: 1px solid var(--line);
  font-weight: 650;
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dcf8e9;
  color: #007b43;
}

.process-card,
.info-card {
  padding: 42px;
  border-radius: 28px;
  background: var(--dark);
  color: #fff;
  box-shadow: var(--shadow);
}

.process-card__number {
  font: 80px/1 var(--display);
  color: var(--accent);
}

.process-card ol {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.process-card li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.process-card li b {
  color: var(--accent);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.solution-grid .category-card {
  grid-template-columns: 52px 1fr;
  min-height: 260px;
}

.solution-grid .category-card__arrow {
  position: absolute;
  right: 26px;
  bottom: 24px;
}

.dark-band {
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}

.dark-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  min-height: 650px;
}

.dark-band__grid > div {
  padding: 80px 0;
}

.dark-band p {
  color: #b7c6ca;
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
}

.dark-band img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.project-card {
  min-height: 360px;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(145deg, #0a0f11, #162127);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.project-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 200, 255, .2), transparent 30%),
    linear-gradient(125deg, transparent 45%, rgba(255, 255, 255, .04) 45% 46%, transparent 46%);
}

.project-card > * {
  position: relative;
}

.project-card span {
  color: #84efff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.project-card h3 {
  font-size: 34px;
  margin: 14px 0;
}

.project-card p {
  color: #b7c7cc;
}

.request-section {
  padding-bottom: 140px;
}

.request-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  padding: 58px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.request-panel__intro p {
  color: var(--muted);
  font-size: 17px;
}

.contact-inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.contact-inline a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.contact-inline svg {
  width: 20px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-grid label > span {
  font-weight: 750;
  font-size: 13px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #cbd8dc;
  border-radius: 12px;
  background: #fff;
  padding: 14px 15px;
  outline: 0;
}

.form-grid input,
.form-grid select {
  height: 52px;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(4, 189, 234, .12);
}

.form-grid .is-invalid {
  border-color: #d52d45;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.consent input {
  margin-top: 5px;
}

.consent a {
  text-decoration: underline;
}

.form-note {
  margin: 14px 0 0;
  color: #7b888d;
  font-size: 11px;
}

.page-hero {
  padding: 76px 0 90px;
  background: var(--dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 200, 255, .23);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(0, 200, 255, .04),
    0 0 0 140px rgba(0, 200, 255, .025);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 1200px;
}

.page-hero p {
  max-width: 920px;
  color: #bac9ce;
  font-size: 20px;
  line-height: 1.65;
}

.page-hero--light {
  background: #fff;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.page-hero--light p {
  color: var(--muted);
}

.breadcrumbs-wrap {
  padding-top: 24px;
}

.breadcrumbs {
  margin-bottom: 28px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #7a8a90;
  font-size: 12px;
}

.breadcrumbs li:not(:last-child):after {
  content: "/";
  margin-left: 10px;
  color: #aab7bb;
}

.breadcrumbs a:hover {
  color: var(--accent);
}

.hero-inline-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-card {
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
}

.benefit-card > span {
  font: 48px/1 var(--display);
  color: #a8e9f5;
}

.benefit-card h3 {
  margin-top: 24px;
}

.benefit-card p {
  color: var(--muted);
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 55px 60px;
  background: var(--dark);
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.cta-panel:after {
  content: "";
  position: absolute;
  right: 120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(0, 200, 255, .24);
  border-radius: 50%;
}

.cta-panel > div,
.cta-panel > a {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  font-size: 48px;
}

.cta-panel p {
  color: #b7c6ca;
  max-width: 700px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  transition: .25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-card__visual {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(145deg, #eef8fa, #fff);
  color: #008db2;
  position: relative;
}

.product-card__visual svg {
  width: 82px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.product-card__visual span {
  font: 92px/1 var(--display);
  color: rgba(0, 141, 178, .09);
}

.product-card__body {
  padding: 28px;
}

.product-card__tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #008db2;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 27px;
  margin-top: 12px;
}

.product-card dl {
  margin: 24px 0;
}

.product-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.product-card dt {
  color: var(--muted);
}

.product-card dd {
  margin: 0;
  font-weight: 750;
}

.spec-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.spec-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px 28px;
}

.spec-table > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.spec-table > div:last-child {
  border-bottom: 0;
}

.spec-table span {
  color: var(--muted);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}

.about-visual {
  min-height: 470px;
  background: var(--dark);
  border-radius: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.about-visual:after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(0, 200, 255, .35);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(0, 200, 255, .05),
    0 0 0 110px rgba(0, 200, 255, .03);
}

.about-visual span {
  font-size: 18px;
  letter-spacing: .3em;
  color: #8eeeff;
}

.about-visual strong {
  font: 84px/1 var(--display);
}

.about-visual small {
  margin-top: 12px;
  color: #7f9299;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-card {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-card > svg {
  width: 28px;
  fill: none;
  stroke: #008db2;
  stroke-width: 1.7;
  margin-bottom: auto;
}

.contact-card > span {
  color: var(--muted);
  font-size: 12px;
}

.contact-card strong {
  font-size: 18px;
  margin-top: 6px;
}

.contact-card small {
  margin-top: 8px;
  color: var(--muted);
}

.contact-card small i {
  margin-right: 5px;
}

.map-placeholder {
  min-height: 396px;
  border-radius: 24px;
  background: #dce8eb;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .65) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotate(8deg) scale(1.2);
}

.map-pin {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 18px 45px rgba(4, 189, 234, .35);
}

.map-pin svg {
  width: 34px;
  fill: none;
  stroke: #001317;
  stroke-width: 1.8;
}

.map-placeholder > div:last-child {
  position: absolute;
  left: 30px;
  bottom: 26px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.map-placeholder p {
  margin: 4px 0 0;
  color: var(--muted);
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.doc-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.doc-card > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.doc-card svg {
  width: 30px;
  fill: none;
  stroke: #008db2;
  stroke-width: 1.6;
}

.doc-card > div span {
  font-size: 11px;
  font-weight: 800;
  color: #008db2;
}

.doc-card h2 {
  font-size: 30px;
  margin: 32px 0 14px;
}

.doc-card p {
  color: var(--muted);
  min-height: 52px;
}

.doc-card button {
  border: 0;
  background: transparent;
  padding: 0;
  color: #007f9f;
  font-weight: 800;
}

.content-note {
  margin-top: 24px;
  color: var(--muted);
}

.case-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.case-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

.case-card__visual {
  background: var(--dark);
  min-height: 430px;
  display: flex;
  align-items: center;
}

.case-card__visual img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

.case-card > div:last-child {
  padding: 50px;
}

.case-card > div > span {
  color: #008db2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.case-card h2 {
  font-size: 46px;
  margin-top: 14px;
}

.case-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.case-card dl {
  display: flex;
  gap: 40px;
  margin: 28px 0;
}

.case-card dl div {
  display: flex;
  flex-direction: column;
}

.case-card dt {
  color: var(--muted);
  font-size: 12px;
}

.case-card dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.selection-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.number-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}

.number-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.number-list li > b {
  font: 32px/1 var(--display);
  color: #9de5f2;
}

.number-list li span {
  display: flex;
  flex-direction: column;
  color: var(--muted);
}

.number-list li strong {
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 5px;
}

.selection-form-card {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.selection-form-card h2 {
  font-size: 40px;
}

.prose {
  max-width: 980px;
}

.prose h2 {
  font-size: 32px;
  margin-top: 42px;
}

.prose p {
  font-size: 17px;
  line-height: 1.8;
  color: #4c5d64;
}

.site-footer {
  padding-top: 78px;
  background: #080b0d;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 60px;
}

.brand--footer {
  display: block;
  width: 230px;
  background: #fff;
  border-radius: 14px;
  padding: 8px 14px;
}

.brand--footer img {
  height: 72px;
}

.footer-brand p {
  max-width: 350px;
  color: #9eafb4;
  margin: 24px 0;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-grid h2 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 13px;
}

.footer-grid a,
.footer-grid p {
  color: #9daeb3;
  margin: 0;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-contacts > a:first-of-type {
  font-size: 22px;
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
  color: #7f9095;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 20px;
}

.to-top {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .2s;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.toast {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 30px);
  opacity: 0;
  visibility: hidden;
  padding: 14px 20px;
  border-radius: 999px;
  background: #0d1417;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .3);
  transition: .25s;
}

.toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media (max-width: 1380px) {
  .topbar__address {
    display: none;
  }

  .main-nav {
    gap: 18px;
  }

  .header-phone {
    display: none;
  }

  .header-main {
    gap: 16px;
  }

  .brand {
    width: 190px;
  }

  .solution-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1120px) {
  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .topbar {
    display: none;
  }

  .header-main {
    height: 82px;
  }

  .main-nav,
  .header-actions > .btn,
  .header-actions > .icon-btn:not(.mobile-menu-btn) {
    display: none;
  }

  .mobile-menu-btn {
    display: grid;
  }

  .brand {
    width: 190px;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    width: min(420px, 92vw);
    height: 100dvh;
    background: #fff;
    transform: translateX(105%);
    transition: .3s ease;
  }

  .mobile-drawer.is-open {
    transform: none;
  }

  .drawer-backdrop {
    position: fixed;
    z-index: 1090;
    inset: 0;
    background: rgba(0, 0, 0, .55);
  }

  .drawer-backdrop.is-open {
    display: block;
  }

  .mobile-drawer__head {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid var(--line);
  }

  .brand--mobile {
    width: 190px;
  }

  .brand--mobile img {
    height: 60px;
  }

  .mobile-drawer__body {
    display: flex;
    flex-direction: column;
    padding: 18px 24px 40px;
    overflow: auto;
    height: calc(100dvh - 82px);
  }

  .mobile-drawer__body > a,
  .mobile-accordion {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    text-align: left;
    font-weight: 800;
  }

  .mobile-drawer__body .btn {
    margin-top: 22px;
    border-bottom: 0;
  }

  .mobile-accordion {
    display: flex;
    justify-content: space-between;
  }

  .mobile-subnav {
    display: flex;
    flex-direction: column;
    padding: 8px 0 10px 18px;
    border-bottom: 1px solid var(--line);
  }

  .mobile-subnav a {
    padding: 8px 0;
    color: var(--muted);
  }

  .mobile-contacts {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 24px;
    color: var(--muted);
    font-size: 12px;
  }

  .hero-slider__track,
  .hero-slide__grid {
    min-height: 680px;
  }

  .hero-slide__grid {
    grid-template-columns: 1fr .78fr;
  }

  .hero-slide h1,
  .hero-slide__title {
    font-size: 64px;
  }

  .category-grid,
  .category-grid--large {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:last-child {
    grid-column: 1 / -1;
  }

  .request-panel {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-layout,
  .about-grid,
  .selection-layout {
    grid-template-columns: 1fr;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-card__visual {
    min-height: 330px;
  }

  .doc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 32px;
  }

  .section-heading > p {
    margin-top: 16px;
    font-size: 16px;
  }

  .search-modal {
    padding: 12px;
  }

  .search-modal__dialog {
    padding: 24px;
    margin: 4vh auto;
  }

  .search-modal__head h2 {
    font-size: 30px;
  }

  .hero-slider__track,
  .hero-slide__grid {
    min-height: 730px;
  }

  .hero-slide__grid {
    grid-template-columns: 1fr;
    padding-top: 52px;
    padding-bottom: 88px;
  }

  .hero-slide h1,
  .hero-slide__title {
    font-size: 48px;
  }

  .hero-slide p {
    font-size: 17px;
  }

  .hero-slide__visual {
    position: absolute;
    right: -80px;
    bottom: 30px;
    width: 78%;
    opacity: .42;
  }

  .hero-slide__copy {
    align-self: start;
  }

  .hero-slide__meta {
    margin-top: 52px;
    flex-wrap: wrap;
  }

  .hero-slide__meta span:not(:first-child) {
    display: none;
  }

  .hero-slide__actions {
    flex-wrap: wrap;
  }

  .slider-controls {
    justify-content: flex-start;
    bottom: 22px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid > div {
    padding: 18px 12px;
    flex-direction: column;
    gap: 5px;
  }

  .category-grid,
  .category-grid--large,
  .solution-grid,
  .project-grid,
  .benefit-grid,
  .product-grid,
  .doc-grid {
    grid-template-columns: 1fr;
  }

  .product-card:last-child {
    grid-column: auto;
  }

  .category-card {
    grid-template-columns: 54px 1fr;
    min-height: auto;
    padding: 24px;
  }

  .category-card__arrow {
    position: absolute;
    right: 20px;
    bottom: 18px;
  }

  .category-card h3 {
    font-size: 25px;
  }

  .split-feature,
  .dark-band__grid,
  .spec-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-card,
  .info-card {
    padding: 28px;
  }

  .dark-band__grid {
    min-height: auto;
  }

  .dark-band__grid > div {
    padding: 70px 0 0;
  }

  .dark-band img {
    margin-bottom: 30px;
  }

  .request-panel {
    padding: 28px 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero {
    padding: 54px 0 64px;
  }

  .page-hero p {
    font-size: 17px;
  }

  .hero-inline-actions {
    flex-wrap: wrap;
  }

  .cta-panel {
    padding: 34px 26px;
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-panel h2 {
    font-size: 36px;
  }

  .about-visual {
    min-height: 350px;
    padding: 35px;
  }

  .about-visual strong {
    font-size: 58px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 160px;
  }

  .case-card > div:last-child {
    padding: 28px;
  }

  .case-card h2 {
    font-size: 34px;
  }

  .case-card dl {
    flex-direction: column;
    gap: 10px;
  }

  .selection-form-card {
    padding: 26px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom > div {
    flex-direction: column;
    gap: 7px;
  }

  .topbar__inner {
    overflow: auto;
  }

  .site-footer {
    padding-top: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
/* =========================================================
   Карточки категорий с уникальными изображениями
   Используются только вместе с классом .category-card--with-image,
   поэтому остальные карточки сайта сохраняют прежний вид.
   ========================================================= */

.category-card--with-image {
  grid-template-columns: minmax(0, 1fr) clamp(128px, 10vw, 180px);
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "icon media"
    "content media"
    "arrow media";
  column-gap: 24px;
  row-gap: 16px;
  min-height: 300px;
  padding: 28px;
  isolation: isolate;
}

.category-card--with-image > * {
  position: relative;
  z-index: 1;
}

.category-card--with-image .category-card__icon {
  grid-area: icon;
}

.category-card--with-image .category-card__content {
  grid-area: content;
  min-width: 0;
  align-self: center;
}

.category-card--with-image .category-card__media {
  grid-area: media;
  align-self: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(4, 189, 234, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 72% 22%, rgba(120, 240, 255, .32), transparent 34%),
    linear-gradient(145deg, #edf9fb 0%, #f8fcfd 55%, #fff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.category-card--with-image .category-card__media:before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(4, 189, 234, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 20px rgba(4, 189, 234, .035),
    0 0 0 40px rgba(4, 189, 234, .018);
  pointer-events: none;
}

.category-card--with-image .category-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .35s ease;
}

.category-card--with-image:hover .category-card__media img {
  transform: scale(1.055);
}

.category-card--with-image .category-card__arrow {
  grid-area: arrow;
  align-self: end;
  justify-self: start;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf9fc;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.category-card--with-image:hover .category-card__arrow {
  color: #001317;
  background: var(--accent);
  transform: translateX(4px);
}

/* Для фотографий, которые должны заполнять рамку целиком */
.category-card__media--cover img {
  padding: 0 !important;
  object-fit: cover !important;
}

/* Для JPG на белом фоне: белый квадрат мягче смешивается с подложкой */
.category-card__media--blend img {
  mix-blend-mode: multiply;
}

/* Для изображений, где вокруг товара слишком много пустого пространства */
.category-card__media--zoom img {
  transform: scale(1.14);
}

.category-card--with-image:hover .category-card__media--zoom img {
  transform: scale(1.2);
}

@media (max-width: 760px) {
  .category-card--with-image {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "icon content"
      "media media"
      "arrow arrow";
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }

  .category-card--with-image .category-card__content {
    align-self: start;
  }

  .category-card--with-image .category-card__content h3 {
    margin-top: 7px;
  }

  .category-card--with-image .category-card__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 2px;
  }

  .category-card--with-image .category-card__media img {
    padding: 12px;
  }

  .category-card--with-image .category-card__arrow {
    position: static;
    right: auto;
    bottom: auto;
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .category-card--with-image {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px;
  }

  .category-card--with-image .category-card__media {
    aspect-ratio: 4 / 3;
  }
}

/* =========================================================
   Отраслевые решения с уникальными изображениями
   Добавьте этот блок ПОСЛЕ стилей карточек с изображениями.
   Он переопределяет только карточки внутри .solution-grid.
   ========================================================= */

.solution-grid .category-card--with-image {
  grid-template-columns: 58px minmax(0, 1fr) 42px;
  grid-template-rows: auto auto minmax(170px, 1fr);
  grid-template-areas:
    "icon . arrow"
    "content content content"
    "media media media";
  gap: 18px;
  min-height: 480px;
  padding: 26px;
}

.solution-grid .category-card--with-image .category-card__icon {
  grid-area: icon;
}

.solution-grid .category-card--with-image .category-card__content {
  grid-area: content;
  align-self: start;
  min-width: 0;
}

.solution-grid .category-card--with-image .category-card__content h3 {
  margin-top: 8px;
}

.solution-grid .category-card--with-image .category-card__media {
  grid-area: media;
  align-self: end;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.solution-grid .category-card--with-image .category-card__arrow {
  grid-area: arrow;
  position: static;
  right: auto;
  bottom: auto;
  align-self: start;
  justify-self: end;
}

/* На средних экранах карточки немного компактнее */
@media (max-width: 1380px) {
  .solution-grid .category-card--with-image {
    min-height: 450px;
  }
}

@media (max-width: 1120px) {
  .solution-grid .category-card--with-image {
    min-height: 420px;
  }

  .solution-grid .category-card--with-image .category-card__media {
    aspect-ratio: 4 / 3;
  }
}

/* На телефоне картинка становится широкой и не растягивает карточку по высоте */
@media (max-width: 760px) {
  .solution-grid .category-card--with-image {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "icon content"
      "media media"
      "arrow arrow";
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }

  .solution-grid .category-card--with-image .category-card__content {
    align-self: start;
  }

  .solution-grid .category-card--with-image .category-card__media {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 2px;
  }

  .solution-grid .category-card--with-image .category-card__media img {
    padding: 12px;
  }

  .solution-grid .category-card--with-image .category-card__arrow {
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .solution-grid .category-card--with-image {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px;
  }

  .solution-grid .category-card--with-image .category-card__media {
    aspect-ratio: 4 / 3;
  }
}


/* =========================================================
   Обновление: телефонная маска, поиск, карточка товара,
   исправленное мобильное меню
   ========================================================= */
[hidden] {
  display: none !important;
}

input[data-phone-mask] {
  font-variant-numeric: tabular-nums;
  letter-spacing: .025em;
}

input[data-phone-mask][aria-invalid="true"],
input[data-phone-mask].is-invalid {
  border-color: #d52d45;
  box-shadow: 0 0 0 3px rgba(213, 45, 69, .1);
}

.mobile-accordion {
  width: 100%;
  align-items: center;
}

.mobile-accordion span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf9fc;
  color: #008db2;
  font-size: 19px;
  line-height: 1;
}

.mobile-subnav.is-open {
  display: flex;
}

.search-all {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 12px;
  background: var(--dark);
  color: #fff;
  font-weight: 800;
}

.search-page-main {
  min-height: 65vh;
}

.search-page-panel {
  position: relative;
  z-index: 2;
  margin-top: -44px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.search-page-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.search-page-field {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 20px;
  border: 2px solid #b9cbd0;
  border-radius: 15px;
  background: #fff;
}

.search-page-field:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(4, 189, 234, .1);
}

.search-page-field svg {
  width: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.search-page-field input {
  width: 100%;
  height: 60px;
  border: 0;
  outline: 0;
  font-size: 18px;
}

.search-page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  color: var(--muted);
}

.search-page-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.search-page-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 160px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: .25s ease;
}

.search-page-result:hover {
  transform: translateY(-4px);
  border-color: #9bdce9;
  box-shadow: var(--shadow);
}

.search-page-result span {
  color: #0086a8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.search-page-result h2 {
  margin: 10px 0 0;
  font-size: 29px;
}

.search-page-result__arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #eaf9fc;
  color: #008db2;
  font-size: 24px;
}

.search-page-empty {
  grid-column: 1 / -1;
  padding: 48px;
  border: 1px dashed #b8cbd0;
  border-radius: 24px;
  background: #f7fafb;
  text-align: center;
}

.search-page-empty h2 {
  font-size: 36px;
}

.search-page-empty p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

/* Product detail */
.product-detail-page {
  background: #fff;
}

.product-detail-hero {
  padding: 28px 0 92px;
  background: linear-gradient(180deg, #f7fafb 0%, #fff 100%);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: clamp(42px, 5vw, 90px);
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 118px;
  min-width: 0;
}

.product-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: clamp(24px, 4vw, 62px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 76% 18%, rgba(4, 189, 234, .13), transparent 30%),
    linear-gradient(145deg, #eef8fa, #fff 58%);
  overflow: hidden;
  cursor: zoom-in;
}

.product-gallery__main:before,
.product-gallery__main:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(4, 189, 234, .16);
  border-radius: 50%;
}

.product-gallery__main:before {
  right: -80px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  box-shadow: 0 0 0 50px rgba(4, 189, 234, .035);
}

.product-gallery__main:after {
  left: 24px;
  top: 24px;
  width: 18px;
  height: 18px;
  background: var(--accent);
  box-shadow: 0 0 24px rgba(4, 189, 234, .55);
}

.product-gallery__main img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .2s ease, transform .25s ease;
}

.product-gallery__main:hover img {
  transform: scale(1.025);
}

.product-gallery__main img.is-changing {
  opacity: .25;
}

.product-gallery__zoom {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(10px);
  color: #34464e;
  font-size: 12px;
  font-weight: 800;
}

.product-gallery__thumb-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.product-gallery__thumb-nav {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: #008db2;
  font-size: 20px;
}

.product-gallery__thumbs {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumb {
  display: grid;
  place-items: center;
  width: 112px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  scroll-snap-align: start;
  transition: .2s ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.is-active {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent), 0 8px 24px rgba(4, 189, 234, .12);
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-summary {
  padding-top: 12px;
}

.product-summary__status {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.product-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaf9fc;
  color: #007e9e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-pill--green {
  background: #e2f8ec;
  color: #087a48;
}

.product-summary h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(42px, 4.5vw, 72px);
}

.product-summary__lead {
  color: #46575e;
  font-size: 18px;
  line-height: 1.7;
}

.product-model-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 26px 0;
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #f8fafb;
}

.product-model-code span {
  color: var(--muted);
  font-size: 12px;
}

.product-model-code strong {
  font-size: 16px;
}

.product-key-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0;
}

.product-key-spec {
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.product-key-spec span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-key-spec strong {
  display: block;
  margin-top: 10px;
  font: 26px/1.1 var(--display);
}

.product-price-panel {
  margin-top: 26px;
  padding: 28px;
  border-radius: 24px;
  background: var(--dark);
  color: #fff;
  box-shadow: var(--shadow);
}

.product-price-panel__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.product-price-panel small {
  color: #91a4aa;
}

.product-price-panel strong {
  display: block;
  margin-top: 5px;
  font: 34px/1 var(--display);
}

.product-price-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-price-panel__note {
  margin: 17px 0 0;
  color: #92a4aa;
  font-size: 11px;
  line-height: 1.55;
}

.product-demo-note {
  margin-top: 22px;
  padding: 15px 17px;
  border-left: 3px solid var(--accent);
  background: #effafd;
  color: #405158;
  font-size: 12px;
  line-height: 1.6;
}

.product-section {
  padding: 88px 0;
}

.product-section--soft {
  background: var(--soft);
}

.product-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 38px;
}

.product-section-heading h2 {
  margin-bottom: 0;
}

.product-section-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.product-spec-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.product-spec-group {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fff;
}

.product-spec-group h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 28px;
}

.product-spec-group h3:before {
  content: "";
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(4, 189, 234, .1);
}

.product-spec-list {
  margin: 0;
}

.product-spec-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .8fr);
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.product-spec-list dt {
  color: var(--muted);
}

.product-spec-list dd {
  margin: 0;
  font-weight: 750;
  text-align: right;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-feature-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.product-feature-card > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #eaf9fc;
  color: #008db2;
  font: 22px/1 var(--display);
}

.product-feature-card h3 {
  margin-top: 28px;
}

.product-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.autonomy-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.autonomy-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.autonomy-table th,
.autonomy-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.autonomy-table th {
  background: #f4f8f9;
  color: #405158;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.autonomy-table tr:last-child td {
  border-bottom: 0;
}

.product-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-doc-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.product-doc-card span {
  color: #008db2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-doc-card h3 {
  margin: 8px 0 0;
  font-size: 22px;
}

.product-doc-card b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #eaf9fc;
  color: #008db2;
}

@media (max-width: 1120px) {
  .search-page-results {
    grid-template-columns: 1fr;
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    position: static;
    max-width: 760px;
  }

  .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-doc-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .search-page-panel {
    margin-top: -26px;
    padding: 22px;
  }

  .search-page-form {
    grid-template-columns: 1fr;
  }

  .search-page-form .btn {
    width: 100%;
  }

  .search-page-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .search-page-result {
    min-height: 130px;
    padding: 22px;
  }

  .search-page-result h2 {
    font-size: 25px;
  }

  .search-page-empty {
    padding: 32px 20px;
  }

  .product-detail-hero {
    padding-bottom: 66px;
  }

  .product-gallery__main {
    border-radius: 23px;
  }

  .product-gallery__zoom {
    right: 12px;
    top: 12px;
    font-size: 0;
  }

  .product-gallery__zoom:after {
    content: "Увеличить";
    font-size: 11px;
  }

  .product-gallery__thumb-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-gallery__thumb-nav {
    display: none;
  }

  .product-gallery__thumb {
    width: 86px;
    border-radius: 13px;
  }

  .product-summary h1 {
    font-size: 42px;
  }

  .product-key-specs {
    grid-template-columns: 1fr 1fr;
  }

  .product-price-panel__top,
  .product-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-spec-layout,
  .product-feature-grid,
  .product-doc-grid {
    grid-template-columns: 1fr;
  }

  .product-spec-group {
    padding: 24px 20px;
  }

  .product-spec-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-spec-list dd {
    text-align: left;
  }

  .product-section {
    padding: 68px 0;
  }
}

@media (max-width: 430px) {
  .product-key-specs {
    grid-template-columns: 1fr;
  }
}
