:root {
  --f-ink: #141018;
  --f-body: #474450;
  --f-muted: #75707e;
  --f-line: #e5e2ea;
  --f-soft: #f6f5f9;
  --f-blue: #2e6fdb;
  --f-blue-dim: #2359b3;
  --f-sec: 66px;
  --f-head: 28px;
  --f-card: 24px;
}

body {
  color: var(--f-body);
}

.site-nav {
  background: rgba(20, 16, 24, 0.96);
  backdrop-filter: saturate(180%) blur(8px);
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-nav .navbar-brand {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}
.site-nav .nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 13px;
}
.site-nav .nav-link.active,
.site-nav .nav-link:hover {
  color: #fff;
}

.eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7ba6ee;
}
.eyebrow--dark {
  color: var(--f-blue);
}

.hero-band {
  position: relative;
  padding-top: 128px;
  padding-bottom: 56px;
  overflow: hidden;
  background: var(--f-ink);
}
.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 16, 24, 0.96) 0%, rgba(20, 16, 24, 0.88) 46%, rgba(20, 16, 24, 0.5) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero-title {
  margin: 12px 0 14px 0;
  font-size: clamp(1.8rem, 3.3vw, 2.6rem);
  line-height: 1.16;
  letter-spacing: -0.022em;
  font-weight: 700;
  color: #fff;
}
.hero-lead {
  max-width: 60ch;
  font-size: 1.01rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.section {
  padding-top: var(--f-sec);
  padding-bottom: var(--f-sec);
  background: #fff;
}
.section-dark {
  background: var(--f-ink);
}
.section-dark .block-title {
  color: #fff;
}

.block-head {
  margin-bottom: var(--f-head);
}
.block-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.24;
  letter-spacing: -0.018em;
  font-weight: 700;
  color: var(--f-ink);
}
.block-head .eyebrow + .block-title {
  margin-top: 8px;
}

.body-lg {
  font-size: 1.02rem;
  line-height: 1.74;
  color: var(--f-body);
}
.body-lg + .body-lg {
  margin-top: 16px;
}

.side-figure {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.row.align-items-center:has(> [class*="col-"] > .side-figure) {
  align-items: stretch !important;
}
.row:has(> [class*="col-"] > .side-figure) > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row:has(> [class*="col-"] > .side-figure) > [class*="col-"] > .side-figure {
  flex: 1 1 auto;
}

.callout {
  margin: var(--f-head) 0 0 0;
  padding: 14px 18px;
  background: var(--f-soft);
  border-left: 3px solid var(--f-blue);
  border-radius: 0 6px 6px 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--f-body);
}
.section-dark .callout {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.panel {
  display: flex;
  flex-direction: column;
  padding: var(--f-card);
  background: #fff;
  border: 1px solid var(--f-line);
  border-radius: 10px;
}
.panel-title {
  margin: 0 0 8px 0;
  font-size: 1.01rem;
  font-weight: 700;
  line-height: 1.32;
  color: var(--f-ink);
}
.panel-text {
  font-size: 0.93rem;
  line-height: 1.66;
  color: var(--f-muted);
}

.fig {
  display: flex;
  flex-direction: column;
  padding: var(--f-card);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 3px solid var(--f-blue);
  border-radius: 10px;
}
.fig-v {
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}
.fig-k {
  margin-top: 6px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #7ba6ee;
}
.fig-d {
  margin-top: 12px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px var(--f-card);
  background: #fff;
  border: 1px solid var(--f-line);
  border-radius: 10px;
}
.step-n {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(46, 111, 219, 0.11);
  color: var(--f-blue);
  font-size: 0.78rem;
  font-weight: 700;
}
.step-body {
  min-width: 0;
}

.kv-list {
  background: #fff;
  border: 1px solid var(--f-line);
  border-radius: 10px;
  overflow: hidden;
}
.kv-row {
  display: grid;
  grid-template-columns: minmax(130px, 12rem) 1fr;
  gap: 6px 18px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--f-line);
}
.kv-row:last-child {
  border-bottom: 0;
}
.kv-k {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--f-ink);
}
.kv-v {
  font-size: 0.93rem;
  line-height: 1.62;
  color: var(--f-muted);
}

.cta-band {
  padding-top: 52px;
  padding-bottom: 52px;
  background: var(--f-blue);
}
.cta-title {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.26;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.cta-text {
  max-width: 56ch;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}
.cta-mail {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-bottom: 4px;
}
.cta-mail:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.cta-place {
  display: block;
  margin-top: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.site-foot {
  padding-top: 42px;
  padding-bottom: 22px;
  background: var(--f-ink);
}
.foot-brand {
  display: block;
  font-size: 1.01rem;
  font-weight: 700;
  color: #fff;
}
.foot-tag {
  margin-top: 6px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.foot-k {
  display: block;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.foot-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-links li + li {
  margin-top: 7px;
}
.foot-links a,
.foot-links span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.foot-links a:hover {
  color: #fff;
}
.foot-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 991.98px) {
  :root {
    --f-sec: 44px;
    --f-head: 22px;
    --f-card: 20px;
  }
  .hero-band {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .hero-veil {
    background: rgba(20, 16, 24, 0.93);
  }
  .row:has(> [class*="col-"] > .side-figure) > [class*="col-"] {
    display: block;
  }
  .side-figure {
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
  }
  .kv-row {
    grid-template-columns: 1fr;
  }
}
