/* ===== SERVER PAGE ===== */

/* Hero - full image */
.server-hero {
  padding-top: 70px;
}
.server-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== PAIN POINTS ===== */
.server-pain-section {
  background: #0a0e27 url('../images/server-pain-bg.png') center center / cover no-repeat;
  padding: 90px 0 30px;
  text-align: center;
}
.server-pain-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
}
.server-pain-title span {
  color: #e53935;
}
#pain-chart-container {
  width: 100%;
  height: 700px;
  margin: 0 auto;
}
.server-pain-cta {
  margin-top: 20px;
  text-align: center;
}
.server-pain-box {
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.server-pain-box p {
  font-size: 1.4rem;
  font-weight: 800;
  color: #073380;
  line-height: 1.5;
  margin-bottom: 0;
}
.server-pain-box .pain-red {
  color: #e53935;
}

/* ===== FEATURE SECTIONS ===== */
.server-feat-section {
  background: #fff;
  padding: 40px 0 50px;
}
.server-feat-row {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.server-feat-row + .server-feat-row {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #eee;
}
.server-feat-row--reverse {
  flex-direction: row-reverse;
}
.server-feat-img {
  flex: 0 0 35%;
  max-width: 35%;
}
.server-feat-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.server-feat-content {
  flex: 1;
}
.server-feat-heading {
  font-size: 1.8rem;
  font-weight: 900;
  color: #073380;
  margin-bottom: 24px;
}
.server-feat-item {
  margin-bottom: 16px;
}
.server-feat-item h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #FD0101;
  margin-bottom: 4px;
}
.server-feat-item p {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.65;
  font-style: italic;
}

/* ===== CTA BANNER ===== */
.server-cta-section {
  background: #f0f4f8;
  padding: 25px 0;
}
.server-cta-box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.server-cta-box p {
  font-size: 1.5rem;
  color: #073380;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 800;
}
.server-cta-box strong {
  color: #FD0101;
}
.server-cta-big {
  font-size: 1.5rem !important;
  color: #073380 !important;
  margin-bottom: 0 !important;
}
.server-cta-big strong {
  color: #073380;
}

/* ===== PRICING TABLE ===== */
.server-pricing-section {
  background: #fff;
  padding: 40px 0 50px;
}
.server-pricing-title {
  text-align: center;
  margin-bottom: 40px;
}
.server-pricing-title-text {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  font-style: italic;
  color: #FFF700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 60px;
  z-index: 1;
}
.server-pricing-title-text::before {
  content: '';
  position: absolute;
  left: -40px; right: -40px;
  top: 50%; transform: translateY(-50%);
  height: 90px;
  background: url('../images/brush-stroke.png') center top / 100% auto no-repeat;
  z-index: -1;
}

.server-pricing-table {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}
.server-plan {
  display: flex;
  align-items: center;
  padding: 28px 30px;
  border-bottom: 1px solid #e0e0e0;
}
.server-plan:last-child {
  border-bottom: none;
}
.server-plan-specs {
  flex: 1;
}
.server-plan-specs p {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 3px;
  line-height: 1.5;
}
.server-plan-price {
  flex: 0 0 260px;
  text-align: center;
}
.server-price-monthly {
  font-size: 1.15rem;
  font-weight: 800;
  color: #073380;
  margin-bottom: 6px;
}
.server-price-yearly {
  font-size: 1rem;
  font-weight: 700;
  color: #073380;
  margin-bottom: 2px;
}
.server-price-save {
  font-size: 0.85rem;
  color: #FD0101;
  font-weight: 600;
  font-style: italic;
}

/* ===== CARD PRICE BADGE ===== */
.eco-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: #FD0101;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 2px 8px rgba(253,1,1,0.3);
}
.eco-card-badge small {
  font-size: 0.65rem;
  font-weight: 500;
  display: block;
}

/* ===== CTA BOTTOM ===== */
.server-cta-bottom {
  background: #f0f4f8;
  padding: 50px 0;
}
.server-cta-bottom-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 35px 50px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.server-cta-bottom-box p {
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  color: #073380;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1024px) {
  .server-plan-price { flex: 0 0 200px; }
}
@media (max-width: 768px) {
  .server-hero img { height: auto; }
  .server-pain-section { padding: 24px 0 20px; }
  .server-pain-title { font-size: 1.3rem; }
  #pain-chart-container { height: 400px; }
  .server-pain-box { padding: 20px 24px; border-radius: 20px; }
  .server-pain-box p { font-size: 1.1rem; }
  .server-feat-row, .server-feat-row--reverse { flex-direction: column; gap: 20px; }
  .server-feat-img { max-width: 100%; flex: none; }
  .server-feat-heading { font-size: 1.3rem; }
  .server-feat-item h4 { font-size: 0.9rem; }
  .server-feat-item p { font-size: 0.8rem; }
  .server-cta-box { padding: 20px 16px; }
  .server-cta-box p { font-size: 0.95rem; }
  .server-cta-big { font-size: 1.1rem !important; }
  .server-pricing-title-text { font-size: 1.2rem; padding: 12px 24px; }
  .server-plan { flex-direction: column; gap: 12px; text-align: center; }
  .server-plan-price { flex: none; }
  .server-cta-bottom-box { padding: 20px 16px; }
  .server-cta-bottom-box p { font-size: 0.95rem; }
}
