/*
 * LikeSweden — Media Kit Styles
 * Plik: assets/mediakit/mediakit.css
 * Ładowany tylko na stronie z szablonem "Media Kit"
 */

/* ── RESET na poziomie strony ───────────────────────────── */
.mediakit-page {
  background: #F2EDE3 !important;
}

/* Wyłącz domyślne style Foxiz które mogą kolidować */
.mediakit-page #site-header,
.mediakit-page .foxiz-header,
.mediakit-page footer,
.mediakit-page .site-footer,
.mediakit-page #footer {
  display: none !important;
}

/* ── ZMIENNE ────────────────────────────────────────────── */
.mk-main {
  --navy:         #0E1C2F;
  --navy-mid:     #1A2E45;
  --gold:         #B8943A;
  --gold-light:   #D4AA4E;
  --cream:        #FAF7F2;
  --cream-mid:    #F2EDE3;
  --cream-dark:   #E8E0D0;
  --text-primary: #0E1C2F;
  --text-body:    #2C3E52;
  --text-muted:   #6B7A8D;
  --text-light:   #9AABB8;
  --border:       rgba(14,28,47,0.1);
  --border-gold:  rgba(184,148,58,0.25);
  --shadow:       0 2px 16px rgba(14,28,47,0.07);

  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
}

/* ── SITE HEADER ────────────────────────────────────────── */
.mk-site-header {
  background: var(--cream, #FAF7F2);
  border-bottom: 1px solid rgba(14,28,47,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.mk-site-header__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mk-site-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.mk-site-header__logo-img {
  height: 36px;
  width: auto;
}

.mk-site-header__logo-svg { display: flex; align-items: center; }

.mk-site-header__logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #0E1C2F;
  letter-spacing: 0.04em;
}
.mk-site-header__logo-text span { color: #B8943A; }

.mk-site-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mk-site-header__back {
  font-size: 13px;
  color: #6B7A8D;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
}
.mk-site-header__back:hover { color: #0E1C2F; }

.mk-site-header__download {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FAF7F2;
  background: #0E1C2F;
  padding: 9px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.15s;
}
.mk-site-header__download:hover { background: #B8943A; }

/* ── PAGE SHELL ─────────────────────────────────────────── */
.mk-main {
  padding: 32px 0 64px;
}

.mk-page {
  width: 1080px;
  min-height: 608px;
  margin: 0 auto 8px;
  position: relative;
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow);
}

/* ── SHARED COMPONENTS ──────────────────────────────────── */
.section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-gold);
}

.pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 11px;
  border-radius: 20px;
  border: 1px solid var(--border-gold);
  color: var(--gold);
  background: rgba(184,148,58,0.06);
}

.corner-tl {
  position: absolute; top: 0; left: 0;
  width: 64px; height: 64px;
  border-top: 1px solid var(--border-gold);
  border-left: 1px solid var(--border-gold);
  pointer-events: none;
}
.corner-br {
  position: absolute; bottom: 0; right: 0;
  width: 64px; height: 64px;
  border-bottom: 1px solid var(--border-gold);
  border-right: 1px solid var(--border-gold);
  pointer-events: none;
}

/* ── COVER ──────────────────────────────────────────────── */
.cover {
  display: grid;
  grid-template-columns: 1fr 420px;
}

.cover-left {
  padding: 60px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--border-gold);
}

.logo-row { display: flex; align-items: center; gap: 11px; }

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--navy);
  letter-spacing: 0.04em;
}
.logo-text span { color: var(--gold); }

.cover-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.cover-title {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 1.05;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 20px;
}
.cover-title em { font-style: italic; color: var(--gold); }

.cover-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  font-weight: 300;
  line-height: 1.65;
  max-width: 360px;
}

.cover-meta-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}
.cover-meta-val { font-size: 13px; color: var(--text-body); }

.cover-right {
  background: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.cover-right-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #1A2E45 0%, #0E1C2F 100%);
}
.cover-right-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 70% 30%, rgba(184,148,58,0.08) 0%, transparent 60%);
}
.cover-flag {
  position: absolute; top: 36px; right: 36px;
  font-size: 36px; opacity: 0.5; z-index: 2;
}
.cover-stats {
  position: relative; z-index: 2;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: rgba(14,28,47,0.6);
  border-top: 1px solid rgba(184,148,58,0.2);
}
.c-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700;
  color: #D4AA4E;
  display: block; line-height: 1;
}
.c-stat-lbl {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255,255,255,0.45);
  margin-top: 4px; display: block;
}

