.landing-hero {
  padding: 28px 0 18px;
}

.landing-hero .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy {
  margin: 0 auto;
}

.hero-copy h1 {
  margin-bottom: 14px;
  text-align: center;
}

.hero-copy .hero-sub {
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 auto 18px;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.hero-actions .jhu-dormdrop-link {
  background: #ffffff;
  border-color: rgba(0, 35, 72, 0.18);
  font-size: 0.94rem;
}

.jhu-compare-link {
  margin: 12px 0 0;
  color: #40556d;
  font-size: 0.95rem;
}

.jhu-compare-link a {
  color: #002348;
  font-weight: 800;
}

.final-cta {
  padding: 42px 0 48px;
}

.final-cta-box {
  background: #f8f9fb;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.final-cta-box h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.final-cta-box p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 12px;
}

.jhu-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 24px auto 0;
}

.jhu-benefit-grid div {
  background: #fff;
  border: 1px solid rgba(0, 35, 72, 0.10);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 6px 16px rgba(0, 35, 72, 0.05);
  text-align: left;
}

.jhu-benefit-grid strong {
  display: block;
  color: #002348;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.jhu-benefit-grid span {
  display: block;
  color: #40556d;
  font-size: 0.88rem;
  line-height: 1.4;
}

.jhu-section {
  padding: 42px 0;
}

.jhu-section.alt {
  background: #f7f9fc;
  border-top: 1px solid rgba(0, 35, 72, 0.08);
  border-bottom: 1px solid rgba(0, 35, 72, 0.08);
}

.jhu-section-heading {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.jhu-section-heading h2 {
  margin: 0 0 10px;
  color: #002348;
}

.jhu-section-heading p {
  margin: 0;
  color: #40556d;
  line-height: 1.65;
}

.jhu-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.jhu-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jhu-feature-grid,
.jhu-bridge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jhu-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jhu-card,
.jhu-mini-card,
.jhu-comparison-card,
.jhu-faq-item {
  background: #fff;
  border: 1px solid rgba(0, 35, 72, 0.10);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 35, 72, 0.06);
}

.jhu-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.jhu-card h3,
.jhu-mini-card h3,
.jhu-comparison-card h3,
.jhu-faq-item h3 {
  margin: 0;
  color: #002348;
}

.jhu-service-label {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(253, 59, 38, 0.10);
  color: #FD3B26;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.jhu-card p,
.jhu-mini-card p,
.jhu-comparison-card li,
.jhu-faq-item p {
  color: #34465d;
  line-height: 1.6;
}

.jhu-card p {
  margin: 0;
}

.jhu-card ul,
.jhu-comparison-card ul {
  margin: 0;
  padding-left: 18px;
}

.jhu-card li,
.jhu-comparison-card li {
  margin-bottom: 8px;
}

.jhu-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.jhu-context-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.jhu-mini-card {
  padding: 18px;
}

.jhu-mini-card p {
  margin: 8px 0 0;
}

.jhu-guide-note,
.jhu-area-copy {
  max-width: 860px;
  margin: 22px auto 0;
  text-align: center;
  color: #40556d;
  line-height: 1.65;
}

.jhu-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.jhu-comparison-card {
  padding: 22px;
}

.jhu-comparison-card.toterly {
  border-left: 6px solid #FD3B26;
}

.jhu-faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.jhu-faq-item {
  padding: 20px;
}

.jhu-faq-item p {
  margin: 8px 0 0;
}

.school-location-summary {
  padding-top: 24px;
  padding-bottom: 24px;
}

.school-location-summary-text {
  max-width: 900px;
  margin: 0 auto;
  color: #40556d;
  line-height: 1.65;
  text-align: center;
}

.school-location-heading {
  margin-bottom: 10px;
}

.school-location-note-text {
  max-width: 900px;
  margin: 8px auto 0;
  color: #687384;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.jhu-dormdrop-link {
  background: #ffffff;
  color: #002348 !important;
  border: 2px solid #002348;
  font-weight: 700;
}

.jhu-dormdrop-link:hover,
.jhu-dormdrop-link:focus {
  background: #002348;
  color: #ffffff !important;
  border-color: #002348;
}

.final-cta {
  background: #002348;
  color: #ffffff;
}

.final-cta .final-cta-box {
  background: #002348;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.final-cta h2,
.final-cta .final-cta-box h2 {
  color: #ffffff;
}

.final-cta p,
.final-cta .final-cta-box p {
  color: rgba(255, 255, 255, 0.92);
}

.final-cta a:not(.cta-button):not(.more-info-button) {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.final-cta a:not(.cta-button):not(.more-info-button):hover,
.final-cta a:not(.cta-button):not(.more-info-button):focus {
  color: #FD3B26;
}

.final-cta .more-info-button {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  font-weight: 700;
}

.final-cta .more-info-button:hover,
.final-cta .more-info-button:focus {
  background: #ffffff;
  color: #002348 !important;
  border-color: #ffffff;
}

.final-cta .cta-button {
  background: #FD3B26;
  color: #ffffff !important;
  border: 2px solid #FD3B26;
  font-weight: 700;
}

.final-cta .cta-button:hover,
.final-cta .cta-button:focus {
  background: #ffffff;
  color: #002348 !important;
  border-color: #ffffff;
}

@media (max-width: 900px) {
  .landing-hero .container {
    max-width: 100%;
  }

  .jhu-card-grid,
  .jhu-guide-grid,
  .jhu-comparison-grid {
    grid-template-columns: 1fr;
  }

  .jhu-feature-grid,
  .jhu-context-list,
  .jhu-bridge-grid,
  .jhu-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .jhu-section-heading {
    text-align: left;
  }

  .jhu-card-actions a,
  .hero-actions a {
    width: 100%;
  }

  .jhu-feature-grid,
  .jhu-context-list,
  .jhu-bridge-grid,
  .jhu-benefit-grid {
    grid-template-columns: 1fr;
  }

  .school-location-summary-text {
    text-align: left;
  }

  .school-location-note-text {
    text-align: left;
  }
}
