/* Плавный переход по якорям (#contact, #models и др.) — скролл документа, не блока .spark-page */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ========== ПЕРЕМЕННЫЕ ========== */
.spark-page {
  --teal: #009b91;
  --teal-dark: #008b82;
  --teal-darker: #007a72;
  --teal-light: #E1F5EE;
  --teal-mid: #9FE1CB;
  --orange: #E85D24;
  --orange-dark: #c44e1a;
  --white: #ffffff;
  --gray-bg: #F5F5F5;
  --gray-line: #E0E0E0;
  --text: #1A1A1A;
  --text-mid: #252525;
  --text-light: #505050;
  --container: 1200px;
  --pad: clamp(56px, 7vw, 62px);
  --r: 4px;
}

/* ========== БАЗОВЫЕ СТИЛИ ========== */
.spark-page {
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
}

.spark-page .container {
  max-width: var(--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.spark-page *,
.spark-page *::before,
.spark-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.spark-page img {
  max-width: 100%;
  height: auto;
}

/* ========== HERO ========== */
.spark-page .hero {
  background: var(--white);
  border-bottom: 1px solid var(--gray-line);
  padding-bottom: 60px;
}

.spark-page .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.spark-page h1 {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.spark-page .hero-utp {
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 21px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--orange);
  margin-bottom: 24px;
}

.spark-page .hero-desc {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 32px;
  font-weight: 600;
}

.spark-page .hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.spark-page .btn-main {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 13px 28px;
  border-radius: var(--r);
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.spark-page .btn-main:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: #fff;
}

.spark-page .btn-sec {
  background: transparent;
  color: var(--teal-dark);
  border: 2px solid var(--teal);
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 13px 28px;
  border-radius: var(--r);
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
  width: 378px;
  text-align: center;
}

.spark-page .btn-sec:hover {
  background: var(--teal);
  color: #fff;
}

.spark-page .hero-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.spark-page .hero-photo {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: var(--r);
}

/* ========== SECTION BASE ========== */
.spark-page .section {
  padding: var(--pad) 0;
}

.spark-page .s-tag {
  display: inline-block;
  background: var(--teal-light);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.spark-page .s-ttl {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
}

.spark-page .s-sub {
  font-size: 17px;
  color: var(--text-mid);
  max-width: 600px;
  line-height: 1.8;
}

.spark-page .s-hd {
  margin-bottom: 48px;
}

.spark-page .s-hd-c {
  text-align: center;
}

.spark-page .s-hd-c .s-sub {
  margin: 0 auto;
}

/* ========== STATS CONTAINER ========== */
.spark-page .stats-container {
  display: flex;
  gap: 0;
  margin-top: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--teal);
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.spark-page .stat-item {
  flex: 1;
  padding: 28px 32px;
  transition: background 0.2s ease;
}

.spark-page .stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.spark-page .stat-number {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.01em;
}

.spark-page .stat-label {
  font-size: 13px;
  color: var(--white);
  margin-top: 6px;
  line-height: 1.4;
  opacity: 0.9;
}

.spark-page .stat-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

/* ========== APPLICATIONS ========== */
.spark-page .app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 1px;
  background: var(--gray-line);
  border: 1px solid var(--gray-line);
  margin-bottom: 40px;
}

.spark-page .app-card {
  background: #fff;
  padding: 28px 20px;
  text-align: center;
  transition: background 0.2s;
}

.spark-page .app-card:hover {
  background: var(--teal-light);
}

.spark-page .app-ic {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}

.spark-page .app-nm {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 6px;
}

.spark-page .app-ds {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.55;
}

/* ========== ENTERPRISE CARDS ========== */
.spark-page .ent-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.spark-page .ent-card {
  background: #fff;
  border: 1px solid var(--gray-line);
  border-radius: var(--r);
  overflow: hidden;
  transition: all 0.2s;
  cursor: default;
}

.spark-page .ent-card:hover {
  border-color: var(--teal);
  box-shadow: 0 4px 20px rgba(15, 110, 86, 0.1);
  transform: translateY(-2px);
}

.spark-page .ent-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.spark-page .ent-card-body {
  padding: 14px 16px;
}

.spark-page .ent-card-nm {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 4px;
}

.spark-page .ent-card-ds {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.55;
}

/* ========== BEFORE/AFTER SLIDER ========== */
.spark-page .bap-slides {
  position: relative;
  overflow: hidden;
}

.spark-page .bap-slide {
  display: none;
  animation: bapFadeIn 0.35s ease;
}

.spark-page .bap-slide.active {
  display: block;
}

@keyframes bapFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.spark-page .bap-pair {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: stretch;
  gap: 0;
}

.spark-page .bap-card {
  border: 1px solid var(--gray-line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.spark-page .bap-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spark-page .bap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spark-page .bap-img-before {
  background: #fdf6f2;
}

.spark-page .bap-img-after {
  background: #f0faf5;
}

.spark-page .bap-foot {
  padding: 18px 22px;
  background: #fff;
  border-top: 1px solid var(--gray-line);
  flex: 1;
}

.spark-page .bap-lbl {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}

.spark-page .bap-lbl-before {
  color: var(--orange);
}

.spark-page .bap-lbl-after {
  color: var(--teal);
}

.spark-page .bap-defects {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.65;
}

.spark-page .bap-defects-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.spark-page .bap-chip {
  display: inline-block;
  background: #fff3ee;
  border: 1px solid #f5c5aa;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange-dark);
  padding: 3px 10px;
  line-height: 1.5;
  animation: chipIn 0.3s ease both;
}

@keyframes chipIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.spark-page .bap-arrow-mid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spark-page .bap-arrow-mid-ic {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(232, 93, 36, 0.35);
  flex-shrink: 0;
  padding-bottom: 5px;
}

.spark-page .bap-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.spark-page .bap-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--gray-line);
  background: #fff;
  color: var(--text-mid);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.spark-page .bap-nav-btn:hover {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  color: #fff;
}

.spark-page .bap-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spark-page .bap-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gray-line);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  border: none;
  padding: 0;
}

.spark-page .bap-dot.active {
  background: var(--teal-dark);
  transform: scale(1.3);
}

/* ========== TECH GRID ========== */
.spark-page .tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border-radius: var(--r);
}

