/* =======================================================
   SAFE-TY Małgorzata Nowak — Training & Solutions
   Design system: Corporate Navy + Brass
   ======================================================= */

:root {
  /* Kolory */
  --navy-900: #0B1E3C;
  --navy-800: #122a52;
  --navy-700: #1A2F52;
  --navy-600: #22406e;
  --navy-50:  #f3f5fa;

  --brass-500: #C9A961;
  --brass-400: #d6b978;
  --brass-600: #b08f42;

  --ink:        #0e1726;
  --ink-soft:   #334158;
  --muted:      #64748b;
  --line:       #e3e6ee;
  --bg:         #ffffff;
  --bg-alt:     #f7f8fc;
  --bg-deep:    #0B1E3C;

  /* Typografia */
  --font-display: "Fraunces", "Playfair Display", Georgia, serif;
  --font-body:    "Inter Tight", -apple-system, system-ui, sans-serif;

  /* Geometria */
  --radius:     4px;
  --radius-lg:  10px;
  --container:  1200px;

  --shadow-sm:  0 1px 2px rgba(11, 30, 60, 0.05);
  --shadow-md:  0 6px 24px rgba(11, 30, 60, 0.08);
  --shadow-lg:  0 20px 50px rgba(11, 30, 60, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }

a {
  color: var(--navy-800);
  text-decoration: none;
  transition: color .2s ease;
}
a:hover { color: var(--brass-600); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* --------- Typografia --------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--navy-900);
  line-height: 1.15;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.2rem, 4.5vw, 3.75rem); font-weight: 400; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.3rem; font-weight: 500; }
h4 { font-size: 1.1rem; font-weight: 600; font-family: var(--font-body); letter-spacing: 0; }

p { margin-bottom: 1em; color: var(--ink-soft); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--brass-600);
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--brass-500);
}

.lede {
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 65ch;
}

/* --------- NAVBAR --------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  max-width: var(--container);
  margin: 0 auto;
}
.nav__logo img {
  height: 60px;
  width: auto;
  display: block;
}
.nav__menu {
  display: flex;
  gap: 34px;
  align-items: center;
  list-style: none;
}
.nav__menu a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--navy-900);
  position: relative;
  padding: 6px 0;
}
.nav__menu a.is-active::after,
.nav__menu a:hover::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--brass-500);
}
.nav__cta {
  background: var(--navy-900);
  color: #fff !important;
  padding: 11px 22px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius);
  letter-spacing: 0.01em;
  transition: background .2s, transform .2s;
}
.nav__cta:hover {
  background: var(--brass-600);
  color: #fff !important;
  transform: translateY(-1px);
}
.nav__cta::after { display: none !important; }

.nav__toggle {
  display: none;
  background: none;
  border: 0;
  width: 38px; height: 38px;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  height: 2px;
  background: var(--navy-900);
  margin: 6px 0;
  transition: transform .25s;
}

/* --------- HERO --------- */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 60%, var(--navy-700) 100%);
  color: #fff;
  padding: 110px 0 140px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 85% 15%, rgba(201,169,97,0.18), transparent 50%),
    radial-gradient(circle at 15% 85%, rgba(201,169,97,0.08), transparent 60%);
  z-index: -1;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path fill='rgba(255,255,255,0.025)' d='M0 0h1v40H0zM40 0h1v40h-1zM0 0v1h40V0zM0 40v1h40v-1z'/></svg>");
  z-index: -1;
  opacity: 0.5;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}
.hero h1 {
  color: #fff;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: italic;
  color: var(--brass-400);
  font-weight: 400;
}
.hero__tag {
  color: var(--brass-400);
  border-color: var(--brass-400);
}
.hero p {
  color: rgba(255,255,255,0.82);
  font-size: 1.15rem;
  max-width: 540px;
  margin-bottom: 36px;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero__stats {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,97,0.3);
  padding: 38px;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(4px);
}
.hero__stats h4 {
  color: var(--brass-400);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
}
.hero__stats ul { list-style: none; }
.hero__stats li {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-size: 0.95rem;
}
.hero__stats li:last-child { border-bottom: 0; }
.hero__stats li span:first-child { opacity: 0.7; }
.hero__stats li span:last-child { color: var(--brass-400); font-weight: 500; }

