/*seller_css*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.site-header {
  background-color: #6f42c1;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.burger-menu {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.burger-icon {
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 5px;
}

.burger-icon span {
  height: 3px;
  background: white;
  border-radius: 2px;
}

/* Меню */
.burger-dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index: 1000;
  min-width: 180px;
  text-align: left;
}

.burger-dropdown a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.burger-dropdown a:last-child {
  border-bottom: none;
}

.burger-dropdown a:hover {
  background-color: #f5f5f5;
}

/* Контент */
.header-logo {
  width: 50px;
  margin-bottom: 20px;
}

.site-header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.site-header p {
  font-size: 1.2em;
}

.btn {
  background: #ffc107;
  color: #000;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

.btn:hover {
  background: #fff;
}

.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
}



.btn{background:#ffc107;color:#000;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:bold;display:inline-block;margin-top:20px} .btn:hover {background: #fff;}


/* benefits */	
    .section {
      padding: 60px 20px;
      text-align: center;
    }
    .benefits {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }
    .benefit {
      background: white;
      padding: 30px 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }
    .benefit i {
      font-size: 2.2em;
      margin-bottom: 10px;
      color: #6f42c1;
    }
    @media (max-width: 1024px) {
      .benefits {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    @media (max-width: 640px) {
      .benefits {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media (max-width: 400px) {
      .benefits {
        grid-template-columns: 1fr;
      }
    }

/* section safe */
.safe {
  background-color: #fff;
  color: #222;
}

.safe-text {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  text-align: left;
}

.safe-text p {
  margin-bottom: 18px;
}

.safe-text strong {
  color: #6f42c1;
}

.safe-text em {
  display: block;
  font-style: italic;
  font-size: 1.05em;
  color: #444;
  margin-top: 10px;
}


/* section features */
.features {
  background-color: #f0f4ff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.feature-card {
  background: white;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.feature-card i {
  font-size: 2em;
  color: #6f42c1;
  margin-bottom: 10px;
}


/* section auto-banner */
.auto-banner {
  background: #f7f6f8;
  padding: 60px 20px;
  text-align: center;
}

.auto-banner h2 {
  font-size: 1.6em;
  margin-bottom: 40px;
  color: #333;
}

.banner-image {
  max-width: 1500px;
  margin: 0 auto;
}

.banner-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}


/* section automation */
.automation {
  background: #fff;
}

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.auto-step {
  background: #fefefe;
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.auto-step i {
  font-size: 2em;
  color: #6f42c1;
  margin-bottom: 10px;
}


/* Timeline Line + Animation */
.rules-timeline-line {
  background: #f7f8fd;
  padding: 60px 20px;
  text-align: center;
}

.rules-timeline-line h2 {
  margin-bottom: 40px;
  color: #333;
}

/* Контейнер для прокрутки */
.rules-line-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 20px;
}

/* Сама лента с точками */
.rules-line-wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding-top: 20px;
  position: relative;
}

/* Линия под точками */
.rules-line-wrapper::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  height: 4px;
  width: 100%;
  background: #d1c4e9;
  z-index: 0;
}

/* Стилизация скроллбара */
.rules-line-scroll::-webkit-scrollbar {
  height: 6px;
}
.rules-line-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

/* Один пункт */
.rules-point {
  position: relative;
  min-width: 140px;
  text-align: center;
  z-index: 1;
}

/* Точка на линии */
.rules-point .dot {
  width: 16px;
  height: 16px;
  background: #6f42c1;
  border-radius: 50%;
  margin: 0 auto 12px auto;
  position: relative;
  z-index: 2;
}

/* Иконка */
.rules-point i {
  font-size: 1.5em;
  color: #6f42c1;
  margin-bottom: 8px;
}

/* Заголовок */
.rules-point h3 {
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

/* Описание */
.rules-point p {
  font-size: 0.85em;
  color: #555;
  line-height: 1.4;
  margin: 0;
}

/* === Footer === */
.footer {
  background: #6f42c1;
  color: white;
  padding: 60px 20px 30px;
  text-align: center;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 20px;
  gap: 20px;
}

.footer-col {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

.footer-logo {
  width: 50px;
  margin: 0 auto 20px;
}

.footer-btn {
  display: inline-block;
  background: #ffc107;
  color: black;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
}

.footer-info a {
  color: white;
  text-decoration: underline;
  font-size: 0.95em;
}

.footer-info p {
  margin: 8px 0;
  font-size: 0.9em;
}

.footer-copy {
  font-size: 0.85em;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.75);
}

.wave {
  font-size: 2.5em;
  display: block;
  margin-bottom: 10px;
  animation: waveAnim 1.8s infinite;
}

@keyframes waveAnim {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(10deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

/* faq-section */
.faq-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.faq-section h2 {
  margin-bottom: 40px;
  font-size: 1.8em;
  color: #333;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 1em;
  font-weight: bold;
  padding: 16px;
  text-align: left;
  color: #6f42c1;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f3effd;
}

.faq-answer {
  display: none;
  padding: 0 16px 16px;
  font-size: 0.95em;
  color: #444;
}

.faq-item.active .faq-answer {
  display: block;
}
