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

a[x-apple-data-detectors],
.mareprog-catalogue-archive a[x-apple-data-detectors],
.mareprog-vehicule-page a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}

.mareprog-notice {
  max-width: var(--mrp-max);
  margin: 24px auto;
  padding: 18px 20px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(17, 24, 33, 0.9);
  color: var(--mrp-muted);
  font-weight: 800;
}

body:has(.mareprog-brand-selector) .entry-header,
body.page-id-28330 .entry-header {
  display: none;
}

body:has(.mareprog-brand-selector) .ast-article-single,
body.page-id-28330 .ast-article-single {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body:has(.mareprog-brand-selector) .entry-content,
body.page-id-28330 .entry-content {
  margin: 0;
  padding-bottom: 28px;
}

.mareprog-brand-selector {
  position: relative;
  width: min(var(--mrp-max), calc(100% - 72px));
  margin: clamp(40px, 5vw, 72px) auto clamp(60px, 7vw, 96px);
  padding: clamp(42px, 5vw, 68px) clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(11, 15, 20, 0.94);
  box-shadow: var(--mrp-shadow);
}

.mareprog-brand-selector__header {
  max-width: 860px;
  margin-bottom: 30px;
}

.mareprog-brand-selector__header h1 {
  margin: 0;
  color: var(--mrp-text);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: 0;
}

.mareprog-brand-selector__notice {
  max-width: 860px;
  margin: -14px 0 26px;
  color: var(--mrp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.mareprog-marques-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin: 0;
}

.mareprog-marque-card,
.mareprog-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 96px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--mrp-card);
  color: var(--mrp-text);
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.mareprog-marque-card::before,
.mareprog-card::before,
.mareprog-engine-card::before,
.mareprog-stat-card::before,
.mareprog-info-card::before,
.mareprog-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 29, 46, 0.62), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.mareprog-marque-card:hover,
.mareprog-card:hover,
.mareprog-engine-card:hover {
  transform: translateY(-3px);
  border-color: rgba(225, 29, 46, 0.48);
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.12), rgba(255, 255, 255, 0.02)),
    var(--mrp-card);
  box-shadow: var(--mrp-shadow);
}

.mareprog-marque-card:hover::before,
.mareprog-card:hover::before,
.mareprog-engine-card:hover::before,
.mareprog-stat-card:hover::before,
.mareprog-info-card:hover::before,
.mareprog-cta-card:hover::before {
  opacity: 1;
}

.mareprog-marque-card span,
.mareprog-card span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.mareprog-marque-card.has-logo {
  min-height: 122px;
  padding: 22px 18px;
}

.mareprog-marque-card.has-logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(128px, 72%);
  max-width: 150px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.32));
  transition: filter 0.2s ease, transform 0.2s ease;
}

.mareprog-marque-card.has-logo:hover img {
  transform: scale(1.03);
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

.mareprog-marque-card__fallback {
  display: none;
}

.mareprog-marque-card.has-fallback {
  text-align: center;
}

.mareprog-marque-card__badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid rgba(225, 29, 46, 0.5);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.16);
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
  line-height: 20px;
  letter-spacing: 0;
}

.mareprog-seo-sections {
  display: grid;
  gap: 18px;
  margin-top: clamp(32px, 5vw, 54px);
}

.mareprog-seo-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(17, 24, 33, 0.86);
  color: var(--mrp-text);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
}

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

.mareprog-seo-card h2 {
  max-width: 860px;
  margin: 0 0 16px;
  color: var(--mrp-text);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.mareprog-seo-card p {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--mrp-muted);
  font-size: 17px;
  line-height: 1.7;
}

.mareprog-seo-card p:last-child {
  margin-bottom: 0;
}

.mareprog-seo-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  max-width: 940px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.mareprog-seo-card li {
  position: relative;
  min-height: 46px;
  padding: 13px 14px 13px 34px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--mrp-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.mareprog-seo-card li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--mrp-red);
  box-shadow: 0 0 18px rgba(225, 29, 46, 0.42);
}

.mareprog-seo-card__notice {
  margin-top: 20px !important;
  padding: 15px 16px;
  border-left: 3px solid var(--mrp-red);
  background: rgba(225, 29, 46, 0.08);
  color: var(--mrp-text) !important;
  font-weight: 850;
}

.mareprog-seo-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 6px;
  padding: 0 22px;
  border: 1px solid rgba(225, 29, 46, 0.72);
  border-radius: var(--mrp-radius);
  background: linear-gradient(135deg, var(--mrp-red), var(--mrp-red-dark));
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(225, 29, 46, 0.22);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mareprog-seo-card__button:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(225, 29, 46, 0.32);
}

body.mareprog-contact-page .entry-header {
  display: none;
}

