/*
Theme Name: Monitoring Katowice
Theme URI: https://monitoringkatowice.pl/
Author: Monitoring Katowice
Description: Lekki, responsywny motyw dla firmy montującej monitoring i systemy alarmowe.
Version: 1.2.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: monitoringkatowice
*/

:root {
  --mk-bg: #061016;
  --mk-bg-soft: #0a1820;
  --mk-surface: rgba(14, 31, 40, 0.82);
  --mk-surface-solid: #0d2029;
  --mk-line: rgba(150, 231, 235, 0.16);
  --mk-text: #f4fbfc;
  --mk-muted: #a9bdc3;
  --mk-cyan: #32d7dd;
  --mk-cyan-dark: #0a9ca4;
  --mk-amber: #ffb44a;
  --mk-danger: #ff5964;
  --mk-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  --mk-radius: 22px;
  --mk-container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--mk-text);
  background: var(--mk-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(50, 215, 221, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(50, 215, 221, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.mk-container { width: var(--mk-container); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; margin: 12px; padding: 10px 14px; z-index: 999; background: #fff; color: #000; }

.mk-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.mk-header.is-scrolled { background: rgba(6, 16, 22, .9); border-color: var(--mk-line); backdrop-filter: blur(16px); }
.mk-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.mk-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.03em; }
.mk-brand__mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(50,215,221,.48); border-radius: 12px; background: linear-gradient(135deg, rgba(50,215,221,.2), rgba(50,215,221,.04)); box-shadow: inset 0 0 20px rgba(50,215,221,.08); }
.mk-brand__mark svg { width: 23px; color: var(--mk-cyan); }
.mk-brand__text span { color: var(--mk-cyan); }
.mk-nav { display: flex; align-items: center; gap: 28px; }
.mk-nav a { color: #d8e8eb; font-size: .94rem; font-weight: 650; transition: color .2s ease; }
.mk-nav a:hover, .mk-nav a:focus-visible { color: var(--mk-cyan); }
.mk-menu-toggle { display: none; background: transparent; color: #fff; border: 1px solid var(--mk-line); border-radius: 11px; padding: 9px 11px; }

.mk-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; background: var(--mk-cyan); color: #041316; font-weight: 800; box-shadow: 0 12px 30px rgba(50,215,221,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.mk-button:hover, .mk-button:focus-visible { transform: translateY(-2px); background: #68edf1; box-shadow: 0 15px 34px rgba(50,215,221,.26); }
.mk-button--ghost { background: rgba(8,21,28,.58); color: var(--mk-text); border-color: rgba(255,255,255,.2); box-shadow: none; }
.mk-button--small { min-height: 42px; padding-inline: 17px; font-size: .9rem; }

.mk-hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; padding: 152px 0 92px; background-color: #061016; background-size: cover; background-position: center; }
.mk-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,17,.98) 0%, rgba(4,12,17,.91) 36%, rgba(4,12,17,.5) 66%, rgba(4,12,17,.74) 100%), linear-gradient(0deg, var(--mk-bg) 0%, transparent 34%); }
.mk-hero::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(50,215,221,.15); border-radius: 50%; right: 8%; top: 19%; box-shadow: 0 0 0 70px rgba(50,215,221,.025), 0 0 0 140px rgba(50,215,221,.018); }
.mk-hero__content { position: relative; z-index: 2; max-width: 760px; }
.mk-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 7px 12px; border: 1px solid rgba(50,215,221,.25); border-radius: 999px; color: #baf7f8; background: rgba(8,39,44,.5); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.mk-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mk-cyan); box-shadow: 0 0 13px var(--mk-cyan); }
.mk-hero h1 { max-width: 730px; margin: 0; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .96; letter-spacing: -.066em; text-wrap: balance; }
.mk-hero h1 em { color: var(--mk-cyan); font-style: normal; }
.mk-hero__lead { max-width: 650px; margin: 25px 0 31px; color: #c4d6da; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.mk-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mk-trustbar { position: relative; z-index: 3; margin-top: -46px; }
.mk-trustbar__grid { display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(12,29,37,.9); border: 1px solid var(--mk-line); border-radius: var(--mk-radius); box-shadow: var(--mk-shadow); backdrop-filter: blur(18px); overflow: hidden; }
.mk-trust { min-height: 115px; display: flex; align-items: center; gap: 15px; padding: 25px 29px; }
.mk-trust + .mk-trust { border-left: 1px solid var(--mk-line); }
.mk-trust svg { flex: 0 0 31px; width: 31px; color: var(--mk-cyan); }
.mk-trust strong { display: block; font-size: 1.02rem; }
.mk-trust span { color: var(--mk-muted); font-size: .88rem; }

.mk-section { padding: 115px 0; }
.mk-section--soft { background: linear-gradient(180deg, rgba(12,31,40,.64), rgba(6,16,22,0)); border-block: 1px solid rgba(150,231,235,.08); }
.mk-section__head { max-width: 760px; margin-bottom: 49px; }
.mk-section__head--center { text-align: center; margin-inline: auto; }
.mk-eyebrow { display: block; color: var(--mk-cyan); font-size: .76rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 850; margin-bottom: 13px; }
.mk-section h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.1rem); letter-spacing: -.055em; line-height: 1.04; text-wrap: balance; }
.mk-section__head p { color: var(--mk-muted); font-size: 1.08rem; margin: 19px 0 0; }
.mk-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.mk-card { position: relative; overflow: hidden; min-height: 280px; grid-column: span 4; padding: 31px; border: 1px solid var(--mk-line); border-radius: var(--mk-radius); background: linear-gradient(145deg, rgba(15,38,48,.94), rgba(8,23,30,.96)); box-shadow: 0 24px 54px rgba(0,0,0,.17); }
.mk-card--wide { grid-column: span 8; display: grid; grid-template-columns: 1fr .9fr; padding: 0; }
.mk-card__content { padding: 37px; }
.mk-card__image { min-height: 330px; object-fit: cover; width: 100%; height: 100%; filter: saturate(.82) contrast(1.06); }
.mk-card__number { display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; margin-bottom: 56px; border: 1px solid rgba(50,215,221,.28); border-radius: 13px; color: var(--mk-cyan); font-weight: 850; background: rgba(50,215,221,.07); }
.mk-card h3 { margin: 0 0 11px; font-size: 1.42rem; letter-spacing: -.025em; }
.mk-card p { margin: 0; color: var(--mk-muted); }
.mk-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 8px; }
.mk-card li { color: #d5e5e8; font-size: .94rem; }
.mk-card li::before { content: "✓"; margin-right: 9px; color: var(--mk-cyan); font-weight: 900; }
.mk-card__link { position: relative; z-index: 2; display: inline-flex; gap: 8px; margin-top: 24px; color: var(--mk-cyan); font-size: .93rem; font-weight: 800; }
.mk-card__link:hover, .mk-card__link:focus-visible { color: #75f1f4; }
.mk-card::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -70px; bottom: -90px; background: rgba(50,215,221,.08); filter: blur(2px); }

.mk-split { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.mk-visual { position: relative; }
.mk-visual img { min-height: 540px; width: 100%; object-fit: cover; border-radius: 26px; box-shadow: var(--mk-shadow); }
.mk-visual::before { content: ""; position: absolute; inset: -14px 40px 30px -14px; border: 1px solid rgba(50,215,221,.22); border-radius: 28px; z-index: -1; }
.mk-status { position: absolute; right: -25px; bottom: 35px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: #f5fbfc; color: #092027; border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,.28); font-weight: 800; }
.mk-status i { width: 10px; height: 10px; border-radius: 50%; background: #2ed17b; box-shadow: 0 0 0 6px rgba(46,209,123,.14); }
.mk-feature-list { display: grid; gap: 17px; margin: 31px 0; }
.mk-feature { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; }
.mk-feature__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; border: 1px solid var(--mk-line); color: var(--mk-cyan); background: rgba(50,215,221,.055); }
.mk-feature__icon svg { width: 22px; }
.mk-feature strong { display: block; margin-bottom: 3px; }
.mk-feature p { margin: 0; color: var(--mk-muted); font-size: .92rem; }

.mk-process { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mk-step { counter-increment: process; padding: 29px 25px; border-top: 1px solid var(--mk-line); background: linear-gradient(180deg, rgba(50,215,221,.04), transparent); }
.mk-step::before { content: "0" counter(process); display: block; margin-bottom: 31px; color: var(--mk-cyan); font-size: .82rem; letter-spacing: .16em; font-weight: 850; }
.mk-step h3 { margin: 0 0 8px; font-size: 1.1rem; }
.mk-step p { margin: 0; color: var(--mk-muted); font-size: .9rem; }

.mk-faq { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.mk-faq details { border: 1px solid var(--mk-line); border-radius: 16px; background: rgba(11,29,37,.68); padding: 0 22px; }
.mk-faq summary { cursor: pointer; list-style: none; padding: 20px 34px 20px 0; position: relative; font-weight: 750; }
.mk-faq summary::-webkit-details-marker { display: none; }
.mk-faq summary::after { content: "+"; position: absolute; right: 0; top: 16px; color: var(--mk-cyan); font-size: 1.45rem; font-weight: 300; }
.mk-faq details[open] summary::after { content: "–"; }
.mk-faq p { color: var(--mk-muted); margin: -2px 0 21px; }

.mk-contact { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 35px; padding: clamp(34px, 6vw, 70px); border: 1px solid rgba(50,215,221,.25); border-radius: 30px; background: radial-gradient(circle at 90% 15%, rgba(50,215,221,.16), transparent 33%), linear-gradient(135deg, #0d2731, #07151c); box-shadow: var(--mk-shadow); }
.mk-contact h2 { font-size: clamp(2.35rem, 5vw, 4.5rem); }
.mk-contact p { color: #bdd1d5; max-width: 650px; }
.mk-contact__details { align-self: center; display: grid; gap: 12px; }
.mk-contact__item { padding: 17px 19px; border: 1px solid var(--mk-line); border-radius: 15px; background: rgba(3,13,18,.35); }
.mk-contact__item small { display: block; color: var(--mk-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .11em; }
.mk-contact__item strong { display: block; margin-top: 2px; font-size: 1.05rem; }
.mk-contact__item--company span { display: block; margin-top: 5px; color: #bdd1d5; font-size: .86rem; line-height: 1.5; }
.mk-contact__item--company .mk-company-numbers { color: var(--mk-muted); }
.mk-contact__placeholder { color: var(--mk-muted); font-size: .9rem; }

.mk-footer { border-top: 1px solid var(--mk-line); padding: 38px 0; color: var(--mk-muted); }
.mk-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.mk-footer__brand { flex: 0 0 auto; }
.mk-footer__company { display: grid; gap: 3px; max-width: 610px; font-size: .76rem; line-height: 1.45; }
.mk-footer__company strong { color: var(--mk-text); font-size: .8rem; }
.mk-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.mk-content { min-height: 70vh; padding: 125px 0 90px; }
.mk-content article { max-width: none; }
.mk-content h1 { max-width: 960px; margin: 0; font-size: clamp(2.65rem, 6vw, 5.25rem); letter-spacing: -.058em; line-height: 1; text-wrap: balance; }
.mk-content a { color: var(--mk-cyan); text-decoration: underline; }
.mk-content .mk-button { color: #041316; text-decoration: none; }
.mk-content .mk-button--ghost { color: var(--mk-text); }
.mk-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; color: var(--mk-muted); font-size: .82rem; }
.mk-breadcrumbs a { color: #d7e8eb; text-decoration: none; }
.mk-page__header { max-width: 980px; padding: 38px 0 76px; }
.mk-page__header .mk-eyebrow { margin-bottom: 18px; }
.mk-page__lead { max-width: 790px; margin: 25px 0 30px; color: #c2d5d9; font-size: clamp(1.08rem, 2vw, 1.34rem); line-height: 1.62; }
.mk-page__content { display: grid; gap: 78px; }
.mk-page-section { padding-top: 72px; border-top: 1px solid var(--mk-line); }
.mk-page-section:first-child { padding-top: 0; border-top: 0; }
.mk-page-section > h2 { max-width: 880px; margin: 0 0 22px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.mk-page-section > h3 { margin: 30px 0 12px; font-size: 1.4rem; }
.mk-page-section > p, .mk-page-section > ul, .mk-page-section > ol { max-width: 850px; color: #bfd0d4; }
.mk-page-section > p { font-size: 1.04rem; }
.mk-page-section li + li { margin-top: 8px; }
.mk-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.mk-page-grid--two { grid-template-columns: repeat(2, 1fr); }
.mk-info-card { padding: 27px; border: 1px solid var(--mk-line); border-radius: 18px; background: linear-gradient(145deg, rgba(15,38,48,.9), rgba(8,23,30,.88)); }
.mk-info-card h3 { margin: 0 0 9px; font-size: 1.18rem; }
.mk-info-card p { margin: 0; color: var(--mk-muted); font-size: .94rem; }
.mk-checklist { display: grid; gap: 11px; padding: 0; list-style: none; }
.mk-checklist li { position: relative; padding-left: 29px; color: #cfdee1; }
.mk-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--mk-cyan); font-weight: 900; }
.mk-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.mk-related a { display: block; padding: 20px; border: 1px solid var(--mk-line); border-radius: 15px; background: rgba(50,215,221,.045); color: var(--mk-text); text-decoration: none; font-weight: 750; }
.mk-related a:hover, .mk-related a:focus-visible { border-color: rgba(50,215,221,.55); color: var(--mk-cyan); }
.mk-page-faq { display: grid; gap: 11px; max-width: 900px; margin-top: 28px; }
.mk-page-faq details { padding: 0 21px; border: 1px solid var(--mk-line); border-radius: 15px; background: rgba(11,29,37,.68); }
.mk-page-faq summary { cursor: pointer; padding: 19px 0; font-weight: 750; }
.mk-page-faq p { margin: -2px 0 20px; color: var(--mk-muted); }
.mk-page-cta { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 90px; padding: clamp(28px, 5vw, 53px); border: 1px solid rgba(50,215,221,.28); border-radius: 25px; background: radial-gradient(circle at 90% 15%, rgba(50,215,221,.14), transparent 38%), #0a1c24; }
.mk-page-cta h2 { max-width: 650px; margin: 0; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.mk-page-cta p { max-width: 680px; margin-bottom: 0; color: var(--mk-muted); }
.mk-page-cta .mk-actions { flex: 0 0 auto; flex-direction: column; }
.mk-legal { max-width: 900px; }
.mk-legal h2 { margin-top: 48px; font-size: 1.7rem; }
.mk-legal p, .mk-legal li { color: #bfd0d4; }
.mk-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.mk-guide-card { display: flex; min-height: 205px; flex-direction: column; padding: 25px; border: 1px solid var(--mk-line); border-radius: 18px; background: linear-gradient(145deg, rgba(15,38,48,.9), rgba(8,23,30,.88)); color: var(--mk-text) !important; text-decoration: none !important; transition: transform .2s ease, border-color .2s ease; }
.mk-guide-card:hover, .mk-guide-card:focus-visible { transform: translateY(-3px); border-color: rgba(50,215,221,.55); }
.mk-guide-card strong { font-size: 1.12rem; line-height: 1.35; }
.mk-guide-card__image { width: calc(100% + 50px); max-width: none; height: 145px; margin: -25px -25px 22px; object-fit: cover; border-bottom: 1px solid var(--mk-line); filter: saturate(.88) contrast(1.04); }
.mk-guide-card span { display: block; margin-top: 10px; color: var(--mk-muted); font-size: .92rem; }
.mk-guide-card i { margin-top: auto; padding-top: 18px; color: var(--mk-cyan); font-size: .84rem; font-style: normal; font-weight: 800; }
.mk-related-guides { margin-top: 85px; }
.mk-related-guides > h2 { max-width: 780px; }
.mk-article-meta { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: -47px 0 52px; color: var(--mk-muted); font-size: .86rem; }
.mk-page-visual { margin: -22px 0 82px; }
.mk-page-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--mk-line); border-radius: 24px; box-shadow: var(--mk-shadow); }
.mk-page-visual figcaption { max-width: 900px; margin: 12px 4px 0; color: var(--mk-muted); font-size: .82rem; }
.mk-content .mk-article-figure { max-width: 1050px; margin: 34px 0 0; }
.mk-content .mk-article-figure img { width: 100%; border: 1px solid var(--mk-line); border-radius: 20px; background: #0a1c24; }
.mk-content .mk-article-figure figcaption { margin-top: 11px; color: var(--mk-muted); font-size: .83rem; }
.mk-callout { max-width: 900px; padding: 22px 25px; border-left: 3px solid var(--mk-cyan); border-radius: 0 15px 15px 0; background: rgba(50,215,221,.065); color: #cfe1e4; }
.mk-callout strong { color: var(--mk-text); }
.mk-source-list { max-width: 980px; color: var(--mk-muted); font-size: .9rem; }
.mk-source-list li + li { margin-top: 10px; }
.mk-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--mk-line); border-radius: 16px; }
.mk-content table { width: 100%; min-width: 680px; border-collapse: collapse; background: rgba(8,23,30,.72); }
.mk-content th, .mk-content td { padding: 15px 17px; border-bottom: 1px solid var(--mk-line); text-align: left; vertical-align: top; }
.mk-content th { color: var(--mk-text); background: rgba(50,215,221,.07); }
.mk-content td { color: #bfd0d4; }
.mk-content tr:last-child td { border-bottom: 0; }

@media (max-width: 980px) {
  .mk-menu-toggle { display: inline-flex; }
  .mk-nav { position: absolute; top: 68px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px; background: rgba(7,19,26,.98); border: 1px solid var(--mk-line); border-radius: 16px; box-shadow: var(--mk-shadow); }
  .mk-nav.is-open { display: flex; }
  .mk-nav a { padding: 12px 10px; }
  .mk-nav .mk-button { margin-top: 7px; }
  .mk-card, .mk-card--wide { grid-column: span 6; }
  .mk-card--wide { grid-template-columns: 1fr; }
  .mk-split { grid-template-columns: 1fr; }
  .mk-process { grid-template-columns: repeat(2, 1fr); }
  .mk-contact { grid-template-columns: 1fr; }
  .mk-page-grid, .mk-guide-grid { grid-template-columns: 1fr 1fr; }
  .mk-related { grid-template-columns: 1fr 1fr; }
  .mk-page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  :root { --mk-container: min(100% - 28px, 1180px); }
  .mk-header__inner { min-height: 70px; }
  .mk-brand__text { font-size: .93rem; }
  .mk-hero { min-height: 720px; padding-top: 125px; }
  .mk-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .mk-hero::after { right: -240px; }
  .mk-actions { flex-direction: column; align-items: stretch; }
  .mk-trustbar { margin-top: -24px; }
  .mk-trustbar__grid { grid-template-columns: 1fr; }
  .mk-trust + .mk-trust { border-left: 0; border-top: 1px solid var(--mk-line); }
  .mk-trust { min-height: 92px; padding: 20px; }
  .mk-section { padding: 82px 0; }
  .mk-card, .mk-card--wide { grid-column: 1 / -1; }
  .mk-card__content { padding: 29px; }
  .mk-card__image { min-height: 250px; }
  .mk-card__number { margin-bottom: 37px; }
  .mk-visual img { min-height: 420px; }
  .mk-status { right: 13px; bottom: 16px; }
  .mk-process { grid-template-columns: 1fr; }
  .mk-contact { padding: 31px 23px; border-radius: 22px; }
  .mk-footer__inner { align-items: flex-start; flex-direction: column; }
  .mk-page__header { padding-bottom: 58px; }
  .mk-page-visual { margin-top: -10px; margin-bottom: 58px; }
  .mk-page-visual img { border-radius: 17px; }
  .mk-page__content { gap: 60px; }
  .mk-page-grid, .mk-page-grid--two, .mk-related, .mk-guide-grid { grid-template-columns: 1fr; }
  .mk-page-cta { margin-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
