/* ===================================================================
   EkspertAut.pl — landing page styles
   =================================================================== */

:root {
  --accent:        #c0895a;          /* copper / bronze */
  --accent-dark:   #a9744a;
  --accent-soft:   #f3e7da;
  --grad:          linear-gradient(135deg, #cb9a6d 0%, #b07c50 100%);
  --ink:           #23282e;          /* near-black headings */
  --text:          #5c6670;          /* body text */
  --muted:         #8b939c;
  --line:          #e9e5e0;          /* borders */
  --bg:            #ffffff;
  --bg-soft:       #faf7f4;          /* warm section bg */
  --footer-bg:     #2b3137;
  --footer-line:   #3c434a;
  --radius:        14px;
  --radius-lg:     20px;
  --shadow:        0 24px 60px -24px rgba(40, 30, 20, 0.28);
  --shadow-sm:     0 8px 24px -12px rgba(40, 30, 20, 0.18);
  --container:     1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Poppins", "Inter", sans-serif;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow { max-width: 820px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 13px 26px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}
.btn--accent {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 22px -12px rgba(176, 124, 80, .55);
}
.btn--accent:hover { filter: brightness(1.04); transform: translateY(-1px); }
.btn--block { width: 100%; padding: 16px; font-size: 16px; }
.btn__icon { width: 18px; height: 18px; }

/* ===================================================================
   NAV
   =================================================================== */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 84px;
}
.nav__logo img { height: 68px; width: auto; }
.nav__links {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0 auto;
}
.nav__links a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  transition: color .15s ease;
}
.nav__links a:hover { color: var(--accent); }
.nav__cta { margin-left: 8px; }
.nav__burger {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  background: none; border: none; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px;
}
.nav__burger span {
  display: block; height: 2px; width: 24px;
  background: var(--ink); border-radius: 2px;
  transition: .25s ease;
}

/* ===================================================================
   HERO
   =================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  min-height: 600px;
}
/* hero photo lives on the RIGHT and its left edge FADES into the page
   background via a mask gradient, so it blends seamlessly at ANY viewport
   width (no hard vertical edge). cover within a ~58% column keeps the woman
   at a consistent, moderate scale regardless of how wide the window is. */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  background: url("../assets/image1.png") right center / cover no-repeat;
  -webkit-mask: linear-gradient(90deg, transparent 0%, #000 46%);
          mask: linear-gradient(90deg, transparent 0%, #000 46%);
  z-index: 0;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 134px 24px 40px;
}
.hero__copy { max-width: 560px; }
.hero h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 22px;
}
.hero h1 .accent { color: var(--accent); }
.hero__bar {
  display: block;
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: var(--accent);
  margin: 0 0 22px;
}
.hero__copy p {
  font-size: 1.05rem;
  color: #6a737d;
  margin: 0;
}

/* ===================================================================
   FORM CARD
   =================================================================== */
.form-section {
  position: relative;
  z-index: 5;
  margin-top: -150px;
  padding-bottom: 30px;
}
/* --------------------------------------------------------------
   FORM CARD — raised header "tab" with an ogee shoulder
   --------------------------------------------------------------
   The header (icon + title) sits in a raised TAB on the top-left
   that is --step px TALLER than the rest of the card; the main body
   (form fields) starts --step px lower. The tab's right edge eases
   DOWN-and-RIGHT into the body via a convex OGEE (S-curve) shoulder.
   The cut-out (right of the tab, above the body top) is genuinely
   TRANSPARENT — the hero photo, exposed by .form-section's negative
   top margin, shows through there.

   Built with a 2-layer CSS mask:
     • a full-width rectangle for the variable-height body (below --step)
     • a fixed --step-tall inline-SVG band carrying the exact ogee path
   preserveAspectRatio="none" maps the band's 0..100 x-axis to the card
   width, so the tab (0->66%) / ogee (66->76%) / body (76->100%) stops
   track the responsive card width; the band height is locked to --step
   so the step + radii never scale with the (variable) card height.
   filter: drop-shadow() (not box-shadow) makes the shadow follow the
   stepped silhouette. --tab-w clamps the header left of the ogee so the
   cut can never reach the title at any width.
   -------------------------------------------------------------- */
