body { background: #f7f7f7; color: #223548; font-size: 15px; }
.app-shell { max-width: 1280px; }
.navbar.bg-dark { background: #0a1f3d !important; box-shadow: 0 1px 2px rgba(0,0,0,.18); }
.navbar-brand { letter-spacing: 0; }
.navbar .nav-link { color: rgba(255,255,255,.78); }
.navbar .nav-link:hover { color: #fff; }
.btn { border-radius: 4px; font-weight: 600; }
.btn-primary { --bs-btn-bg: #0070f2; --bs-btn-border-color: #0070f2; --bs-btn-hover-bg: #0057d2; --bs-btn-hover-border-color: #0057d2; }
.btn-outline-primary { --bs-btn-color: #0070f2; --bs-btn-border-color: #0070f2; --bs-btn-hover-bg: #0070f2; --bs-btn-hover-border-color: #0070f2; }
.card { border-radius: 4px; border-color: #d9d9d9; box-shadow: 0 1px 2px rgba(34,53,72,.08); }
.metric-card { height: 100%; }
.dashboard-metrics .card-body { min-height: 104px; }
.response-card { border-left: 4px solid #0070f2; }
.table td, .table th { vertical-align: middle; }
.table thead th { background: #f5f6f7; color: #223548; border-bottom-color: #d9d9d9; font-size: .84rem; font-weight: 700; }
.form-text-muted { color: #6c757d; font-size: .875rem; }
.print-only { display: none; }
.eyebrow { color: #0070f2; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-label { color: #223548; font-size: .82rem; font-weight: 700; margin-bottom: .35rem; }
.required-marker { color: #bb0000; font-weight: 800; }
.form-control, .form-select { border-color: #89919a; border-radius: 4px; min-height: 2.35rem; }
.form-control:focus, .form-select:focus { border-color: #0070f2; box-shadow: 0 0 0 .125rem rgba(0,112,242,.18); }
.alert { border-radius: 4px; }
.badge { border-radius: 4px; font-weight: 700; }

.landing-hero {
  position: relative;
  min-height: 640px;
  border-radius: 0;
  overflow: hidden;
  background: #071a30;
  margin: -1.5rem calc(50% - 50vw) 0;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,48,.97), rgba(7,26,48,.84) 45%, rgba(7,26,48,.28)),
    url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=2200&q=80") center/cover;
}
.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 3rem;
  align-items: center;
  min-height: 640px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}
.hero-copy { max-width: 760px; color: #fff; }
.hero-copy .eyebrow { color: #7dd3fc; }
.hero-copy h1 { font-size: clamp(2.5rem, 5.8vw, 5rem); line-height: 1; font-weight: 760; margin: 1rem 0 1.25rem; letter-spacing: 0; }
.hero-copy p { max-width: 690px; color: #d8e8f7; font-size: 1.18rem; line-height: 1.65; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-command {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  padding: 1.25rem;
}
.command-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.command-top span { display: block; color: #52657a; font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.command-top strong { display: block; color: #0070f2; font-size: 1.25rem; margin-top: .25rem; }
.command-route {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: .75rem;
  align-items: center;
  margin-bottom: 1rem;
}
.command-route div {
  background: #f5f6f7;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: .8rem;
}
.command-route small { display: block; color: #6b7c93; font-weight: 700; text-transform: uppercase; }
.command-route b {
  color: #0a1f3d;
  display: inline-block;
  font-size: 1.1rem;
  min-width: 90px;
  transition: opacity .22s ease, transform .22s ease;
}
.command-route b.is-changing {
  opacity: 0;
  transform: translateY(6px);
}
.command-route > span {
  height: 2px;
  background: #0070f2;
  position: relative;
}
.command-route > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  border-left: 8px solid #0070f2;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.command-list { display: grid; gap: .65rem; }
.command-list div { display: flex; align-items: center; gap: .55rem; color: #223548; font-weight: 650; }
.dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot.is-blue { background: #0070f2; }
.dot.is-cyan { background: #00b8f1; }
.dot.is-green { background: #2b7d2b; }
.dot.is-slate { background: #52657a; }

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 calc(50% - 50vw);
  background: #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.metric-strip div {
  background: #fff;
  padding: 1.3rem 1.6rem;
}
.metric-strip strong {
  display: block;
  color: #0070f2;
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: .35rem;
}
.metric-strip span {
  display: block;
  color: #52657a;
  line-height: 1.55;
}

.landing-section, .process-band, .audience-section, .cta-band, .registration-hero, .registration-card {
  margin-top: 4rem;
}
.section-heading { max-width: 780px; margin-bottom: 1.7rem; }
.section-heading h2, .process-copy h2, .audience-section h2, .cta-band h2, .registration-hero h1 {
  color: #0b1f3a;
  font-weight: 750;
  letter-spacing: 0;
}
.section-heading h2, .process-copy h2, .audience-section h2, .cta-band h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.section-heading p, .audience-section p, .registration-hero p { color: #52657a; font-size: 1.05rem; line-height: 1.7; }
.visual-section { margin-top: 4.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-grid article {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(34,53,72,.08);
}
.service-grid img { width: 100%; height: 220px; object-fit: cover; display: block; }
.service-grid article div { padding: 1.15rem; }
.service-grid span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #e5f0fa;
  color: #0070f2;
  font-weight: 800;
  border-radius: 4px;
  margin-bottom: .8rem;
}
.service-grid h3 { color: #0a1f3d; font-size: 1.08rem; font-weight: 800; margin-bottom: .55rem; }
.service-grid p { color: #52657a; line-height: 1.6; margin: 0; }

.workflow-panel {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 2rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 1px 2px rgba(34,53,72,.08);
}
.workflow-copy h2 { color: #0a1f3d; font-weight: 760; }
.workflow-copy p { color: #52657a; line-height: 1.65; }
.timeline-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}
.timeline-rail div {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #0070f2;
  border-radius: 4px;
  padding: 1rem;
}
.timeline-rail strong { color: #0070f2; display: block; margin-bottom: .45rem; }
.timeline-rail span {
  display: block;
  color: #0a1f3d;
  font-weight: 800;
  margin-bottom: .5rem;
}
.timeline-rail p { color: #52657a; line-height: 1.55; margin: 0; font-size: .92rem; }

.trust-band {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  background: #0a1f3d;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.trust-image {
  min-height: 420px;
  background: url("https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?auto=format&fit=crop&w=1000&q=80") center/cover;
}
.trust-content { padding: 2rem; }
.trust-content .eyebrow { color: #7dd3fc; }
.trust-content h2 { max-width: 720px; color: #fff; font-weight: 760; margin: .65rem 0 1.25rem; }
.trust-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.trust-list div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 4px;
  padding: 1rem;
}
.trust-list h3 { color: #fff; font-size: 1rem; font-weight: 800; }
.trust-list p { color: #d8e8f7; line-height: 1.6; margin: 0; }

.audience-panel {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  background: #e5f0fa;
  border: 1px solid #cfe0ef;
  border-radius: 4px;
  padding: 2rem;
}
.audience-panel h2 {
  color: #0a1f3d;
  font-weight: 760;
}
.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.audience-tags span {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #223548;
  font-weight: 700;
  padding: .65rem .85rem;
  box-shadow: 0 1px 2px rgba(34,53,72,.06);
}

.process-band {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 2rem;
  background: #eaf3fc;
  border: 1px solid #cfe0ef;
  padding: 2rem;
}
.process-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.process-steps div { background: #fff; border-left: 4px solid #0a6ed1; padding: 1rem; min-height: 92px; }
.process-steps strong { display: block; color: #0a6ed1; margin-bottom: .4rem; }
.process-steps span { color: #243b53; font-weight: 600; }
.audience-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 2rem;
  align-items: start;
}
.audience-section ul {
  margin: 0;
  padding: 1.2rem 1.2rem 1.2rem 2.2rem;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  color: #52657a;
  line-height: 1.8;
}
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #0b1f3a;
  color: #fff;
  padding: 2rem;
  border-radius: 8px;
}
.cta-band .eyebrow { color: #7dd3fc; }
.cta-band h2 { color: #fff; margin-bottom: 0; }
.landing-footer {
  margin: 4rem calc(50% - 50vw) -1.5rem;
  padding: 2.2rem max(1.25rem, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 2rem;
  background: #071a30;
  color: #d8e8f7;
}
.landing-footer strong {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: .55rem;
}
.landing-footer h2 {
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  margin-bottom: .7rem;
}
.landing-footer p {
  color: #d8e8f7;
  line-height: 1.7;
  margin: 0;
}
.landing-footer a {
  color: #7dd3fc;
  text-decoration: none;
}
.landing-footer a:hover { color: #fff; text-decoration: underline; }

.registration-hero {
  background: linear-gradient(135deg, #eaf3fc, #fff);
  border: 1px solid #d9e2ec;
  padding: 2rem;
}
.registration-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); max-width: 860px; margin: .65rem 0 1rem; }
.registration-hero p { max-width: 800px; margin: 0; }
.registration-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(34,53,72,.08);
}
.form-section { padding: 1.25rem 0; border-bottom: 1px solid #e5e5e5; }
.form-section:first-child { padding-top: 0; }
.form-section-title { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid #eef0f2; }
.form-section-title span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  background: #e5f0fa;
  color: #0070f2;
  font-weight: 700;
  border-radius: 4px;
}
.form-section-title h2 { font-size: 1rem; color: #223548; margin: 0; font-weight: 800; }
.registration-card .form-control, .registration-card .form-select { border-color: #89919a; border-radius: 4px; }
.registration-card .form-control::placeholder { color: #6b7c93; }
.sap-form { padding: 1.25rem 1.5rem 1.5rem; }
.sap-form .form-section:last-of-type { border-bottom: 0; }
.sap-check {
  min-height: 2.35rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .6rem;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.sap-check .form-check-input { margin-left: 0; margin-top: 0; }
.registration-note {
  margin: 1.25rem 0;
  background: #f5f9fd;
  border-left: 4px solid #0a6ed1;
  padding: 1rem;
  color: #40566d;
}
.legal-copy {
  color: #243b53;
  line-height: 1.75;
}
.legal-copy p { max-width: 980px; }
.legal-copy h2 {
  color: #0b1f3a;
  font-size: 1.15rem;
  margin-top: 1.4rem;
}
@media print {
  .navbar, .btn, .no-print { display: none !important; }
  body { background: #fff; }
  .print-only { display: block; }
}
@media (max-width: 991.98px) {
  .hero-content, .workflow-panel, .trust-band, .audience-panel, .process-band, .audience-section, .landing-footer { grid-template-columns: 1fr; }
  .hero-content { align-items: center; }
  .hero-command { max-width: 560px; }
  .service-grid, .metric-strip, .trust-list, .timeline-rail { grid-template-columns: 1fr; }
  .cta-band { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 575.98px) {
  .landing-hero { min-height: 680px; }
  .hero-content { min-height: 680px; padding-top: 3rem; }
  .process-steps { grid-template-columns: 1fr; }
  .registration-card, .registration-hero, .process-band, .cta-band { padding: 1.2rem; }
}
