@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

/* ============================================================
   FITKEY LANDING PAGE v2 — Additional CSS for WordPress/Elementor
   ============================================================ */

/* ── BASE ── */
.fk {
  font-family: 'DM Sans', Arial, sans-serif;
  color: #1b2d4f;
  max-width: 1100px;
  margin: 0 auto;
}
.fk * { box-sizing: border-box; }
.fk p { margin: 0; }
.fk h2 { margin: 0 0 12px; }
.fk h3 { margin: 0; }
.fk img { display: block; }

/* ── TOPBAR ── */
.fk-topbar {
  background: #2ab5a0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 9px 20px;
}

/* ── BUTTON ── */
.fk-btn {
  background: #2ab5a0;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: background 0.2s;
  white-space: nowrap;
}
.fk-btn:hover { background: #239e8b; }

/* ── HEADER ── */
.fk-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  border-bottom: 1px solid #eef0f3;
}
.fk-logo {
  font-size: 26px;
  font-weight: 700;
  color: #1b2d4f;
  letter-spacing: -0.5px;
}
.fk-logo span { color: #2ab5a0; }

/* ── HERO ── */
.fk-hero {
  text-align: center;
  padding: 60px 40px 50px;
}
.fk-hero h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  max-width: 700px;
  margin: 0 auto 36px;
  color: #1b2d4f;
}
.fk-hero-images {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.fk-hero-images img {
  width: 46%;
  max-width: 616px;
  height: auto;
  aspect-ratio: 616 / 493;
  object-fit: cover;
  border-radius: 16px;
}

/* ── SHARED SECTION HEADINGS ── */
.fk-problem h2,
.fk-solution h2,
.fk-results h2,
.fk-experience h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  text-align: center !important;
  color: #1b2d4f !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
  font-family: 'DM Sans', Arial, sans-serif !important;
}