.form-card {
  --step:  60px;   /* tab is this much TALLER than the body top          */
  --tab-w: 66%;    /* header clamp — matches the band's flat-top end (66) */

  background: #fff;
  border-radius: var(--radius-lg);     /* tab top-left + both bottom corners */
  filter: drop-shadow(0 22px 44px rgba(40, 30, 20, .17));
  padding: 34px 38px 30px;
  max-width: 940px;
  margin: 0 auto;

  /* ogee silhouette band (viewBox is step+20 = 80 tall so the body top-right
     corner can round DOWN by 20px without a "hook"):
       M0 0 H66            flat tab top to 66%
       C70 0 71 60 76 60   convex->concave OGEE shoulder (66%->76%), down to body top (y60)
       H97.9               flat body top
       A 2.1 20 0 0 1 100 80   body top-right corner rounded DOWNWARD (~20px), convex
       V80 H0 Z            close the band along y=80
     The body rectangle layer starts at y=80 so it never squares that corner. */
  --form-card-band:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 80" preserveAspectRatio="none"><path d="M0 0 H66 C70 0 71 60 76 60 H97.9 A 2.1 20 0 0 1 100 80 V80 H0 Z" fill="black"/></svg>');

  -webkit-mask:
    linear-gradient(#000 0 0) 0 80px / 100% calc(100% - 80px) no-repeat,
    var(--form-card-band)     0 0    / 100% 80px              no-repeat;
          mask:
    linear-gradient(#000 0 0) 0 80px / 100% calc(100% - 80px) no-repeat,
    var(--form-card-band)     0 0    / 100% 80px              no-repeat;
}

.form-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  /* keep the title inside the tab (left of the ogee) and push the form
     body below the step line                                            */
  max-width: var(--tab-w);
  margin-bottom: calc(22px + var(--step) - 34px);
}
.form-card__icon {
  flex: none;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
}
.form-card__icon svg { width: 24px; height: 24px; }
.form-card__head h2 { font-size: 1.5rem; font-weight: 700; }
.form-card__head p { margin: 3px 0 0; font-size: .95rem; color: var(--muted); }

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}
.field {
  position: relative;
  display: flex;
  align-items: center;
}
.field__icon {
  position: absolute;
  left: 16px;
  color: var(--accent);
  pointer-events: none;
  display: grid; place-items: center;
}
.field__icon svg { width: 20px; height: 20px; }
.field input,
.field select {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px 16px 15px 46px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  appearance: none;
}
.field input::placeholder { color: #9aa1a9; }
.field select { color: #9aa1a9; cursor: pointer; }
.field select:valid { color: var(--ink); }
.field input:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(192, 137, 90, .15);
}
.field--error input,
.field--error input:focus,
.field--error select,
.field--error select:focus {
  border-color: #d0322e;
  box-shadow: 0 0 0 3px rgba(208, 50, 46, .12);
}
.field__error {
  font-size: .8rem;
  font-weight: 600;
  color: #d0322e;
  background: #fff1f1;
  border: 1.5px solid #f5c2c2;
  border-radius: 8px;
  padding: 9px 14px;
  margin-bottom: 16px;
}
.field input.email-error,
.field input.email-error:focus {
  border-color: #d0322e;
  box-shadow: 0 0 0 3px rgba(208, 50, 46, .12);
}
.field input.email-warning,
.field input.email-warning:focus {
  border-color: #d98a2b;
  box-shadow: 0 0 0 3px rgba(217, 138, 43, .14);
}
.email-message {
  font-size: .8rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 9px 14px;
  margin-bottom: 16px;
}
.email-message--error {
  color: #d0322e;
  background: #fff1f1;
  border: 1.5px solid #f5c2c2;
}
.email-message--warning {
  color: #9a5b09;
  background: #fff7ec;
  border: 1.5px solid #f3d8a8;
}
.email-suggest {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: 800;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.email-suggest:hover { text-decoration: none; }
.field__chev {
  position: absolute;
  right: 16px;
  color: var(--muted);
  pointer-events: none;
}
.field__chev svg { width: 18px; height: 18px; }

.form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 22px;
  font-size: .85rem;
  color: var(--muted);
}
.form-note svg { width: 16px; height: 16px; color: var(--accent); }

.consents {
  display: grid;
  gap: 11px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.consents__error {
  font-size: .8rem;
  font-weight: 600;
  color: #d0322e;
  background: #fff1f1;
  border: 1.5px solid #f5c2c2;
  border-radius: 8px;
  padding: 9px 14px;
  margin-bottom: 2px;
}

.consent {
  display: flex;
  gap: 11px;
  font-size: .78rem;
  line-height: 1.45;
  color: #9097a0;
  cursor: pointer;
}
.consent input {
  flex: none;
  width: 17px; height: 17px;
  margin-top: 1px;
  accent-color: var(--accent);
  cursor: pointer;
}

.consent--select-all {
  font-weight: 600;
  color: var(--ink);
  font-size: .82rem;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2px;
}

.consent--error input {
  outline: 2px solid #d0322e;
  outline-offset: 1px;
  border-radius: 3px;
}

.req {
  color: #d0322e;
  font-weight: 700;
  margin-right: 1px;
}

.partners-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: inherit;
  color: var(--accent);
  text-decoration: underline;
  cursor: pointer;
  line-height: inherit;
}
.partners-link:hover { color: var(--accent-dark); }

/* ---- Modal ---- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(35, 40, 46, 0.55);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay[hidden] { display: none; }

.modal {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 30px 28px;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: var(--shadow);
  max-height: 90vh;
  overflow-y: auto;
}
.modal h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-right: 28px;
}
.modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.modal__list li {
  font-size: .9rem;
  color: var(--text);
  line-height: 1.5;
  padding: 9px 12px;
  background: var(--bg-soft);
  border-radius: 8px;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  transition: background .14s, color .14s;
}
.modal__close:hover { background: var(--line); color: var(--ink); }

/* ---- Modal: wersja prawna (szeroka, scrollowalna) ---- */
.modal--legal {
  max-width: 760px;
}
.modal--legal h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 4px;
  padding-right: 32px;
  line-height: 1.3;
}
.modal--legal .modal__subtitle {
  font-size: .82rem;
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.5;
}
.modal--legal .modal__subtitle a { color: var(--accent); text-decoration: underline; }
.modal--legal h3 {
  font-size: .9rem;
  font-weight: 700;
  margin: 22px 0 8px;
  color: var(--ink);
}
.modal--legal h4 {
  font-size: .84rem;
  font-weight: 600;
  margin: 14px 0 6px;
  color: var(--ink);
}
.modal--legal p {
  font-size: .82rem;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.6;
}
.modal--legal ul, .modal--legal ol {
  margin: 0 0 10px;
  padding-left: 20px;
}
.modal--legal li {
  font-size: .82rem;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 5px;
}
.modal--legal .toc { list-style: decimal; }
.modal--legal .toc li { font-weight: 500; }

