.airport-to-airport-content {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.intro-section {
  background: linear-gradient(135deg, #f3e5f5 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  border-left: 5px solid #9c27b0;
}

.tariff-class {
  margin-bottom: 40px;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #f5f5f5;
}

.class-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #9c27b0;
}

.class-description {
  background: #fce4ec;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-style: italic;
  border-left: 4px solid #9c27b0;
}

.airport-matrix {
  overflow-x: auto;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.matrix-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 1px;
  background: #9c27b0;
  border-radius: 8px 8px 0 0;
}

.matrix-header > div {
  background: #9c27b0;
  padding: 12px 8px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.matrix-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 1px;
  background: #e0e0e0;
}

.matrix-row > div {
  background: #ffffff;
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.from-airport {
  background: #f3e5f5 !important;
  font-weight: bold;
  color: #333;
}

.to-airport {
  background: #9c27b0 !important;
  color: white !important;
  font-weight: bold;
}

.price-cell {
  font-weight: bold;
  color: #7b1fa2;
  font-size: 16px;
  position: relative;
}

.price-cell.same {
  background: #e8f5e8 !important;
  color: #2e7d32;
}

.price-cell.disabled {
  background: #f5f5f5 !important;
  color: #999;
  font-size: 24px;
}

.price-summary-compact {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.price-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.price-range,
.wait-cost {
  background: #9c27b0;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.additional-services {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #4caf50;
}

.additional-services h3 {
  color: #4caf50;
  margin-bottom: 15px;
}

.additional-services ul {
  list-style-type: disc;
  margin-left: 20px;
}

.additional-services li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.services-description {
  background: linear-gradient(135deg, #fff3e0 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
}

.problem-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 25px 0;
}

.problems,
.solution {
  padding: 20px;
  border-radius: 8px;
}

.problems {
  background: #ffebee;
  border-left: 4px solid #f44336;
}

.solution {
  background: #e8f5e8;
  border-left: 4px solid #4caf50;
}

.problems h4 {
  color: #d32f2f;
  margin-bottom: 15px;
}

.solution h4 {
  color: #388e3c;
  margin-bottom: 15px;
}

.wide-services {
  margin-top: 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.service-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #ff9800;
}

.fleet-description {
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
}

.fleet-categories {
  margin: 25px 0;
}

.fleet-item {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #2196f3;
}

.fleet-item h4 {
  color: #1976d2;
  margin-bottom: 10px;
}

.fleet-guarantee {
  background: #e8f5e8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 25px;
  border-left: 4px solid #4caf50;
}

.order-section {
  background: linear-gradient(135deg, #f3e5f5 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
}

.pricing-info {
  background: #fff8e1;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  border-left: 4px solid #ffc107;
}

.pricing-info h4 {
  color: #f57c00;
  margin-bottom: 10px;
}

.advantages-section {
  background: linear-gradient(135deg, #e8f5e8 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.advantage-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #4caf50;
  position: relative;
}

.advantage-number {
  position: absolute;
  top: -10px;
  left: 15px;
  background: #4caf50;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.advantage-item h4 {
  color: #4caf50;
  margin-bottom: 10px;
  margin-top: 10px;
}

.conclusion-section {
  background: linear-gradient(135deg, #fff3e0 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 12px;
  margin-top: 40px;
  text-align: center;
}

.call-to-action {
  background: #ff9800;
  color: white;
  padding: 25px;
  border-radius: 10px;
  margin-top: 25px;
}

.call-to-action h3 {
  color: white;
  margin-bottom: 20px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.contact-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
}

.contact-item h4 {
  color: white;
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

@media (max-width: 768px) {
  .matrix-header,
  .matrix-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .matrix-header > div:first-child,
  .matrix-row > div:first-child {
    display: none;
  }

  .problem-solution {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .advantages-grid,
  .contact-methods {
    grid-template-columns: 1fr;
  }

  .tariff-class {
    padding: 15px;
  }

  .price-highlights {
    flex-direction: column;
    gap: 10px;
  }
}