/* --------- BUTTONS --------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .22s ease;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}
.btn--primary {
  background: var(--brass-500);
  color: var(--navy-900) !important;
  border-color: var(--brass-500);
}
.btn--primary:hover {
  background: var(--brass-400);
  border-color: var(--brass-400);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(201,169,97,0.25);
}
.btn--ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.3);
}
.btn--ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: #fff;
  color: #fff !important;
}
.btn--dark {
  background: var(--navy-900);
  color: #fff !important;
}
.btn--dark:hover {
  background: var(--navy-700);
  color: #fff !important;
  transform: translateY(-1px);
}
.btn--outline {
  background: transparent;
  color: var(--navy-900) !important;
  border-color: var(--navy-900);
}
.btn--outline:hover {
  background: var(--navy-900);
  color: #fff !important;
}
.btn__arrow { transition: transform .2s; }
.btn:hover .btn__arrow { transform: translateX(3px); }

/* --------- SEKCJE --------- */
.section { padding: 100px 0; }
.section--tight { padding: 70px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark {
  background: var(--navy-900);
  color: #fff;
}
.section--dark h1, .section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: rgba(255,255,255,0.78); }

.section__head {
  max-width: 760px;
  margin-bottom: 56px;
}
.section__head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* --------- PILLARS (4 kolumny) --------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillar {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  position: relative;
}
.pillar:last-child { border-right: 0; }
.pillar__num {
  font-family: var(--font-display);
  color: var(--brass-500);
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 12px;
}
.pillar h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 10px;
}
.pillar p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-bottom: 0;
}

/* --------- PROBLEMS ---------- */
.problems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.problem {
  padding: 40px 44px 40px 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  gap: 24px;
}
.problem:nth-child(even) {
  padding-right: 0;
  padding-left: 44px;
  border-right: 0;
}
.problem:nth-child(3), .problem:nth-child(4) { border-bottom: 0; }
.problem__num {
  flex: 0 0 50px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--brass-500);
  line-height: 1;
  padding-top: 4px;
}
.problem h3 { margin-bottom: 10px; font-size: 1.25rem; }
.problem p { margin-bottom: 0; }

/* --------- SERVICES GRID ---------- */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--brass-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.service-card:hover {
  border-color: var(--navy-600);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card__icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: var(--navy-50);
  color: var(--navy-900);
  border-radius: var(--radius);
  margin-bottom: 22px;
}
.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--navy-900);
}
.service-card p {
  font-size: 0.95rem;
  margin-bottom: 16px;
}
.service-card ul {
  list-style: none;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.service-card li {
  font-size: 0.9rem;
  padding: 4px 0 4px 18px;
  position: relative;
  color: var(--ink-soft);
}
.service-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 13px;
  width: 8px; height: 1px;
  background: var(--brass-500);
}

/* --------- SPLIT SECTION ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split__content h2 { margin-bottom: 24px; }
.split__features {
  list-style: none;
  margin-top: 32px;
}
.split__features li {
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: var(--ink);
}
.split__features li::before {
  content: "";
  position: absolute;
  left: 0; top: 21px;
  width: 20px; height: 2px;
  background: var(--brass-500);
}
.split__visual {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  padding: 60px 48px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.split__visual::before {
  content: "";
  position: absolute;
  top: -50%; right: -30%;
  width: 600px; height: 600px;
  border: 1px solid rgba(201,169,97,0.18);
  border-radius: 50%;
}
.split__visual::after {
  content: "";
  position: absolute;
  top: -30%; right: -20%;
  width: 400px; height: 400px;
  border: 1px solid rgba(201,169,97,0.24);
  border-radius: 50%;
}
.split__visual h3 {
  color: var(--brass-400);
  margin-bottom: 18px;
  position: relative;
}
.split__visual p {
  color: rgba(255,255,255,0.85);
  position: relative;
}
.split__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
  position: relative;
}
.split__metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--brass-400);
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 400;
}
.split__metric span {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.72);
}

/* --------- WHY US ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.value {
  padding-top: 28px;
  border-top: 2px solid var(--brass-500);
}
.value__num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--brass-600);
  font-size: 0.9rem;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.value h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--navy-900);
}
.value p { font-size: 0.95rem; }

/* --------- AUDIENCES / SECTORS ---------- */
.audiences {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
}
.audience {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  transition: background .25s;
}
.audience:last-child { border-right: 0; }
.audience:hover { background: var(--bg-alt); }
.audience__label {
  font-size: 0.72rem;
  color: var(--brass-600);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.audience h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--navy-900);
}
.audience p { font-size: 0.92rem; margin: 0; }

