/* =====================================================
   site.css — Męski Krąg · Białystok | wspólny silnik
   Zbudowane na architekturze strony Barbary Szutko,
   w stonowanej, „męskiej” palecie (węgiel, kość, bursztyn).
   ===================================================== */

:root {
  color-scheme: only light;
  --black:   #17130E;
  --ink:     #241C13;
  --ink2:    #4C4030;
  --ink3:    #726550;
  --paper:   #F1EADD;
  --paper2:  #E6DBC8;
  --card-bg: #FBF7EF;
  --ember:   #B4712B;   /* bursztyn / brąz — akcent */
  --ember-d: #8A5316;   /* ciemniejszy bursztyn — przyciski, linki */
  --ember-l: #F2E3CC;   /* jasny tint bursztynu */
  --pine:    #45513C;   /* stonowana zieleń — spokój */
  --pine-l:  #E3E7DA;
  --gold:    #A6803F;
  --gold-ink:#6F4E17;
  --gold-line: rgba(166,128,63,.30);
  --sand:    #E7C08A;   /* akcent na ciemnym tle */
  --line:    rgba(36,28,19,.12);
  --shadow:    0 1px 2px rgba(23,19,14,.06), 0 6px 20px rgba(23,19,14,.08);
  --shadow-lg: 0 2px 6px rgba(23,19,14,.08), 0 24px 60px rgba(23,19,14,.16);
  --serif: 'Cinzel', Georgia, 'Times New Roman', serif;
  --sans:  'DM Sans', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
[id] { scroll-margin-top: 84px; }
h1,h2,h3,h4,.sec-title,.page-banner h1 { text-wrap: balance; }
p,li,.hero-sub,.sec-sub,.about-text p { text-wrap: pretty; }

/* ─── SKIP LINK ─── */
.mkskip {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--ember-d); color: #fff; padding: 10px 18px;
  border-radius: 0 0 8px 0; font-size: 14px; font-weight: 600;
}
.mkskip:focus { left: 0; outline: 3px solid #fff; outline-offset: -3px; }

/* ─── NAV ─── */
.mknav {
  position: sticky; top: 0; z-index: 1100; min-height: 64px;
  background: rgba(20,17,11,.96);
  backdrop-filter: saturate(150%) blur(8px);
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid rgba(231,192,138,.14);
}
.mknav .mkrow {
  max-width: 1080px; margin: 0 auto; padding: 11px 22px;
  display: flex; align-items: center; gap: 14px;
}
.mkbrand {
  font-family: var(--serif); font-weight: 700; letter-spacing: .12em;
  font-size: 15px; color: #fff; text-decoration: none; white-space: nowrap; line-height: 1.2;
}
.mkbrand span { color: var(--sand); font-size: 10.5px; display: block; letter-spacing: .18em; font-weight: 500; margin-top: 2px; text-transform: uppercase; }
.mklinks { margin-left: auto; display: flex; gap: 3px; align-items: center; }
.mklinks a {
  font-family: var(--sans); color: #d9cbb6; text-decoration: none;
  font-size: 13.5px; font-weight: 500; padding: 7px 12px; border-radius: 999px;
  white-space: nowrap; transition: color .15s, background .15s;
}
.mklinks a:hover { color: #fff; background: rgba(231,192,138,.12); }
.mklinks a.mk-cta { background: var(--ember); color: #241407; font-weight: 700; }
.mklinks a.mk-cta:hover { background: var(--sand); color: #241407; }
.mkburger {
  display: none; width: 44px; height: 38px; border: 0; background: transparent;
  cursor: pointer; padding: 9px 8px; flex-direction: column;
  justify-content: space-between; margin-left: auto;
}
.mkburger span { display: block; height: 2px; width: 100%; background: var(--sand); border-radius: 2px; transition: transform .22s ease, opacity .18s ease; }
.mkburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mkburger.open span:nth-child(2) { opacity: 0; }
.mkburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 820px) {
  .mkbrand { min-width: 0; flex-shrink: 1; white-space: normal; }
  .mkburger { display: flex; }
  .mklinks {
    position: absolute; top: 100%; left: 0; right: 0; margin: 0; z-index: 1090;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #14110B; border-bottom: 1px solid rgba(231,192,138,.14);
    box-shadow: 0 20px 40px rgba(0,0,0,.5);
    padding: 8px 14px 16px; max-height: 0; overflow: hidden; opacity: 0;
    pointer-events: none; transition: max-height .26s ease, opacity .2s ease;
  }
  .mklinks.open { max-height: 86vh; opacity: 1; pointer-events: auto; overflow-y: auto; }
  .mklinks a { font-size: 16px; padding: 13px 12px; border-radius: 10px; }
  .mklinks a.mk-cta { text-align: center; margin-top: 6px; }
}

/* ─── HERO ─── */
.hero {
  background: var(--black); color: #fff;
  padding: clamp(4.5rem,9vw,8rem) 0 clamp(4.5rem,8vw,7rem);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(180,113,43,.22), transparent 66%);
  top: -140px; right: -100px; pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; left: -140px; bottom: -160px; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(69,81,60,.20), transparent 68%); pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; text-align: center; max-width: 47rem; margin: 0 auto; }
.hero-tagline {
  font-family: var(--serif); font-size: .68rem; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--sand); display: inline-block;
  border: 1px solid rgba(231,192,138,.4); padding: .5rem 1.15rem; border-radius: 100px; margin-bottom: 1.7rem;
}
.hero h1 { font-family: var(--serif); font-size: clamp(2rem,5vw,3.15rem); font-weight: 700; line-height: 1.14; margin-bottom: 1.4rem; }
.hero h1 em { color: var(--sand); font-style: normal; }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.86); font-weight: 300; margin-bottom: 2rem; max-width: 40rem; margin-inline: auto; }
.hero-sub b { color: #fff; font-weight: 500; }
.hero-rule { border: 0; height: 1px; width: 96px; margin: 1.6rem auto 0; background: linear-gradient(90deg, transparent, rgba(231,192,138,.55), transparent); }
.hero-cta { margin-top: 2.2rem; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.hero-textlink { color: var(--sand); font-size: .95rem; font-weight: 500; border-bottom: 1px solid rgba(231,192,138,.4); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.hero-textlink:hover { color: #f3d6a8; border-bottom-color: var(--sand); }
.hero-meta { display: flex; gap: 2.4rem; justify-content: center; margin-top: 2.8rem; flex-wrap: wrap; }
.hero-meta div { text-align: center; max-width: 12rem; }
.hero-meta b { font-family: var(--serif); font-size: 1.55rem; color: var(--sand); display: block; line-height: 1.1; }
.hero-meta span { font-size: .78rem; color: rgba(255,255,255,.72); letter-spacing: .02em; }

/* ─── BTN ─── */
.btn { display: inline-block; padding: 1rem 2.1rem; border-radius: 100px; font-weight: 600; font-size: .95rem; cursor: pointer; transition: transform .2s, background .2s, color .2s; border: none; font-family: var(--sans); text-align: center; }
.btn-ember { background: var(--ember); color: #241407; }
.btn-ember:hover { background: var(--sand); color: #241407; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--sand); border: 1.5px solid rgba(231,192,138,.5); }
.btn-outline:hover { background: rgba(231,192,138,.1); color: #fff; }
.btn-outline-ink { background: transparent; color: var(--ember-d); border: 1.5px solid var(--ember); }
.btn-outline-ink:hover { background: var(--ember-l); color: var(--ember-d); }
.btn:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }

/* ─── STRIP ─── */
.strip { background: var(--pine); color: #fff; padding: 1.15rem 0; }
.strip-inner { text-align: center; font-family: var(--serif); font-size: clamp(.95rem,2vw,1.2rem); font-weight: 600; letter-spacing: .05em; line-height: 1.7; }

/* ─── SEC ─── */
.sec { padding: clamp(4rem,8vw,7rem) 0; }
.sec-alt { background: var(--paper2); }
.sec-dark { background: var(--black); color: #fff; }
.sec-ember { background: var(--ember-l); }
.sec-head { text-align: center; max-width: 46rem; margin: 0 auto clamp(2.6rem,5vw,3.6rem); }
.sec-kicker { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-ink); font-weight: 700; display: block; margin-bottom: .8rem; }
.sec-dark .sec-kicker { color: var(--sand); }
.sec-title { font-family: var(--serif); font-size: clamp(1.55rem,3.2vw,2.25rem); font-weight: 600; line-height: 1.2; margin-bottom: 1rem; }
.sec-sub { font-size: 1.03rem; color: var(--ink2); font-weight: 300; }
.sec-dark .sec-sub { color: rgba(255,255,255,.8); }
.hairline { border: 0; height: 1px; max-width: 120px; margin: 1.4rem auto 0; background: linear-gradient(90deg, transparent, var(--gold-line), transparent); }

/* ─── ABOUT / PROZA ─── */
.about-text { max-width: 65ch; margin-inline: auto; }
.about-text p { font-size: 1rem; color: var(--ink2); font-weight: 300; margin-bottom: 1.1rem; line-height: 1.75; }
.about-text p b { color: var(--ink); font-weight: 600; }
.about-text a { color: var(--ember-d); text-decoration: underline; text-underline-offset: 2px; }
.about-note { position: relative; font-size: .96rem; color: var(--ink2); font-style: italic; border-left: 3px solid var(--ember); background: var(--paper2); border-radius: 0 12px 12px 0; padding: 1.1rem 1.4rem; margin: 1.4rem auto; max-width: 65ch; }
.sec-dark .about-note { background: rgba(255,255,255,.05); color: rgba(255,255,255,.9); border-left-color: var(--sand); }

/* ─── CARDS ─── */
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.card {
  background: var(--card-bg); border: 1px solid var(--line); border-radius: 14px;
  padding: 2rem 1.7rem; box-shadow: var(--shadow);
  transition: transform .26s cubic-bezier(.2,.7,.2,1), box-shadow .26s, border-color .26s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--gold-line); }
.card h3 { font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: .55rem; line-height: 1.3; }
.card p { font-size: .92rem; color: var(--ink2); font-weight: 300; line-height: 1.65; }
.card .card-num { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--gold-ink); opacity: .8; display: block; margin-bottom: .6rem; line-height: 1; }

/* ─── EXPERTISE / MIRROR LIST ─── */
.exp-list { list-style: none; max-width: 720px; margin: 0 auto; }
.exp-list li { display: flex; gap: 1rem; align-items: flex-start; padding: .95rem 0; border-bottom: 1px solid var(--line); }
.exp-list li:last-child { border-bottom: none; }
.exp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ember); flex-shrink: 0; margin-top: .55rem; }
.sec-dark .exp-dot { background: var(--sand); }
.exp-list li span { font-size: .99rem; color: var(--ink2); font-weight: 300; line-height: 1.6; }
.sec-dark .exp-list li span { color: rgba(255,255,255,.85); }
.exp-list li span b { color: var(--ink); font-weight: 600; }
.sec-dark .exp-list li span b { color: #fff; }
.sec-dark .exp-list li { border-bottom-color: rgba(255,255,255,.1); }

/* ─── TEAM ─── */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 860px; margin: 0 auto; }
.team-card { background: var(--card-bg); border: 1px solid var(--line); border-radius: 16px; padding: 2rem 1.7rem; text-align: center; box-shadow: var(--shadow); }
.team-avatar { width: 108px; height: 108px; border-radius: 50%; background: var(--ember-l); color: var(--ember-d); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 2rem; font-weight: 700; margin: 0 auto 1rem; border: 3px solid var(--gold-line); overflow: hidden; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .2rem; }
.team-role { font-size: .8rem; color: var(--ember-d); font-weight: 600; letter-spacing: .02em; margin-bottom: .8rem; }
.team-card p { font-size: .92rem; color: var(--ink2); font-weight: 300; line-height: 1.65; }

/* ─── FAQ ─── */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; background: transparent; border: 0; cursor: pointer; padding: 1.25rem 0;
  text-align: left; font-family: var(--sans); font-size: 1.02rem; font-weight: 600; color: var(--ink);
}
.faq-q:hover { color: var(--ember-d); }
.faq-ic { flex-shrink: 0; width: 24px; height: 24px; position: relative; }
.faq-ic::before, .faq-ic::after { content: ''; position: absolute; background: var(--ember); border-radius: 2px; transition: transform .22s, opacity .22s; }
.faq-ic::before { left: 1px; right: 1px; top: 11px; height: 2px; }
.faq-ic::after { top: 1px; bottom: 1px; left: 11px; width: 2px; }
.faq-item.open .faq-ic::after { transform: scaleY(0); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-a-inner { padding: 0 0 1.25rem; font-size: .97rem; color: var(--ink2); font-weight: 300; line-height: 1.72; }
.faq-a-inner a { color: var(--ember-d); text-decoration: underline; }

/* ─── FORM ─── */
.form-box { background: var(--card-bg); border: 1px solid var(--line); border-radius: 22px; padding: 2.4rem; box-shadow: var(--shadow-lg); max-width: 680px; margin: 0 auto; }
.form-box h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin-bottom: .4rem; text-align: center; }
.form-box .form-lead { text-align: center; color: var(--ink2); font-size: .93rem; font-weight: 300; margin-bottom: 2rem; }
.fg { margin-bottom: 1.2rem; }
.fg label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink2); margin-bottom: .4rem; }
.fg input, .fg select, .fg textarea {
  width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--line);
  border-radius: 10px; font-family: var(--sans); font-size: 1rem;
  outline: none; transition: border-color .2s; background: var(--paper); color: var(--ink);
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--ember); }
.fg textarea { min-height: 90px; resize: vertical; }
.fg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.check-consent { display: flex; gap: .7rem; align-items: flex-start; margin-top: 1rem; font-size: .82rem; color: var(--ink2); font-weight: 300; line-height: 1.5; }
.check-consent input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; accent-color: var(--ember); }
.check-consent a { color: var(--ember-d); text-decoration: underline; }
.form-submit { width: 100%; margin-top: 1.4rem; background: var(--ember-d); color: #fff; border: none; padding: 1rem; border-radius: 12px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: background .2s, transform .2s; font-family: var(--sans); }
.form-submit:hover { background: #6f4111; transform: translateY(-1px); }
.form-success { display: none; text-align: center; padding: 2rem 0; }
.form-success.show { display: block; }
.form-success .ic { width: 64px; height: 64px; border-radius: 50%; background: var(--pine-l); color: var(--pine); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 1rem; }
.form-success h3 { font-family: var(--serif); margin-bottom: .5rem; }
.form-success p { color: var(--ink2); font-weight: 300; }
.privacy-note { text-align: center; font-size: .82rem; color: var(--ink3); font-weight: 400; margin-top: .8rem; }

/* ─── PAGE BANNER (podstrony prawne) ─── */
.page-banner { background: var(--black); color: #fff; padding: 3.4rem 0 2.8rem; text-align: center; position: relative; overflow: hidden; }
.page-banner::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(180,113,43,.22), transparent 65%); top: -100px; right: -60px; }
.page-banner .pb-inner { position: relative; z-index: 1; }
.page-banner .pb-kicker { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sand); font-weight: 700; display: block; margin-bottom: .8rem; }
.page-banner h1 { font-family: var(--serif); font-size: clamp(1.7rem,4.5vw,2.5rem); font-weight: 700; line-height: 1.15; overflow-wrap: break-word; }
.page-banner p { margin-top: .9rem; font-size: 1.05rem; color: rgba(255,255,255,.85); font-weight: 300; max-width: 42rem; margin-inline: auto; }
.legal { padding: clamp(3rem,6vw,5rem) 0; }
.legal .wrap { max-width: 760px; }
.legal h2 { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin: 2rem 0 .8rem; color: var(--ink); }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--ink2); font-weight: 300; line-height: 1.75; margin-bottom: .8rem; }
.legal ul { padding-left: 1.3rem; margin-bottom: .8rem; }
.legal a { color: var(--ember-d); text-decoration: underline; }
.legal .back { display: inline-block; margin-top: 2rem; }

