:root {
  --mareprog-black: #030507;
  --mareprog-graphite: #0b0f14;
  --mareprog-panel: #111821;
  --mareprog-panel-soft: #17202a;
  --mareprog-line: rgba(255, 255, 255, 0.12);
  --mareprog-line-strong: rgba(255, 255, 255, 0.22);
  --mareprog-text: #f7f9fb;
  --mareprog-muted: #aeb7c2;
  --mareprog-dim: #747f8d;
  --mareprog-accent: #e11d2e;
  --mareprog-accent-dark: #9f1420;
  --mareprog-radius: 8px;
  --mareprog-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  --mareprog-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--mareprog-black);
}

body.mareprog-dark-site {
  margin: 0;
  background:
    radial-gradient(circle at 18% -10%, rgba(225, 29, 46, 0.16), transparent 30%),
    linear-gradient(180deg, #05080b 0%, #0a0e13 48%, #050608 100%);
  color: var(--mareprog-text);
  text-rendering: optimizeLegibility;
}

a {
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

button,
input,
select,
textarea {
  border-radius: var(--mareprog-radius);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--mareprog-accent);
  color: #ffffff;
}

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

#ast-scroll-top,
.ast-scroll-top,
.ast-scroll-top-icon,
.ast-scroll-to-top-right,
.ast-scroll-to-top-left {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.mareprog-whatsapp-sticky {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10020;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(37, 211, 102, 0.45);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(37, 211, 102, 0.04)),
    rgba(8, 12, 17, 0.94);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38), 0 10px 30px rgba(37, 211, 102, 0.18);
  backdrop-filter: blur(16px);
}

.mareprog-whatsapp-sticky img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.mareprog-whatsapp-sticky:hover,
.mareprog-whatsapp-sticky:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(37, 211, 102, 0.72);
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.26), rgba(37, 211, 102, 0.08)),
    rgba(8, 12, 17, 0.98);
}

.mareprog-cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 10000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(720px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid var(--mareprog-line-strong);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(8, 12, 17, 0.96);
  color: var(--mareprog-text);
  box-shadow: var(--mareprog-shadow);
  backdrop-filter: blur(18px);
}

.mareprog-cookie-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 29, 46, 0.72), transparent);
}

.mareprog-cookie-banner__content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mareprog-cookie-banner__title {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-cookie-banner p:not(.mareprog-cookie-banner__title) {
  margin: 0;
  color: var(--mareprog-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mareprog-cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.mareprog-cookie-banner__link,
.mareprog-cookie-banner__accept,
.mareprog-cookie-banner__close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: var(--mareprog-radius);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.mareprog-cookie-banner__link {
  padding: 0 12px;
  border: 1px solid var(--mareprog-line);
  color: var(--mareprog-text);
  background: rgba(255, 255, 255, 0.04);
}

.mareprog-cookie-banner__accept {
  padding: 0 16px;
  border: 1px solid rgba(225, 29, 46, 0.72);
  background: linear-gradient(135deg, var(--mareprog-accent), var(--mareprog-accent-dark));
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(225, 29, 46, 0.22);
}

.mareprog-cookie-banner__close {
  width: 40px;
  padding: 0;
  border: 1px solid var(--mareprog-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mareprog-text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.mareprog-cookie-banner__link:hover,
.mareprog-cookie-banner__accept:hover,
.mareprog-cookie-banner__close:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.mareprog-site {
  min-height: 100vh;
}

.mareprog-header {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid var(--mareprog-line);
  background: rgba(3, 5, 7, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.mareprog-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(42vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mareprog-accent), transparent);
  opacity: 0.8;
}

.mareprog-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(var(--mareprog-max), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
}

.mareprog-brand,
.mareprog-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mareprog-text);
  text-decoration: none;
}

.mareprog-brand__logo {
  display: block;
  width: 156px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.mareprog-brand__fallback,
.mareprog-footer__logo span {
  color: var(--mareprog-text);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.mareprog-brand__logo + .mareprog-brand__fallback {
  display: none;
}

.mareprog-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.mareprog-nav a,
.mareprog-nav__dropdown-toggle {
  padding: 10px 9px;
  border: 1px solid transparent;
  border-radius: var(--mareprog-radius);
  background: transparent;
  color: var(--mareprog-muted);
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.mareprog-nav a:hover,
.mareprog-nav a:focus,
.mareprog-nav__dropdown-toggle:hover,
.mareprog-nav__dropdown-toggle:focus {
  border-color: var(--mareprog-line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--mareprog-text);
}

.mareprog-nav__item {
  position: relative;
}

.mareprog-nav__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
}

.mareprog-nav__dropdown-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.78;
}

.mareprog-nav__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 20;
  display: grid;
  gap: 6px;
  width: 250px;
  padding: 10px;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(6, 9, 13, 0.98);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mareprog-nav__dropdown::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 13px;
}

.mareprog-nav__dropdown a {
  justify-content: flex-start;
  padding: 11px 12px;
  color: var(--mareprog-text);
  font-size: 13px;
  line-height: 1.25;
}

.mareprog-nav__item--dropdown:hover .mareprog-nav__dropdown,
.mareprog-nav__item--dropdown:focus-within .mareprog-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mareprog-nav__item--dropdown:hover .mareprog-nav__dropdown-toggle,
.mareprog-nav__item--dropdown:focus-within .mareprog-nav__dropdown-toggle {
  border-color: var(--mareprog-line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--mareprog-text);
}

.mareprog-header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.mareprog-header__cta,
.mareprog-mobile-menu__cta,
.mareprog-footer__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(225, 29, 46, 0.72);
  border-radius: var(--mareprog-radius);
  background: linear-gradient(135deg, var(--mareprog-accent), var(--mareprog-accent-dark));
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(225, 29, 46, 0.24);
}

.mareprog-header__cta:hover,
.mareprog-mobile-menu__cta:hover,
.mareprog-footer__cta:hover {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(225, 29, 46, 0.34);
}

.mareprog-menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--mareprog-line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--mareprog-text);
  cursor: pointer;
}