.spark-page .tech-card {
  background: var(--gray-bg);
  border: 1px solid var(--gray-line);
  border-radius: var(--r);
  padding: 36px;
  transition: all 0.2s;
}

.spark-page .tech-card:hover {
  border-color: var(--teal);
  background: var(--teal-light);
}

.spark-page .tech-ic {
  font-size: 28px;
  margin-bottom: 16px;
}

.spark-page .tech-kw {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal-dark);
  margin-bottom: 8px;
}

.spark-page .tech-ttl {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 12px;
}

.spark-page .tech-tx {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
}

.spark-page .tech-tx img {
  padding: 10px 0 10px 0px;
}

.spark-page .feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  border: 1px solid var(--gray-line);
  border-radius: var(--r);
  overflow: hidden;
}

.spark-page .feat-it {
  padding: 20px 22px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-right: 1px solid var(--gray-line);
  border-bottom: 1px solid var(--gray-line);
}

.spark-page .feat-chk {
  width: 20px;
  height: 20px;
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.spark-page .feat-chk::after {
  content: '✓';
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}

.spark-page .feat-tx {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ========== PRODUCTION BLOCK ========== */
.spark-page .prod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.spark-page .prod-visual {
  background: var(--teal-dark);
  border-radius: var(--r);
  padding: 48px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.spark-page .prod-visual::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(29, 158, 117, 0.2);
}

.spark-page .prod-visual::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.spark-page .prod-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.spark-page .prod-text {
  flex: 1;
  width: 50%;
}

.spark-page .prod-video {
  flex: 1;
  width: 50%;
}

.spark-page .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: var(--r);
  overflow: hidden;
}

.spark-page .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.spark-page .prod-quote {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.spark-page .prod-quote-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.spark-page .prod-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 18px;
  border-radius: 2px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

/* ========== MODELS TABLE ========== */
.spark-page .tbl-wrap {

  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: 40px;
}

.spark-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.spark-page thead tr {
  background: var(--teal-dark);
}

.spark-page thead th {
  padding: 13px 18px;
  text-align: left;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.spark-page tbody tr {
  border-bottom: 1px solid var(--gray-line);
  transition: background 0.15s;
}

.spark-page tbody tr:last-child {
  border-bottom: none;
}

.spark-page tbody tr:hover {
  background: var(--teal-light);
}

.spark-page tbody td {
  padding: 13px 18px;
  color: var(--text);
}

.spark-page .td-m {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: var(--teal-dark);
  font-size: 15px;
  white-space: nowrap;
}

.spark-page .td-p {
  font-weight: 700;
  color: var(--teal);
}

.spark-page .table_sp {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #333;
  border: 1px solid var(--gray-line);
  border-radius: var(--r);
}

.spark-page .table_sp th {
  text-align: left;
  padding: 12px 8px;
  font-size: 14px;
}

.spark-page .table_sp td {
  padding: 10px 8px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}

.spark-page .center {
  text-align: center;
}

.spark-page .dot::before {
  content: "●";
  font-size: 14px;
}

.spark-page .dash::before {
  content: "-";
  font-size: 14px;
}

.spark-page .circle::before {
  content: "○";
  font-size: 14px;
}

.spark-page .drop {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f39c12;
  border-radius: 0 50% 50% 50%;
  transform: rotate(45deg);
  margin: 0 2px;
}

.spark-page .gray-subtext {
  color: #888;
  font-size: 11px;
  margin-top: 2px;
  display: block;
}

/* ========== VIDEO GRID ========== */
.spark-page .vgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.spark-page .vgrid-card {
  border-radius: var(--r);
  overflow: hidden;
  cursor: pointer;
  background: var(--teal-dark);
  border: 2px solid transparent;
  transition: all 0.2s;
  position: relative;
}

.spark-page .vgrid-card:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(15, 110, 86, 0.2);
}

.spark-page .vgrid-thumb {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.spark-page .vgrid-thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.spark-page .vgrid-play {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.2s;
  padding-left: 4px;
}

.spark-page .vgrid-card:hover .vgrid-play {
  background: var(--orange);
  border-color: var(--orange);
}

.spark-page .vgrid-label {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.spark-page .vgrid-sub {
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.4;
}

/* ========== SHOWROOM ========== */
.spark-page .showroom-cta-full {
  background: var(--teal-light);
  border: 1px solid var(--teal-mid);
  border-radius: var(--r);
  padding: 24px 28px;
  margin-top: 24px;
}

.spark-page .showroom-cta-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 16px;
}

.spark-page .showroom-steps {
  list-style: none;
  margin-bottom: 20px;
}

.spark-page .showroom-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--text-mid);
  margin-bottom: 10px;
}

.spark-page .sh-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

/* ========== TRAINING ========== */
.spark-page .training-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.spark-page .training-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.spark-page .tr-step {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--gray-line);
}

