/* ===================== ABOUT ===================== */
#about { background: var(--gray-bg); }
.about-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about-top {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.about-logo-block {
  flex: 0 0 auto;
  background: var(--primary);
  border-radius: 24px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.about-logo-block img {
  width: 160px;
  filter: brightness(0) invert(1);
}
.about-text {
  flex: 1;
}
.about-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--dark);
}
.about-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
.metrics {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.metric { text-align: center; }
.metric-value {
  font-size: 56px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.02em;
}
.metric-label {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  font-weight: 500;
}
.features {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  flex: 1 1 280px;
  max-width: 340px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}
.feature-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, #ff4e2e, #ff7c5c);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-icon svg { width: 26px; height: 26px; fill: #fff; }
.feature-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.01em; }
.feature-card p { font-size: 14px; color: #666; line-height: 1.65; }

/* ===================== PROMOTIONS ===================== */
#promotions { background: #fff; }
.promo-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.promo-card {
  flex: 1 1 300px;
  max-width: 500px;
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.09);
  transition: transform 0.25s, box-shadow 0.25s;
}
.promo-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.14); }
.promo-card.orange { background: linear-gradient(135deg, #ff4e2e 0%, #ff7c5c 100%); color: #fff; }
.promo-card.white { background: #fff; border: 2px solid var(--primary); color: var(--dark); }
.promo-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.01em; }
.promo-card ul { list-style: none; margin-bottom: 28px; }
.promo-card ul li {
  font-size: 15px;
  line-height: 1.6;
  padding: 6px 0 6px 22px;
  position: relative;
}
.promo-card ul li::before { content: "•"; position: absolute; left: 0; font-weight: 700; }
.promo-card.orange ul li::before { color: rgba(255,255,255,0.7); }
.promo-card.white ul li::before { color: var(--primary); }
.promo-badge {
  display: inline-block;
  border-radius: 12px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}
.promo-card.orange .promo-badge { background: rgba(255,255,255,0.2); color: #fff; }
.promo-card.white .promo-badge { background: rgba(242,79,51,0.1); color: var(--primary); }

/* ===================== PARTNERSHIP ===================== */
#partnership { background: #fff; }
.partner-card {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fff9f8, #fff);
  border: 2px solid rgba(255,78,46,0.2);
  border-radius: 28px;
  padding: 56px 48px;
  text-align: center;
  box-shadow: 0 4px 32px rgba(255,78,46,0.08);
}
.partner-card h3 { font-size: 28px; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.02em; }
.partner-card p { font-size: 16px; color: #666; margin-bottom: 32px; line-height: 1.65; }

/* ===================== DOWNLOAD ===================== */
#download {
  background: linear-gradient(140deg, #ff4e2e 0%, #ff7c5c 55%, #ffad5c 100%);
  text-align: center;
}
#download .section-title { color: #fff; }
#download .section-title span { color: rgba(255,255,255,0.65); }
.download-sub {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  margin-top: -32px;
  margin-bottom: 48px;
}
.download-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.download-qr-block {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.qr-item img {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  object-fit: contain;
}
.qr-label {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 600;
}
.download-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: var(--radius);
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  white-space: nowrap;
}
.download-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.download-btn svg { width: 22px; height: 22px; fill: var(--primary); }

/* ===================== FAQ ===================== */
#faq { background: var(--gray-bg); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.2s;
}
.faq-item.open { border-color: rgba(255,78,46,0.2); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 28px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: 'Inter', Arial, sans-serif;
}
.faq-question:hover { color: var(--primary); }
.faq-arrow {
  width: 24px; height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s;
  fill: var(--primary);
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s;
  padding: 0 28px;
  font-size: 15px;
  color: #666;
  line-height: 1.75;
}
.faq-item.open .faq-answer { max-height: 500px; padding: 0 28px 24px; }
.faq-answer ol { padding-left: 20px; margin-top: 8px; }
.faq-answer ol li { margin-bottom: 6px; }

/* ===================== REVIEWS ===================== */
#reviews { background: #fff; }
.reviews-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.review-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  flex: 1 1 260px;
  max-width: 320px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  border: 1.5px solid #f0f0f0;
  transition: transform 0.25s, box-shadow 0.25s;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.11);
}
.review-quote {
  font-size: 36px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.35;
  font-family: Georgia, serif;
}
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4e2e, #ff7c5c);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-name { font-weight: 700; font-size: 16px; }
.review-stars { color: #FFB800; font-size: 13px; margin-top: 3px; letter-spacing: 1px; }
.review-text { font-size: 14px; color: #555; line-height: 1.65; }

/* ===================== CONTACTS ===================== */
#contacts { background: var(--gray-bg); }
.contacts-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.contacts-inner p { font-size: 17px; margin-bottom: 12px; }
.contacts-inner a { color: var(--primary); font-weight: 600; }
.contacts-socials {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: var(--shadow);
  transition: background 0.2s, color 0.2s;
}
.social-link:hover { background: var(--primary); color: #fff; }
.social-link:hover svg { fill: #fff; }
.social-link svg { width: 18px; height: 18px; fill: var(--dark); transition: fill 0.2s; }

/* ===================== MAP ===================== */
.map-wrap {
  max-width: 900px;
  margin: 40px auto 0;
}
.map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.map-container iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none;
}