/* ── STAT COLORS ── */
.fk-stat-navy  { color: #1b2d4f; }
.fk-stat-green { color: #4a9c3f; }
.fk-stat-teal  { color: #2ab5a0; }
.fk-stat-olive { color: #7ab03a; }

/* ── PROBLEM ── */
.fk-problem {
  padding: 30px 60px;
  background: #fff;
}
.fk-cards {
  display: flex;
  gap: 20px;
  margin-top: 36px;
}
.fk-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 18px;
  overflow: hidden;
}
.fk-card-img-wrap {
  position: relative;
  margin-bottom: 24px;
}
.fk-card-img-wrap img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.fk-card h3 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 24px 0;
  margin-bottom: 8px;
}
.fk-card-label {
  font-size: 17px;
  font-weight: 700;
  color: #1b2d4f;
  padding: 0 24px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.fk-card-sub {
  font-size: 15px;
  color: #7a8aa0;
  padding: 0 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fk-card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 16px 20px;
  background: #f6f7f9;
  border-radius: 10px;
  padding: 10px 12px;
}
.fk-card-footer-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fk-card-footer-icon svg { width: 15px; height: 15px; }
.fk-card-footer span {
  font-size: 15px;
  font-weight: 500;
  color: #1b2d4f;
  line-height: 1.4;
}

/* ── SOLUTION ── */
.fk-solution {
  padding: 30px 60px;
  background: #fff;
}
.fk-solution-sub {
  text-align: center;
  font-size: 16px;
  color: #7a8aa0;
  margin-bottom: 24px;
}
.fk-solution-grid {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 40px !important;
  align-items: stretch !important;
  width: 100% !important;
  background: transparent !important;
}
.fk-phone-wrap {
  width: 280px !important;
  display: flex !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.fk-phone {
  width: 280px !important;
  height: 100% !important;
  min-height: 400px !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 40px rgba(27,45,79,0.14) !important;
  display: block !important;
}
.fk-steps {
  width: 100% !important;
  min-width: 0 !important;
}
.fk-step {
  padding: 24px 28px !important;
  background: #fff !important;
  border-radius: 14px !important;
  border: 1px solid #e8ebef !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.fk-step-body {
  width: 100% !important;
}
.fk-step-body h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2ab5a0 !important;
  margin-bottom: 6px !important;
}
.fk-step-tag {
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #1b2d4f !important;
  margin-bottom: 10px !important;
  display: block !important;
}
.fk-step-body p:last-child {
  font-size: 15px !important;
  color: #7a8aa0 !important;
  line-height: 1.65 !important;
  width: 100% !important;
}
.fk-step-divider {
  width: 2px;
  height: 20px;
  background: #d8dee6;
  margin: 8px 0 8px 30px;
}

/* ── RESULTS ── */
.fk-results {
  padding: 30px 60px;
  background: #fff;
}
.fk-results-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 36px;
  border-radius: 18px;
  overflow: hidden;
  background: #f6f7f2;
}
.fk-results-photo {
  width: 260px;
  height: 320px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}
.fk-metric {
  flex: 1;
  padding: 36px 16px 24px;
  border-left: 1px solid #e5e9e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.fk-metric-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.fk-metric-icon svg { width: 38px; height: 38px; }
.fk-metric h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.fk-metric-label {
  font-size: 17px;
  font-weight: 700;
  color: #1b2d4f;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: center;
}
.fk-metric-source {
  font-size: 15px;
  color: #9aa5b4;
  font-style: italic;
  line-height: 1.5;
  flex: 1;
}
.fk-metric-bar {
  height: 3px;
  border-radius: 2px;
  margin-top: 20px;
  width: 40px;
}

/* ── SHOPPER EXPERIENCE ── */
.fk-experience {
  padding: 30px 60px;
  background: #faf9f6;
  overflow: hidden;
}
.fk-exp-steps {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.fk-exp-step { flex: 1; min-width: 0; text-align: center; overflow: hidden; }
.fk-exp-img-wrap {
  position: relative;
  margin-bottom: 16px;
}
.fk-exp-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  display: block;
}
.fk-exp-arrow {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #1b2d4f;
  letter-spacing: -2px;
  font-weight: 400;
  z-index: 2;
  white-space: nowrap;
}
.fk-exp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fk-exp-title {
  font-size: 17px;
  font-weight: 700;
  color: #1b2d4f;
  margin-bottom: 8px;
  line-height: 1.3;
}
.fk-exp-desc {
  font-size: 15px;
  color: #7a8aa0;
  line-height: 1.55;
}

/* ── CTA ── */
.fk-cta {
  padding: 30px 60px;
  background: #fff;
}
.fk-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f7f9;
  padding: 28px 32px;
  border-radius: 16px;
}
.fk-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fk-linkedin-icon {
  width: 46px;
  height: 46px;
  background: #0077b5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.fk-linkedin-icon svg { width: 22px; height: 22px; }
.fk-linkedin-icon svg path {
  fill: #fff !important;
}
.fk-cta-box strong {
  font-size: 16px;
  font-weight: 700;
  color: #1b2d4f;
  display: block;
  margin-bottom: 3px;
}
.fk-cta-box p {
  font-size: 13px;
  color: #7a8aa0;
}

/* ── FOOTER ── */
.fk-footer {
  display: flex;
  justify-content: space-between;
  padding: 22px 60px;
  border-top: 1px solid #eef0f3;
  font-size: 12px;
  color: #9aa5b4;
}
.fk-footer a {
  color: #9aa5b4;
  text-decoration: none;
}
.fk-footer a:hover { color: #2ab5a0; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .fk-header,
  .fk-hero,
  .fk-problem,
  .fk-solution,
  .fk-results,
  .fk-experience,
  .fk-cta,
  .fk-footer { padding-left: 20px; padding-right: 20px; }

  .fk-hero h1 { font-size: 22px; }
  .fk-hero-images { flex-direction: column; align-items: center; }
  .fk-hero-images img { width: 100%; max-width: 100%; height: 220px; }

  .fk-cards { flex-direction: column; }

  .fk-solution-grid { grid-template-columns: 1fr !important; }
  .fk-phone-wrap { width: 100% !important; }
  .fk-phone { width: 100% !important; max-width: 280px; margin: 0 auto; }

  .fk-results-grid { flex-direction: column; }
  .fk-results-photo { width: 100%; height: 220px; }
  .fk-metric { border-left: none; border-top: 1px solid #e5e9e6; }

  .fk-exp-steps { flex-direction: column; }
  .fk-exp-arrow { display: none; }
  .fk-exp-img-wrap img { height: auto; }

  .fk-cta-box { flex-direction: column; gap: 20px; text-align: center; }
  .fk-cta-left { flex-direction: column; }
  .fk-footer { flex-direction: column; gap: 8px; text-align: center; }
}
.fk-linkedin-icon {
  background: #0077b5 !important;
  color: #fff !important;
}