.mareprog-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.mareprog-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mareprog-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.mareprog-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mareprog-mobile-menu {
  display: grid;
  gap: 8px;
  width: min(var(--mareprog-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 18px;
}

.mareprog-mobile-menu[hidden] {
  display: none;
}

.mareprog-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--mareprog-text);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.mareprog-mobile-menu__group {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background: rgba(255, 255, 255, 0.035);
}

.mareprog-mobile-menu__group span {
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 0 4px;
  color: var(--mareprog-dim);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-mobile-menu__group a {
  min-height: 42px;
  padding-left: 16px;
  background: rgba(3, 5, 7, 0.34);
}

.mareprog-mobile-menu__cta {
  border-color: rgba(225, 29, 46, 0.72) !important;
  background: linear-gradient(135deg, var(--mareprog-accent), var(--mareprog-accent-dark)) !important;
}

.mareprog-content {
  min-height: 62vh;
  background: transparent;
}

.mareprog-content .ast-container {
  width: min(var(--mareprog-max), calc(100% - 40px));
}

.mareprog-dark-site .entry-title,
.mareprog-dark-site .page-title {
  color: var(--mareprog-text);
  font-weight: 900;
}

.mareprog-dark-site .ast-article-single,
.mareprog-dark-site .ast-article-post,
.mareprog-dark-site .error-404 {
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background: rgba(17, 24, 33, 0.82);
  color: var(--mareprog-text);
  box-shadow: var(--mareprog-shadow);
}

.mareprog-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--mareprog-line);
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.08), transparent 32%),
    linear-gradient(180deg, #080b0f 0%, #030507 100%);
  color: var(--mareprog-text);
}

.mareprog-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), rgba(225, 29, 46, 0.5), transparent);
}

