.dm-page,
.dm-page * { box-sizing: border-box; }
.dm-page input,
.dm-page textarea,
.dm-page select { font: inherit; }

.dm-page {
  --t-text-font: 'Montserrat', sans-serif;
  --t-headline-font: 'Montserrat', sans-serif;
  font-family: var(--t-text-font);
  color: #d4ecf5;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(99,102,241,.18), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(0,212,255,.12), transparent 60%),
    linear-gradient(180deg, #03070f 0%, #060d1c 40%, #04081a 100%);
  overflow-x: hidden;
}

.dm-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 80px 24px 120px;
}

.dm-hero__slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.dm-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  will-change: opacity;
}

.dm-hero__slide.active {
  opacity: 1;
}

.dm-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.dm-hero__rays {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(56,189,248,.18), transparent 60%);
  z-index: 0;
}

.dm-hero__content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.dm-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9fe9ff;
  border: 1px solid rgba(0,212,255,.35);
  border-radius: 999px;
  background: rgba(0,212,255,.06);
  backdrop-filter: blur(6px);
  margin-bottom: 32px;
}
.dm-hero__eyebrow-icon { width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(85%) sepia(38%) saturate(708%) hue-rotate(159deg) brightness(101%) contrast(101%); }

.dm-hero__title {
  font-family: var(--t-headline-font);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: #f0fbff;
  text-shadow: 0 0 60px rgba(0,212,255,.35);
  text-align: left;
  max-width: 680px;
  margin-left: 0;
}
.dm-hero__title-line { display: block; }
.dm-hero__title-line--accent {
  background: linear-gradient(120deg, #38bdf8 0%, #7c4dff 50%, #00ffd5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 30px rgba(0,212,255,.45));
}

.dm-hero__subtitle {
  max-width: 680px;
  margin: 0 0 40px;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
  color: #b9d8e8;
  text-align: left;
  margin-left: 0;
}

.dm-hero__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.dm-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  font-family: var(--t-headline-font);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 999px;
  transition: all .25s ease;
  cursor: pointer;
}
.dm-btn--primary {
  background: linear-gradient(135deg, #38bdf8, #7c4dff);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0,212,255,.4);
}
.dm-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,212,255,.6);
}
.dm-btn--ghost {
  background: transparent;
  color: #b9d8e8;
  border: 1px solid rgba(0,212,255,.35);
}
.dm-btn--ghost:hover {
  border-color: rgba(0,212,255,.8);
  color: #fff;
}
.dm-btn--lg { padding: 18px 40px; font-size: 16px; }

.dm-hero__scroll {
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #5e9bb8;
  margin-top: 20px;
}
.dm-hero__scroll svg { width: 16px; height: 16px; animation: dm-bob 2.2s ease-in-out infinite; }
@keyframes dm-bob {
  0%,100% { transform: translateY(0); opacity: .7; }
  50% { transform: translateY(8px); opacity: 1; }
}

.dm-stats {
  padding: 60px 0;
  background: rgba(6,18,31,.6);
  border-top: 1px solid rgba(0,212,255,.08);
  border-bottom: 1px solid rgba(0,212,255,.08);
}
.dm-stats__inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.dm-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.dm-stat {
  padding: 20px 10px;
  text-align: center;
  border-right: 1px solid rgba(0,212,255,.08);
}
.dm-stat:last-child { border-right: none; }
.dm-stat__value {
  font-family: var(--t-headline-font);
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(135deg, #38bdf8, #7c4dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  margin-bottom: 4px;
}
.dm-stat__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #79a8c2;
}

