﻿.promo-zone-info {
  max-width: 960px;
  margin: -10px 0 -10px 0;
  padding: 0 40px 0 40px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.promo-zone-info h1 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promo-zone-info h2 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 15px;
  color: #0078d7;
  border-left: 4px solid #0078d7;
  padding-left: 12px;
}

.promo-zone-info h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.promo-zone-info ul {
  margin: 0 0 20px 20px;
  padding: 0;
}

.promo-zone-info ul li {
  margin-bottom: 6px;
}

.promo-links {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin: -10px 0 0 0;
}

.promo-links a {
  color: #0078d7;
  font-weight: 600;
  text-decoration: none;
  padding: 0 6px;
  transition: color 0.3s;
}

.promo-links a:hover {
  text-decoration: underline;
  color: #005a9e;
}

.pricing-plan {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 25px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.pricing-plan:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.pricing-plan p {
  margin: 0;
  font-size: 15px;
  text-align: justify;
}

.basic h3 {
  color: #0078d7;
}

.premium-silver {
  color: #a0a0a0;
  font-weight: bold;
}

.premium-gold {
  color: #d4af37;
  font-weight: bold;
}

.pricing-plan strong {
  color: #222;
}

.promo-zone-info p[style*="color:red"] {
  background: #fff5f5;
  border-left: 4px solid #e53935;
  padding: 10px 15px;
  border-radius: 6px;
}

.pricing-plan {
  position: relative;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 25px 60px; /* место под кнопку */
  margin-bottom: 25px;
}

.order-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 10px 22px;
  background: #0078d7;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s, transform 0.2s;
}

.order-btn:hover {
  background: #005a9e;
  transform: translateY(-2px);
}

.silver-btn {
  background: #a0a0a0;
}

.silver-btn:hover {
  background: #7a7a7a;
}

.gold-btn {
  background: #d4af37;
  color: #222;
}

.gold-btn:hover {
  background: #b8901f;
}