.spark-page .tr-step:last-child {
  border-bottom: none;
}

.spark-page .tr-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.spark-page .tr-step-ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 4px;
}

.spark-page .tr-step-tx {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

.spark-page .training-card {
  background: var(--teal-dark);
  color: #fff;
  border-radius: var(--r);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.spark-page .training-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(29, 158, 117, 0.25);
}

.spark-page .tr-card-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.spark-page .tr-card-ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.spark-page .tr-card-tx {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 24px;
}

.spark-page .tr-card-stat {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.spark-page .tr-card-stat-l {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

/* ========== CONTACTS ========== */
.spark-page .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.spark-page .cf-ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}

.spark-page .cf-sub {
  font-size: 16px;
  color: var(--text-mid);
  margin-bottom: 28px;
}

.spark-page .f-lbl {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-light);
  margin-bottom: 7px;
}

.spark-page .f-inp {
  width: 100%;
  border: 1.5px solid var(--gray-line);
  background: #fff;
  color: var(--text);
  font-size: 15px;
  padding: 12px 14px;
  border-radius: var(--r);
  outline: none;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}

.spark-page .f-inp:focus {
  border-color: var(--teal);
}

.spark-page .f-sub {
  width: 100%;
  background: var(--orange);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 15px;
  border-radius: var(--r);
  transition: background 0.2s;
  margin-top: 4px;
}

.spark-page .f-sub:hover {
  background: var(--orange-dark);
}

.spark-page .f-note {
  font-size: 13px;
  color: var(--text-mid);
  margin-top: 10px;
  line-height: 1.5;
}

/* Чекбокс согласия в нижней форме — в стиле модалки */
.spark-page label.spark-agree-style.input-field {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-mid);
  margin-top: 10px;
}