/* ── ABOUT ──────────────────────────────────────────────── */
.about { display: grid; grid-template-columns: 1fr 380px; }

.about-left {
  padding: 52px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--border);
}

.about-heading {
  font-family: 'Playfair Display', serif;
  font-size: 36px; line-height: 1.18;
  color: var(--navy); margin-bottom: 20px;
}
.about-heading em { font-style: italic; color: var(--gold); }

.about-lead {
  font-size: 15px; color: var(--text-body);
  line-height: 1.75; margin-bottom: 14px; font-weight: 300;
}
.about-lead strong { color: var(--navy); font-weight: 500; }

.about-body {
  font-size: 13px; color: var(--text-muted);
  line-height: 1.7; margin-bottom: 20px;
}

.pill-row { display: flex; flex-wrap: wrap; gap: 7px; }

.about-right {
  background: var(--cream-mid);
  border-left: 1px solid var(--border);
  display: flex; flex-direction: column;
}

.about-photo-wrap {
  flex: 1; overflow: hidden; min-height: 300px;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream-dark);
}
.about-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
}

.about-contact {
  padding: 24px 28px;
  background: var(--cream);
  border-top: 1px solid var(--border);
}
.about-contact-label {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--gold); margin-bottom: 10px;
}
.about-contact-line { font-size: 13px; color: var(--text-body); margin-bottom: 4px; }
.about-contact-line a { color: var(--navy); text-decoration: none; font-weight: 500; }

/* ── AUDIENCE ───────────────────────────────────────────── */
.audience {
  padding: 52px;
  display: flex; flex-direction: column;
}

.aud-hero { text-align: center; padding: 20px 0 32px; }
.aud-hero-num {
  font-family: 'Playfair Display', serif;
  font-size: 72px; font-weight: 700;
  color: var(--navy); line-height: 1; display: block;
}
.aud-hero-sub {
  font-size: 13px; color: var(--text-muted);
  letter-spacing: 0.07em; text-transform: uppercase; margin-top: 8px;
}

.stat-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 14px; margin-bottom: 28px;
}
.stat-card {
  background: var(--cream-mid);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 18px 16px; text-align: center;
}
.stat-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700;
  color: var(--navy); display: block; line-height: 1.1;
}
.stat-card-num.gold { color: var(--gold); }
.stat-card-label {
  font-size: 11px; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.07em;
  margin-top: 5px; display: block;
}

.aud-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; flex: 1; }

.demo-block {
  background: var(--cream-mid);
  border: 1px solid var(--border);
  border-radius: 8px; padding: 22px;
}
.demo-title {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--gold); margin-bottom: 16px;
}

.bar-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.bar-label { font-size: 13px; color: var(--text-body); width: 110px; flex-shrink: 0; }
.bar-track {
  flex: 1; height: 5px;
  background: var(--cream-dark); border-radius: 3px; overflow: hidden;
}
.bar-fill {
  height: 100%; border-radius: 3px;
  background: linear-gradient(to right, var(--navy), var(--navy-mid));
}
.bar-fill.gold { background: linear-gradient(to right, var(--gold), var(--gold-light)); }
.bar-pct { font-size: 12px; font-weight: 500; color: var(--navy); width: 34px; text-align: right; }

.insight-box {
  background: var(--navy); border-radius: 8px; padding: 24px;
}
.insight-box-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px; color: #fff; margin-bottom: 12px; line-height: 1.3;
}
.insight-box-body { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,0.65); }
.insight-box-body strong { color: #D4AA4E; font-weight: 500; }

/* ── PACKAGES ───────────────────────────────────────────── */
.packages { padding: 52px; display: flex; flex-direction: column; }

.packages-title {
  font-family: 'Playfair Display', serif;
  font-size: 34px; color: var(--navy); margin-top: 0;
}
.packages-title em { font-style: italic; color: var(--gold); }
.packages-sub { font-size: 13px; color: var(--text-muted); margin-top: 8px; }

.pkg-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 18px; flex: 1; margin-top: 28px;
}