body.mareprog-contact-page .ast-article-single {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.mareprog-contact-page .entry-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1.48fr);
  gap: 16px 22px;
  width: min(var(--mrp-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 28px;
}

body.mareprog-contact-page .entry-content::before {
  display: none;
}

body.mareprog-contact-page .entry-content > p:empty {
  display: none;
}

body.mareprog-contact-page .entry-content > * {
  min-width: 0;
}

.mareprog-contact-aside {
  grid-column: 1;
  grid-row: 1 / span 3;
  position: relative;
  z-index: 1;
  align-self: start;
}

.mareprog-contact-info,
body.mareprog-contact-page .wpcf7 {
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(17, 24, 33, 0.9);
  color: var(--mrp-text);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.mareprog-contact-form-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.mareprog-contact-form-title h1 {
  margin: 0;
  color: var(--mrp-text);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.04;
}

.mareprog-contact-info {
  padding: 22px;
}

.mareprog-contact-info h2 {
  margin: 0 0 16px;
  color: var(--mrp-text);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.12;
}

.mareprog-contact-info__intro {
  margin: 0 0 18px;
  color: var(--mrp-muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.mareprog-contact-info ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mareprog-contact-info li {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--mrp-line);
}

.mareprog-contact-info li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mareprog-contact-info strong {
  color: var(--mrp-dim);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mareprog-contact-info span {
  color: var(--mrp-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

body.mareprog-contact-page .mareprog-vehicle-selector {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(17, 24, 33, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

body.mareprog-contact-page .mareprog-vehicle-selector::before {
  display: block;
}

body.mareprog-contact-page .mareprog-vehicle-selector__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mareprog-contact-page .wpcf7 {
  grid-column: 2;
  grid-row: 3;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(22px, 4vw, 34px);
}

.mareprog-cf7-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.mareprog-cf7-heading h2 {
  margin: 0;
  color: var(--mrp-text);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 950;
  line-height: 1.1;
}

body.mareprog-contact-page .wpcf7 form,
body.mareprog-contact-page .wpcf7-form {
  display: grid;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

body.mareprog-contact-page .wpcf7 p {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--mrp-muted);
}

body.mareprog-contact-page .wpcf7 label {
  display: grid;
  gap: 8px;
  color: var(--mrp-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

body.mareprog-contact-page .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body.mareprog-contact-page .wpcf7 input[type="text"],
body.mareprog-contact-page .wpcf7 input[type="email"],
body.mareprog-contact-page .wpcf7 input[type="tel"],
body.mareprog-contact-page .wpcf7 input[type="url"],
body.mareprog-contact-page .wpcf7 input[type="number"],
body.mareprog-contact-page .wpcf7 input[type="date"],
body.mareprog-contact-page .wpcf7 select,
body.mareprog-contact-page .wpcf7 textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(3, 5, 7, 0.62);
  color: var(--mrp-text);
  font-size: 15px;
  font-weight: 750;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.mareprog-contact-page .wpcf7 select,
body.mareprog-contact-page .mareprog-vehicle-selector select {
  padding-right: 42px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--mrp-muted) 50%),
    linear-gradient(135deg, var(--mrp-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 15px) 50%,
    calc(100% - 9px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

body.mareprog-contact-page .wpcf7 p:has(input[type="submit"]) {
  position: relative;
  margin-top: 6px;
  gap: 0;
}

body.mareprog-contact-page .wpcf7 textarea {
  min-height: 138px;
  padding-top: 13px;
  resize: vertical;
}

body.mareprog-contact-page .wpcf7 input::placeholder,
body.mareprog-contact-page .wpcf7 textarea::placeholder {
  color: rgba(174, 183, 194, 0.72);
}

body.mareprog-contact-page .wpcf7 input:focus,
body.mareprog-contact-page .wpcf7 select:focus,
body.mareprog-contact-page .wpcf7 textarea:focus {
  border-color: rgba(225, 29, 46, 0.58);
  background: rgba(3, 5, 7, 0.78);
  box-shadow: 0 0 0 3px rgba(225, 29, 46, 0.14);
}

body.mareprog-contact-page .wpcf7 select {
  cursor: pointer;
}

body.mareprog-contact-page .wpcf7-list-item {
  margin: 0;
}

body.mareprog-contact-page .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--mrp-muted);
  font-size: 14px;
  font-weight: 750;
}

body.mareprog-contact-page .wpcf7 input[type="checkbox"],
body.mareprog-contact-page .wpcf7 input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--mrp-red);
}

body.mareprog-contact-page .wpcf7 input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(225, 29, 46, 0.78);
  border-radius: var(--mrp-radius);
  background: linear-gradient(135deg, var(--mrp-red), var(--mrp-red-dark));
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(225, 29, 46, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.mareprog-contact-page .wpcf7 input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(225, 29, 46, 0.34);
  filter: brightness(1.03);
}

body.mareprog-contact-page .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  margin: 0;
  background-color: var(--mrp-red);
}

body.mareprog-contact-page .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #ff7a84;
  font-size: 13px;
  font-weight: 800;
}

body.mareprog-contact-page .wpcf7 form .wpcf7-response-output {
  margin: 4px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--mrp-line);
  border-left: 3px solid var(--mrp-red);
  border-radius: var(--mrp-radius);
  background: rgba(225, 29, 46, 0.08);
  color: var(--mrp-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

body.mareprog-contact-page .wpcf7 form.sent .wpcf7-response-output {
  border-left-color: #35c46a;
  background: rgba(53, 196, 106, 0.1);
}

.mareprog-vehicle-selector {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(var(--mrp-max), calc(100% - 32px));
  margin: 28px auto;
  padding: clamp(22px, 4vw, 34px);
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    rgba(17, 24, 33, 0.92);
  color: var(--mrp-text);
  box-shadow: var(--mrp-shadow);
}

.mareprog-vehicle-selector::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--mrp-red), transparent 70%);
}

.mareprog-vehicle-selector__header {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.mareprog-vehicle-selector__header h2 {
  margin: 0 0 12px;
  color: var(--mrp-text);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  line-height: 1.08;
}

.mareprog-vehicle-selector__header p:last-child {
  margin: 0;
  color: var(--mrp-muted);
  font-size: 16px;
  line-height: 1.6;
}

.mareprog-vehicle-selector__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mareprog-vehicle-selector label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.mareprog-vehicle-selector label span {
  color: var(--mrp-dim);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mareprog-vehicle-selector select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(3, 5, 7, 0.62);
  color: var(--mrp-text);
  font-size: 15px;
  font-weight: 800;
  outline: none;
}

.mareprog-vehicle-selector select:focus {
  border-color: rgba(225, 29, 46, 0.56);
  box-shadow: 0 0 0 3px rgba(225, 29, 46, 0.14);
}

.mareprog-vehicle-selector select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.mareprog-vehicle-selector__status {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--mrp-muted);
  font-size: 14px;
  font-weight: 800;
}

.mareprog-card small {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: var(--mrp-dim);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mareprog-catalogue-archive,
.mareprog-vehicule-page {
  position: relative;
  min-height: 70vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.13), transparent 34%),
    linear-gradient(180deg, var(--mrp-black), var(--mrp-graphite));
  color: var(--mrp-text);
}

.mareprog-catalogue-archive::before,
.mareprog-vehicule-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 55%);
}

