html,
body {
  height: 100%;
}

body {
  background: #f8f9fa;
  color: #111111;
  display: flex;
  flex-direction: column;
}

main,
.page-main {
  flex: 1 0 auto;
}

.site-header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.site-logo {
  height: 68px;
  width: auto;
}

.hero-section {
  position: relative;
  min-height: calc(50vh - 44px);
  background: url('./../js/hero-bg.png') center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.min-vh-50 {
  min-height: 50vh;
}

.hero-kicker,
.section-kicker {
  letter-spacing: 0.14em;
}

.contact-kicker {
  color: #7a8a96;
}

.ribbon-section {
  background: #f1f1f1;
  color: #111111;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  min-height: 72px;
}

.ribbon-page {
  min-height: 68px;
  display: flex;
  align-items: center;
}

.ribbon-page-title {
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #8f79bd 0%, #6a5796 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-section {
  background: #f8f9fa;
}

.service-card {
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
}

.contact-section {
  background: #ffffff;
}

.site-footer {
  background: #111111;
  color: #ffffff;
  margin-top: auto;
}

.contact-info-card {
  border-color: #e5e7eb !important;
}

.about-photo-placeholder {
  min-height: 320px;
}

.contact-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef6ff;
  color: #5d84a8;
  font-size: 1.5rem;
}

.services-list-compact p {
  line-height: 1.25;
}

.required-asterisk {
  color: #dc3545;
}

.form-section-block {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.form-section-block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.form-section-block .h4 {
  font-weight: 700;
}

.form-check {
  margin-bottom: 0.5rem;
}

.form-text {
  margin-top: 0.5rem;
}
