/**
 * AroundManchester.com - Investors Page Stylesheet
 * Page-specific styles for investors.html
 * 
 * @charset UTF-8
 * @author AroundManchester.com Development Team
 * @version 1.0
 */

@charset "UTF-8";

/* ===== COMPACT HEADER DESCRIPTION ===== */
.site-header__description {
  line-height: 1.3;
  padding: 4px 12px;
  margin: 4px auto 0;
}

.site-header__description > p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25;
}

/* ===== INVESTORS PAGE ===== */
.investors-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f5f5f5;
}

.investors-page__header {
  background: linear-gradient(135deg, #4a6bb5, #3a5a95);
  color: white;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 8px;
}

.investors-page__title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.investors-page__tagline {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* ===== INTRO BANNER ===== */
.investors-page__intro {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.investors-page__intro h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: white;
  border-bottom: none;
  padding-bottom: 0;
}

.investors-page__intro p {
  font-size: 1.1rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

/* ===== CONTENT SECTIONS ===== */
.investors-page__section {
  background: white;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.investors-page__section h3 {
  color: #4a6bb5;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}

.investors-page__section h4 {
  color: #3a5a95;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.investors-page__section p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

.investors-page__section ul,
.investors-page__section ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.investors-page__section li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* ===== HIGHLIGHT CARDS ===== */
.investors-page__highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.investors-page__highlight-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  border-left: 4px solid #4a6bb5;
}

.investors-page__highlight-card h4 {
  color: #4a6bb5;
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.investors-page__highlight-card p {
  color: #555;
  margin: 0;
  font-size: 0.95rem;
}

/* ===== CTA SECTION ===== */
.investors-page__cta {
  background: linear-gradient(135deg, #4a6bb5, #3a5a95);
  color: white;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
}

.investors-page__cta h3 {
  color: white;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.investors-page__cta p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.investors-page__cta .button {
  display: inline-block;
  background: white;
  color: #4a6bb5;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background 0.3s, color 0.3s;
}

.investors-page__cta .button:hover {
  background: #e8f4f8;
  color: #3a5a95;
}

/* ===== EMAIL REVEAL ===== */
.investors-page__reveal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.investors-page__reveal--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.investors-page__cta-reveal-btn {
  background: white;
  color: #4a6bb5;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.investors-page__cta-reveal-btn:hover {
  background: #f8f9fa;
  color: #3a5a95;
}

.investors-page__cta-reveal-btn:focus,
.investors-page__cta-reveal-btn:focus-visible {
  background: #f8f9fa;
  color: #3a5a95;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.investors-page__email-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #8e44ad !important;
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.investors-page__email-link:hover,
.investors-page__email-link:focus {
  background: #f5eef8;
  color: #8e44ad !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.investors-page__hidden {
  display: none;
}

.investors-page__hidden.revealed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.investors-page__note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}

.investors-page__note a {
  color: #ffffff;
  text-decoration: underline;
}

.investors-page__cta-helper {
  margin-top: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

/* ===== BACK LINK ===== */
.investors-page__back-link {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .investors-page__title {
    font-size: 2rem;
  }

  .investors-page__section h3 {
    font-size: 1.3rem;
  }

  .investors-page__highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .investors-page__title {
    font-size: 1.6rem;
  }

  .investors-page {
    padding: 20px 10px;
  }

  .investors-page__section {
    padding: 20px;
  }

  .investors-page__cta {
    padding: 30px 20px;
  }
}

/* === WCAG 2.2 AA FOCUS INDICATORS === */
.investors-page :focus {
  outline: 3px solid #4a6bb5;
  outline-offset: 2px;
}

.investors-page :focus:not(:focus-visible) {
  outline: none;
}

.investors-page :focus-visible {
  outline: 3px solid #4a6bb5;
  outline-offset: 2px;
}

/* Focus on dark backgrounds */
.investors-page__intro :focus-visible,
.investors-page__header :focus-visible,
.investors-page__cta :focus-visible {
  outline-color: #ffffff;
}