.mareprog-catalogue-container,
.mareprog-vehicule-container {
  position: relative;
  z-index: 1;
  width: min(var(--mrp-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 70px;
}

.mareprog-catalogue-hero,
.mareprog-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 30px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(17, 24, 33, 0.9);
  box-shadow: var(--mrp-shadow);
}

.mareprog-catalogue-hero::after,
.mareprog-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(225, 29, 46, 0.26);
  border-radius: 50%;
  opacity: 0.65;
}

.mareprog-catalogue-hero__content,
.mareprog-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.mareprog-kicker,
.mareprog-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin: 0 0 14px;
  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: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mareprog-catalogue-container h1,
.mareprog-hero h1 {
  max-width: 900px;
  margin: 0 0 12px;
  color: var(--mrp-text);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.mareprog-breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: var(--mrp-dim);
  font-size: 14px;
}

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

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

.mareprog-breadcrumb span {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.35);
}

.mareprog-breadcrumb strong {
  color: var(--mrp-text);
}

.mareprog-intro,
.mareprog-subtitle {
  max-width: 680px;
  margin: 0;
  color: var(--mrp-muted);
  font-size: 18px;
  line-height: 1.6;
}

.mareprog-catalogue-meter,
.mareprog-price-box {
  position: relative;
  z-index: 1;
  min-width: 174px;
  padding: 22px;
  border: 1px solid rgba(225, 29, 46, 0.34);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(3, 5, 7, 0.72);
  color: var(--mrp-text);
  text-align: center;
}

.mareprog-catalogue-meter span,
.mareprog-price-box span,
.mareprog-price-box small {
  display: block;
  color: var(--mrp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mareprog-catalogue-meter strong,
.mareprog-price-box strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
}

.mareprog-catalogue-meter--brand {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 188px;
  padding: 18px 20px;
}

.mareprog-catalogue-meter--brand img {
  display: block;
  width: min(118px, 100%);
  max-width: 118px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.3));
}

.mareprog-catalogue-meter--brand span {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  overflow-wrap: anywhere;
}

.mareprog-catalogue-meter--period {
  min-width: min(260px, 100%);
}

