:root {
  --ink: #071225;
  --muted: #617086;
  --line: #d9e3ee;
  --paper: #f6f8fb;
  --white: #ffffff;
  --navy: #061329;
  --cyan: #43d7df;
  --blue: #315fea;
  --violet: #6d5df6;
  --green: #0e8b65;
  --orange: #e36d3f;
  --gold: #d8b764;
  --shadow: 0 20px 56px rgba(7, 18, 37, 0.13);
  --shadow-strong: 0 28px 80px rgba(7, 18, 37, 0.22);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef4f8 48%, #f7f8f2 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(248, 251, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 36px rgba(7, 18, 37, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand__logo {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-panel-link {
  display: none;
}

.nav a,
.header-cta,
.button,
.text-link,
.program-card a,
.knowledge-grid a,
.contact-card a,
.site-footer a {
  text-decoration: none;
}

.nav a:hover,
.text-link {
  color: var(--blue);
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  color: var(--white);
  background: linear-gradient(135deg, #071225 0%, #173d79 100%);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(7, 18, 37, 0.18);
}

.hero {
  min-height: clamp(620px, calc(100vh - 76px), 820px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: stretch;
  background:
    linear-gradient(135deg, #061329 0%, #0d2f52 46%, #116857 100%);
  color: var(--white);
  overflow: hidden;
}

.hero__content {
  width: min(820px, 100%);
  align-self: center;
  padding: clamp(54px, 7vw, 92px) clamp(24px, 6vw, 72px);
}

.hero__image {
  min-height: 100%;
  background-image:
    linear-gradient(180deg, rgba(6, 19, 41, 0.03), rgba(6, 19, 41, 0.24)),
    url("https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1400&q=84");
  background-size: cover;
  background-position: center;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #31d4cd;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 3.45rem;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.16;
}

.hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  line-height: 1.15;
  text-align: center;
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, #e36d3f 0%, #db3f65 100%);
  box-shadow: 0 14px 30px rgba(219, 63, 101, 0.24);
}

.button--light {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.12);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}

.proof-strip div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

section:not(.hero):not(.free-banner):not(.knowledge-compact) {
  padding: clamp(66px, 8vw, 110px) clamp(18px, 4vw, 56px);
}

.trust-section,
.training-flow,
.calculator-section,
.cases,
.faq-section {
  background:
    linear-gradient(135deg, rgba(49, 95, 234, 0.08) 0%, rgba(67, 215, 223, 0.1) 46%, rgba(216, 183, 100, 0.1) 100%),
    #f7faff;
}

.section-head {
  width: min(930px, 100%);
  margin: 0 auto 34px;
}

.section-head--split {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  align-items: start;
  gap: 28px;
}

.section-head--split p {
  max-width: 520px;
  justify-self: end;
}

.section-head p,
.program-card p,
.trust-grid span,
.case-grid p,
.flow-grid p,
.faq-list p,
.funding-grid p,
.routing-card li,
.contact p,
.site-footer p {
  color: var(--muted);
}

.fit-section,
.knowledge {
  background: var(--white);
}

.qualifier,
.calculator,
.contact {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.lead-form,
.calculator-form,
.calculator-result,
.routing-card,
.program-card,
.trust-grid article,
.case-grid article,
.funding-grid article,
.knowledge-grid a,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.lead-form,
.calculator-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

.lead-form label,
.calculator-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.calculator-form input,
.calculator-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 13px;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.calculator-form input:focus,
.calculator-form select:focus {
  outline: 3px solid rgba(67, 215, 223, 0.22);
  border-color: var(--cyan);
}

.lead-form textarea {
  resize: vertical;
}

.consent,
.lead-form .consent,
.calculator-form .consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: auto;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.consent span {
  min-width: 0;
}

.consent--compact {
  color: rgba(255, 255, 255, 0.78);
}

.contact-direct {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-direct a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.wide { grid-column: 1 / -1; }
.form-status { margin: 0; color: var(--muted); font-size: 0.92rem; }

.routing-card {
  padding: 26px;
  background:
    linear-gradient(160deg, rgba(49, 95, 234, 0.08), rgba(14, 139, 101, 0.08)),
    var(--white);
}

.routing-card ol {
  margin: 0;
  padding-left: 20px;
}

.routing-card li + li {
  margin-top: 12px;
}

.program-grid,
.funding-grid,
.knowledge-grid,
.trust-grid,
.flow-grid,
.case-grid,
.faq-list {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(217, 227, 238, 0.9);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(237, 245, 255, 0.94));
  box-shadow: var(--shadow);
}

.flow-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, #315fea, #43d7df);
  font-weight: 950;
}

.trust-grid article {
  min-height: 170px;
  padding: 24px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 250, 0.94));
}

.trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.trust-grid span {
  color: var(--muted);
}

.program-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.program-card:hover,
.knowledge-grid a:hover,
.case-grid article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-strong);
}

.program-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.program-card div {
  display: grid;
  align-content: start;
  padding: 22px;
}

.program-card p {
  min-height: 96px;
}

.program-card span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.program-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.program-card li {
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--navy);
  background: linear-gradient(135deg, #edf5ff, #eaf8f7);
  font-size: 0.82rem;
  font-weight: 800;
}

.program-card .text-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 900;
}

.funding {
  background:
    linear-gradient(135deg, rgba(6, 19, 41, 0.96), rgba(13, 47, 82, 0.94)),
    #061329;
  color: var(--white);
}

.funding .section-head p,
.funding-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.funding-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.funding-grid article {
  min-height: 210px;
  padding: 26px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.funding-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.calculator {
  align-items: stretch;
}

.calculator-result {
  min-height: 100%;
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(6, 19, 41, 0.94), rgba(49, 95, 234, 0.84)),
    #061329;
}

.calculator-result h3 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.calculator-result p {
  color: rgba(255, 255, 255, 0.76);
}

.calculator-result strong {
  color: var(--cyan);
}


.knowledge-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.knowledge-grid a {
  min-height: 150px;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 245, 255, 0.94));
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.knowledge-grid strong {
  font-size: 1.18rem;
}

.knowledge-grid span {
  color: var(--muted);
}

.case-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-grid article {
  min-height: 220px;
  padding: 24px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.case-grid article p {
  margin-bottom: 10px;
}

.case-grid article p:last-child {
  margin-bottom: 0;
}

.case-grid article strong {
  color: var(--navy);
}

.faq-list {
  grid-template-columns: 1fr;
  max-width: 960px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(7, 18, 37, 0.08);
  overflow: hidden;
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: var(--navy);
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
}

.contact {
  align-items: start;
}

.contact-card,
.contact-form {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 245, 255, 0.94));
}