.dm-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0,212,255,.06);
}
.dm-section--alt { background: rgba(6,18,31,.4); }
.dm-section__inner { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.dm-section__head {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}
.dm-section__eyebrow {
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #6cd3ff;
  margin-bottom: 12px;
}
.dm-section__title {
  font-family: var(--t-headline-font);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
  letter-spacing: -.01em;
}
.dm-section__text {
  font-size: 16px;
  line-height: 1.6;
  color: #95b3c6;
  margin: 0;
}

.dm-about__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}
.dm-about__text p {
  font-size: 15px;
  line-height: 1.7;
  color: #b9d8e8;
  margin: 0 0 18px;
}
.dm-about__text strong { color: #fff; font-weight: 600; }
.dm-partners-list {
  background: rgba(15,40,71,.5);
  border: 1px solid rgba(0,212,255,.15);
  border-radius: 18px;
  padding: 32px;
}
.dm-partners-list__title {
  font-family: var(--t-headline-font);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #6cd3ff;
  margin: 0 0 20px;
}
.dm-partners-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  counter-reset: partners;
}
.dm-partners-list li {
  font-size: 13px;
  color: #d4ecf5;
  padding: 8px 0 8px 36px;
  position: relative;
  border-bottom: 1px dashed rgba(0,212,255,.1);
  counter-increment: partners;
}
.dm-partners-list li::before {
  content: counter(partners, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 8px;
  color: #6cd3ff;
  font-family: var(--t-headline-font);
  font-weight: 700;
  font-size: 12px;
}
.dm-partners-list__note {
  font-size: 13px;
  color: #95b3c6;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(0,212,255,.1);
}

.dm-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0,212,255,.1);
  border: 1px solid rgba(0,212,255,.1);
  border-radius: 18px;
  overflow: hidden;
}
.dm-advantage {
  background: rgba(6,18,31,.6);
  padding: 32px 24px;
  transition: background .25s;
}
.dm-advantage:hover { background: rgba(6,18,31,.8); }
.dm-advantage__num {
  font-family: var(--t-headline-font);
  font-size: 12px;
  font-weight: 700;
  color: #6cd3ff;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.dm-advantage__title {
  font-family: var(--t-headline-font);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
.dm-advantage__text {
  font-size: 14px;
  line-height: 1.6;
  color: #95b3c6;
  margin: 0;
}

.dm-production__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.dm-prod-card {
  background: rgba(6,18,31,.6);
  border: 1px solid rgba(0,212,255,.15);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color .3s, transform .3s;
}
.dm-prod-card:hover {
  border-color: #38bdf8;
  transform: translateY(-4px);
}
.dm-prod-card__media {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0a1a2e;
}
.dm-prod-card__media--press {
  background-image: url('/uploads/1.jpg');
}
.dm-prod-card__media--robot {
  background-image: url('/uploads/4.jpg');
}
.dm-prod-card__corner {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px;
  border-top: 2px solid #38bdf8;
  border-right: 2px solid #38bdf8;
  z-index: 2;
}
.dm-prod-card__media-badge {
  position: absolute; top: 16px; left: 16px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  background: #38bdf8;
  border-radius: 999px;
  z-index: 2;
}
.dm-prod-card__body {
  padding: 28px;
}
.dm-prod-card__badge {
  font-family: var(--t-headline-font);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6cd3ff;
  margin-bottom: 12px;
}
.dm-prod-card__title {
  font-family: var(--t-headline-font);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.dm-prod-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #95b3c6;
  margin: 0;
}

.dm-brands__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px;
  background: rgba(0,212,255,.08);
  border: 1px solid rgba(0,212,255,.1);
  border-radius: 18px;
  overflow: hidden;
}
.dm-brand {
  background: rgba(6,18,31,.5);
  padding: 16px 8px;
  text-align: center;
  font-family: var(--t-headline-font);
  font-size: 12px;
  font-weight: 700;
  color: #79a8c2;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: background .2s, color .2s;
}
.dm-brand:hover {
  background: rgba(0,212,255,.06);
  color: #38bdf8;
}

.dm-cert__subtitle {
  font-family: var(--t-headline-font);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 40px 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.dm-cert__subtitle::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #38bdf8;
}
.dm-cert__subtitle:first-of-type { margin-top: 0; }
.dm-cert__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.dm-cert {
  background: rgba(6,18,31,.5);
  border: 1px solid rgba(0,212,255,.1);
  border-radius: 16px;
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.dm-cert:hover {
  border-color: #38bdf8;
  transform: translateY(-2px);
}
.dm-cert__icon {
  width: 48px; height: 48px;
  border: 1px solid #38bdf8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--t-headline-font);
  font-weight: 700;
  color: #38bdf8;
  font-size: 14px;
  margin-bottom: 16px;
}
.dm-cert__name {
  font-family: var(--t-headline-font);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.dm-cert__desc {
  font-size: 13px;
  line-height: 1.5;
  color: #95b3c6;
  margin: 0;
}

.dm-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dm-tier {
  background: rgba(6,18,31,.5);
  border: 1px solid rgba(0,212,255,.1);
  border-radius: 18px;
  padding: 28px;
  transition: border-color .3s, transform .3s;
  display: flex;
  flex-direction: column;
}
.dm-tier:hover {
  border-color: #38bdf8;
  transform: translateY(-4px);
}
.dm-tier--featured {
  border-color: #38bdf8;
  background: rgba(0,212,255,.06);
}
.dm-tier--featured::before {
  content: 'ТОП';
  position: absolute;
  top: -1px;
  right: 24px;
  background: #38bdf8;
  color: #000;
  font-family: var(--t-headline-font);
  font-size: 10px;
  font-weight: 800;
  padding: 4px 16px;
  border-radius: 0 0 8px 8px;
  letter-spacing: 1.5px;
}
.dm-tier { position: relative; }
.dm-tier__num {
  font-family: var(--t-headline-font);
  font-size: 11px;
  font-weight: 700;
  color: #6cd3ff;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.dm-tier__title {
  font-family: var(--t-headline-font);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.dm-tier__text {
  font-size: 14px;
  line-height: 1.6;
  color: #95b3c6;
  margin: 0 0 20px;
  flex: 1;
}
.dm-tier__cta {
  display: inline-block;
  color: #38bdf8;
  font-family: var(--t-headline-font);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,212,255,.1);
  transition: padding-left .2s;
}
.dm-tier__cta:hover { padding-left: 6px; }

.dm-cta-banner-wrap {
  padding: 60px 0;
  background: rgba(6,18,31,.4);
}
.dm-container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.dm-cta-banner {
  background: linear-gradient(135deg, rgba(56,189,248,.2), rgba(124,77,255,.2));
  border: 1px solid rgba(0,212,255,.25);
  border-radius: 24px;
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  backdrop-filter: blur(6px);
}
.dm-cta-banner__text { flex: 1; }
.dm-cta-banner__title {
  font-family: var(--t-headline-font);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.dm-cta-banner__sub {
  font-size: 15px;
  color: #b9d8e8;
  margin: 0;
}
.dm-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #38bdf8, #7c4dff);
  color: #fff;
  padding: 16px 36px;
  border-radius: 999px;
  font-family: var(--t-headline-font);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: transform .2s, box-shadow .2s;
}
.dm-cta-banner__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,212,255,.4);
}