.mareprog-footer__inner {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 34px;
  width: min(var(--mareprog-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 36px;
}

.mareprog-footer__brand p,
.mareprog-footer__column p,
.mareprog-footer__bottom p {
  margin: 0;
  color: var(--mareprog-muted);
  line-height: 1.7;
}

.mareprog-footer__brand {
  display: grid;
  gap: 18px;
  align-content: start;
}

.mareprog-footer__logo img {
  width: 152px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.mareprog-footer__logo img + span {
  display: none;
}

.mareprog-footer__cta {
  width: fit-content;
}

.mareprog-footer__column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mareprog-footer__column h2 {
  margin: 0 0 8px;
  color: var(--mareprog-text);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mareprog-footer__column a {
  color: var(--mareprog-muted);
  font-weight: 700;
  text-decoration: none;
}

.mareprog-footer__column a:hover {
  color: var(--mareprog-text);
}

.mareprog-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--mareprog-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid var(--mareprog-line);
}

.mareprog-home-page {
  color: var(--mareprog-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(225, 29, 46, 0.13), transparent 32%),
    linear-gradient(180deg, var(--mareprog-black), var(--mareprog-graphite));
}

.mareprog-home-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(560px, 72vh, 760px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 5, 7, 0.95) 0%, rgba(3, 5, 7, 0.72) 42%, rgba(3, 5, 7, 0.34) 74%),
    linear-gradient(180deg, rgba(3, 5, 7, 0.12), rgba(3, 5, 7, 0.9)),
    var(--mareprog-home-hero-image) center / cover no-repeat;
}

.mareprog-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(225, 29, 46, 0.22), transparent 30%),
    linear-gradient(180deg, transparent 76%, var(--mareprog-black));
  pointer-events: none;
}

.mareprog-home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(var(--mareprog-max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 0 clamp(54px, 7vw, 92px);
}

.mareprog-home-kicker {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  width: fit-content;
  min-height: 30px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid rgba(225, 29, 46, 0.5);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.13);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.mareprog-home-kicker + h1,
.mareprog-home-kicker + h2 {
  margin-top: 24px;
}

.mareprog-home-page h1,
.mareprog-home-page h2,
.mareprog-home-page h3 {
  max-width: 100%;
  margin: 0;
  color: var(--mareprog-text);
  font-weight: 950;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mareprog-home-page h1 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
}

.mareprog-home-page h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
}

.mareprog-home-page h3 {
  font-size: 21px;
  line-height: 1.18;
}

.mareprog-home-page p {
  margin: 0;
  color: var(--mareprog-muted);
  font-size: 17px;
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.mareprog-home-hero__inner > p:not(.mareprog-home-kicker) {
  max-width: 720px;
}

.mareprog-home-hero__lead {
  margin-bottom: 14px !important;
  color: #ffffff !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 900;
  line-height: 1.18 !important;
}

.mareprog-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mareprog-home-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(225, 29, 46, 0.72);
  border-radius: var(--mareprog-radius);
  background: linear-gradient(135deg, var(--mareprog-accent), var(--mareprog-accent-dark));
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 14px 30px rgba(225, 29, 46, 0.24);
}

.mareprog-home-button--ghost {
  border-color: var(--mareprog-line-strong);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.mareprog-home-button:hover,
.mareprog-home-service-card:hover,
.mareprog-home-card-link:hover,
.mareprog-home-social__links a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.mareprog-home-wrap {
  width: min(var(--mareprog-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 clamp(58px, 8vw, 94px);
}

.mareprog-home-section,
.mareprog-home-final {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(17, 24, 33, 0.88);
  box-shadow: var(--mareprog-shadow);
}

.mareprog-home-section::before,
.mareprog-home-final::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 29, 46, 0.62), transparent);
}

.mareprog-home-section__header {
  display: grid;
  gap: 0;
  max-width: 900px;
  margin-bottom: 26px;
}

.mareprog-home-section__header .mareprog-home-kicker {
  margin-bottom: 0;
}

.mareprog-home-section .mareprog-home-kicker,
.mareprog-home-final .mareprog-home-kicker {
  margin-bottom: 0;
}

.mareprog-home-section__header h2 + p,
.mareprog-home-social h2 + p,
.mareprog-home-final h2 + p {
  margin-top: 16px;
}

.mareprog-home-section__header--split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  max-width: none;
}

.mareprog-home-service-grid,
.mareprog-home-card-grid,
.mareprog-home-realisation-grid {
  display: grid;
  gap: 14px;
}

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

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

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

.mareprog-home-service-card,
.mareprog-home-card-grid article,
.mareprog-home-realisation-card {
  min-width: 0;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(3, 5, 7, 0.36);
}

.mareprog-home-service-card {
  display: grid;
  gap: 14px;
  min-height: 210px;
  padding: 20px;
  color: var(--mareprog-text);
  text-decoration: none;
}

