@import url('https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css');

.ki-root *, .ki-root *::before, .ki-root *::after { box-sizing: border-box; }

.ki-root {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333;
  max-width: 100%;
  padding: 0 0 2rem;
  line-height: 1.7;
  font-size: 13px;
}

/* Hero */
.ki-hero {
  background: #f2f2f2;
  border-left: 4px solid #bed8ea;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.75rem;
}
.ki-hero h2 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin: 0 0 0.5rem !important;
  color: #3b3b3b !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.ki-hero p {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #444 !important;
  margin: 0 0 1.1rem !important;
}

/* Buttons */
.ki-btn {
  display: inline-block;
  background: #bed8ea;
  color: #2d2d2d !important;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 18px;
  text-decoration: none !important;
  border: 1px solid #a0c4dc;
  cursor: pointer;
  line-height: 1.4;
}
.ki-btn:hover { background: #a0c4dc !important; color: #2d2d2d !important; }

.ki-btn-outline {
  display: inline-block;
  background: #fff;
  color: #2d2d2d !important;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 18px;
  border: 1px solid #bed8ea;
  text-decoration: none !important;
  cursor: pointer;
  line-height: 1.4;
  white-space: nowrap;
}
.ki-btn-outline:hover { background: #f2f2f2 !important; color: #2d2d2d !important; }

/* Section label */
.ki-label {
  display: block;
  font-size: 11px !important;
  font-weight: bold !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666 !important;
  margin: 0 0 0.6rem !important;
}

/* 4-step grid */
.ki-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 1.75rem;
}
.ki-step {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #bed8ea;
  padding: 0.9rem;
  position: relative;
}
.ki-step-num {
  width: 26px; height: 26px;
  background: #bed8ea;
  color: #2d2d2d;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: bold;
  margin-bottom: 8px;
}
.ki-step h4 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin: 0 0 4px !important;
  color: #3b3b3b !important;
  border: none !important;
}
.ki-step p { font-size: 12px !important; color: #666 !important; margin: 0 !important; line-height: 1.5 !important; }
.ki-arrow {
  position: absolute; right: -8px; top: 50%;
  transform: translateY(-50%);
  color: #bed8ea; font-size: 16px; z-index: 1;
  background: #e8e8e8;
  line-height: 1;
}

/* Callouts */
.ki-callout {
  padding: 1rem 1.3rem;
  margin-bottom: 1.1rem;
  border-left: 4px solid;
}
.ki-callout.timing { background: #eef5fa; border-color: #bed8ea; }
.ki-callout.timing h3 {
  color: #3b3b3b !important; font-size: 13px !important; font-weight: bold !important;
  margin: 0 0 5px !important; border: none !important;
}
.ki-callout.timing p { color: #444 !important; font-size: 13px !important; margin: 0 !important; line-height: 1.6 !important; }
.ki-callout.timing strong { color: #2d2d2d !important; }
.ki-callout.note { background: #f2f2f2; border-color: #ccc; }
.ki-callout.note h3 {
  font-size: 13px !important; font-weight: bold !important;
  margin: 0 0 5px !important; color: #3b3b3b !important; border: none !important;
}
.ki-callout.note p { font-size: 13px !important; color: #555 !important; margin: 0 !important; line-height: 1.6 !important; }

/* Checklist */
.ki-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1.5rem !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.ki-checklist li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 7px !important;
  font-size: 13px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 8px 10px !important;
  margin: 0 !important;
  color: #333 !important;
}
.ki-checklist li::before { display: none !important; }
.ki-checklist li .ti { color: #7aaec8; font-size: 16px; flex-shrink: 0; margin-top: 1px; }

/* Payment pills */
.ki-payment { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 1.1rem; }
.ki-pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 4px 10px;
  color: #555;
}
.ki-pill .ti { font-size: 14px; color: #7aaec8; }

/* Included grid */
.ki-included {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 1.5rem;
}
.ki-included-item {
  background: #eef5fa;
  border: 1px solid #d0e5f0;
  padding: 0.6rem 0.9rem;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #333;
}
.ki-included-item .ti { font-size: 16px; color: #7aaec8; }

/* Bottom CTA */
.ki-bottom-cta {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: 4px solid #bed8ea;
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ki-bottom-cta h3 {
  font-size: 14px !important; font-weight: bold !important;
  margin: 0 0 3px !important; color: #3b3b3b !important; border: none !important;
}
.ki-bottom-cta p { font-size: 12px !important; color: #666 !important; margin: 0 !important; }

.ki-section { margin-bottom: 1.5rem; }
.ki-divider { border: none !important; border-top: 1px solid #ddd !important; margin: 1.5rem 0 !important; }

@media (max-width: 560px) {
  .ki-steps { grid-template-columns: 1fr 1fr; }
  .ki-included { grid-template-columns: 1fr 1fr; }
  .ki-checklist { grid-template-columns: 1fr; }
  .ki-arrow { display: none; }
  .ki-bottom-cta { flex-direction: column; align-items: flex-start; }
}