/*
Theme Name: JKM Recykling Technologia
Theme URI: https://jkmrecyckling.com/
Author: JKM / Codex
Description: Lekki motyw prezentacyjno-ofertowy dla JKM Recykling Technologia Sp. z o.o.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: jkm-recykling-technologia
*/

:root {
  --graphite: #304040;
  --deep: #283840;
  --lime: #90c028;
  --green: #386820;
  --green-dark: #407020;
  --paper: #ffffff;
  --soft: #f2f6ed;
  --line: #d7dfd5;
  --text: #243234;
  --muted: #62716e;
  --shadow: 0 22px 56px rgba(40, 56, 64, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--soft);
  line-height: 1.55;
  overflow-x: hidden;
}

body,
button,
input,
textarea {
  font: 16px/1.55 Arial, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.wrap {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 78px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 245px;
  font-weight: 900;
  color: var(--graphite);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(115deg, var(--graphite) 0 62%, var(--lime) 62% 100%);
  font-size: 18px;
  letter-spacing: .02em;
}

.brand img {
  width: auto;
  max-height: 52px;
}

.brand small {
  display: block;
  font-weight: 700;
  color: var(--green);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #3b4a4b;
  font-size: 15px;
  font-weight: 800;
}

.button,
.nav-cta,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  background: var(--lime);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(56, 104, 32, .18);
}

.button.secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .62);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: var(--graphite) url("assets/hero-installation.jpg") center right / cover no-repeat;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(40, 56, 64, .97) 0 34%, rgba(40, 56, 64, .72) 47%, rgba(40, 56, 64, .04) 70%);
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background:
    linear-gradient(110deg, transparent 0 24%, rgba(56, 104, 32, .3) 24% 34%, transparent 34%),
    linear-gradient(105deg, transparent 0 52%, rgba(144, 192, 40, .72) 52% 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  mix-blend-mode: multiply;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 580px) 1fr;
  gap: 52px;
  align-items: center;
  padding: 96px 0 112px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #dcebc7;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 3px;
  background: var(--lime);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  color: var(--graphite);
}

.hero h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(35px, 5vw, 62px);
  letter-spacing: -.02em;
}

.hero-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #edf5e5;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

section {
  padding: 86px 0;
  background: #fff;
}

