/* ============================================================
   Double Tee — public marketing onepager
   Plain CSS, no build step. Builds on the house tokens defined
   in app.css (--brand-primary/secondary/accent, --text, --muted,
   --border, --surface). All marketing-only rules are namespaced
   `mk-` so nothing collides with the app shell. The interactive
   "design studio" reuses the real app-preview components
   (.app-preview-phone / .app-login / .ai-* / .brand-color-*),
   so the preview is 1:1 with what a club actually gets.
   ============================================================ */

html:has(.mk-body) { scroll-behavior: smooth; }
.mk-body [id] { scroll-margin-top: 84px; }

.mk-body {
  background: #ffffff;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mk-inline-svg { width: 18px; height: 18px; }
.mk-hero-eyebrow-svg, .mk-lang-globe, .mk-reset-svg { width: 16px; height: 16px; }
.mk-feat-check { color: var(--brand-primary); }
@media (prefers-reduced-motion: reduce) { html:has(.mk-body) { scroll-behavior: auto; } }

.mk-body a { text-decoration: none; }
/* Plain links inherit the surrounding text colour, but NEVER buttons — their
   .mk-btn-* colour rules must win (this selector excludes .mk-btn). */
.mk-body a:not(.mk-btn) { color: inherit; }

.mk-wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }

.mk-section { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.mk-section-tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.mk-section-alt { background: linear-gradient(180deg, #f6f9f7 0%, #ffffff 100%); }

/* ── Shared section heading ──────────────────────────────── */
.mk-head { max-width: 720px; }
.mk-head-center { margin-inline: auto; text-align: center; }
.mk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .9rem;
  padding: .3rem .75rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-primary) 10%, #fff);
  color: var(--brand-primary);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mk-eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--brand-accent);
}
.mk-h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0f2a1d;
}
.mk-lead {
  margin: 1rem 0 0;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--muted);
  font-weight: 400;
}

