* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #374151;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.text-navy-900 { color: #1e3a8a; }
.bg-navy-900 { background-color: #1e3a8a; }
.bg-navy-800 { background-color: #1e40af; }

.hero {
  position: relative;
  padding: 5rem 1.5rem 8rem;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://images.unsplash.com/photo-1580582932707-520aed937b7b?w=1600&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.10;
  z-index: 0;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}

.hero-badge span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #dc2626;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

.hero-title .red { color: #dc2626; }

.hero-subtitle {
  font-size: 1.5rem;
  color: #4b5563;
  margin-bottom: 2rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 1.5rem 2rem;
  background-color: #dc2626;
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #b91c1c;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.info-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
  font-weight: 500;
}

.program-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(to bottom right, #1e3a8a, #1e40af);
  position: relative;
  overflow: hidden;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}

.section-badge span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1.5rem;
  text-align: center;
}

.program-section .section-title {
  color: white;
}

.card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.quote-box {
  background: linear-gradient(to bottom right, #eff6ff, #fef2f2);
  border-left: 4px solid #dc2626;
  padding: 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  margin-bottom: 2rem;
}

.quote-box p {
  color: #4b5563;
  line-height: 1.8;
  font-style: italic;
}

.quote-attribution {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 1rem;
  font-weight: 500;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.info-card {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(to bottom right, #fef2f2, #ffffff);
  border-radius: 0.75rem;
  border: 1px solid #fecaca;
}

.info-card h3 {
  font-weight: bold;
  color: #1e3a8a;
  margin: 0.75rem 0 0.5rem;
}

.info-card p {
  font-size: 0.875rem;
  color: #4b5563;
}

.district-box {
  background: linear-gradient(to right, #1e3a8a, #1e40af);
  color: white;
  padding: 2rem;
  border-radius: 1rem;
}

.district-box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.district-box p {
  color: #bfdbfe;
  line-height: 1.8;
}

.why-now-section {
  padding: 5rem 1.5rem;
  background-color: white;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.timeline-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.timeline-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 0.75rem;
}

.timeline-content p {
  color: #4b5563;
  font-size: 1.125rem;
  line-height: 1.8;
}

.highlight-box {
  background: linear-gradient(to bottom right, #f0fdf4, #eff6ff);
  border: 1px solid #86efac;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
}

.highlight-box p {
  color: #4b5563;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.highlight-box p:last-child {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #d1d5db, transparent);
  margin: 2rem 0;
}

.benefits-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(to bottom, #f9fafb, white);
}

.benefits-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  max-width: 48rem;
  margin: 0 auto 4rem;
  text-align: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.benefit-card {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.benefit-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(to bottom right, #dc2626, #b91c1c);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1);
}

.benefit-card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.benefit-card p {
  color: #4b5563;
  line-height: 1.8;
}

.form-section {
  padding: 5rem 1.5rem;
  background: #1e3a8a;
  position: relative;
  overflow: hidden;
}

.form-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 24rem;
  height: 24rem;
  background-color: rgba(248, 113, 113, 0.3);
  border-radius: 50%;
  filter: blur(80px);
}

.form-section .section-title {
  color: white;
}

.form-section p {
  color: white;
  text-align: center;
  margin-bottom: 1rem;
}

.form-section .benefits-subtitle {
  color: #dbeafe;
}

.form-container {
  position: relative;
  z-index: 10;
}

.form-card {
  background-color: white;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.iframe-container {
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
}

iframe {
  width: 100%;
  border: none;
}

.footer-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}

.footer-note p {
  font-size: 0.875rem;
  color: #4b5563;
  text-align: left;
}

.icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.icon-large {
  width: 1.75rem;
  height: 1.75rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .card {
    padding: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}