.pkg-card {
  background: var(--cream-mid);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 26px 22px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.pkg-card.featured {
  background: var(--navy); border-color: var(--navy);
}
.pkg-card.featured::before {
  content: 'RECOMMENDED';
  position: absolute; top: 25px; right: -40px;
  background: var(--gold); color: var(--navy);
  font-size: 9px; font-weight: 700; letter-spacing: 0.12em;
  padding: 4px 38px; transform: rotate(45deg);
}

.pkg-tier { font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 8px; }
.pkg-card.featured .pkg-tier { color: rgba(255,255,255,0.5); }

.pkg-name { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.pkg-card.featured .pkg-name { color: #fff; }

.pkg-tagline { font-size: 12px; color: var(--text-muted); margin-bottom: 18px; line-height: 1.5; }
.pkg-card.featured .pkg-tagline { color: rgba(255,255,255,0.5); }

.pkg-price { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--navy); font-weight: 700; line-height: 1; margin-bottom: 4px; }
.pkg-card.featured .pkg-price { color: var(--gold-light); }

.pkg-price-note { font-size: 11px; color: var(--text-muted); margin-bottom: 18px; }
.pkg-card.featured .pkg-price-note { color: rgba(255,255,255,0.4); }

.pkg-divider { height: 1px; background: var(--border); margin-bottom: 18px; }
.pkg-card.featured .pkg-divider { background: rgba(255,255,255,0.1); }

.pkg-items { flex: 1; display: flex; flex-direction: column; gap: 9px; }
.pkg-item { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--text-body); line-height: 1.4; }
.pkg-card.featured .pkg-item { color: rgba(255,255,255,0.8); }

.pkg-check { color: var(--gold); font-size: 13px; flex-shrink: 0; margin-top: 1px; }

.pkg-note { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border); font-size: 11px; color: var(--text-muted); font-style: italic; }
.pkg-card.featured .pkg-note { border-top-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.4); }

/* ── FORMATS ────────────────────────────────────────────── */
.formats { padding: 52px; display: flex; flex-direction: column; }

.formats-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px; color: var(--navy);
}
.formats-title em { font-style: italic; color: var(--gold); }

.formats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; flex: 1; margin-top: 24px;
}

.fmt-card {
  background: var(--cream-mid);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 22px;
  display: flex; flex-direction: column;
}
.fmt-icon-row {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: 14px;
}
.fmt-icon {
  width: 40px; height: 40px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  background: var(--cream-dark); border: 1px solid var(--border-gold);
}
.fmt-platform {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--text-muted);
  padding: 3px 9px; border: 1px solid var(--border); border-radius: 20px;
}
.fmt-name { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 7px; }
.fmt-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; flex: 1; }
.fmt-rate {
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
}
.fmt-rate-lbl { font-size: 11px; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.07em; }
.fmt-rate-val { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--gold); font-weight: 700; }

/* ── PORTFOLIO ──────────────────────────────────────────── */
.portfolio { padding: 52px; display: flex; flex-direction: column; }

.portfolio-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px; color: var(--navy);
}
.portfolio-title em { font-style: italic; color: var(--gold); }

.portfolio-cases {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 24px; margin-bottom: 24px;
}
.p-case { background: var(--navy); border-radius: 10px; padding: 22px; }
.p-case-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.13em; color: #D4AA4E; margin-bottom: 7px; }
.p-case-name { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; margin-bottom: 7px; }
.p-case-desc { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.65; }
.p-case-result {
  margin-top: 12px; padding: 8px 12px;
  background: rgba(184,148,58,0.15);
  border-radius: 5px; font-size: 12px; color: #D4AA4E;
}

.port-brands-title {
  font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 12px;
}

.brands-wrap { display: flex; flex-wrap: wrap; gap: 8px; }

.b-chip {
  padding: 6px 14px;
  background: var(--cream-mid);
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 12px; color: var(--text-body);
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.b-chip:hover { border-color: var(--gold); color: var(--navy); }
.b-chip.sweden {
  border-color: var(--border-gold);
  color: var(--gold);
  background: rgba(184,148,58,0.05);
}
.b-chip.sweden:hover { background: rgba(184,148,58,0.12); }

/* ── WHY ────────────────────────────────────────────────── */
.why { padding: 52px; display: flex; flex-direction: column; }

.why-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; margin-top: 28px; flex: 1;
}
.why-col { display: flex; flex-direction: column; gap: 14px; }

.why-point {
  background: var(--cream-mid);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 18px 20px;
  display: flex; gap: 14px; align-items: flex-start;
}
.why-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px; color: var(--cream-dark);
  line-height: 1; flex-shrink: 0; width: 32px; text-align: right;
}
.why-title { font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 5px; line-height: 1.3; }
.why-body { font-size: 12px; color: var(--text-muted); line-height: 1.65; }