.mareprog-catalogue-meter__brand-fallback {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

.mareprog-catalogue-meter__count {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.mareprog-price-box small {
  margin-top: 8px;
  color: var(--mrp-dim);
  text-transform: none;
}

.mareprog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.mareprog-energy-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin: 34px 0 16px;
}

.mareprog-energy-title {
  margin: 0;
  color: var(--mrp-text);
  font-size: 28px;
  font-weight: 950;
}

.mareprog-energy-heading span {
  color: var(--mrp-dim);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mareprog-engine-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.mareprog-engine-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-height: 128px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--mrp-card);
  color: var(--mrp-text);
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.mareprog-engine-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.mareprog-engine-card__top strong {
  color: var(--mrp-text);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}

.mareprog-engine-card__top em {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(225, 29, 46, 0.34);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.mareprog-engine-card__top em small {
  margin-left: 3px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.mareprog-engine-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mareprog-engine-card__stats span {
  min-height: 64px;
  padding: 10px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mrp-text);
  font-size: 14px;
  font-weight: 900;
}

.mareprog-engine-card__stats small {
  display: block;
  margin-bottom: 4px;
  color: var(--mrp-dim);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mareprog-engine-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--mrp-line);
  border-radius: 999px;
  color: var(--mrp-red);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.mareprog-engine-card__link i {
  font-style: normal;
}

.mareprog-price {
  color: #ffffff !important;
  font-weight: 900;
}

.mareprog-performance-tabs {
  position: relative;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--mrp-card);
  color: var(--mrp-text);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.mareprog-performance-tabs__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.mareprog-tabs-list {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--mrp-line);
  border-radius: 999px;
  background: rgba(3, 5, 7, 0.42);
}

.mareprog-tabs-list--single {
  grid-template-columns: minmax(112px, auto);
}

.mareprog-tabs-list button,
.mareprog-info-button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.mareprog-tabs-list button {
  padding: 0 18px;
  background: transparent;
  color: var(--mrp-muted);
}

.mareprog-tabs-list button.is-active {
  background: linear-gradient(135deg, var(--mrp-red), var(--mrp-red-dark));
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(225, 29, 46, 0.24);
}

.mareprog-info-button {
  padding: 0 14px;
  border: 1px solid var(--mrp-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mrp-text);
}

.mareprog-tab-panel[hidden] {
  display: none;
}

.mareprog-stage-layout,
.mareprog-e85-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: stretch;
}

.mareprog-performance-table-wrap {
  overflow-x: auto;
}

.mareprog-performance-table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0 10px;
  overflow: hidden;
  border: 0;
}

.mareprog-performance-table th,
.mareprog-performance-table td {
  padding: 18px 16px;
  border: 0;
  color: var(--mrp-text);
  text-align: right;
  font-weight: 900;
}

.mareprog-performance-table thead th {
  padding: 0 16px 8px;
  background: transparent;
  color: var(--mrp-dim);
  font-size: 12px;
  text-transform: uppercase;
}

.mareprog-performance-table tbody tr {
  position: relative;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.mareprog-performance-table tbody th,
.mareprog-performance-table tbody td {
  border-top: 1px solid var(--mrp-line);
  border-bottom: 1px solid var(--mrp-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(3, 5, 7, 0.32);
}

.mareprog-performance-table tbody th {
  position: relative;
  width: 22%;
  border-left: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius) 0 0 var(--mrp-radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--mrp-text);
  font-size: 17px;
  font-weight: 950;
}

.mareprog-performance-table th:first-child,
.mareprog-performance-table td:first-child,
.mareprog-performance-table tbody th {
  text-align: left;
}

.mareprog-value {
  position: relative;
  min-width: 120px;
  font-size: 18px;
}

.mareprog-value--origin {
  color: var(--mrp-muted) !important;
}

.mareprog-value--modified {
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.14), rgba(255, 255, 255, 0.025)),
    rgba(225, 29, 46, 0.04);
  color: #ffffff;
}

.mareprog-value--modified::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: rgba(225, 29, 46, 0.72);
}

.mareprog-value--modified::after {
  content: "";
  position: absolute;
  left: 7px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(225, 29, 46, 0.85);
  border-right: 1px solid rgba(225, 29, 46, 0.85);
  transform: rotate(45deg);
}

.mareprog-value--gain {
  border-right: 1px solid var(--mrp-line);
  border-radius: 0 var(--mrp-radius) var(--mrp-radius) 0;
  color: #ffffff;
  font-size: 20px;
}

.mareprog-value--gain:not(:empty) {
  text-shadow: 0 0 18px rgba(225, 29, 46, 0.3);
}