/* ── Buttons (extend house .btn) ─────────────────────────── */
.mk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 48px;
  padding: 0 1.4rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .12s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
}
.mk-btn:hover { transform: translateY(-1px); text-decoration: none; }
.mk-btn-primary {
  background: var(--brand-primary);
  color: var(--brand-on-primary, #fff);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--brand-primary) 26%, transparent);
}
.mk-btn-primary:hover { background: var(--brand-secondary); }
.mk-btn-ghost {
  background: #fff;
  color: var(--text);
  border-color: var(--border);
}
.mk-btn-ghost:hover { border-color: color-mix(in srgb, var(--brand-primary) 40%, var(--border)); }
.mk-btn-on-dark {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  backdrop-filter: blur(4px);
}
.mk-btn-on-dark:hover { background: rgba(255, 255, 255, .22); }
.mk-btn-white { background: #fff; color: var(--brand-primary); }
.mk-btn-white:hover { background: #f2f5f3; }
.mk-btn-sm { height: 40px; padding: 0 1rem; font-size: .92rem; border-radius: 10px; }
.mk-btn-block { width: 100%; }

/* ── Top navigation ──────────────────────────────────────── */
.mk-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
}
.mk-nav-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 68px;
}
.mk-brand { display: inline-flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.14rem; color: #0f2a1d; white-space: nowrap; }
.mk-brand-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.mk-brand-logo {
  display: block;
  width: 156px;
  max-width: 38vw;
  height: auto;
}
.mk-nav-links { display: flex; align-items: center; gap: .35rem; margin-left: auto; }
.mk-nav-link {
  padding: .5rem .75rem;
  border-radius: 8px;
  color: #3f4a44;
  font-size: .95rem;
  font-weight: 600;
  transition: background .14s ease, color .14s ease;
}
.mk-nav-link:hover { background: #f1f4f2; color: var(--brand-primary); }
.mk-nav-actions { display: flex; align-items: center; gap: .6rem; margin-left: .35rem; }

/* Language switcher */
.mk-lang { position: relative; }
.mk-lang > summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  height: 40px;
  padding: 0 .75rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: .9rem;
  font-weight: 700;
  color: #3f4a44;
  cursor: pointer;
}
.mk-lang > summary::-webkit-details-marker { display: none; }
.mk-lang > summary svg { width: 16px; height: 16px; }
.mk-lang[open] > summary { border-color: color-mix(in srgb, var(--brand-primary) 40%, var(--border)); }
.mk-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + .4rem);
  width: 184px;
  padding: .35rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
  z-index: 30;
}
.mk-lang-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .55rem .7rem;
  border-radius: 8px;
  font-size: .92rem;
  font-weight: 600;
  color: var(--text);
}
.mk-lang-item:hover { background: #f1f4f2; }
.mk-lang-item.is-active { color: var(--brand-primary); }
.mk-lang-item .mk-lang-code { font-size: .72rem; font-weight: 800; text-transform: uppercase; color: var(--muted); }

.mk-nav-toggle { display: none; }

/* ── Hero ────────────────────────────────────────────────── */
.mk-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(1100px 520px at 82% -8%, color-mix(in srgb, var(--brand-accent) 36%, transparent), transparent 60%),
    linear-gradient(150deg, var(--brand-secondary) 0%, var(--brand-primary) 58%, color-mix(in srgb, var(--brand-primary) 78%, #0b3b27) 100%);
}
.mk-hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 18% 86%, rgba(255, 255, 255, .10), transparent 26%),
    linear-gradient(180deg, transparent 60%, rgba(4, 19, 15, .35) 100%);
  pointer-events: none;
}
.mk-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(3.2rem, 6vw, 5.6rem);
}
.mk-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.1rem;
  padding: .35rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #eafff3;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.mk-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -.025em;
}
.mk-hero h1 .mk-hl { color: color-mix(in srgb, var(--brand-accent) 55%, #ffffff); }
.mk-hero-sub {
  margin: 1.2rem 0 0;
  max-width: 30rem;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, .9);
  font-weight: 400;
}
.mk-hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.mk-hero-badges { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin-top: 1.9rem; }
.mk-hero-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .92rem; font-weight: 600; color: rgba(255, 255, 255, .92); }
.mk-hero-badge svg { width: 18px; height: 18px; color: color-mix(in srgb, var(--brand-accent) 50%, #fff); }

/* Hero phone showcase */
.mk-hero-visual { position: relative; display: grid; place-items: center; }
.mk-hero-visual::before {
  content: "";
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 65%);
  filter: blur(6px);
}
.mk-hero-phone { position: relative; transform: rotate(2deg); }
.mk-hero-phone .ai-body {
  padding-top: 1.55rem;
}
.mk-hero-phone .ai-greeting {
  align-items: center;
  gap: .7rem;
  margin-bottom: .72rem;
}
.mk-hero-phone .ai-greeting > div:first-child {
  min-width: 0;
}
.mk-hero-phone .ai-hello {
  font-size: 1.08rem;
  line-height: 1;
}
.mk-hero-phone .ai-club {
  margin-top: .16rem;
  font-size: .72rem;
}
.mk-hero-phone .ai-crest.is-logo {
  width: 70px;
  height: 31px;
  padding: .24rem .38rem;
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(15, 42, 29, .12);
}
.mk-hero-phone .ai-section {
  margin-bottom: .42rem;
  font-size: .92rem;
}
.mk-hero-float {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .6rem .85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: var(--text);
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}
.mk-hero-float svg { width: 18px; height: 18px; color: var(--brand-primary); }
.mk-hero-float-1 { top: 12%; left: -6%; }
.mk-hero-float-2 { bottom: 14%; right: -8%; }

/* Trust strip */
.mk-trust {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .9rem 2rem;
  padding-block: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  font-weight: 600;
}
.mk-trust span { display: inline-flex; align-items: center; gap: .5rem; }
.mk-trust svg { width: 17px; height: 17px; color: color-mix(in srgb, var(--brand-accent) 55%, #fff); }

/* ── How it works (steps) ────────────────────────────────── */
.mk-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  margin-top: 2.4rem;
}
.mk-step {
  position: relative;
  padding: 1.5rem 1.3rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
}
.mk-step-num {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--brand-primary) 12%, #fff);
  color: var(--brand-primary);
  font-weight: 800;
  margin-bottom: .9rem;
}
.mk-step h3 { margin: 0 0 .35rem; font-size: 1.06rem; font-weight: 700; color: #11271c; }
.mk-step p { margin: 0; font-size: .94rem; line-height: 1.55; color: var(--muted); }

/* ── Feature grid ────────────────────────────────────────── */
.mk-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2.6rem;
}
.mk-feature {
  padding: 1.6rem 1.4rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.mk-feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(15, 42, 29, .08);
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
}
.mk-feature-ico {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 16%, #fff), color-mix(in srgb, var(--brand-accent) 14%, #fff));
  color: var(--brand-primary);
  margin-bottom: 1rem;
}
.mk-feature-ico svg { width: 24px; height: 24px; }
.mk-feature h3 { margin: 0 0 .4rem; font-size: 1.1rem; font-weight: 700; color: #11271c; }
.mk-feature p { margin: 0; font-size: .95rem; line-height: 1.58; color: var(--muted); }

/* ── Products / pricing ──────────────────────────────────── */
.mk-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.8rem;
  align-items: start;
}
.mk-product {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.8rem 1.6rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.mk-product-featured {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--brand-primary), var(--brand-accent)) border-box;
  border: 2px solid transparent;
  box-shadow: 0 24px 60px rgba(15, 42, 29, .14);
}
.mk-product-tag {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  padding: .28rem .85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.mk-product-name { font-size: 1.3rem; font-weight: 800; color: #11271c; }
.mk-product-tagline { margin: .35rem 0 1.2rem; font-size: .94rem; line-height: 1.5; color: var(--muted); min-height: 2.7em; }
.mk-price { display: flex; align-items: flex-end; gap: .4rem; flex-wrap: wrap; }
.mk-price-from { font-size: .82rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; }
.mk-price-amount { font-size: 2.5rem; font-weight: 800; line-height: 1; color: #0f2a1d; letter-spacing: -.02em; }
.mk-price-period { font-size: .95rem; font-weight: 600; color: var(--muted); padding-bottom: .25rem; }
.mk-price-note { margin: .5rem 0 1.3rem; font-size: .8rem; color: var(--muted); }
.mk-product .mk-btn { margin-bottom: 1.3rem; }
.mk-product-features { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .65rem; }
.mk-product-features li { display: flex; gap: .6rem; font-size: .93rem; line-height: 1.45; color: #2f3a35; }
.mk-product-features li svg { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; color: var(--brand-primary); }
.mk-product-bestfor {
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--border);
  font-size: .85rem;
  color: var(--muted);
}
.mk-product-bestfor strong { color: #2f3a35; }
.mk-price-disclaimer { margin-top: 1.4rem; text-align: center; font-size: .85rem; color: var(--muted); }

/* ── Comparison table ────────────────────────────────────── */
.mk-compare-wrap { margin-top: 2.4rem; overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.mk-compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.mk-compare th, .mk-compare td { padding: .9rem 1.1rem; text-align: left; border-bottom: 1px solid var(--border); }
.mk-compare thead th { font-size: .9rem; font-weight: 800; color: #11271c; background: #f6f9f7; }
.mk-compare thead th:not(:first-child) { text-align: center; }
.mk-compare tbody td:not(:first-child) { text-align: center; }
.mk-compare tbody tr:last-child td { border-bottom: 0; }
.mk-compare-feature { font-weight: 600; color: #2f3a35; font-size: .94rem; }
.mk-compare-col-featured { background: color-mix(in srgb, var(--brand-primary) 5%, #fff); }
.mk-yes { color: var(--brand-primary); }
.mk-yes svg { width: 20px; height: 20px; }
.mk-no { color: #cbd2ce; font-weight: 700; }

/* ── App section ─────────────────────────────────────────── */
.mk-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.mk-app-points { list-style: none; margin: 2rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 1.3rem; }
.mk-app-point { display: flex; gap: 1rem; }
.mk-app-point-ico {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: color-mix(in srgb, var(--brand-primary) 11%, #fff);
  color: var(--brand-primary);
}
.mk-app-point-ico svg { width: 22px; height: 22px; }
.mk-app-point h3 { margin: 0 0 .25rem; font-size: 1.05rem; font-weight: 700; color: #11271c; }
.mk-app-point p { margin: 0; font-size: .94rem; line-height: 1.55; color: var(--muted); }
.mk-app-visual { display: grid; place-items: center; }
.mk-app-stage {
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 28px;
  background:
    radial-gradient(700px 360px at 50% 0%, color-mix(in srgb, var(--brand-primary) 14%, #fff), transparent 70%),
    linear-gradient(160deg, #f3f7f4, #eaf2ed);
  border: 1px solid var(--border);
}

/* ── Design studio ───────────────────────────────────────── */
.mk-studio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: clamp(1.6rem, 4vw, 3rem);
  margin-top: 2.6rem;
  align-items: start;
}
.mk-studio-panel {
  padding: clamp(1.25rem, 3vw, 1.9rem);
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}
.mk-studio-panel h3 { margin: 0 0 .3rem; font-size: 1.12rem; font-weight: 800; color: #11271c; }
.mk-studio-panel .mk-studio-sub { margin: 0 0 1.4rem; font-size: .9rem; color: var(--muted); }
.mk-studio-field { margin-bottom: 1.2rem; }
.mk-studio-field > label { display: block; margin-bottom: .4rem; font-size: .88rem; font-weight: 600; color: var(--text); }
.mk-studio-field > input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 0 .95rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: .98rem;
  font-weight: 600;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.mk-studio-field > input[type="text"]:focus {
  border-color: color-mix(in srgb, var(--brand-primary) 42%, var(--border));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-primary) 12%, transparent);
  outline: none;
}
.mk-studio-colors { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.mk-studio-color {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .35rem;
}
.mk-studio-color-label {
  color: #3f4a44;
  font-size: .82rem;
  font-weight: 700;
}
.mk-studio-colors .brand-color-control {
  height: 52px;
  min-width: 0;
  padding-right: .65rem;
}
.mk-studio-colors .brand-color-hex {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mk-studio-colors .brand-color-hex:focus { outline: none; }
.mk-studio-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mk-studio-media-grid .mk-studio-field { margin-bottom: 0; }
.mk-studio-panel .upload-dropzone {
  min-height: 96px;
  align-items: center;
  border-color: color-mix(in srgb, var(--brand-primary) 28%, var(--border));
}
.mk-studio-panel .upload-dropzone-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}
.mk-studio-actions { display: flex; gap: .6rem; margin-top: .4rem; }
.mk-studio-reset {
  display: inline-flex; align-items: center; gap: .4rem;
  background: none; border: 0; padding: .3rem 0;
  color: var(--brand-primary); font-weight: 700; font-size: .9rem; cursor: pointer;
}
.mk-studio-reset svg { width: 15px; height: 15px; }
.mk-studio-preview { position: sticky; top: 92px; }
.mk-studio-preview .app-preview-tabs { display: flex; gap: .4rem; margin: 0 auto 1.1rem; justify-content: center; }
.mk-studio-note { margin-top: 1rem; text-align: center; font-size: .82rem; color: var(--muted); }
.mk-body .ai-crest.is-logo {
  width: 76px;
  height: 34px;
  padding: .28rem .42rem;
  border-radius: 10px;
  background: #0d2525;
  opacity: 1;
  box-shadow: 0 8px 18px rgba(15, 42, 29, .12);
}
.mk-body .ai-crest.is-logo img {
  width: 100%;
  height: 100%;
}

/* ── CTA band ────────────────────────────────────────────── */
.mk-cta {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(2.4rem, 5vw, 4rem);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(800px 360px at 80% 0%, color-mix(in srgb, var(--brand-accent) 32%, transparent), transparent 60%),
    linear-gradient(140deg, var(--brand-secondary), var(--brand-primary));
}
.mk-cta h2 { margin: 0; font-size: clamp(1.7rem, 3.4vw, 2.7rem); font-weight: 800; letter-spacing: -.02em; }
.mk-cta p { margin: 1rem auto 0; max-width: 40rem; font-size: 1.08rem; line-height: 1.55; color: rgba(255, 255, 255, .9); }
.mk-cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.8rem; }
.mk-cta-contact { margin-top: 1.4rem; font-size: .95rem; color: rgba(255, 255, 255, .85); }
.mk-cta-contact a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* ── FAQ ─────────────────────────────────────────────────── */
.mk-faq { max-width: 780px; margin: 2.4rem auto 0; display: flex; flex-direction: column; gap: .8rem; }
.mk-faq-item { border: 1px solid var(--border); border-radius: 14px; background: #fff; overflow: hidden; }
.mk-faq-item[open] { border-color: color-mix(in srgb, var(--brand-primary) 30%, var(--border)); }
.mk-faq-item > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.3rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #11271c;
  cursor: pointer;
}
.mk-faq-item > summary::-webkit-details-marker { display: none; }
.mk-faq-item > summary .mk-faq-plus {
  flex: 0 0 auto;
  width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-primary) 12%, #fff);
  color: var(--brand-primary);
  transition: transform .18s ease;
}
.mk-faq-item[open] > summary .mk-faq-plus { transform: rotate(45deg); }
.mk-faq-item .mk-faq-body { padding: 0 1.3rem 1.2rem; font-size: .96rem; line-height: 1.6; color: var(--muted); }

/* ── Footer ──────────────────────────────────────────────── */
.mk-footer { background: #0d2525; color: rgba(250, 247, 242, .72); padding-block: clamp(2.6rem, 5vw, 3.6rem); }
.mk-footer a { color: rgba(250, 247, 242, .72); }
.mk-footer a:hover { color: #fff; }
.mk-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; }
.mk-footer-brand { display: inline-flex; align-items: center; gap: .6rem; color: #faf7f2; font-weight: 800; font-size: 1.15rem; }
.mk-footer-logo {
  display: block;
  width: 176px;
  max-width: 100%;
  height: auto;
}
.mk-footer-tagline { margin: 1rem 0 0; max-width: 30ch; font-size: .92rem; line-height: 1.6; }
.mk-footer h4 { margin: 0 0 .9rem; color: #faf7f2; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mk-footer-list { display: flex; flex-direction: column; gap: .55rem; font-size: .93rem; }
.mk-footer-bottom {
  display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; align-items: center; justify-content: space-between;
  margin-top: 2.4rem; padding-top: 1.4rem;
  border-top: 1px solid rgba(250, 247, 242, .12);
  font-size: .85rem;
}

/* ── Scroll reveal ───────────────────────────────────────── */
.mk-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.mk-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .mk-reveal { opacity: 1; transform: none; transition: none; }
  .mk-btn:hover, .mk-feature:hover { transform: none; }
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1000px) {
  .mk-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .mk-steps { grid-template-columns: repeat(2, 1fr); }
  .mk-products { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .mk-product-featured { order: -1; }
  .mk-studio-grid { grid-template-columns: 1fr; }
  .mk-studio-preview { position: static; max-width: 360px; margin-inline: auto; }
}
@media (max-width: 860px) {
  .mk-hero-grid { grid-template-columns: 1fr; }
  .mk-hero-visual { order: -1; }
  .mk-hero-visual::before { width: 280px; height: 280px; }
  .mk-app-grid { grid-template-columns: 1fr; }
  .mk-app-visual { order: -1; }
  .mk-footer-grid { grid-template-columns: 1fr 1fr; }
  .mk-footer-brand-col { grid-column: 1 / -1; }
  .mk-nav-links { display: none; }
  .mk-nav-toggle {
    display: inline-grid; place-items: center;
    width: 42px; height: 42px; margin-left: auto;
    border-radius: 10px; border: 1px solid var(--border); background: #fff; cursor: pointer;
  }
  .mk-nav-toggle svg { width: 22px; height: 22px; }
  .mk-nav.is-open .mk-nav-links {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; left: 0; right: 0; top: 100%;
    padding: .6rem;
    background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
  }
  /* Keep the header tidy on small screens: language switcher stays, the
     redundant text "log in" link moves to the footer. */
  .mk-nav-inner { gap: .7rem; }
  .mk-nav-actions { margin-left: auto; }
  .mk-nav-actions > .mk-nav-link { display: none; }
}
@media (max-width: 720px) {
  .mk-studio-colors,
  .mk-studio-media-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .mk-feature-grid, .mk-steps { grid-template-columns: 1fr; }
  .mk-footer-grid { grid-template-columns: 1fr; }
  .mk-hero-float { display: none; }
  .mk-brand-logo-shell { height: 38px; }
  .mk-brand-logo { width: 132px; }
  .mk-cta { border-radius: 20px; }
  /* Phone: brand + language + menu only; the demo CTA is prominent in the
     hero and CTA band, so it need not crowd the header here. */
  .mk-nav-actions .mk-btn-primary { display: none; }
}