/* ─── FOOTER ─── */
.mkfoot { background: #14110B; color: #e7ddcc; font-family: var(--sans); }
.mkfoot-accent { height: 2px; background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent); }
.mkfoot-wrap { max-width: 1080px; margin: 0 auto; padding: 3.4rem 1.5rem 2rem; }
.mkfoot-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 2.5rem; }
.mkfoot-brand b { display: block; font-family: var(--serif); font-size: 1.05rem; color: #fff; letter-spacing: .08em; line-height: 1.35; }
.mkfoot-tag { display: block; margin-top: .4rem; color: var(--sand); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.mkfoot-brand p { margin: .9rem 0 0; color: #a99c86; font-size: .88rem; font-weight: 300; line-height: 1.65; max-width: 32ch; }
.mkfoot-h { color: #fff; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin: 0 0 .9rem; }
.mkfoot-col p { color: #a99c86; font-size: .88rem; font-weight: 300; line-height: 1.65; margin-bottom: .45rem; }
.mkfoot-col a { color: var(--sand); }
.mkfoot-col a:hover { color: #fff; }
.mkfoot-nav a { display: block; color: #a99c86; text-decoration: none; font-size: .9rem; line-height: 2.05; transition: color .15s; }
.mkfoot-nav a:hover { color: var(--sand); }
.mkfoot-legal { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(231,192,138,.12); display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; justify-content: space-between; }
.mkfoot-legal span { color: #837763; font-size: .78rem; }
.mkfoot-legal a { color: #837763; }
.mkfoot-legal a:hover { color: var(--sand); }

/* ─── WHATSAPP FLOAT ─── */
.mkwa {
  position: fixed; right: 18px; bottom: 18px; z-index: 9999;
  display: flex; align-items: center; gap: 10px;
  background: #25D366; color: #073b22; text-decoration: none;
  padding: 11px 16px 11px 13px; border-radius: 999px;
  box-shadow: 0 6px 22px rgba(0,0,0,.24);
  font-family: var(--sans); font-weight: 600; font-size: 15px;
}
.mkwa svg { width: 24px; height: 24px; flex: none; }
.mkwa span { white-space: nowrap; }
.mkwa:hover { background: #1ebe5b; }

/* ─── CTA FLOAT (rozmowa wstępna) ─── */
.mkcta {
  position: fixed; left: 18px; bottom: 18px; z-index: 9999;
  display: flex; align-items: center; gap: 9px;
  background: var(--ember); color: #241407; text-decoration: none;
  padding: 11px 17px 11px 14px; border-radius: 999px;
  box-shadow: 0 6px 22px rgba(0,0,0,.24);
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  transition: background .18s, transform .18s;
}
.mkcta svg { width: 21px; height: 21px; flex: none; }
.mkcta span { white-space: nowrap; }
.mkcta:hover { background: var(--sand); transform: translateY(-2px); }
.mkcta:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
@media(min-width:561px){ body.mk-cookie-on .mkwa { bottom: 92px; } body.mk-cookie-on .mkcta { bottom: 92px; } }
@media(max-width: 560px) { .mkwa span { display: none; } .mkwa { padding: 13px; } .mkcta { font-size: 13px; padding: 10px 13px 10px 11px; gap: 7px; } }
@media(max-width: 380px) { .mkcta span { display: none; } .mkcta { padding: 12px; } }

/* ─── COOKIE BANNER ─── */
.mkcookie { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; background: #14110B; color: #e7ddcc; box-shadow: 0 -4px 20px rgba(0,0,0,.3); }
.mkcookie-in { max-width: 1080px; margin: 0 auto; padding: 14px 18px; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.mkcookie-in p { margin: 0; font-size: .88rem; line-height: 1.45; flex: 1 1 360px; }
.mkcookie-in a { color: var(--sand); text-decoration: underline; }
.mkcookie-btns { display: flex; gap: 10px; flex: 0 0 auto; }
.mkcookie-btns button { cursor: pointer; border-radius: 999px; padding: 9px 20px; font-weight: 600; font-size: .88rem; border: 1px solid var(--ember); background: var(--ember); color: #241407; }
@media(max-width: 560px) { .mkcookie-in { justify-content: center; } .mkcookie-btns { flex: 1 1 100%; justify-content: center; } }

/* ─── RESPONSIVE ─── */
@media (max-width: 860px) {
  .card-grid, .team-grid { grid-template-columns: 1fr; }
  .mkfoot-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .fg2 { grid-template-columns: 1fr; }
  .form-box { padding: 2rem 1.3rem; }
}
@media (max-width: 560px) {
  .mkfoot-top { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-meta { gap: 1.6rem; }
}
@media (max-width: 600px) {
  .hero .btn, .sec-dark .btn, .sec .btn + .btn, .sec-alt .btn + .btn {
    display: block; margin: .7rem auto 0 !important; width: fit-content; min-width: 210px;
  }
  .hero .btn:first-of-type, .sec-dark .btn:first-of-type { margin-top: 0 !important; }
}
