:root {
  --rcm-blue-900: #103259;
  --rcm-blue-800: #184a83;
  --rcm-blue-700: #1f5da6;
  --rcm-blue-100: #eaf3ff;
  --rcm-blue-050: #f4f9ff;
  --rcm-white: #ffffff;
  --rcm-slate: #2b3a4d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  color: var(--rcm-slate);
  background:
    radial-gradient(circle at 10% 0%, rgba(31, 93, 166, 0.15), transparent 40%),
    radial-gradient(circle at 90% 20%, rgba(24, 74, 131, 0.18), transparent 42%),
    linear-gradient(180deg, #fafdff 0%, #f3f8ff 100%);
  line-height: 1.6;
  padding-top: 96px;
}

section[id] {
  scroll-margin-top: 100px;
}

h1,
h2,
h3 {
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--rcm-blue-900);
}

.navbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 50, 89, 0.1);
  box-shadow: 0 6px 18px rgba(16, 50, 89, 0.08);
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-name {
  color: var(--rcm-blue-900);
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 1rem;
}

.nav-link {
  color: var(--rcm-blue-800);
  font-weight: 600;
  position: relative;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--rcm-blue-900);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--rcm-blue-700);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav-link:hover::after,
.nav-link:focus::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-link.active {
  color: var(--rcm-blue-900);
}

.hero-section {
  padding: 4.25rem 0 3rem;
  background: linear-gradient(135deg, var(--rcm-blue-900), var(--rcm-blue-700));
  color: var(--rcm-white);
  position: relative;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.28;
}

.hero-section::before {
  width: 420px;
  height: 420px;
  right: -150px;
  top: -120px;
  background: #73b6ff;
}

.hero-section::after {
  width: 300px;
  height: 300px;
  left: -120px;
  bottom: -130px;
  background: #6fa4df;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  color: var(--rcm-white);
  margin-left: auto;
  margin-right: auto;
}

.hero-intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hero-lead {
  max-width: 42ch;
  margin: 0 auto;
  opacity: 0.95;
}

.hero-copy {
  max-width: none;
  opacity: 0.92;
}

.hero-breakout {
  margin-left: auto;
  margin-right: auto;
}

.hero-breakout-wrap {
  max-width: 100%;
}

.hero-note {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 292px;
}

.hero-list {
  margin-bottom: 0;
  columns: 2;
  column-gap: 1.6rem;
}

.hero-list li {
  margin-bottom: 0.25rem;
  break-inside: avoid;
}

.hero-support {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.support-card {
  border: 1px solid rgba(16, 50, 89, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #f0f7ff, #ffffff);
  box-shadow: 0 12px 24px rgba(16, 50, 89, 0.07);
  padding: 1.25rem;
}

.support-title {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}

.support-list {
  columns: 2;
  column-gap: 2rem;
}

.support-list li {
  margin-bottom: 0.4rem;
  break-inside: avoid;
}

.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--rcm-blue-900);
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #dfeeff;
  border-color: #dfeeff;
  color: var(--rcm-blue-900);
}

.btn-outline-light {
  border-width: 2px;
  font-weight: 700;
}

.section-pad {
  padding: 4rem 0;
}

.section-soft {
  background: linear-gradient(180deg, var(--rcm-blue-050), var(--rcm-white));
}

.service-card,
.point-card,
.contact-card {
  height: 100%;
  border: 1px solid rgba(16, 50, 89, 0.12);
  border-radius: 14px;
  background: var(--rcm-white);
  padding: 1.15rem;
  box-shadow: 0 12px 24px rgba(16, 50, 89, 0.07);
}

.service-card h3,
.point-card h3,
.contact-card h3 {
  font-size: 1.2rem;
}

.site-footer {
  background: #0e2a4b;
  color: #d7e7fb;
}

.footer-wrap {
  font-size: 0.95rem;
}

.footer-tagline {
  font-weight: 700;
  color: #eef5ff;
}

.footer-company {
  font-weight: 600;
}

.footer-meta,
.footer-copy {
  color: #c6daef;
}

.site-footer a {
  color: #f2f8ff;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff;
}

@media (max-width: 992px) {
  .hero-section {
    padding-top: 4rem;
  }

  .hero-note {
    min-height: 0;
  }

  .hero-list {
    columns: 1;
  }

  .support-list {
    columns: 1;
  }

  .brand-name {
    font-size: 0.95rem;
  }
}