/* ---- Footer: linki prawne ---- */
.footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__legal-links {
  display: flex;
  gap: 20px;
}
.footer__legal-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: .85rem;
  color: #8a9097;
  cursor: pointer;
  text-decoration: underline;
  transition: color .15s;
}
.footer__legal-btn:hover { color: var(--accent); }

/* ---- inline status message (po wysłaniu formularza) ---- */
.form-status {
  text-align: center;
  padding: 18px 10px 8px;
}
.form-status__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
}
.form-status__icon svg { width: 34px; height: 34px; }
.form-status h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-status p {
  margin: 0 auto 22px;
  max-width: 420px;
  color: var(--text);
  font-size: .98rem;
}
.form-status__again {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--accent);
  background: none;
  border: 1.5px solid var(--accent);
  border-radius: 10px;
  padding: 11px 22px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.form-status__again:hover { background: var(--accent); color: #fff; }

/* ===================================================================
   SECTIONS (generic)
   =================================================================== */
.section { padding: 76px 0; }
.section--soft { background: var(--bg-soft); }
.section__title {
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 700;
  margin-bottom: 46px;
}
.section__title--left { text-align: left; margin-bottom: 26px; }

/* ---------- Dla kogo ---------- */
.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.audience {
  background: #fff;
  border: 1px solid #efece8;
  border-radius: 18px;
  padding: 34px 24px;
  text-align: center;
  box-shadow: 0 14px 36px -22px rgba(40,30,20,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.audience:hover { transform: translateY(-4px); box-shadow: 0 22px 46px -22px rgba(40,30,20,.26); }
.audience__icon {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
}
.audience__icon svg { width: 58px; height: 58px; margin: 0 auto; }
.audience p { margin: 0; font-size: .96rem; color: var(--ink); }

/* ---------- Jak to działa ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  position: relative;
}
/* dashed connector running horizontally through the number/icon row */
.steps::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 12%;
  right: 12%;
  border-top: 2px dashed #ddc7af;
  z-index: 0;
}
.step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}
.step__num {
  flex: none;
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 18px -8px rgba(176,124,80,.9);
}
.step__icon {
  flex: none;
  display: grid; place-items: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #f4f0ea;
  color: var(--ink);
}
.step__icon svg { width: 30px; height: 30px; }
.step h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
.step p { margin: 0; font-size: .9rem; color: var(--muted); }

/* ---------- Dlaczego warto ---------- */
.why {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 56px;
  align-items: center;
}
.why__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.why__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  color: var(--ink);
  font-weight: 500;
}
.why__list svg { flex: none; width: 24px; height: 24px; color: var(--accent); }
.why__media img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  aspect-ratio: 21 / 10;
  object-fit: cover;
}

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; }
.faq__item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 19px 22px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
}
.faq__q svg { flex: none; width: 20px; height: 20px; color: var(--accent); transition: transform .25s ease; }
.faq__item.open .faq__q svg { transform: rotate(180deg); }
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq__a p { margin: 0; padding: 0 22px 20px; color: var(--text); font-size: .95rem; }