.mareprog-stage-price {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(225, 29, 46, 0.34);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(225, 29, 46, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(3, 5, 7, 0.72);
  text-align: center;
}

.mareprog-stage-price span {
  color: var(--mrp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mareprog-stage-price strong {
  margin-top: 6px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.mareprog-e85-content h2 {
  margin: 0 0 14px;
  color: var(--mrp-text);
  font-size: 26px;
  font-weight: 950;
}

.mareprog-e85-content p {
  margin: 0 0 14px;
  color: var(--mrp-muted);
  font-size: 16px;
  line-height: 1.65;
}

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

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

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

.mareprog-tabs-cta:hover {
  color: #ffffff;
}

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

.mareprog-modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  box-sizing: border-box;
  padding: clamp(72px, 10vh, 110px) 18px clamp(36px, 7vh, 72px);
  overflow-y: auto;
}

.mareprog-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.mareprog-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(72vh, 720px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid var(--mrp-line-strong);
  border-radius: var(--mrp-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.16), transparent 34%),
    var(--mrp-graphite);
  color: var(--mrp-text);
  box-shadow: var(--mrp-shadow);
}

.mareprog-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--mrp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 24px;
  line-height: 0;
  cursor: pointer;
}

.mareprog-modal h2,
.mareprog-modal h3 {
  margin: 0 0 14px;
  color: var(--mrp-text);
  font-weight: 950;
}

.mareprog-modal h2 {
  padding-right: 44px;
  font-size: 30px;
}

.mareprog-modal h3 {
  font-size: 20px;
}

.mareprog-modal section {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid var(--mrp-line);
}

.mareprog-modal p {
  margin: 0 0 12px;
  color: var(--mrp-muted);
  line-height: 1.65;
}

.mareprog-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.mareprog-stat-card,
.mareprog-info-card,
.mareprog-cta-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--mrp-card);
  color: var(--mrp-text);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.mareprog-stat-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--mrp-dim);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mareprog-stat-card strong {
  display: block;
  color: var(--mrp-text);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.mareprog-stat-card small {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
}

.mareprog-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.mareprog-info-card h2,
.mareprog-cta-card h2 {
  margin: 0 0 18px;
  color: var(--mrp-text);
  font-size: 26px;
  font-weight: 950;
}

.mareprog-info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mareprog-info-card li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mrp-line);
}

.mareprog-info-card li:last-child {
  border-bottom: 0;
}

.mareprog-info-card li span {
  color: var(--mrp-dim);
  font-weight: 800;
}

.mareprog-info-card li strong {
  color: var(--mrp-text);
  text-align: right;
}

.mareprog-cta-card {
  display: grid;
  align-content: start;
}

.mareprog-cta-card p {
  margin: 0 0 22px;
  color: var(--mrp-muted);
  font-size: 16px;
  line-height: 1.65;
}

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

.mareprog-cta-button:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(225, 29, 46, 0.34);
}

.mareprog-cta-card small {
  display: block;
  margin-top: 16px;
  color: var(--mrp-dim);
  font-size: 13px;
  line-height: 1.5;
}

.mareprog-local-card {
  gap: 18px;
}

.mareprog-local-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.mareprog-local-card p {
  margin: 0 0 16px;
}

.mareprog-realisations-page,
.mareprog-realisation-single {
  min-height: 70vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(225, 29, 46, 0.13), transparent 34%),
    linear-gradient(180deg, var(--mrp-black), var(--mrp-graphite));
  color: var(--mrp-text);
}

.mareprog-realisations-container {
  width: min(var(--mrp-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 70px;
}

.mareprog-realisations-hero,
.mareprog-realisation-hero,
.mareprog-realisations-empty,
.mareprog-realisation-details,
.mareprog-realisation-gallery,
.mareprog-realisation-graph,
.mareprog-realisation-local,
.mareprog-realisation-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-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(--mrp-shadow);
}

.mareprog-realisations-hero,
.mareprog-realisations-empty {
  margin-bottom: 22px;
  padding: clamp(28px, 5vw, 48px);
}

.mareprog-realisations-hero h1,
.mareprog-realisation-hero h1,
.mareprog-realisation-performance h2,
.mareprog-realisation-gallery h2,
.mareprog-realisation-graph h2,
.mareprog-realisation-local h2,
.mareprog-realisation-cta h2,
.mareprog-realisations-empty h2 {
  margin: 0;
  color: var(--mrp-text);
  font-weight: 950;
  letter-spacing: 0;
}

.mareprog-realisations-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
}