.legal-box {
  background: var(--cream-mid);
  border: 1px solid var(--border-gold);
  border-radius: 10px; padding: 22px;
}
.legal-title { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--navy); margin-bottom: 10px; }
.legal-body { font-size: 12px; color: var(--text-muted); line-height: 1.75; }
.legal-body strong { color: var(--navy); font-weight: 500; }

/* ── CONTACT ────────────────────────────────────────────── */
.contact { display: grid; grid-template-columns: 1fr 380px; }

.contact-left {
  padding: 60px 52px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 1px solid var(--border);
}
.contact-headline {
  font-family: 'Playfair Display', serif;
  font-size: 46px; color: var(--navy); line-height: 1.1; margin-bottom: 14px;
}
.contact-headline em { font-style: italic; color: var(--gold); }

.contact-body { font-size: 14px; color: var(--text-muted); line-height: 1.7; max-width: 360px; margin-bottom: 28px; }

.contact-details { display: flex; flex-direction: column; gap: 14px; }
.c-detail-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); margin-bottom: 2px; }
.c-detail-val { font-size: 14px; color: var(--navy); }
.c-detail-val a { color: var(--navy); text-decoration: none; font-weight: 500; }

.contact-cta {
  display: inline-block;
  background: var(--navy); color: #fff;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 13px 28px; border-radius: 4px;
  text-decoration: none; margin-top: 28px; align-self: flex-start;
  transition: background 0.15s;
}
.contact-cta:hover { background: var(--gold); }

.contact-footer { font-size: 11px; color: var(--text-light); line-height: 1.7; }

.contact-right {
  background: var(--cream-mid);
  border-left: 1px solid var(--border);
  padding: 44px 36px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.c-right-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); margin-bottom: 12px; }

.platform-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.platform-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 14px;
  background: var(--cream); border: 1px solid var(--border); border-radius: 7px;
}
.platform-name { font-size: 13px; color: var(--text-body); }
.platform-count { font-family: 'Playfair Display', serif; font-size: 14px; color: var(--navy); font-weight: 700; }

.fit-wrap { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }

.contact-quote {
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-family: 'Playfair Display', serif;
  font-size: 16px; color: var(--navy);
  font-style: italic; line-height: 1.4;
}

/* ── RESPONSIVE — na mniejszych ekranach scrolluj poziomo ── */
@media (max-width: 1120px) {
  .mk-main { padding: 20px 0 48px; overflow-x: auto; }
  .mk-site-header__inner { padding: 12px 20px; }
}

@media (max-width: 600px) {
  .mk-site-header__back { display: none; }
}


/* ═══════════════════════════════════════════════════════════
   LIKESWEDEN MEDIA KIT — Responsive styles
   Wklej na końcu pliku mediakit.css
   ═══════════════════════════════════════════════════════════ */

