body {
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #0f172a;
}

.site-header {
  background: #0b3162;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
  z-index: 1030;
}

.site-header .navbar-brand,
.site-header .nav-link {
  color: #ffffff;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: #93c5fd;
}

.site-header .navbar-brand {
  letter-spacing: 0.08em;
}

.brand-mobile {
  display: none;
}

.brand-desktop {
  display: inline;
}

.hero-logo {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.hero-logo-img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.ideas-logo {
  margin-top: 1.5rem;
}

.ideas-logo-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 2px solid #0b3162;
  border-radius: 12px;
  padding: 8px;
}

.hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 60%);
}

.section-title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-header-bar {
  background: #0b3162;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  margin-bottom: 2rem;
}

.section-header-bar .section-title {
  color: #ffffff;
}

.image-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  padding: 20px;
}

.image-short {
  height: 460px;
  width: 100%;
  object-fit: cover;
}

.image-top {
  object-position: top;
}

.stat-card,
.info-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  height: 100%;
}

.bg-navy {
  background: #0b3162;
}

.text-accent {
  color: #be0a2f;
}

.btn-primary {
  background-color: #be0a2f;
  border-color: #be0a2f;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #a30827;
  border-color: #a30827;
}

.btn-dark {
  background-color: #be0a2f;
  border-color: #be0a2f;
}

.btn-dark:hover,
.btn-dark:focus {
  background-color: #a30827;
  border-color: #a30827;
}

.btn-outline-dark {
  color: #be0a2f;
  border-color: #be0a2f;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  border-color: #a30827;
  color: #a30827;
}

.message-section {
  padding: 24px 0;
  border-bottom: 1px solid #e2e8f0;
}

.message-section:last-child {
  border-bottom: none;
}

.image-callout {
  margin-top: 1.25rem;
  padding: 26px 56px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #0f172a;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.image-callout p {
  line-height: 1.6;
}

.image-callout::before,
.image-callout::after {
  position: absolute;
  font-size: 56px;
  color: #0b3162;
  line-height: 1;
  font-family: "Georgia", "Times New Roman", serif;
}

.image-callout::before {
  content: "“";
  top: 8px;
  left: 14px;
}

.image-callout::after {
  content: "”";
  bottom: 6px;
  right: 16px;
}

.signup-intro {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.signup-intro:last-of-type {
  margin-bottom: 0;
}

.footer {
  background: #ffffff;
}

@media (max-width: 991px) {
  .brand-desktop {
    display: none;
  }

  .brand-mobile {
    display: inline;
    font-size: 0.9rem;
  }

  .hero-section .btn {
    width: 100%;
  }

  .image-short {
    height: auto;
    object-fit: contain;
  }
}