.mareprog-realisations-hero p:not(.mareprog-badge),
.mareprog-realisations-empty p,
.mareprog-realisation-hero p,
.mareprog-realisation-local p,
.mareprog-realisation-cta p {
  margin: 0;
  color: var(--mrp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.mareprog-realisations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mareprog-realisation-card {
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(17, 24, 33, 0.9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.mareprog-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(--mrp-text);
  font-weight: 950;
  text-decoration: none;
}

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

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

.mareprog-realisation-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.mareprog-realisation-card__tag {
  width: fit-content;
  margin: 0;
  padding: 6px 9px;
  border: 1px solid rgba(225, 29, 46, 0.42);
  border-radius: 999px;
  background: rgba(225, 29, 46, 0.1);
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-realisation-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.mareprog-realisation-card h2 a {
  color: var(--mrp-text);
  text-decoration: none;
}

.mareprog-realisation-card__meta {
  margin: 0;
  color: var(--mrp-muted);
  font-weight: 800;
}

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

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

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

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

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

.mareprog-realisation-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.84fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  margin-bottom: 22px;
  padding: clamp(26px, 4vw, 42px);
  isolation: isolate;
}

.mareprog-realisation-hero--text-only {
  grid-template-columns: 1fr;
}

.mareprog-realisation-hero__content {
  display: grid;
  align-content: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  max-width: 760px;
}

.mareprog-realisation-hero h1 {
  max-width: 100%;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.02;
  overflow-wrap: anywhere;
  word-break: normal;
}

.mareprog-realisation-hero__content p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.mareprog-realisation-hero__media {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(3, 5, 7, 0.7);
}

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

.mareprog-realisation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mareprog-realisation-details {
  display: grid;
  margin-bottom: 22px;
  padding: clamp(22px, 4vw, 34px);
}

.mareprog-realisation-performance__grid {
  display: grid;
  gap: 10px;
}

.mareprog-realisation-performance {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.mareprog-realisation-performance h2,
.mareprog-realisation-gallery h2,
.mareprog-realisation-graph h2,
.mareprog-realisation-local h2,
.mareprog-realisation-cta h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.mareprog-realisation-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.mareprog-realisation-service-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(225, 29, 46, 0.62);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 29, 46, 0.98), rgba(127, 16, 25, 0.95));
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 0 12px 24px rgba(225, 29, 46, 0.2);
}

.mareprog-realisation-performance-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mareprog-realisation-performance-table {
  min-width: 0;
  table-layout: fixed;
}

.mareprog-realisation-performance-table th,
.mareprog-realisation-performance-table td {
  padding-right: 12px;
  padding-left: 12px;
  overflow-wrap: anywhere;
}

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

.mareprog-realisation-performance__grid article {
  display: grid;
  gap: 6px;
  padding: 15px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(3, 5, 7, 0.32);
}

.mareprog-realisation-performance__grid span {
  color: var(--mrp-dim);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.mareprog-realisation-performance__grid strong {
  color: var(--mrp-text);
  font-size: 18px;
  font-weight: 950;
}

.mareprog-realisation-gallery,
.mareprog-realisation-graph,
.mareprog-realisation-local,
.mareprog-realisation-cta {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
  padding: clamp(22px, 4vw, 34px);
}

.mareprog-realisation-gallery > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mareprog-realisation-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(3, 5, 7, 0.5);
}

.mareprog-realisation-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mareprog-realisation-gallery figcaption {
  padding: 10px 12px;
  color: var(--mrp-muted);
  font-weight: 900;
}

.mareprog-realisation-graph figure {
  margin: 0;
  padding: clamp(12px, 2vw, 18px);
  overflow: hidden;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  background: rgba(3, 5, 7, 0.5);
}

.mareprog-realisation-graph img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.mareprog-realisation-cta {
  margin-bottom: 0;
  text-align: center;
}

.mareprog-realisation-cta .mareprog-realisation-button {
  justify-self: center;
}

.mareprog-realisations-pagination {
  margin-top: 24px;
}

.mareprog-realisations-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mareprog-realisations-pagination a,
.mareprog-realisations-pagination span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--mrp-line);
  border-radius: var(--mrp-radius);
  color: var(--mrp-text);
  text-decoration: none;
}