.mareprog-home-service-card h3,
.mareprog-home-card-grid article h3,
.mareprog-home-realisation-card h3 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mareprog-home-service-card span {
  display: inline-flex;
  max-width: 100%;
  width: fit-content;
  color: var(--mareprog-dim);
  font-size: 12px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.mareprog-home-service-card p,
.mareprog-home-card-grid article p,
.mareprog-home-realisation-card p,
.mareprog-home-realisation-card a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mareprog-home-card-grid article {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 20px;
}

.mareprog-home-note {
  margin-top: 20px !important;
  padding: 14px 16px;
  border: 1px solid rgba(225, 29, 46, 0.26);
  border-radius: var(--mareprog-radius);
  background: rgba(225, 29, 46, 0.08);
}

.mareprog-home-realisation-card {
  overflow: hidden;
}

.mareprog-home-realisation-card > div {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
}

.mareprog-home-realisation-card__media {
  display: grid;
  place-items: center;
  min-height: 220px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(3, 5, 7, 0.7);
  color: var(--mareprog-text);
  font-weight: 950;
  text-decoration: none;
}

.mareprog-home-realisation-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.mareprog-home-realisation-card:hover .mareprog-home-realisation-card__media img {
  transform: scale(1.035);
}

.mareprog-home-card-tag {
  max-width: 100%;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(225, 29, 46, 0.46);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.12);
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 950;
  line-height: 1 !important;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.mareprog-home-realisation-card__meta {
  font-weight: 850;
}

.mareprog-home-realisation-card__gain {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mareprog-home-realisation-card__gain span {
  padding: 8px 10px;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.mareprog-home-card-link {
  color: #ffffff;
  font-weight: 950;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.mareprog-home-local,
.mareprog-home-social,
.mareprog-home-final {
  display: grid;
  gap: 0;
  text-align: center;
  justify-items: center;
}

.mareprog-home-local > p,
.mareprog-home-social > div,
.mareprog-home-final > p {
  max-width: 920px;
}

.mareprog-home-social > div {
  display: grid;
  gap: 0;
}

.mareprog-home-local p + p {
  margin-top: 12px;
}

.mareprog-home-local .mareprog-home-button {
  margin-top: 20px;
}

.mareprog-home-local .mareprog-home-kicker,
.mareprog-home-social .mareprog-home-kicker,
.mareprog-home-final .mareprog-home-kicker {
  margin-right: auto;
  margin-left: auto;
}

.mareprog-home-social {
  grid-template-columns: minmax(0, 1fr) auto;
  text-align: left;
  justify-items: stretch;
  align-items: center;
}

.mareprog-home-social .mareprog-home-kicker {
  margin-left: 0;
}

.mareprog-home-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mareprog-home-social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--mareprog-text);
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.mareprog-home-final {
  margin-bottom: 0;
}

.mareprog-home-final .mareprog-home-actions {
  justify-content: center;
}

.mareprog-legal-page {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) 0 clamp(58px, 8vw, 96px);
  color: var(--mareprog-text);
}

.mareprog-legal-hero,
.mareprog-legal-content {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(17, 24, 33, 0.88);
  box-shadow: var(--mareprog-shadow);
}

.mareprog-legal-hero::before,
.mareprog-legal-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 29, 46, 0.58), transparent);
}

.mareprog-legal-hero {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: clamp(28px, 5vw, 48px);
}

.mareprog-legal-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0;
  padding: 0 11px;
  border: 1px solid rgba(225, 29, 46, 0.5);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.13);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-legal-page h1,
.mareprog-legal-page h2 {
  margin: 0;
  color: var(--mareprog-text);
  font-weight: 950;
  letter-spacing: 0;
}

.mareprog-legal-page h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
}

.mareprog-legal-page h2 {
  margin-bottom: 14px;
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.15;
}

.mareprog-legal-page p,
.mareprog-legal-page li {
  color: var(--mareprog-muted);
  font-size: 17px;
  line-height: 1.72;
}

.mareprog-legal-page p {
  margin: 0 0 14px;
}

.mareprog-legal-page p:last-child {
  margin-bottom: 0;
}

.mareprog-legal-page a {
  color: #ffffff;
  font-weight: 850;
  text-decoration-color: rgba(225, 29, 46, 0.55);
  text-underline-offset: 3px;
}

.mareprog-legal-content {
  padding: clamp(24px, 4vw, 42px);
}

.mareprog-legal-content section {
  padding: 24px 0;
  border-top: 1px solid var(--mareprog-line);
}

.mareprog-legal-content section:first-child {
  padding-top: 0;
  border-top: 0;
}