.spark-page #spark-agree.spark-agree-style,
.spark-page .spark-agree-style.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  margin-right: 0;
  border: 1px solid #9fa4a6;
  border-radius: 2px;
  background: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.spark-page .spark-agree-style.checkbox:after {
  content: '' !important;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px !important;
  height: 10px !important;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  background: none !important;
  opacity: 0;
}

.spark-page #spark-agree.spark-agree-style:checked,
.spark-page .spark-agree-style.checkbox.checked {
  background: var(--teal);
  border-color: var(--teal);
}

.spark-page .spark-agree-style.checkbox.checked:after {
  opacity: 1;
}

.spark-page #spark-agree.spark-agree-style:focus,
.spark-page .spark-agree-style.checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 155, 145, 0.14);
}

.spark-page #spark-agree.spark-agree-style.has-error,
.spark-page .spark-agree-style.checkbox.has-error {
  border-color: #E85D24;
  box-shadow: 0 0 0 3px rgba(232, 93, 36, 0.14);
}

.spark-page .ci-ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--teal-dark);
  margin-bottom: 24px;
}

.spark-page .ci-it {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.spark-page .ci-ic {
  width: 44px;
  height: 44px;
  background: var(--teal-light);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.spark-page .ci-lbl {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--text-mid);
  margin-bottom: 3px;
}

.spark-page .ci-val {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.spark-page .ci-val a {
  color: var(--teal-dark);
  text-decoration: none;
}

.spark-page .ci-val a:hover {
  color: var(--teal);
}

/* ========== REVEAL ANIMATION ========== */
.spark-page .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.spark-page .reveal.vis {
  opacity: 1;
  transform: translateY(0);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .spark-page .hero-grid,
  .spark-page .contact-grid,
  .spark-page .tech-grid,
  .spark-page .prod-grid,
  .spark-page .training-wrap {
    grid-template-columns: 1fr;
  }
  .spark-page .feat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .spark-page .bap-pair {
    grid-template-columns: 1fr;
  }
  .spark-page .bap-arrow-mid {
    padding: 8px 0;
  }
  .spark-page .bap-arrow-mid-ic {
    transform: rotate(90deg);
  }
  .spark-page .tbl-wrap,
  .spark-page .table_sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
  }
  .spark-page .tbl-wrap table,
  .spark-page .table_sp table {
    min-width: 700px;
    width: max-content;
  }
}

@media (max-width: 768px) {
  .spark-page .prod-content {
    flex-direction: column;
    gap: 30px;
  }
  .spark-page .prod-text,
  .spark-page .prod-video {
    width: 100%;
  }
  .spark-page .prod-visual {
    padding: 32px 24px;
  }
  .spark-page .ent-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .spark-page #models .s-hd img {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
    display: block;
  }
  .spark-page .prod-quote {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .spark-page .stats-container {
    flex-direction: column;
    margin-top: 32px;
    width: 100%;
  }
  .spark-page .stat-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .spark-page .stat-item {
    padding: 24px 16px;
    text-align: center;
  }
  .spark-page .stat-number {
    font-size: 36px;
  }
  .spark-page .vgrid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 600px) {
  .spark-page .feat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .spark-page .vgrid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .spark-page .btn-sec {
    width: 100%;
    text-align: center;
  }
}

.button.is-outline {
  background-color: var(--teal-darker) !important;
}

/* ========== TOAST УВЕДОМЛЕНИЕ ========== */
.spark-toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ffffff;
  color: #1A1A1A !important;
  padding: 16px 24px;
  border-radius: var(--r);
  font-size: 15px;
  font-weight: 600;
  z-index: 10000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transform: translateX(400px);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 350px;
  font-family: inherit;
  border-left: 4px solid var(--teal);
}