@media (max-width: 1180px) {
  .mareprog-realisation-hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.82fr);
    gap: 24px;
  }

  .mareprog-realisation-hero h1 {
    font-size: clamp(32px, 4vw, 48px);
  }

  .mareprog-realisation-performance-table th,
  .mareprog-realisation-performance-table td {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 980px) {
  body.mareprog-contact-page .entry-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.mareprog-contact-page .entry-content::before {
    display: none;
  }

  .mareprog-contact-aside,
  .mareprog-contact-form-title,
  body.mareprog-contact-page .mareprog-vehicle-selector,
  body.mareprog-contact-page .wpcf7 {
    grid-column: 1;
  }

  .mareprog-contact-aside {
    grid-row: auto;
  }

  .mareprog-contact-form-title {
    grid-row: 2;
  }

  body.mareprog-contact-page .mareprog-vehicle-selector {
    grid-row: 3;
  }

  body.mareprog-contact-page .wpcf7 {
    grid-row: 4;
  }

  body:has(.mareprog-brand-selector) .entry-content,
  body.page-id-28330 .entry-content {
    padding-bottom: 28px;
  }

  .mareprog-brand-selector {
    width: min(100% - 36px, var(--mrp-max));
    margin-top: 36px;
    margin-bottom: 28px;
    padding: 42px 24px 52px;
  }

  body:has(.mareprog-brand-selector) .entry-content .mareprog-brand-selector,
  body.page-id-28330 .entry-content .mareprog-brand-selector {
    margin-bottom: 28px;
  }

  .mareprog-brand-selector .mareprog-marques-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .mareprog-seo-card ul {
    grid-template-columns: 1fr;
  }

  .mareprog-catalogue-hero__content,
  .mareprog-hero,
  .mareprog-info-grid {
    grid-template-columns: 1fr;
  }

  .mareprog-catalogue-meter,
  .mareprog-price-box {
    width: fit-content;
  }

  .mareprog-catalogue-meter--brand {
    justify-self: start;
  }

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

  .mareprog-realisations-grid,
  .mareprog-realisation-hero,
  .mareprog-realisation-details {
    grid-template-columns: 1fr;
  }

  .mareprog-realisation-hero {
    gap: 20px;
  }

  .mareprog-realisation-hero__content {
    max-width: none;
  }

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

@media (max-width: 680px) {
  body.mareprog-contact-page .entry-content {
    width: min(100% - 28px, var(--mrp-max));
    padding: 28px 0 42px;
  }

  .mareprog-contact-form-title h1 {
    font-size: 32px;
  }

  .mareprog-contact-info {
    padding: 18px 14px;
  }

  body.mareprog-contact-page .mareprog-vehicle-selector {
    padding: 20px 14px;
  }

  body.mareprog-contact-page .wpcf7 {
    padding: 18px 14px;
  }

  body.mareprog-contact-page .mareprog-vehicle-selector__grid {
    grid-template-columns: 1fr;
  }

  body.mareprog-contact-page .wpcf7 input[type="submit"] {
    min-height: 54px;
  }

  body:has(.mareprog-brand-selector) .entry-content,
  body.page-id-28330 .entry-content {
    padding-bottom: 28px;
  }

  .mareprog-catalogue-container,
  .mareprog-vehicule-container {
    width: min(100% - 28px, var(--mrp-max));
    padding: 36px 0 52px;
  }

  .mareprog-catalogue-hero,
  .mareprog-hero {
    padding: 22px;
  }

  .mareprog-breadcrumb {
    font-size: 13px;
    line-height: 1.8;
  }

  .mareprog-grid,
  .mareprog-engine-list,
  .mareprog-stats-grid {
    grid-template-columns: 1fr;
  }

  .mareprog-catalogue-archive--brand .mareprog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mareprog-catalogue-archive--brand .mareprog-card {
    min-height: 104px;
    padding: 16px 10px;
    text-align: center;
  }

  .mareprog-catalogue-archive--brand .mareprog-card small {
    font-size: 10px;
  }

  .mareprog-catalogue-archive--brand .mareprog-card span {
    overflow-wrap: anywhere;
    font-size: 15px;
    line-height: 1.18;
  }

  .mareprog-catalogue-archive--model .mareprog-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mareprog-catalogue-archive--model .mareprog-card {
    min-height: 96px;
    padding: 18px 16px;
    text-align: center;
  }

  .mareprog-catalogue-archive--model .mareprog-card span {
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.25;
  }

  .mareprog-brand-selector {
    width: calc(100% - 28px);
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 32px 14px 42px;
  }

  body:has(.mareprog-brand-selector) .entry-content .mareprog-brand-selector,
  body.page-id-28330 .entry-content .mareprog-brand-selector {
    margin-bottom: 28px;
  }

  .mareprog-brand-selector__header {
    margin-bottom: 22px;
  }

  .mareprog-brand-selector__header h1 {
    font-size: 30px;
  }

  .mareprog-brand-selector .mareprog-marques-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mareprog-brand-selector .mareprog-marque-card {
    min-height: 98px;
    padding: 16px 10px;
  }

  .mareprog-brand-selector .mareprog-marque-card__badge {
    top: 7px;
    left: 7px;
    min-height: 19px;
    padding: 0 6px;
    font-size: 6px;
    line-height: 17px;
  }

  .mareprog-brand-selector .mareprog-marque-card.has-logo {
    min-height: 98px;
  }

  .mareprog-brand-selector .mareprog-marque-card.has-logo img {
    width: min(116px, 78%);
    height: 42px;
  }

  .mareprog-brand-selector .mareprog-marque-card span {
    font-size: 14px;
    line-height: 1.2;
  }

  .mareprog-brand-selector .mareprog-marque-card:hover {
    transform: none;
  }

  .mareprog-seo-sections {
    margin-top: 28px;
  }

  .mareprog-seo-card {
    padding: 22px 16px;
  }

  .mareprog-seo-card h2 {
    font-size: 25px;
  }

  .mareprog-seo-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .mareprog-seo-card li {
    min-height: 0;
    font-size: 14px;
  }

  .mareprog-seo-card__button {
    width: 100%;
  }

  .mareprog-vehicle-selector {
    padding: 22px 14px;
  }

  .mareprog-vehicle-selector__grid {
    grid-template-columns: 1fr;
  }

  .mareprog-performance-tabs {
    padding: 18px 14px;
  }

  .mareprog-performance-tabs__top {
    display: grid;
    gap: 12px;
  }

  .mareprog-tabs-list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mareprog-tabs-list--single {
    grid-template-columns: 1fr;
  }

  .mareprog-info-button,
  .mareprog-tabs-cta {
    width: 100%;
  }

  .mareprog-stage-layout,
  .mareprog-e85-content {
    grid-template-columns: 1fr;
  }

  .mareprog-performance-table {
    min-width: 0;
    border-spacing: 0 14px;
    border: 0;
  }

  .mareprog-performance-table thead {
    display: none;
  }

  .mareprog-performance-table,
  .mareprog-performance-table tbody,
  .mareprog-performance-table tr,
  .mareprog-performance-table th,
  .mareprog-performance-table td {
    display: block;
    width: 100%;
  }

  .mareprog-performance-table tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid var(--mrp-line);
    border-radius: var(--mrp-radius);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
      rgba(3, 5, 7, 0.32);
  }

  .mareprog-performance-table tr:last-child {
    margin-bottom: 0;
  }

  .mareprog-performance-table th,
  .mareprog-performance-table td {
    padding: 0;
    border: 0;
    text-align: left;
  }

  .mareprog-performance-table tbody th {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mrp-text);
    font-size: 17px;
  }

  .mareprog-performance-table tbody td {
    display: grid;
    gap: 6px;
    min-width: 0;
    min-height: 74px;
    padding: 11px 8px;
    border: 1px solid var(--mrp-line);
    border-radius: var(--mrp-radius);
    background: rgba(255, 255, 255, 0.035);
    text-align: center;
    align-content: center;
  }

  .mareprog-performance-table tbody td::before {
    order: 1;
    content: attr(data-label);
    color: var(--mrp-dim);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .mareprog-value {
    font-size: 15px;
    line-height: 1.15;
  }

  .mareprog-value--modified {
    border-color: rgba(225, 29, 46, 0.36) !important;
    background:
      linear-gradient(135deg, rgba(225, 29, 46, 0.14), rgba(255, 255, 255, 0.025)),
      rgba(225, 29, 46, 0.04) !important;
  }

  .mareprog-value--modified::before {
    position: static;
    display: block;
    order: 1;
    width: auto;
    height: auto;
    background: transparent;
    color: var(--mrp-dim);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .mareprog-value--modified::after {
    display: none;
  }

  .mareprog-value--gain {
    border-right: 1px solid rgba(225, 29, 46, 0.42);
    border-color: rgba(225, 29, 46, 0.42) !important;
    font-size: 16px;
  }

  .mareprog-stage-price {
    min-height: 110px;
  }

  .mareprog-modal {
    padding: 74px 12px 28px;
  }

  .mareprog-modal__dialog {
    max-height: calc(100vh - 112px);
    padding: 22px 16px;
  }

  .mareprog-modal h2 {
    font-size: 25px;
  }

  .mareprog-engine-card__top {
    display: grid;
    gap: 10px;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card {
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 10px 10px 14px;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__top strong {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__top em {
    min-height: 26px;
    padding: 0 8px;
    font-size: 12px;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__top em small {
    display: none;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__link {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border-color: rgba(225, 29, 46, 0.52);
    background: rgba(225, 29, 46, 0.12);
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__link span {
    display: none;
  }

  .mareprog-catalogue-archive--period .mareprog-engine-card__link i {
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
  }

  .mareprog-engine-card__stats {
    grid-template-columns: 1fr;
  }

  .mareprog-energy-heading {
    display: grid;
    gap: 4px;
  }

  .mareprog-stat-card strong {
    font-size: 28px;
  }

  .mareprog-realisations-container {
    width: min(100% - 28px, var(--mrp-max));
    padding: 36px 0 52px;
  }

  .mareprog-realisations-hero,
  .mareprog-realisation-hero,
  .mareprog-realisation-details,
  .mareprog-realisation-gallery,
  .mareprog-realisation-graph,
  .mareprog-realisation-local,
  .mareprog-realisation-cta {
    padding: 20px 14px;
  }

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

  .mareprog-realisation-performance__grid,
  .mareprog-realisation-gallery > div {
    grid-template-columns: 1fr;
  }

  .mareprog-realisation-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .mareprog-realisation-performance-table {
    border-spacing: 0 12px;
  }

  .mareprog-realisation-performance-table tr {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mareprog-realisation-performance-table tbody th {
    font-size: 16px;
  }

  .mareprog-realisation-performance-table tbody td {
    min-height: 0;
    padding: 12px;
    text-align: left;
  }

  .mareprog-realisation-performance-table tbody td::before {
    justify-self: start;
  }

  .mareprog-realisation-graph figure {
    padding: 8px;
  }

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