.mareprog-legal-content section:last-child {
  padding-bottom: 0;
}

.mareprog-legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 22px;
}

.mareprog-legal-note {
  width: fit-content;
  padding: 10px 12px;
  border: 1px solid rgba(225, 29, 46, 0.32);
  border-radius: var(--mareprog-radius);
  background: rgba(225, 29, 46, 0.08);
  color: #ffffff !important;
  font-weight: 850;
}

.mareprog-e85-page {
  width: min(var(--mareprog-max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 74px) 0 clamp(56px, 8vw, 96px);
  color: var(--mareprog-text);
}

.mareprog-e85-hero,
.mareprog-e85-section,
.mareprog-e85-final {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(17, 24, 33, 0.88);
  box-shadow: var(--mareprog-shadow);
}

.mareprog-e85-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 34px;
  align-items: stretch;
  min-height: 560px;
  margin-bottom: 18px;
  padding: clamp(28px, 4vw, 46px);
}

.mareprog-e85-hero::before,
.mareprog-e85-section::before,
.mareprog-e85-final::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 29, 46, 0.6), transparent);
}

.mareprog-e85-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
}

.mareprog-e85-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 0 11px;
  border: 1px solid rgba(225, 29, 46, 0.46);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-e85-page h1,
.mareprog-e85-page h2,
.mareprog-e85-page h3 {
  margin: 0;
  color: var(--mareprog-text);
  font-weight: 950;
  letter-spacing: 0;
}

.mareprog-e85-page h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
}

.mareprog-e85-page h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.mareprog-e85-page h3 {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.2;
}

.mareprog-e85-page p {
  margin: 0 0 16px;
  color: var(--mareprog-muted);
  font-size: 17px;
  line-height: 1.68;
}

.mareprog-e85-page p:last-child {
  margin-bottom: 0;
}

.mareprog-e85-hero__lead {
  margin: 0 0 16px;
  color: #ffffff !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 900;
  line-height: 1.15 !important;
}

.mareprog-e85-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.mareprog-e85-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(225, 29, 46, 0.72);
  border-radius: var(--mareprog-radius);
  background: linear-gradient(135deg, var(--mareprog-accent), var(--mareprog-accent-dark));
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(225, 29, 46, 0.24);
}

.mareprog-e85-button:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.mareprog-e85-button--ghost {
  border-color: var(--mareprog-line-strong);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.mareprog-e85-hero__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background: var(--mareprog-black);
}

.mareprog-e85-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.mareprog-e85-section,
.mareprog-e85-final {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 38px);
}

.mareprog-e85-section__header {
  max-width: 860px;
  margin-bottom: 28px;
}

.mareprog-e85-section__header .mareprog-e85-kicker {
  margin-bottom: 18px;
}

.mareprog-e85-section__header h2 + p {
  margin-top: 0;
}

.mareprog-e85-comparison-grid,
.mareprog-e85-card-grid,
.mareprog-e85-steps {
  display: grid;
  gap: 14px;
}

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

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

.mareprog-e85-comparison-grid article,
.mareprog-e85-card-grid article,
.mareprog-e85-steps article,
.mareprog-e85-two-cols article,
.mareprog-e85-faq details {
  border: 1px solid var(--mareprog-line);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(3, 5, 7, 0.36);
}

.mareprog-e85-comparison-grid article,
.mareprog-e85-card-grid article,
.mareprog-e85-steps article,
.mareprog-e85-two-cols article {
  padding: 20px;
}

.mareprog-e85-card-grid article,
.mareprog-e85-steps article,
.mareprog-e85-two-cols article,
.mareprog-e85-comparison-grid article {
  display: grid;
  align-content: start;
}

.mareprog-e85-comparison-grid span,
.mareprog-e85-steps span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--mareprog-dim);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-e85-comparison-grid strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
}

.mareprog-e85-bar {
  height: 10px;
  margin: 18px 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.mareprog-e85-bar::before {
  content: "";
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mareprog-accent), var(--mareprog-accent-dark));
}

.mareprog-e85-bar--sp::before {
  width: 86%;
}

.mareprog-e85-bar--e85::before {
  width: 42%;
}

.mareprog-e85-text,
.mareprog-e85-price,
.mareprog-e85-location {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  align-items: start;
}

