:root {
  color-scheme: light;
  --mk-bg: #f3f5f8;
  --mk-panel: rgba(255, 255, 255, 0.9);
  --mk-panel-solid: #ffffff;
  --mk-ink: #111827;
  --mk-muted: #5b6472;
  --mk-line: rgba(17, 24, 39, 0.08);
  --mk-accent: #125f55;
  --mk-accent-strong: #0a3c36;
  --mk-warm: #ec9f47;
  --mk-glow: rgba(18, 95, 85, 0.12);
  --mk-shadow: 0 18px 54px rgba(17, 24, 39, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--mk-ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(236, 159, 71, 0.14), transparent 26%),
    radial-gradient(circle at top right, rgba(18, 95, 85, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, var(--mk-bg) 52%, #eef2f7 100%);
}

a {
  color: inherit;
}

.mk-shell {
  width: min(1240px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 20px 0 40px;
}

.mk-topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding: 12px 16px;
  border: 1px solid var(--mk-line);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 32px rgba(17, 24, 39, 0.07);
}

.mk-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.mk-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--mk-accent), var(--mk-accent-strong));
  color: #fffdf8;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  box-shadow: 0 10px 22px rgba(18, 95, 85, 0.22);
}

.mk-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mk-brand-copy strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.mk-brand-copy span {
  color: var(--mk-muted);
  font-size: 12px;
}

.mk-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mk-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--mk-muted);
  padding: 9px 12px;
  border-radius: 12px;
}

.mk-nav a:hover {
  color: var(--mk-ink);
  background: rgba(18, 95, 85, 0.08);
}

.mk-nav-cta {
  background: var(--mk-accent);
  color: #fff8ef !important;
}

.mk-nav-cta:hover {
  background: var(--mk-accent-strong) !important;
}

.mk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.mk-hero-copy,
.mk-hero-panel,
.mk-section,
.mk-cta-band {
  border: 1px solid var(--mk-line);
  background: var(--mk-panel);
  backdrop-filter: blur(12px);
  box-shadow: var(--mk-shadow);
}

.mk-hero-copy {
  border-radius: 24px;
  padding: 36px;
}

.mk-eyebrow,
.mk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mk-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mk-eyebrow::before,
.mk-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.mk-hero h1 {
  margin: 16px 0 14px;
  max-width: 10ch;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.mk-lede {
  max-width: 58ch;
  margin: 0;
  color: var(--mk-muted);
  font-size: 18px;
  line-height: 1.55;
}

.mk-hero-actions,
.mk-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.mk-btn-primary {
  background: linear-gradient(135deg, var(--mk-accent), var(--mk-accent-strong));
  color: #fff8ef;
  box-shadow: 0 12px 28px rgba(18, 95, 85, 0.18);
}

.mk-btn-secondary {
  border-color: var(--mk-line);
  background: rgba(248, 250, 252, 0.88);
  color: var(--mk-ink);
}

.mk-proof-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.mk-proof-list li {
  position: relative;
  padding-left: 18px;
  color: var(--mk-muted);
  line-height: 1.5;
}

.mk-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mk-warm);
  box-shadow: 0 0 0 5px rgba(213, 140, 63, 0.14);
}

.mk-hero-panel {
  border-radius: 24px;
  padding: 16px;
}

.mk-panel-window {
  height: 100%;
  border-radius: 20px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 251, 0.98)),
    radial-gradient(circle at top right, rgba(18, 95, 85, 0.1), transparent 28%);
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.mk-panel-header {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mk-panel-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  background: var(--mk-accent-strong);
  color: #fef6ec;
  font-size: 12px;
  font-weight: 700;
}

.mk-panel-pill.is-soft {
  background: rgba(18, 95, 85, 0.1);
  color: var(--mk-accent-strong);
}

.mk-panel-conversation {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.mk-bubble {
  max-width: 92%;
  padding: 14px 16px;
  border-radius: 14px;
  line-height: 1.55;
  font-size: 14px;
}

.mk-bubble-user {
  justify-self: start;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.mk-bubble-assistant {
  justify-self: end;
  background: linear-gradient(135deg, rgba(18, 95, 85, 0.16), rgba(10, 60, 54, 0.08));
  border: 1px solid rgba(18, 95, 85, 0.14);
}

.mk-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mk-panel-grid article,
.mk-card,
.mk-trust-card,
.mk-step {
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.mk-panel-grid article {
  padding: 14px;
}

.mk-panel-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--mk-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mk-panel-grid strong {
  font-size: 14px;
  line-height: 1.45;
}

.mk-section {
  margin-bottom: 22px;
  border-radius: 22px;
  padding: 28px;
}

.mk-section-header {
  margin-bottom: 18px;
}

.mk-section-header h2 {
  margin: 14px 0 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.mk-card-grid,
.mk-trust-grid,
.mk-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mk-card,
.mk-trust-card {
  padding: 20px;
}

.mk-card h3,
.mk-trust-card h3,
.mk-step h3 {
  margin: 0 0 12px;
  font-size: 19px;
  letter-spacing: -0.03em;
}

.mk-card p,
.mk-trust-card p,
.mk-step p {
  margin: 0;
  color: var(--mk-muted);
  line-height: 1.65;
}

.mk-step {
  padding: 22px;
}

.mk-step-index {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--mk-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.mk-section-accent {
  background:
    linear-gradient(135deg, rgba(18, 95, 85, 0.08), rgba(213, 140, 63, 0.08)),
    var(--mk-panel);
}

.mk-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mk-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: var(--mk-ink);
  font-size: 14px;
  font-weight: 600;
}

.mk-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  border-radius: 22px;
  padding: 26px 28px;
  background:
    linear-gradient(135deg, rgba(10, 60, 54, 0.96), rgba(18, 95, 85, 0.92)),
    var(--mk-accent-strong);
  color: #fff7ee;
}

.mk-cta-band h2 {
  margin: 10px 0 10px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.mk-cta-band p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 247, 238, 0.82);
  line-height: 1.6;
}

.mk-cta-band .mk-kicker,
.mk-cta-band .mk-kicker::before {
  color: rgba(255, 247, 238, 0.72);
}

.mk-cta-band .mk-btn-secondary {
  border-color: rgba(255, 247, 238, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff7ee;
}

.mk-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 4px 0;
  color: var(--mk-muted);
  font-size: 13px;
}

.mk-footer strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mk-ink);
}

.mk-footer-meta {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

.mk-footer-meta a {
  text-decoration: none;
  color: var(--mk-accent);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .mk-hero,
  .mk-card-grid,
  .mk-trust-grid,
  .mk-steps,
  .mk-panel-grid {
    grid-template-columns: 1fr;
  }

  .mk-cta-band,
  .mk-topbar,
  .mk-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .mk-shell {
    width: min(100vw - 18px, 1240px);
    padding-top: 12px;
  }

  .mk-topbar,
  .mk-hero-copy,
  .mk-hero-panel,
  .mk-section,
  .mk-cta-band {
    border-radius: 22px;
  }

  .mk-topbar,
  .mk-section,
  .mk-cta-band {
    padding: 18px;
  }

  .mk-hero-copy {
    padding: 24px 20px;
  }

  .mk-hero h1 {
    max-width: none;
    font-size: clamp(38px, 13vw, 58px);
  }

  .mk-nav {
    width: 100%;
  }

  .mk-nav a,
  .mk-btn {
    width: 100%;
  }

  .mk-proof-list {
    gap: 12px;
  }

  .mk-lede {
    font-size: 17px;
  }
}