.contact-card {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.contact-card a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 10px;
  color: var(--navy);
  background: linear-gradient(135deg, #edf5ff, #eaf8f7);
  font-weight: 900;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.site-footer p {
  margin: 0;
}

.article-layout {
  width: min(900px, 100%);
  margin: 0 auto;
}

.article-layout h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.article-layout h2 {
  margin-top: 44px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.article-layout p,
.article-layout li {
  color: var(--muted);
  font-size: 1.06rem;
}

.article-layout .button {
  margin-top: 20px;
}

.breadcrumb {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: .2s;
}

@media (max-width: 900px) {
  .hamburger { display: flex; }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(248,251,255,.96);
    backdrop-filter: blur(18px);
    padding: 16px;
    box-shadow: 0 12px 24px rgba(0,0,0,.1);
    z-index: 20;
  }

  .nav.is-open .nav-panel-link {
    display: block;
    color: var(--blue);
    font-weight: 900;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .nav {
    display: none;
  }

  .hero,
  .qualifier,
  .calculator,
  .contact,
  .section-head--split,
  .trust-grid,
  .flow-grid,
  .funding-grid,
  .knowledge-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    order: 2;
  }

  .hero__image {
    min-height: 320px;
    clip-path: none;
  }
}

.free-banner { background: var(--navy); color: var(--white); padding: 26px clamp(18px,4vw,56px); }
.free-banner__inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr); align-items: start; gap: 28px; }
.free-banner__text { min-width: 0; }
.free-banner__text strong { color: #43d7df; }
.free-banner__form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: start; }
.free-banner__form input:not([type="checkbox"]) { width: 100%; min-height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 0 14px; color: #fff; background: rgba(255,255,255,.1); font: inherit; }
.free-banner__form input::placeholder { color: rgba(255,255,255,.5); }
.free-banner__form .button { grid-column: 1 / -1; min-height: 46px; padding: 0 16px; white-space: nowrap; }
.free-banner__form .consent { grid-column: 1 / -1; }

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(217, 227, 238, 0.86);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bonref-grid { width: min(1180px, 100%); margin: 28px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bonref-card { padding: 28px; border-radius: 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); backdrop-filter: blur(14px); color: var(--white); }
.bonref-card.bon { border-top: 4px solid var(--green); }
.bonref-card.ref { border-top: 4px solid var(--orange); }
.bonref-card h3 { margin-bottom: 12px; }
.bonref-card p { color: rgba(255,255,255,.72); }
.bonref-card strong { color: var(--white); }
.funding-cta-text { text-align: center; color: rgba(255,255,255,.6); margin-top: 18px; }

.flow-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.flow-grid article small { display: inline-block; margin-top: 12px; padding: 3px 10px; border-radius: 999px; background: linear-gradient(135deg, #315fea, #43d7df); color: white; font-size: .78rem; font-weight: 800; }

.knowledge-compact { background: var(--white); padding: clamp(48px,6vw,80px) clamp(18px,4vw,56px); }
.knowledge-links { width: min(800px, 100%); margin: 0 auto; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.knowledge-links li a { display: block; padding: 14px 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--navy); font-weight: 700; font-size: .95rem; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.knowledge-links li a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.testimonial { width: min(800px, 100%); margin: 28px auto 0; padding: 24px 28px; border-left: 4px solid var(--cyan); background: rgba(67,215,223,.06); border-radius: 0 12px 12px 0; }
.testimonial p { color: var(--ink); font-size: 1.05rem; font-style: italic; margin: 0; }
.testimonial cite { display: block; margin-top: 12px; font-size: .88rem; color: var(--muted); font-style: normal; }

@media (max-width: 900px) {
  .bonref-grid { grid-template-columns: 1fr; }
  .flow-grid--5 { grid-template-columns: 1fr; }
  .free-banner__inner { grid-template-columns: 1fr; text-align: left; }
  .free-banner__form { width: 100%; grid-template-columns: 1fr; }
  .free-banner__form .button,
  .free-banner__form .consent { grid-column: 1 / -1; }
  .knowledge-links { grid-template-columns: 1fr; }
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .cookie-banner__actions .button {
    width: 100%;
    padding: 0 12px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 10px 16px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand__logo {
    width: 42px;
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: 1rem;
    line-height: 1.15;
  }

  .brand small {
    font-size: 0.75rem;
  }

  .header-cta {
    display: none;
  }

  .hamburger {
    justify-self: end;
  }

  .hero {
    min-height: auto;
    display: block;
  }

  .hero__content {
    padding: 38px 18px 26px;
  }

  .hero__image {
    min-height: 0;
    height: 300px;
    background-position: center top;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.62rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  h3,
  p,
  label,
  span,
  a,
  button,
  input,
  select,
  textarea {
    overflow-wrap: anywhere;
  }

  .hero p {
    font-size: 1rem;
  }

  .free-banner__form .consent {
    font-size: 0.78rem;
  }

  .hero__actions .button,
  .lead-form .button {
    width: 100%;
  }

  .lead-form,
  .calculator-form,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .free-banner__form {
    grid-template-columns: 1fr;
  }

  .program-card p {
    min-height: 0;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .site-footer {
    flex-direction: column;
  }

  .cookie-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    max-height: 42vh;
    overflow: auto;
    padding: 12px;
    gap: 10px;
    border-radius: 10px;
  }

  .cookie-banner p {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .cookie-banner__actions {
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions .button {
    min-height: 42px;
  }
}