.dm-contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.dm-contact-card {
  background: rgba(6,18,31,.5);
  border: 1px solid rgba(0,212,255,.1);
  border-radius: 18px;
  padding: 28px;
  transition: border-color .2s;
}
.dm-contact-card:hover { border-color: #38bdf8; }
.dm-contact-card__label {
  font-family: var(--t-headline-font);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #79a8c2;
  margin: 0 0 12px;
}
.dm-contact-card__value {
  font-family: var(--t-headline-font);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.dm-contact-card__value a {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}
.dm-contact-card__value a:hover { color: #38bdf8; }
.dm-contact-card__note {
  font-size: 13px;
  color: #95b3c6;
  line-height: 1.5;
  margin: 0;
}

.dm-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dm-product {
  background: rgba(6,18,31,.6);
  border: 1px solid rgba(0,212,255,.1);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color .3s, transform .3s;
}
.dm-product:hover {
  border-color: #38bdf8;
  transform: translateY(-4px);
}
.dm-product__link { text-decoration: none; color: inherit; display: block; }
.dm-product__media {
  position: relative;
  aspect-ratio: 1/1;
  background: #0a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.dm-product__media img {
  width: 100%; height: 100%; object-fit: contain;
  transition: transform .3s;
}
.dm-product:hover .dm-product__media img { transform: scale(1.05); }
.dm-product__badge {
  position: absolute;
  top: 10px; right: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.dm-product__badge--few { background: #facc15; color: #000; }
.dm-product__badge--out { background: #6b7280; color: #fff; }
.dm-product__body {
  padding: 16px;
}
.dm-product__article {
  font-size: 11px;
  color: #79a8c2;
  margin-bottom: 4px;
}
.dm-product__name {
  font-family: var(--t-headline-font);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}
.dm-product__price {
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
  margin-bottom: 12px;
}
.dm-product__price-old {
  font-size: 13px;
  color: #79a8c2;
  text-decoration: line-through;
}
.dm-product__price-current {
  font-size: 20px;
  font-weight: 700;
  color: #38bdf8;
}
.dm-product__unit {
  font-size: 12px;
  color: #79a8c2;
}
.dm-product__add {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0,212,255,.3);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .25s, border-color .25s;
}
.dm-product__add:hover {
  background: rgba(0,212,255,.1);
  border-color: #38bdf8;
}

@media (max-width: 1200px) {
  .dm-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .dm-advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .dm-tiers__grid { grid-template-columns: repeat(2, 1fr); }
  .dm-cert__grid { grid-template-columns: repeat(2, 1fr); }
  .dm-products-grid { grid-template-columns: repeat(3, 1fr); }
  .dm-brands__list { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 960px) {
  .dm-hero { min-height: 80vh; padding: 60px 20px; }
  .dm-about__grid { grid-template-columns: 1fr; }
  .dm-production__grid { grid-template-columns: 1fr; }
  .dm-contacts__grid { grid-template-columns: 1fr; }
  .dm-products-grid { grid-template-columns: repeat(2, 1fr); }
  .dm-brands__list { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .dm-hero__title { font-size: 32px; }
  .dm-hero__cta { flex-direction: column; align-items: center; }
  .dm-btn { width: 100%; justify-content: center; }
  .dm-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .dm-advantages__grid { grid-template-columns: 1fr; }
  .dm-tiers__grid { grid-template-columns: 1fr; }
  .dm-cert__grid { grid-template-columns: 1fr; }
  .dm-products-grid { grid-template-columns: 1fr; }
  .dm-brands__list { grid-template-columns: repeat(3, 1fr); }
  .dm-partners-list ol { grid-template-columns: 1fr; }
  .dm-hero__scroll { display: none; }
}