/* --------- CTA SECTION ---------- */
.cta-band {
  background: var(--navy-900);
  color: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 420px; height: 100%;
  background: radial-gradient(circle at center, rgba(201,169,97,0.22), transparent 70%);
}
.cta-band__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.cta-band h2 {
  color: #fff;
  margin-bottom: 16px;
}
.cta-band p { color: rgba(255,255,255,0.78); margin-bottom: 0; }
.cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* --------- FOOTER ---------- */
.footer {
  background: var(--navy-900);
  color: rgba(255,255,255,0.75);
  padding: 70px 0 30px;
  border-top: 1px solid rgba(201,169,97,0.2);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.footer__brand-name {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.footer__brand-name em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--brass-400);
}
.footer__brand-tagline {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brass-400);
  font-weight: 600;
  margin-bottom: 18px;
}

.footer__brand img {
  height: 64px;
  margin-bottom: 20px;
  display: block;
}
.footer__brand p {
  color: rgba(255,255,255,0.6);
  font-size: 0.92rem;
  max-width: 320px;
}
.footer h4 {
  color: var(--brass-400);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer a {
  color: rgba(255,255,255,0.75);
  font-size: 0.93rem;
  transition: color .2s;
}
.footer a:hover { color: var(--brass-400); }
.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
}

/* --------- CONTACT FORM ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: start;
}
.contact-info h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brass-600);
  margin: 32px 0 10px;
}
.contact-info h3:first-child { margin-top: 0; }
.contact-info a {
  font-size: 1.1rem;
  color: var(--navy-900);
  font-weight: 500;
}
.contact-info p { font-size: 1.05rem; color: var(--ink); }

.contact-form {
  background: #fff;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-field { margin-bottom: 20px; }
.form-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.form-field .req { color: var(--brass-600); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink);
  background: #fff;
  transition: all .2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--navy-900);
  box-shadow: 0 0 0 3px rgba(11,30,60,0.08);
}
.form-field textarea {
  resize: vertical;
  min-height: 140px;
}
.form-field--hp { display: none; }
.form-consent {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 8px 0 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.form-consent input {
  margin-top: 4px;
  flex-shrink: 0;
}
.form-consent a { color: var(--navy-900); text-decoration: underline; }

.form-message {
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 0.93rem;
  margin-bottom: 20px;
  display: none;
}
.form-message--success {
  background: #e6f4ea;
  color: #1e6b3a;
  border: 1px solid #bfe3c9;
}
.form-message--error {
  background: #fdecea;
  color: #8a2a1c;
  border: 1px solid #f5c4bd;
}
.form-message.is-visible { display: block; }

/* --------- PAGE HEADER --------- */
.page-header {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(201,169,97,0.15), transparent 60%);
}
.page-header__inner { position: relative; max-width: 820px; }
.page-header h1 { color: #fff; margin-bottom: 18px; }
.page-header p {
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
  max-width: 680px;
}
.page-header__eyebrow {
  color: var(--brass-400);
  border-color: var(--brass-400);
}

.breadcrumb {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: var(--brass-400); }

/* --------- OFFER LIST ---------- */
.offer-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  padding: 50px 0;
  border-bottom: 1px solid var(--line);
}
.offer-block:last-child { border-bottom: 0; }
.offer-block__index {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--brass-500);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
.offer-block__index strong {
  display: block;
  font-family: var(--font-display);
  font-style: normal;
  font-size: 3rem;
  color: var(--navy-900);
  font-weight: 400;
  line-height: 1;
  margin-top: 8px;
}
.offer-block h2 {
  font-size: 1.8rem;
  margin-bottom: 14px;
}
.offer-block__body { padding-top: 8px; }
.offer-block ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
  margin-top: 20px;
}
.offer-block li {
  padding-left: 26px;
  position: relative;
  font-size: 0.97rem;
  color: var(--ink-soft);
  line-height: 1.5;
  padding-top: 3px;
}
.offer-block li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 16px; height: 1px;
  background: var(--brass-500);
}