.spark-toast.show {
  transform: translateX(0);
}

.spark-toast.success {
  background: #ffffff;
  color: #1A1A1A !important;
  border-left: 4px solid var(--teal);
}

.spark-toast.error {
  background: #ffffff;
  color: #1A1A1A !important;
  border-left: 4px solid var(--orange);
}

.spark-toast span {
  color: #1A1A1A !important;
}

.spark-toast .spark-toast-close {
  cursor: pointer;
  background: #E0E0E0;
  border: none;
  color: #1A1A1A !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: auto;
  transition: background 0.2s;
}

.spark-toast-close:hover {
  background: #C0C0C0;
}

@media (max-width: 600px) {
  .spark-toast {
    bottom: 20px;
    right: 20px;
    left: 20px;
    max-width: none;
    padding: 14px 20px;
  }
}


.marquiz__button {height: 50px;padding: 10px;border-radius: 4px;}


    /* ===== FAQ SECTION ===== */
    .faq-section {
      
      margin: 0 auto;
    }

    .faq-header {
      margin-bottom: 2rem;
    }

    .faq-eyebrow {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #0F6E56;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: .6rem;
    }

    .faq-eyebrow::before {
      content: '';
      display: block;
      width: 28px;
      height: 2px;
      background: #1D9E75;
      border-radius: 1px;
      flex-shrink: 0;
    }

    .faq-heading {
      font-size: clamp(22px, 4vw, 30px);
      font-weight: 700;
      color: #111110;
      line-height: 1.25;
    }

    /* ===== ACCORDION ===== */
    .faq-list {
      border-top: 1px solid #dddcd6;
    }

    .faq-item {
      border-bottom: 1px solid #dddcd6;
    }

    .faq-btn {
      width: 100%;
      background: none;
      border: none;
      padding: 1.2rem 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer;
      text-align: left;
      transition: background .15s;
      border-radius: 0;
    }

    .faq-btn:hover { background: rgba(29,158,117,.05); }
    .faq-btn:focus-visible {
      outline: 2px solid #1D9E75;
      outline-offset: 2px;
      border-radius: 4px;
    }

    .faq-q {
      font-size: 16px;
      font-weight: 600;
      color: #111110;
      line-height: 1.45;
      flex: 1;
    }

    .faq-icon {
      flex-shrink: 0;
      margin-top: 3px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1.5px solid #b8b7b1;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s, border-color .2s, transform .3s;
    }

    .faq-icon svg {
      width: 11px;
      height: 11px;
      stroke: #6b6a66;
      transition: transform .3s, stroke .2s;
    }

    .faq-item.open .faq-icon {
      background: #1D9E75;
      border-color: #1D9E75;
    }

    .faq-item.open .faq-icon svg {
      stroke: #fff;
      transform: rotate(45deg);
    }

    /* ===== ANSWER PANEL ===== */
    .faq-body {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows .35s cubic-bezier(.4,0,.2,1);
    }

    .faq-item.open .faq-body {
      grid-template-rows: 1fr;
    }

    .faq-body-inner {
      overflow: hidden;
    }

    .faq-a {
      padding: 0 0 1.4rem 0;
      font-size: 15px;
      line-height: 1.75;
      color: #4a4946;
      max-width: 640px;
    }

    .faq-a strong {
      color: #111110;
      font-weight: 600;
    }

    /* ===== STANDALONE DEMO ONLY ===== */
    .demo-note {
      text-align: center;
      font-size: 12px;
      color: #999;
      margin-top: 2.5rem;
    }
  