/* ===== IKI marketing page — scoped additions on top of modern.css ===== */

.iki-hero { background: radial-gradient(circle at 25% 15%, #241b6e 0%, var(--bg) 55%); }

.iki-icon {
  width: 84px; height: 84px; border-radius: 22px;
  box-shadow: 0 20px 45px -12px rgba(82, 72, 190, 0.7);
  margin-bottom: 22px;
}

.iki-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(82, 72, 190, 0.18); border: 1px solid rgba(126, 118, 220, 0.4);
  color: #C4BFEE; padding: 7px 16px; border-radius: 50px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.5px;
  text-transform: uppercase; margin-bottom: 20px;
}

.iki-grad-text {
  background: linear-gradient(90deg, #7E76DC, #9FE1CB);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---- Story / "sound familiar" vignette cards ---- */
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.story-card {
  background: rgba(82, 72, 190, 0.1); border: 1px solid rgba(126, 118, 220, 0.25);
  border-radius: 20px; padding: 26px 28px; position: relative;
}
.story-card::before {
  content: "\201C"; position: absolute; top: 10px; left: 18px;
  font-family: Georgia, serif; font-size: 46px; color: rgba(126, 118, 220, 0.35); line-height: 1;
}
.story-card p {
  color: var(--text-muted); font-size: 15px; line-height: 1.75;
  font-style: italic; position: relative; z-index: 1; padding-top: 14px;
}
.story-note {
  text-align: center; color: var(--text-dim); font-size: 13px;
  margin-top: 26px; max-width: 520px; margin-left: auto; margin-right: auto;
}

/* ---- Mission / vision block ---- */
.iki-mission {
  background: linear-gradient(160deg, rgba(82, 72, 190, 0.22), rgba(13, 6, 32, 0));
  border: 1px solid rgba(126, 118, 220, 0.25); border-radius: 26px; padding: 40px;
}
.iki-mission p { color: var(--text-muted); line-height: 1.85; font-size: 15.5px; margin-bottom: 16px; }
.iki-mission p:last-child { margin-bottom: 0; }
.iki-mission em { color: #E6E3FA; font-style: italic; }

.iki-quote {
  border-left: 3px solid #1D9E75; padding-left: 22px; margin: 46px 0;
}
.iki-quote p {
  color: var(--text-muted); font-size: 19px; line-height: 1.6; font-style: italic; margin-bottom: 10px;
}
.iki-quote strong { color: #fff; font-style: normal; font-weight: 700; }
.iki-quote span { color: var(--text-dim); font-size: 13.5px; }

/* ---- How it works steps ---- */
.iki-step .ic { background: linear-gradient(135deg, #5248BE, #7E76DC); box-shadow: 0 15px 35px -10px rgba(82, 72, 190, 0.6); }
.steps-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 768px) {
  .steps-grid-3 { grid-template-columns: 1fr; }
}

/* ---- Proof card mockup ---- */
.proof-mock {
  background: #fff; border-radius: 20px; padding: 24px;
  max-width: 340px; margin: 0 auto;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.6);
}
.proof-mock .pm-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.proof-mock .pm-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 15px; }
.proof-mock .pm-brand i { color: #5248BE; font-size: 15px; }
.proof-mock .pm-brand .pm-know { color: #5248BE; }
.proof-mock .pm-brand .pm-it { color: #A9A3E0; }
.proof-mock .pm-verified { color: #1D9E75; font-weight: 700; font-size: 13.5px; }
.proof-mock .pm-divider { height: 1px; background: #E6E3FA; margin: 14px 0 16px; }
.proof-mock .pm-text { color: #1a1a2e; font-style: italic; font-size: 15px; line-height: 1.55; margin-bottom: 18px; }
.proof-mock .pm-timestamps { background: #f5f4fc; border-radius: 10px; padding: 12px 14px; margin-bottom: 14px; }
.proof-mock .pm-row { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 4px; }
.proof-mock .pm-row:last-child { margin-bottom: 0; }
.proof-mock .pm-row .lbl { color: #888; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; font-size: 10.5px; }
.proof-mock .pm-row .val { color: #444; }
.proof-mock .pm-footer { display: flex; justify-content: space-between; align-items: center; }
.proof-mock .pm-site { color: #bbb; font-size: 12px; }
.proof-mock .pm-code { font-family: 'Courier New', monospace; font-weight: 700; color: #5248BE; font-size: 14px; letter-spacing: 0.3px; }

/* ---- Stat pills ---- */
.iki-pills { display: flex; gap: 14px; flex-wrap: wrap; }
.iki-pill {
  flex: 1; min-width: 130px; text-align: center;
  background: rgba(82, 72, 190, 0.15); border: 1px solid rgba(126, 118, 220, 0.3);
  border-radius: 16px; padding: 18px 12px;
}
.iki-pill h3 { color: #9FE1CB; font-size: 22px; font-family: 'Sora', sans-serif; font-weight: 800; }
.iki-pill p { color: var(--text-dim); font-size: 12.5px; margin-top: 4px; }

@media (max-width: 768px) {
  .story-grid { grid-template-columns: 1fr; }
  .iki-mission { padding: 26px; }
}