section.alt {
  background: var(--soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

.section-head h2,
.compact-head h1,
.compact-head h2 {
  font-size: clamp(32px, 4.6vw, 58px);
}

.section-head p,
.lead {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.cards,
.benefit-grid,
.cred-grid,
.tech-grid,
.faq-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card,
.benefit,
.cred,
.tech-card,
.faq-card,
.policy-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.cred {
  background: var(--deep);
  border-color: rgba(40, 56, 64, .5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .045);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  background: #f7faf3;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.card-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.card-media {
  overflow: hidden;
  height: 152px;
  margin: -24px -24px 22px;
  background: var(--soft);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cred .card-media {
  height: 166px;
  margin: -24px -24px 24px;
  padding: 8px;
  background: var(--deep);
}

.cred .card-media:not(.logo-media) img {
  background: #fff;
}

.logo-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 72% 20%, rgba(144, 192, 40, .38), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(64, 112, 32, .48), transparent 42%),
    linear-gradient(135deg, #1f3034 0%, #283840 52%, #2f4a35 100%);
}

.logo-media img {
  width: 58%;
  height: 58%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.document-media img {
  object-position: center 18%;
}

.diagram-media img {
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.alt .card,
.alt .benefit,
.alt .tech-card,
.alt .faq-card {
  background: #fff;
}

.alt .cred {
  background: var(--deep);
}

.card h3,
.benefit h3,
.cred h3,
.tech-card h3,
.faq-card h3,
.policy-card h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.cred h3 {
  color: #fff;
}

.card p,
.benefit p,
.cred p,
.tech-card p,
.faq-card p,
.policy-card p {
  margin: 0;
  color: var(--muted);
}

.policy-card a {
  color: var(--green);
  font-weight: 900;
}

.cred p {
  color: #dce8dc;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.process-visual {
  overflow: hidden;
  margin: 0 0 24px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.process-visual img {
  width: 100%;
  object-fit: contain;
}

.step {
  position: relative;
  min-height: 220px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.step:last-child {
  border-right: 0;
}

.step-number {
  margin-bottom: 42px;
  color: var(--lime);
  font-size: 38px;
  font-weight: 900;
}

.step p {
  margin: 10px 0 0;
  color: var(--muted);
}

.benefit-grid {
  grid-template-columns: repeat(5, 1fr);
}

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

.cred strong {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 34px;
  line-height: 1;
}

.inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
  margin-top: 42px;
  padding: 36px;
  color: #fff;
  background:
    linear-gradient(110deg, var(--graphite) 0 58%, transparent 58%),
    linear-gradient(100deg, transparent 0 70%, var(--lime) 70% 100%),
    var(--green);
}

.inline-cta h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
}

.inline-cta p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #edf5e5;
  font-size: 18px;
}

@media (min-width: 781px) {
  .inline-cta .button {
    background: #fff;
    color: var(--graphite);
    box-shadow: 0 18px 34px rgba(16, 32, 34, .22);
  }

  .inline-cta .button:hover {
    background: #f7fbf2;
  }
}

.cta-band {
  padding: 78px 0;
  background:
    linear-gradient(110deg, var(--graphite) 0 56%, transparent 56%),
    linear-gradient(100deg, transparent 0 68%, var(--lime) 68% 100%),
    var(--green);
  color: #fff;
}

.cta-band .wrap {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
}

.cta-band h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
}

.cta-band p {
  max-width: 650px;
  color: #edf5e5;
  font-size: 19px;
}

.video-panel {
  display: grid;
  grid-template-columns: minmax(300px, 430px) 1fr;
  gap: 42px;
  align-items: center;
}

.video-frame {
  overflow: hidden;
  background: #0e1719;
  border: 12px solid #fff;
  box-shadow: var(--shadow);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.line-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.line-list li {
  padding: 12px 14px;
  background: #fff;
  border-left: 4px solid var(--lime);
  color: var(--muted);
}

.visual-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(280px, .9fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 34px;
}

.visual-card {
  overflow: hidden;
  min-height: 360px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-card.contain {
  padding: 18px;
  background: #fff;
}

.visual-card.contain img {
  object-fit: contain;
}

.contact-visual {
  overflow: hidden;
  margin-top: 22px;
  border: 10px solid #fff;
  box-shadow: var(--shadow);
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 52px;
  align-items: start;
}

.contact-box {
  margin-bottom: 18px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.contact-box h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 34px);
}

.contact-panel {
  padding: 30px;
  background: var(--soft);
  border-left: 6px solid var(--lime);
}

.contact-panel h1 {
  font-size: clamp(34px, 4.6vw, 58px);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.simple-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.contact-list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: var(--lime);
}

.contact-data {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.contact-data a {
  display: block;
  margin-top: 8px;
  color: var(--green);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-weight: 900;
  font-size: 14px;
}

.field.full,
.form-message,
.consent,
.contact-form .submit-button {
  grid-column: 1 / -1;
}

.field span {
  color: var(--muted);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 13px 14px;
  color: var(--text);
  background: #fbfdf8;
}

textarea {
  min-height: 142px;
  resize: vertical;
}

.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}

.consent input {
  width: auto;
  margin-top: 4px;
}

.form-message {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--lime);
  background: var(--soft);
  color: var(--graphite);
  font-weight: 800;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg,
      #304040 0%,
      #283840 31%,
      #386820 62%,
      #407020 78%,
      #90c028 100%);
  color: #dce8dc;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 48, 52, .94) 0 42%, rgba(31, 48, 52, .82) 58%, rgba(31, 48, 52, .42) 100%);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr .72fr 1.35fr 1fr;
  gap: 38px;
  padding: 30px 0 26px;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #fff;
  font-weight: 900;
}

.footer-brand .brand-mark {
  flex: 0 0 auto;
}

.footer-brand small {
  display: block;
  margin-top: 4px;
  color: var(--lime);
  line-height: 1.25;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 15px;
}

.footer-col a,
.footer-col span {
  display: block;
  margin: 6px 0;
  color: #dce8dc;
  font-size: 14px;
}

.footer-col .footer-contact-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 8px 0;
  color: #dce8dc;
  font-size: 13px;
  line-height: 1.35;
}

.footer-col .footer-contact-item b {
  display: block;
  width: 15px;
  height: 15px;
  background: var(--lime);
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.footer-col .footer-contact-item .icon-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.6 21.4 2.6 13.4 2.6 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.6 21.4 2.6 13.4 2.6 3.4c0-.7.5-1.2 1.2-1.2h3.5c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-2.2 2.2z'/%3E%3C/svg%3E");
}

.footer-col .footer-contact-item .icon-mail {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1zm9 8.2L4.8 7H4v.5l8 6.8 8-6.8V7h-.8L12 13.2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1zm9 8.2L4.8 7H4v.5l8 6.8 8-6.8V7h-.8L12 13.2z'/%3E%3C/svg%3E");
}

.footer-col .footer-contact-item .icon-location {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
}

.footer-col .footer-contact-item span {
  margin: 0;
}

.footer-note {
  max-width: 220px;
  color: #fff;
  font-weight: 800;
  line-height: 1.45;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(260px, 1fr) minmax(220px, .78fr);
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  color: #b9c8c5;
  font-size: 12.5px;
}

.footer-bottom a {
  color: #dce8dc;
}

.footer-credit {
  text-align: right;
  white-space: nowrap;
}

.footer-credit a {
  color: var(--lime);
  font-weight: 900;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 35;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background: rgba(40, 56, 64, .86);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  box-shadow: 0 14px 30px rgba(16, 32, 34, .22);
}

.back-to-top.is-visible {
  opacity: .82;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  opacity: 1;
  background: var(--lime);
}

.back-to-top::before {
  content: "\2191";
  line-height: 1;
}

.cookie-banner {
  position: fixed;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  background: rgba(31, 48, 52, .98);
  color: #dce8dc;
  border: 1px solid rgba(144, 192, 40, .35);
  box-shadow: 0 22px 56px rgba(16, 32, 34, .28);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-banner a {
  color: #fff;
  font-weight: 900;
}

.cookie-banner button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--lime);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .main-nav {
    gap: 14px;
  }

  .cards,
  .benefit-grid,
  .cred-grid,
  .tech-grid,
  .faq-grid,
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-grid,
  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .step {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .hero-content,
      .section-head,
      .video-panel,
      .visual-grid,
      .contact-layout,
      .inline-cta,
      .cta-band .wrap {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
      }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  section {
    padding: 66px 0;
  }

  .hero {
    min-height: auto;
    background-position: center right;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(40, 56, 64, .98) 0 64%, rgba(40, 56, 64, .78) 82%, rgba(40, 56, 64, .22) 100%);
  }

  .hero::after {
    right: -28%;
    width: 68%;
    opacity: .78;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding: 74px 0;
  }

  .cards,
  .benefit-grid,
  .cred-grid,
  .tech-grid,
  .faq-grid,
  .policy-grid,
  .process,
  .line-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-main,
  .footer-bottom-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-credit {
    text-align: left;
    white-space: normal;
  }

  .cookie-banner {
    align-items: flex-start;
    flex-direction: column;
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .step,
  .step:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cta-band {
    background: var(--graphite);
  }

  .inline-cta {
    background: var(--graphite);
    padding: 28px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
