.bk-iks {
  --iks-ink: #17243a;
  --iks-muted: #68788f;
  --iks-line: #dfe7f1;
  --iks-soft: #f5f8fc;
  --iks-blue: #1769e0;
  --iks-blue-dark: #1056bf;
  color: var(--iks-ink);
  padding: 8px 0 56px;
}
.bk-iks, .bk-iks * { box-sizing: border-box; }
.bk-iks [hidden] { display: none !important; }
.bk-iks button, .bk-iks textarea, .bk-iks select { font-family: inherit; }
.bk-iks-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.bk-iks-back { display: inline-flex; align-items: center; margin: 0 0 18px; padding: 9px 14px; border: 1px solid var(--iks-line); border-radius: 999px; color: var(--iks-ink); background: #fff; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none; }
.bk-iks-back:hover { border-color: var(--iks-blue); color: var(--iks-blue); }
.bk-iks-hero { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.bk-iks-hero__eyebrow { display: inline-block; margin-bottom: 12px; color: var(--iks-blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bk-iks-hero h1 { margin: 0; color: var(--iks-ink); font-size: clamp(30px, 5vw, 46px); font-weight: 800; letter-spacing: -.04em; line-height: 1.12; }
.bk-iks-hero p { margin: 14px auto 0; color: var(--iks-muted); font-size: 16px; line-height: 1.65; }
.bk-iks-form, .bk-iks-result, .bk-iks-help { border: 1px solid var(--iks-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(31, 54, 88, .08); }
.bk-iks-form, .bk-iks-result, .bk-iks-help { padding: 22px; }
.bk-iks-result, .bk-iks-help { margin-top: 16px; }
.bk-iks-form label, .bk-iks-help h2 { color: var(--iks-ink); font-weight: 800; }
.bk-iks-form label { display: block; margin-bottom: 8px; font-size: 14px; }
.bk-iks-help h2 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.02em; }
.bk-iks textarea, .bk-iks select { width: 100%; border: 1px solid var(--iks-line); border-radius: 12px; color: var(--iks-ink); background: var(--iks-soft); font-size: 15px; outline: none; }
.bk-iks textarea { min-height: 180px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.bk-iks select { min-height: 48px; padding: 0 12px; }
.bk-iks textarea:focus, .bk-iks select:focus { border-color: var(--iks-blue); background: #fff; box-shadow: 0 0 0 4px rgba(23, 105, 224, .12); }
.bk-iks-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 12px; }
.bk-iks-form button[type="submit"], .bk-iks-exports button { border: 0; border-radius: 12px; cursor: pointer; font-weight: 750; }
.bk-iks-form button[type="submit"] { min-height: 48px; padding: 0 22px; color: #fff; background: var(--iks-blue); font-size: 15px; }
.bk-iks-form button[type="submit"]:hover { background: var(--iks-blue-dark); }
.bk-iks-form button[type="submit"]:disabled { opacity: .7; cursor: progress; }
.bk-iks-hint, .bk-iks-summary, .bk-iks-help li { color: #34455e; font-size: 14px; line-height: 1.55; }
.bk-iks-hint { margin: 12px 0 0; }
.bk-iks-error { margin: 12px 0 0; padding: 14px 16px; border-radius: 14px; color: #8d2b2b; background: #fff1f1; font-size: 14px; line-height: 1.5; }
.bk-iks-result__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.bk-iks-summary { margin: 0; font-weight: 700; }
.bk-iks-exports { display: flex; flex-wrap: wrap; gap: 8px; }
.bk-iks-exports button { min-height: 38px; padding: 0 12px; color: var(--iks-blue); background: #e8f1ff; font-size: 13px; }
.bk-iks-exports button:hover { color: #fff; background: var(--iks-blue); }
.bk-iks-table-wrap { overflow-x: auto; }
.bk-iks-table { width: 100%; border-collapse: collapse; }
.bk-iks-table th, .bk-iks-table td { padding: 10px 12px; border-bottom: 1px solid var(--iks-line); text-align: left; vertical-align: middle; font-size: 15px; }
.bk-iks-table th { color: var(--iks-muted); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.bk-iks-table td:last-child, .bk-iks-table th:last-child { text-align: right; white-space: nowrap; }
.bk-iks-table a { color: var(--iks-ink); font-weight: 700; text-decoration: none; }
.bk-iks-table a:hover { color: var(--iks-blue); }
.bk-iks-table img { display: inline-block; vertical-align: middle; }
.bk-iks-num { font-variant-numeric: tabular-nums; font-weight: 800; }
.bk-iks-dash { color: var(--iks-muted); }
.bk-iks-help ul { margin: 0; padding-left: 18px; }
.bk-iks-help li + li { margin-top: 8px; }
.bk-iks-help a { color: var(--iks-blue); }
@media (max-width: 720px) {
  .bk-iks-row, .bk-iks-result__bar { display: block; }
  .bk-iks-form button[type="submit"] { width: 100%; margin-top: 10px; }
  .bk-iks-exports { margin-top: 10px; }
}