/* ===================================================================
   FOOTER
   =================================================================== */
.footer { background: var(--footer-bg); color: #b9bfc6; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr;
  gap: 40px;
  padding-top: 58px;
  padding-bottom: 46px;
}
.footer__logo {
  height: 112px;
  width: auto;
  margin-bottom: 18px;
}
.footer__brand p { margin: 0; font-size: .92rem; color: #979ea6; }

.footer__col h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.footer__col a,
.footer__plain {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .92rem;
  color: #a7adb4;
  margin-bottom: 12px;
  transition: color .15s ease;
}
.footer__col a:hover { color: var(--accent); }
.footer__col a.btn--accent,
.footer__col a.btn--accent:hover { color: #fff; }
.footer__col svg { flex: none; width: 17px; height: 17px; color: var(--accent); }
.footer__col p { margin: 0 0 18px; font-size: .92rem; color: #a7adb4; }
.footer__company-name { font-weight: 600; color: #cdd2d8; }
.footer__group { margin-top: 4px; font-style: italic; font-size: .85rem; }
.footer__col--company .footer__plain { margin-bottom: 8px; }

.footer__bar {
  padding: 8px 0 26px;
  text-align: center;
  font-size: .85rem;
  color: #8a9097;
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 900px) {
  .nav__links {
    position: absolute;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 8px 24px 16px;
    box-shadow: var(--shadow-sm);
    display: none;
  }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 12px 0; width: 100%; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .steps::before { display: none; }
  .why { grid-template-columns: 1fr; gap: 32px; }
  .why__media { order: -1; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .hero {
    min-height: 0;
    background: #fff;
  }
  /* mobile: photo spans full width as a faded backdrop (stronger toward the
     bottom) so the heading stays readable over it */
  .hero::after {
    width: 100%;
    background-position: center top;
    -webkit-mask: linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.26) 62%, #000 100%);
            mask: linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.26) 62%, #000 100%);
  }
  .hero__inner { padding: 104px 24px 150px; text-align: left; }
  /* mobile: plain full-width rounded rectangle — disable the raised tab */
  .form-card {
    padding: 26px 20px 24px;
    -webkit-mask: none;
    mask: none;
  }
  .form-card__head { max-width: none; margin-bottom: 22px; }
  .form-card__head h2 { font-size: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .cards-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .section { padding: 56px 0; }
}