/* --------- FAQ / CHECKLIST ---------- */
.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  list-style: none;
}
.checklist li {
  padding-left: 34px;
  position: relative;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink);
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--brass-500);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230B1E3C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'></polyline></svg>");
  background-position: center;
  background-repeat: no-repeat;
}

/* --------- RESPONSIVE --------- */
@media (max-width: 1024px) {
  .hero { padding: 80px 0 90px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__stats { max-width: 520px; }
  .split { grid-template-columns: 1fr; gap: 48px; }
  .services { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: 1fr 1fr; gap: 40px; }
  .audiences { grid-template-columns: 1fr 1fr; }
  .audience:nth-child(2) { border-right: 0; }
  .audience:nth-child(1), .audience:nth-child(2) { border-bottom: 1px solid var(--line); }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(2) { border-right: 0; }
  .pillar:nth-child(1), .pillar:nth-child(2) { border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .cta-band__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .offer-block { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 680px) {
  .section { padding: 70px 0; }
  .container { padding: 0 20px; }
  .nav { padding: 14px 20px; }
  .nav__menu {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px 28px;
    gap: 16px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  .nav__menu.is-open { display: flex; }
  .nav__toggle { display: block; }
  .hero { padding: 60px 0 70px; }
  .hero h1 { font-size: 2.2rem; }
  .problems { grid-template-columns: 1fr; }
  .problem {
    padding: 28px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .problems .problem:last-child { border-bottom: 0 !important; }
  .services { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; gap: 32px; }
  .audiences { grid-template-columns: 1fr; }
  .audience { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .audiences .audience:last-child { border-bottom: 0 !important; }
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .pillars .pillar:last-child { border-bottom: 0 !important; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .split__visual { padding: 40px 28px; }
  .checklist { grid-template-columns: 1fr; }
  .offer-block ul { grid-template-columns: 1fr; }
  .page-header { padding: 60px 0 50px; }
}


/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 22px 26px;
  max-width: 1100px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease, transform .3s ease;
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner.is-leaving {
  opacity: 0;
  transform: translateY(20px);
}
.cookie-banner__inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner__text strong {
  display: block;
  color: var(--navy-900);
  font-weight: 600;
  font-size: 0.96rem;
  margin-bottom: 4px;
}
.cookie-banner__text p {
  font-size: 0.86rem;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
  max-width: 720px;
}
.cookie-banner__text a {
  color: var(--navy-800);
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-banner__btn {
  padding: 10px 22px;
  font-size: 0.88rem;
  font-weight: 500;
  font-family: var(--font-body);
  border-radius: var(--radius);
  border: 1px solid;
  cursor: pointer;
  transition: all .2s ease;
}
.cookie-banner__btn--decline {
  background: transparent;
  color: var(--ink-soft);
  border-color: var(--line);
}
.cookie-banner__btn--decline:hover {
  border-color: var(--ink-soft);
  color: var(--navy-900);
}
.cookie-banner__btn--accept {
  background: var(--navy-900);
  color: #fff;
  border-color: var(--navy-900);
}
.cookie-banner__btn--accept:hover {
  background: var(--brass-600);
  border-color: var(--brass-600);
}
@media (max-width: 720px) {
  .cookie-banner {
    left: 10px; right: 10px; bottom: 10px;
    padding: 18px 20px;
  }
  .cookie-banner__inner {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .cookie-banner__actions {
    justify-content: flex-end;
  }
}
