/* Senior Citizens Party Page Specific Styles */

/* SCP intro section */
.scp-intro {
  text-align: center;
  margin: 40px 0;
}

.scp-intro h2 {
  font-family: "Eurostile Extended", Arial Black, sans-serif;
  color: #fbaf33;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.scp-intro .section-intro {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  color: #1d1d1a;
}

.scp-intro strong {
  color: #fbaf33;
  font-weight: 700;
}

/* Event overview section */
.event-overview {
  margin: 50px 0;
}

.overview-card {
  background: linear-gradient(135deg, #1d1d1a 0%, #2a2a27 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(29, 29, 26, 0.3);
}

.overview-card h3 {
  font-family: "Eurostile Extended", Arial Black, sans-serif;
  color: #fbaf33;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

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

.detail-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: rgba(251, 175, 51, 0.1);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(251, 175, 51, 0.3);
}

.detail-item i {
  font-size: 1.5rem;
  color: #fbaf33;
  margin-top: 5px;
  flex-shrink: 0;
}

.detail-item h4 {
  font-family: "Open Sans", sans-serif;
  color: #fbaf33;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.detail-item p {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
}

.detail-item strong {
  color: #fbaf33;
  font-weight: 700;
}

.important-date {
  background: #fbaf33;
  color: #1d1d1a;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.important-date i {
  font-size: 1.2rem;
}

/* What's included section */
.whats-included {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 40px;
  margin: 50px 0;
  border: 2px solid #fbaf33;
}

.whats-included h3 {
  font-family: "Eurostile Extended", Arial Black, sans-serif;
  color: #1d1d1a;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.included-intro {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.entertainment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.entertainment-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(29, 29, 26, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.entertainment-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(29, 29, 26, 0.15);
  border-color: #fbaf33;
}

.entertainment-item i {
  font-size: 2rem;
  color: #fbaf33;
  margin-bottom: 15px;
  display: block;
}

.entertainment-item h4 {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.entertainment-item p {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
}

/* Application section */
.application-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin: 50px 0;
  box-shadow: 0 15px 40px rgba(29, 29, 26, 0.1);
  border: 1px solid #f0f0f0;
}

.application-section h3 {
  font-family: "Eurostile Extended", Arial Black, sans-serif;
  color: #1d1d1a;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

.application-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.eligibility-card,
.process-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #f0f0f0;
}

.eligibility-card {
  text-align: center;
}

.eligibility-card i {
  font-size: 2.5rem;
  color: #fbaf33;
  margin-bottom: 15px;
  display: block;
}

.eligibility-card h4,
.process-card h4 {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1a;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.eligibility-card p,
.process-card p {
  font-family: "Open Sans", sans-serif;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.eligibility-card strong,
.process-card strong {
  color: #fbaf33;
  font-weight: 700;
}

.process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-steps li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  color: #666;
  line-height: 1.5;
}

.process-steps li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 0;
  top: 0;
  background: #fbaf33;
  color: #1d1d1a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.process-steps {
  counter-reset: step-counter;
}

.apply-cta {
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, #fbaf33 0%, #e89d1a 100%);
  border-radius: 8px;
  color: #1d1d1a;
}

.apply-cta p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #1d1d1a;
}

.apply-cta strong {
  font-weight: 700;
}

.hero-button {
  background: #1d1d1a;
  color: #fbaf33;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: 2px solid #1d1d1a;
}

.hero-button:hover {
  background: #000000;
  color: #fbaf33;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 29, 26, 0.4);
}

/* Additional info section */
.additional-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 50px 0;
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(29, 29, 26, 0.1);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(29, 29, 26, 0.15);
}

.help-card {
  border-top: 4px solid #fbaf33;
}

.volunteer-card {
  border-top: 4px solid #1d1d1a;
}

.info-card i {
  font-size: 2.5rem;
  color: #fbaf33;
  margin-bottom: 20px;
  display: block;
}

.volunteer-card i {
  color: #1d1d1a;
}

.info-card h4 {
  font-family: "Eurostile Extended", Arial Black, sans-serif;
  color: #1d1d1a;
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.info-card p {
  font-family: "Open Sans", sans-serif;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-secondary {
  background: transparent;
  color: #1d1d1a;
  padding: 12px 24px;
  border: 2px solid #1d1d1a;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #1d1d1a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(29, 29, 26, 0.3);
}

/* Gallery preview */
.gallery-preview {
  text-align: center;
  margin: 50px 0;
}

.gallery-preview h3 {
  font-family: "Eurostile Extended", Arial Black, sans-serif;
  color: #1d1d1a;
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

.gallery-preview p {
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.preview-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(29, 29, 26, 0.1);
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(29, 29, 26, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(29, 29, 26, 0.8));
  color: #ffffff;
  padding: 20px 15px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .details-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .entertainment-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }

  .application-info {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .additional-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .preview-gallery {
    grid-template-columns: 1fr;
  }

  .overview-card,
  .whats-included,
  .application-section {
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .entertainment-item {
    padding: 20px 15px;
  }

  .detail-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .info-card {
    padding: 25px 20px;
  }
}
