/**
 * SLA360 - Plans & Contact Page Layout
 */

/* Page Hero - shared */
.page-hero-section {
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #020847 0%, #0066CC 100%);
  text-align: center;
}
.page-hero-section h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-hero-section h1 span {
  color: #FF6600;
}
.page-hero-section .page-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
}
.page-hero-section .page-breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.page-hero-section .page-breadcrumb li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255,255,255,0.6);
}
.page-hero-section .page-breadcrumb li:last-child:after {
  display: none;
}
.page-hero-section .page-breadcrumb a {
  color: #FF6600;
}
.page-hero-section .page-breadcrumb a:hover {
  color: #fff;
}

/* ===== PLANS PAGE ===== */
.plans-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.plans-section .section-head {
  text-align: center;
  margin-bottom: 50px;
}
.plans-section .section-head h2 {
  font-size: 36px;
  color: #020847;
  font-weight: 700;
  margin-bottom: 15px;
}
.plans-section .section-head p {
  color: #666;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto;
}
.plans-section .plan-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
  transition: all 0.3s;
  height: 100%;
  border: 1px solid #eee;
}
.plans-section .plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: #0066CC;
}
.plans-section .plan-card .plan-image {
  height: 220px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.plans-section .plan-card .plan-image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.plans-section .plan-card .plan-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.plans-section .plan-card .plan-image .plan-icon {
  font-size: 60px;
  color: rgba(255,255,255,0.3);
}
.plans-section .plan-card .plan-body {
  padding: 25px;
}
.plans-section .plan-card .plan-body h4 {
  font-size: 22px;
  color: #020847;
  font-weight: 700;
  margin-bottom: 15px;
}
.plans-section .plan-card .plan-body .plan-detail {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.plans-section .plan-card .plan-body .plan-detail strong {
  color: #333;
  margin-right: 8px;
}
.plans-section .plan-card .plan-body .btn-join {
  display: block;
  text-align: center;
  padding: 12px 24px;
  background: #FF6600;
  color: #fff !important;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 20px;
  transition: all 0.3s;
}
.plans-section .plan-card .plan-body .btn-join:hover {
  background: #0066CC;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Plans CTA when empty */
.plans-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}
.plans-empty p {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

/* ===== CONTACT PAGE ===== */
.contact-section {
  padding: 80px 0;
  background: #fff;
}
.contact-section .section-head {
  text-align: center;
  margin-bottom: 50px;
}
.contact-section .section-head h2 {
  font-size: 36px;
  color: #020847;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-section .section-head p {
  color: #666;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto;
}
.contact-info-card {
  background: linear-gradient(135deg, #020847 0%, #0066CC 100%);
  border-radius: 12px;
  padding: 40px;
  color: #fff;
  height: 100%;
}
.contact-info-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.contact-info-card .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-info-card .contact-item .icon {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact-info-card .contact-item .icon i {
  font-size: 20px;
  color: #fff;
}
.contact-info-card .contact-item .text {
  color: rgba(255,255,255,0.95);
  font-size: 16px;
  line-height: 1.6;
}
.contact-info-card .contact-item .text a {
  color: #FF6600;
}
.contact-info-card .contact-item .text a:hover {
  color: #fff;
}
.contact-form-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 40px;
  border: 1px solid #eee;
}
.contact-form-card h4 {
  font-size: 22px;
  color: #020847;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact-form-card .form-group {
  margin-bottom: 20px;
}
.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
}
.contact-form-card .form-group input:focus,
.contact-form-card .form-group textarea:focus {
  outline: none;
  border-color: #0066CC;
}
.contact-form-card .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-card .btn-submit {
  padding: 14px 35px;
  background: #FF6600;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-form-card .btn-submit:hover {
  background: #0066CC;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-hero-section h1 { font-size: 28px; }
  .plans-section .section-head h2,
  .contact-section .section-head h2 { font-size: 28px; }
  .plans-section,
  .contact-section { padding: 50px 0; }
}