/* ── TABLET (max 1120px) ─────────────────────────────────── */
@media (max-width: 1120px) {

  .mk-main {
    padding: 20px 16px 48px;
  }

  .mk-page {
    width: 100%;
    min-height: unset;
    margin-bottom: 6px;
  }

  /* Cover */
  .cover {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .cover-left {
    padding: 40px 36px;
    border-right: none;
    border-bottom: 1px solid rgba(184,148,58,0.25);
  }
  .cover-title { font-size: 42px; }
  .cover-right {
    min-height: 280px;
  }
  .cover-stats {
    grid-template-columns: repeat(4, 1fr);
    padding: 20px 24px;
    gap: 10px;
  }

  /* About */
  .about {
    grid-template-columns: 1fr;
  }
  .about-left {
    padding: 36px 36px;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .about-right {
    border-left: none;
    border-top: 1px solid var(--border);
  }
  .about-photo-wrap {
    min-height: 220px;
  }
  .about-heading { font-size: 28px; }

  /* Audience */
  .audience { padding: 36px; }
  .aud-hero-num { font-size: 56px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .aud-cols { grid-template-columns: 1fr; gap: 16px; }

  /* Packages */
  .packages { padding: 36px; }
  .pkg-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pkg-card.featured::before { display: none; }

  /* Formats */
  .formats { padding: 36px; }
  .formats-grid { grid-template-columns: 1fr; gap: 14px; }

  /* Portfolio */
  .portfolio { padding: 36px; }
  .portfolio-cases { grid-template-columns: 1fr; gap: 14px; }

  /* Why */
  .why { padding: 36px; }
  .why-grid { grid-template-columns: 1fr; gap: 14px; }

  /* Contact */
  .contact {
    grid-template-columns: 1fr;
  }
  .contact-left {
    padding: 36px;
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .contact-right {
    border-left: none;
    padding: 36px;
    gap: 24px;
  }
  .contact-headline { font-size: 36px; }

  /* Header */
  .mk-site-header__inner { padding: 12px 20px; }
}

/* ── MOBILE (max 768px) ──────────────────────────────────── */
@media (max-width: 768px) {

  .mk-main { padding: 12px 0 40px; }

  .mk-page { margin-bottom: 4px; }

  /* Header */
  .mk-site-header__inner {
    padding: 10px 16px;
    gap: 12px;
  }
  .mk-site-header__back { display: none; }
  .mk-site-header__download {
    font-size: 11px;
    padding: 8px 14px;
  }
  .mk-site-header__logo-text { font-size: 15px; }

  /* Cover */
  .cover-left { padding: 32px 20px; }
  .cover-title { font-size: 34px; }
  .cover-subtitle { font-size: 14px; }
  .cover-right { min-height: 220px; }
  .cover-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 20px;
    gap: 12px;
  }
  .c-stat-num { font-size: 22px; }
  .c-stat-lbl { font-size: 9px; }
  .cover-flag { font-size: 26px; top: 20px; right: 20px; }

  /* About */
  .about-left { padding: 28px 20px; }
  .about-heading { font-size: 24px; }
  .about-lead { font-size: 14px; }
  .about-photo-wrap { min-height: 200px; }
  .about-contact { padding: 18px 20px; }

  /* Audience */
  .audience { padding: 28px 20px; }
  .aud-hero { padding: 12px 0 24px; }
  .aud-hero-num { font-size: 44px; }
  .aud-hero-sub { font-size: 11px; }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  .stat-card { padding: 14px 12px; }
  .stat-card-num { font-size: 22px; }
  .stat-card-label { font-size: 10px; }
  .insight-box { padding: 18px; }
  .insight-box-title { font-size: 16px; }
  .insight-box-body { font-size: 12px; }
  .bar-label { width: 90px; font-size: 12px; }

  /* Packages */
  .packages { padding: 28px 20px; }
  .packages-title { font-size: 26px; }
  .pkg-grid { margin-top: 20px; }
  .pkg-price { font-size: 28px; }
  .pkg-name { font-size: 18px; }

  /* Formats */
  .formats { padding: 28px 20px; }
  .formats-title { font-size: 24px; }
  .fmt-name { font-size: 16px; }

  /* Portfolio */
  .portfolio { padding: 28px 20px; }
  .portfolio-title { font-size: 24px; }
  .p-case-name { font-size: 17px; }
  .brands-wrap { gap: 6px; }
  .b-chip { font-size: 11px; padding: 5px 11px; }

  /* Why */
  .why { padding: 28px 20px; }
  .why-num { font-size: 22px; width: 26px; }
  .why-title { font-size: 13px; }
  .legal-box { padding: 18px; }

  /* Contact */
  .contact-left { padding: 28px 20px; }
  .contact-headline { font-size: 30px; }
  .contact-body { font-size: 13px; }
  .contact-cta { padding: 11px 22px; font-size: 11px; }
  .contact-right { padding: 28px 20px; }
  .platform-row { padding: 9px 12px; }
  .platform-name { font-size: 12px; }
  .platform-count { font-size: 13px; }
  .contact-quote { font-size: 14px; }

  /* Corner decorations — zbyt duże na mobile */
  .corner-tl, .corner-br { width: 40px; height: 40px; }

  /* Section label */
  .section-label { font-size: 9px; margin-bottom: 14px; }
}

/* ── SMALL MOBILE (max 420px) ────────────────────────────── */
@media (max-width: 420px) {

  .cover-title { font-size: 28px; }
  .about-heading { font-size: 22px; }
  .aud-hero-num { font-size: 38px; }
  .packages-title,
  .formats-title,
  .portfolio-title { font-size: 22px; }
  .contact-headline { font-size: 26px; }

  .stat-grid { grid-template-columns: 1fr 1fr; }

  .cover-stats { grid-template-columns: 1fr 1fr; }

  .pill-row { gap: 5px; }
  .pill { font-size: 10px; padding: 3px 9px; }
}