/* .about-intro {
  text-align: center;
  padding: 60px 20px;
} */

.about-intro h1 {
  font-size: 40px;
  font-weight: 700;
  max-width: 1200px;
  margin: 0 auto 15px;
  line-height: 1.3;
  text-align: center;
}

.intro-box {
  background: #F3C43A;
  color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.underline-block {
    height: 3px;
    background: linear-gradient(135deg, #5C6EF8, #8E4CF4);
    width: 100px;
    margin: 0 auto 40px;
}

.intro-box-text {
    max-width: 700px;
    margin: auto;
}

.intro-description {
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    color: #01253F;
}

.intro-box h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #01253F;
}

.intro-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.intro-tags span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border-radius: 10px;
  color: #01253F;
  font-weight: 500;
}

.intro-tags img {
  width: 25px;
  height: 25px;
}

.mission-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.mission-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  position: relative;
}

.mission-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 30px 20px;
}

.mission-box .mission-icon {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.mission-box .mission-icon span {
  font-size: 20px;
  font-weight: 600;
}

.mission-box .mission-icon img {
  width: 25px;
  height: 25px;
}

.mission-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.principle-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.principle-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.principle-icon img {
  width: 24px;
  height: 24px;
}

/* Цветовые модификаторы */
.principle-icon.blue { background: #E0ECFF; }
.principle-icon.green { background: #E5F8ED; }
.principle-icon.violet { background: #F2E8FF; }
.principle-icon.black { background: #fff; }

.principle-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.principle-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.facts-section {
  background-color: #f9f9fb;
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
}

.facts-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.facts-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
  margin-bottom: 40px;
}

.fact-item {
  min-width: 150px;
}

.fact-number {
  font-size: 32px;
  font-weight: 700;
  color: #6366F1; /* сине-фиолетовый */
}

.fact-label {
  margin-top: 6px;
  font-size: 15px;
  color: #555;
}

.facts-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.why-choose h2 {
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.feature-box-text {
    width: 100%;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 25px;
  height: 25px;
}

.article-seo .feature-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: unset;
  margin-bottom: 10px;
}

.article-seo .feature-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin-top: unset;
  margin-bottom: 10px;
}

.feature-meta {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

/* Цветовые модификаторы */
.feature-card.blue .feature-icon { background: #e0ecff; }
.feature-card.green .feature-icon { background: #e0f7ed; }
.feature-card.violet .feature-icon { background: #ede7ff; }
.feature-card.dark .feature-icon { background: #fff; }
.feature-card.red .feature-icon { background: #ffeaea; }
.feature-card.indigo .feature-icon { background: #e5e7ff; }

.feature-meta.green { color: #089981; }
.feature-meta.violet { color: #7c3aed; }
.feature-meta.red { color: #d10000; }
.feature-meta.dark { color: #222; }
.feature-meta.indigo { color: #4f46e5; }


.fleet-section {
  padding: 60px 20px;
  background-color: #f8fafc;
  text-align: center;
  border-radius: 10px;
}

.fleet-section h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.underline-block {
  width: 60px;
  height: 4px;
  background-color: #2563eb;
  margin: 0 auto 40px auto;
  border-radius: 2px;
}

.fleet-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.fleet-item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 260px;
  text-align: left;
  transition: transform 0.3s ease;
}

.fleet-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.fleet-icon {
  font-size: 32px;
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fleet-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.fleet-under-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.fleet-desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
  text-align: center;
}

.fleet-button-wrapper {
  margin-top: 20px;
}

.fleet-button {
  display: inline-block;
  background-color: #01253F;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.fleet-button:hover {
  background-color: #f3c43a;
  color: #01253F !important;
}

.fleet-icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.fleet-icon-box.fleet-blue { background: #e0ecff; }
.fleet-icon-box.fleet-green { background: #e0f7ed; }
.fleet-icon-box.fleet-purple { background: #ede7ff; }
.fleet-icon-box.fleet-dark { background: #fff; }
.fleet-icon-box.fleet-red { background: #ffeaea; }
.fleet-icon-box.fleet-violet { background: #e5e7ff; }

.fleet-icon-box img {
  width: 25px;
  height: 25px;
}

.trust-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.trust-us-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.trust-us h2 {
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.article-seo .trust-us-card h3 {
  margin-top: unset;
}

.article-seo .trust-us-card p {
  margin-top: unset;
}

.trust-us-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-us-icon img {
  width: 25px;
  height: 25px;
}

.trust-us-card.blue .trust-us-icon { background: #e0ecff; }
.trust-us-card.green .trust-us-icon { background: #e0f7ed; }
.trust-us-card.violet .trust-us-icon { background: #ede7ff; }
.trust-us-card.dark .trust-us-icon { background: #fff; }
.trust-us-card.red .trust-us-icon { background: #ffeaea; }
.trust-us-card.indigo .trust-us-icon { background: #e5e7ff; }

.testimonials {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.testimonials h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.underline-block {
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #5C6EF8, #8E4CF4);
  margin: 0 auto 40px;
  border-radius: 2px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.testimonial-card {
  text-align: left;
  background: #f9f9fb;
  padding: 25px 20px;
  border-radius: 12px;
  border-left: 3px solid #5C6EF8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  font-size: 18px;
  color: #F59E0B; /* Золотой */
  margin-bottom: 10px;
  font-weight: 600;
}

.stars span {
  font-size: 14px;
  color: #444;
  margin-left: 8px;
  font-weight: normal;
}

.quote {
  font-style: italic;
  font-size: 15px;
  color: #333;
  padding-bottom: 20px;
  line-height: 1.5;
  border-bottom: 2px solid #d7d7e3;
}

.author {
  margin-top: 20px;
}

.author strong {
  font-weight: 600;
  color: #111;
}

.author span {
  font-size: 14px;
  color: #666;
}

.testimonials-button {
  display: inline-block;
  padding: 12px 24px;
  background: #01253F;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.testimonials-button:hover {
  background: #f3c43a;
  color: #01253F !important;
}


.company-details {
  background: #f9f9fb;
  padding: 20px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 60px auto 40px;
  border-radius: 10px;
}

.company-details h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.company-details .subtitle {
  color: #666;
  font-size: 15px;
  margin-bottom: 30px;
}

.underline-block {
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #5C6EF8, #8E4CF4);
  margin: 0 auto 40px;
  border-radius: 2px;
}

.details-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  background: #f9f9fb;
  padding: 30px 25px;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: left;
}

.details-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}

.details-header img {
  width: 20px;
  height: 20px;
}

.legal-info p,
.reliability li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.legal-info strong {
  font-weight: 600;
}

.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  padding-left: 25px;
  position: relative;
}

.checklist li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  color: #10B981;
  font-size: 16px;
}

.disclaimer {
  background: #e7f0ff;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 8px;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.disclaimer img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.disclaimer strong {
  color: #1D4ED8;
}

.location-block {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.location-block h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.underline-block {
  width: 80px;
  height: 3px;
  background: #5C6EF8;
  margin: 0 auto 40px;
  border-radius: 2px;
}

.location-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.location-contact .location-header,
.location-map {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.location-contact img,
.location-map img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.location-contact p {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.location-contact a {
  color: #333;
  text-decoration: none;
}

.location-map {
  background: #f5f6fa;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-map h4 {
  margin: 10px 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.location-map p {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  text-align: center;
}

.btn-map {
  background: #2563EB;
  color: white;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}

.btn-map:hover {
  background: #1e4fc2;
}

.article-seo .container-fullwidth {
  max-width: 1200px;
  margin: auto;
}

.article-seo .location-block .map {
  margin-top: unset;
}

@media (max-width: 887px) {
  .fleet-cards {
    justify-content: center;
  }
}

/* Common layout helpers */
    .card {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
      margin-bottom: 20px;
    }
    .grid {
      display: grid;
      gap: 16px;
    }
    .grid-2 {
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    .grid-3 {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    .pill {
      display: inline-flex;
      align-items: center;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 12px;
      background: #e5e7eb;
      color: #374151;
    }
    .badge {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 12px;
      background: #ecfdf3;
      color: #166534;
      border: 1px solid #bbf7d0;
      gap: 6px;
    }
    .badge::before {
      content: "✔";
      font-size: 10px;
    }
    .muted {
      font-size: 12px;
      color: #6b7280;
    }
    .stat {
      padding: 16px 18px;
      border-radius: 14px;
      background: #f9fafb;
    }
    .stat-value {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 4px;
    }
    .stat-label {
      font-size: 12px;
      color: #6b7280;
    }
    .table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }
    .table td {
      padding: 6px 0;
      border-bottom: 1px solid #e5e7eb;
    }
    .table td:first-child {
      color: #6b7280;
      padding-right: 16px;
      width: 140px;
      white-space: nowrap;
    }

/* Variant 2: карточный, лайтовый */
    .hero-cards {
      display: grid;
      gap: 12px;
    }
    @media (min-width: 720px) {
      .hero-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .hero-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 16px 18px;
      border: 1px solid #e5e7eb;
    }
    .hero-card-title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 4px;
    }
    .hero-card-text {
      font-size: 13px;
      color: #6b7280;
    }
    .layout-2-main {
      display: grid;
      gap: 24px;
    }
    @media (min-width: 900px) {
      .layout-2-main {
        grid-template-columns: 1.3fr 1fr;
      }
    }
    .image-placeholder {
      width: 100%;
      height: 220px;
      border-radius: 16px;
      background: linear-gradient(135deg, #fbbf24, #f97316);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1f2937;
      font-weight: 700;
      font-size: 18px;
    }

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
 .about-intro h1{
  font-size: 30px;
 }
}

@media (max-width: 410px) {
 .location-block {
  padding: 60px 0;
 }
 .location-wrapper {
  padding: 30px 15px;
 }
 .article-seo .location-block .map.container {
  padding-left: 0px;
 }
}

@media (max-width: 400px) {
 .details-box {
  padding: unset;
 }
}