.mareprog-e85-text--stacked,
.mareprog-e85-location--centered {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.mareprog-e85-text--stacked > div,
.mareprog-e85-location--centered > div {
  width: min(100%, 920px);
}

.mareprog-e85-text--stacked .mareprog-e85-kicker,
.mareprog-e85-location--centered .mareprog-e85-kicker {
  margin-right: auto;
  margin-left: auto;
}

.mareprog-e85-text--stacked h2,
.mareprog-e85-location--centered h2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.mareprog-e85-location--centered .mareprog-e85-button {
  margin-top: 6px;
}

.mareprog-egr-page .mareprog-e85-location,
.mareprog-fap-page .mareprog-e85-location,
.mareprog-adblue-page .mareprog-e85-location {
  grid-template-columns: 1fr;
}

.mareprog-egr-page .mareprog-e85-location > div,
.mareprog-fap-page .mareprog-e85-location > div,
.mareprog-adblue-page .mareprog-e85-location > div {
  max-width: 920px;
}

.mareprog-e85-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.mareprog-e85-two-cols ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mareprog-e85-two-cols li {
  position: relative;
  padding-left: 20px;
  color: var(--mareprog-muted);
  line-height: 1.5;
}

.mareprog-e85-two-cols li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mareprog-accent);
}

.mareprog-e85-note {
  padding: 16px;
  border-left: 3px solid var(--mareprog-accent);
  background: rgba(225, 29, 46, 0.08);
}

.mareprog-e85-price__box {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: center;
  padding: 24px;
  border: 1px solid rgba(225, 29, 46, 0.34);
  border-radius: var(--mareprog-radius);
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(3, 5, 7, 0.72);
}

