:root {
  --k-ink: #1b1526;
  --k-body: #4a4553;
  --k-muted: #786f83;
  --k-line: #e7e3ec;
  --k-tint: #fbf8fd;
  --k-plum: #7c4dbe;
  --k-plum-dim: #613a99;
  --k-sec: 66px;
  --k-head: 28px;
  --k-card: 24px;
  --k-nav: 62px;
}

body {
  margin: 0;
  color: var(--k-body);
  font-family: 'Roboto', system-ui, -apple-system, sans-serif;
  background: #fff;
}

h1, h2, h3, .brand, .hero-title, .head-title, .card-t-title, .cta-title, .foot-brand {
  font-family: 'Raleway', system-ui, sans-serif;
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--k-nav);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--k-line);
}
.site-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.brand {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--k-ink);
  text-decoration: none;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  display: block;
  padding: 8px 13px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--k-body);
  text-decoration: none;
  border-radius: 6px;
}
.site-nav a:hover {
  color: var(--k-plum);
}
.site-nav a.active {
  color: var(--k-plum);
  background: rgba(124, 77, 190, 0.09);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 36px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--k-line);
  border-radius: 7px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--k-ink);
  border-radius: 2px;
}

.kicker {
  display: inline-block;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9aef0;
}
.kicker--ink {
  color: var(--k-plum);
}

.hero {
  position: relative;
  padding-top: 62px;
  padding-bottom: 56px;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(102deg, rgba(27, 21, 38, 0.95) 0%, rgba(43, 27, 66, 0.88) 46%, rgba(43, 27, 66, 0.5) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
}
.hero-title {
  margin: 12px 0 14px 0;
  font-size: clamp(1.8rem, 3.3vw, 2.55rem);
  line-height: 1.17;
  letter-spacing: -0.022em;
  font-weight: 700;
  color: #fff;
}
.hero-lead {
  max-width: 62ch;
  font-size: 1.01rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding-top: var(--k-sec);
  padding-bottom: var(--k-sec);
}
.section-tint {
  background: var(--k-tint);
}

.head {
  margin-bottom: var(--k-head);
}
.head-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.24;
  letter-spacing: -0.018em;
  font-weight: 700;
  color: var(--k-ink);
}
.head .kicker + .head-title {
  margin-top: 8px;
}

.lede {
  font-size: 1.02rem;
  line-height: 1.74;
  color: var(--k-body);
  margin: 0;
}
.lede + .lede {
  margin-top: 16px;
}
.lede--wide {
  max-width: 76ch;
  margin-top: -8px;
  margin-bottom: 4px;
}

.fig {
  width: 100%;
  height: 100%;
  min-height: 210px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.row.align-items-center:has(> [class*="col-"] > .fig) {
  align-items: stretch !important;
}
.row:has(> [class*="col-"] > .fig) > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row:has(> [class*="col-"] > .fig) > [class*="col-"] > .fig {
  flex: 1 1 auto;
}

.note {
  margin: var(--k-head) 0 0 0;
  padding: 14px 18px;
  background: var(--k-tint);
  border-left: 3px solid var(--k-plum);
  border-radius: 0 6px 6px 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--k-body);
}
.section-tint .note {
  background: #fff;
}

.card-t {
  display: flex;
  flex-direction: column;
  padding: var(--k-card);
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: 10px;
}
.card-t-title {
  margin: 0 0 8px 0;
  font-size: 1.01rem;
  font-weight: 700;
  line-height: 1.32;
  color: var(--k-ink);
}
.card-t-text {
  font-size: 0.93rem;
  line-height: 1.66;
  color: var(--k-muted);
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  max-width: 900px;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--k-line);
}
.timeline-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: 40px;
  align-items: start;
}
.timeline-aside {
  position: sticky;
  top: calc(var(--k-nav) + 24px);
  padding: var(--k-card);
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: 10px;
}
.timeline-aside .fig {
  min-height: 190px;
  aspect-ratio: 4 / 3;
  height: auto;
  margin-bottom: 16px;
}
.timeline-aside p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.66;
  color: var(--k-muted);
}
.tl-item {
  position: relative;
  padding: 0 0 22px 0;
}
.tl-item:last-child {
  padding-bottom: 0;
}
.tl-item:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid var(--k-plum);
}
.tl-q {
  display: block;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--k-ink);
}
.tl-a {
  margin-top: 5px;
  font-size: 0.93rem;
  line-height: 1.66;
  color: var(--k-muted);
  max-width: 82ch;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px var(--k-card);
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: 10px;
}
.step + .step {
  margin-top: 12px;
}
.step-n {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(124, 77, 190, 0.1);
  color: var(--k-plum);
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}
.step-body {
  min-width: 0;
}

.kv-list {
  background: #fff;
  border: 1px solid var(--k-line);
  border-radius: 10px;
  overflow: hidden;
}
.kv {
  display: grid;
  grid-template-columns: minmax(110px, 10rem) 1fr;
  gap: 6px 18px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--k-line);
}
.kv:last-child {
  border-bottom: 0;
}
.kv-k {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--k-ink);
}
.kv-v {
  font-size: 0.93rem;
  line-height: 1.62;
  color: var(--k-muted);
}

.cta {
  padding-top: 52px;
  padding-bottom: 52px;
  background: var(--k-ink);
}
.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: 58ch;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}
.cta-mail {
  display: block;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #c9aef0;
  border-bottom: 2px solid rgba(201, 174, 240, 0.45);
  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.6);
}

.site-foot {
  padding-top: 42px;
  padding-bottom: 22px;
  background: #fff;
  border-top: 1px solid var(--k-line);
}
.foot-brand {
  display: block;
  font-size: 1.01rem;
  font-weight: 700;
  color: var(--k-ink);
}
.foot-tag {
  margin-top: 6px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--k-muted);
}
.foot-k {
  display: block;
  margin-bottom: 10px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--k-muted);
}
.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: var(--k-body);
  text-decoration: none;
}
.foot-links a:hover {
  color: var(--k-plum);
}
.foot-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--k-line);
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--k-muted);
}

@media (max-width: 991.98px) {
  :root {
    --k-sec: 44px;
    --k-head: 22px;
    --k-card: 20px;
  }
  .nav-toggle {
    display: flex;
  }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--k-nav);
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--k-line);
    box-shadow: 0 12px 24px rgba(27, 21, 38, 0.08);
  }
  .site-nav.is-open {
    display: block;
  }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 12px 12px 12px;
  }
  .site-nav a {
    padding: 11px 12px;
  }
  .hero {
    padding-top: 44px;
    padding-bottom: 40px;
  }
  .hero-veil {
    background: rgba(27, 21, 38, 0.93);
  }
  .row:has(> [class*="col-"] > .fig) > [class*="col-"] {
    display: block;
  }
  .fig {
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
  }
  .kv {
    grid-template-columns: 1fr;
  }
  .timeline-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .timeline-aside {
    position: static;
  }
  .timeline {
    max-width: none;
  }
}