.mareprog-e85-price__box strong {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

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

.mareprog-e85-steps span {
  color: #ffffff;
}

.mareprog-e85-faq {
  display: grid;
  gap: 10px;
}

.mareprog-e85-faq details {
  padding: 18px 20px;
}

.mareprog-e85-faq summary {
  color: var(--mareprog-text);
  font-weight: 950;
  cursor: pointer;
}

.mareprog-e85-faq p {
  margin-bottom: 0;
}

.mareprog-e85-final {
  text-align: center;
}

.mareprog-e85-final p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.mareprog-e85-final .mareprog-e85-actions {
  justify-content: center;
}

@media (min-width: 981px) and (max-width: 1120px) {
  .mareprog-header__inner {
    gap: 12px;
    width: min(var(--mareprog-max), calc(100% - 28px));
  }

  .mareprog-brand__logo {
    width: 132px;
  }

  .mareprog-nav a,
  .mareprog-nav__dropdown-toggle {
    padding: 9px 6px;
    font-size: 11.5px;
  }

  .mareprog-nav__dropdown-toggle {
    gap: 5px;
  }

  .mareprog-header__cta {
    min-height: 40px;
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .mareprog-header__inner {
    grid-template-columns: auto auto;
  }

  .mareprog-nav--desktop,
  .mareprog-header__cta {
    display: none;
  }

  .mareprog-menu-toggle {
    display: inline-block;
  }

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

  .mareprog-home-service-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .mareprog-home-card-grid,
  .mareprog-home-realisation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mareprog-home-section__header--split,
  .mareprog-home-social {
    grid-template-columns: 1fr;
  }

  .mareprog-home-social {
    text-align: center;
    justify-items: center;
  }

  .mareprog-home-social .mareprog-home-kicker {
    margin-left: auto;
  }

  .mareprog-home-social__links {
    justify-content: center;
  }

  .mareprog-e85-hero,
  .mareprog-e85-text,
  .mareprog-e85-price,
  .mareprog-e85-location {
    grid-template-columns: 1fr;
  }

  .mareprog-e85-card-grid,
  .mareprog-e85-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mareprog-e85-comparison-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mareprog-header__inner,
  .mareprog-mobile-menu,
  .mareprog-footer__inner,
  .mareprog-footer__bottom {
    width: min(100% - 28px, var(--mareprog-max));
  }

  .mareprog-header__inner {
    min-height: 68px;
  }

  .mareprog-brand__logo {
    width: 132px;
    max-height: 42px;
  }

  .mareprog-footer__inner {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .mareprog-footer__bottom {
    display: grid;
    gap: 8px;
  }

  .mareprog-home-hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(3, 5, 7, 0.76), rgba(3, 5, 7, 0.92)),
      var(--mareprog-home-hero-image) center / cover no-repeat;
  }

  .mareprog-home-hero__inner,
  .mareprog-home-wrap {
    width: min(100% - 28px, var(--mareprog-max));
  }

  .mareprog-home-page h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .mareprog-home-page h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .mareprog-home-section,
  .mareprog-home-final {
    padding: 20px 14px;
  }

  .mareprog-home-kicker,
  .mareprog-home-section__header .mareprog-home-kicker,
  .mareprog-home-section .mareprog-home-kicker,
  .mareprog-home-local .mareprog-home-kicker,
  .mareprog-home-social .mareprog-home-kicker,
  .mareprog-home-final .mareprog-home-kicker {
    margin-bottom: 0;
  }

  .mareprog-home-kicker + h1,
  .mareprog-home-kicker + h2 {
    margin-top: 12px;
  }

  .mareprog-home-section__header,
  .mareprog-home-social > div {
    gap: 0;
  }

  .mareprog-home-section__header h2 + p,
  .mareprog-home-social h2 + p,
  .mareprog-home-final h2 + p {
    margin-top: 14px;
  }

  .mareprog-home-realisations .mareprog-home-section__header--split .mareprog-home-button {
    margin-top: 18px;
  }

  .mareprog-home-actions,
  .mareprog-home-button {
    width: 100%;
  }

  .mareprog-home-service-grid,
  .mareprog-home-card-grid,
  .mareprog-home-realisation-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(238px, 82vw);
    grid-template-columns: none;
    gap: 12px;
    margin-right: -14px;
    margin-left: -14px;
    padding: 0 14px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 14px;
    scroll-snap-type: inline mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mareprog-home-service-grid::-webkit-scrollbar,
  .mareprog-home-card-grid::-webkit-scrollbar,
  .mareprog-home-realisation-grid::-webkit-scrollbar {
    height: 6px;
  }

  .mareprog-home-service-grid::-webkit-scrollbar-thumb,
  .mareprog-home-card-grid::-webkit-scrollbar-thumb,
  .mareprog-home-realisation-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(225, 29, 46, 0.46);
  }

  .mareprog-home-service-card,
  .mareprog-home-card-grid article,
  .mareprog-home-realisation-card {
    scroll-snap-align: start;
  }

  .mareprog-home-service-card {
    min-height: 240px;
  }

  .mareprog-home-realisation-card__media {
    min-height: 190px;
  }

  .mareprog-home-social__links,
  .mareprog-home-social__links a {
    width: 100%;
  }

  .mareprog-home-social__links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mareprog-legal-page {
    width: min(100% - 28px, var(--mareprog-max));
    padding-top: 28px;
  }

  .mareprog-legal-hero,
  .mareprog-legal-content {
    padding: 20px 14px;
  }

  .mareprog-legal-page h1 {
    font-size: 38px;
  }

  .mareprog-legal-page h2 {
    font-size: 24px;
  }

  .mareprog-legal-page p,
  .mareprog-legal-page li {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .mareprog-e85-page {
    width: min(100% - 28px, var(--mareprog-max));
    padding-top: 28px;
  }

  .mareprog-e85-hero,
  .mareprog-e85-section,
  .mareprog-e85-final {
    padding: 20px 14px;
  }

  .mareprog-e85-page h1 {
    font-size: 38px;
  }

  .mareprog-e85-page h2 {
    font-size: 27px;
  }

  .mareprog-e85-actions,
  .mareprog-e85-button {
    width: 100%;
  }

  .mareprog-e85-card-grid,
  .mareprog-e85-steps,
  .mareprog-e85-two-cols {
    grid-template-columns: 1fr;
  }

  .mareprog-e85-hero__media img {
    min-height: 260px;
  }

  .mareprog-e85-price__box {
    justify-items: center;
    text-align: center;
  }

  .mareprog-whatsapp-sticky {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 0 15px 0 12px;
    font-size: 12px;
  }

  .mareprog-whatsapp-sticky img {
    width: 21px;
    height: 21px;
  }

  .mareprog-cookie-banner {
    right: 14px;
    bottom: 76px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .mareprog-cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr 40px;
    gap: 8px;
  }

  .mareprog-cookie-banner__link,
  .mareprog-cookie-banner__accept,
  .mareprog-cookie-banner__close {
    min-height: 42px;
  }
}
