@font-face {
  font-family: "URW DIN";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("URWDIN-Bold"),
    local("URW DIN Bold"),
    url("../fonts/URWDIN-Bold.woff2") format("woff2"),
    url("../fonts/URWDIN-Bold.woff") format("woff"),
    url("../fonts/URWDIN-Bold.ttf") format("truetype");
}

:root {
  --mpm-red: #e11f27;
  --mpm-green: #99c455;
  --mpm-green-alt: #8cc63f;
  --mpm-green-dark: #7fa843;
  --mpm-dark: #323232;
  --mpm-text: #323232;
  --mpm-muted: #777777;
  --mpm-light: #f8f8f8;
  --mpm-form-dark: #2a2520;
  --mpm-artboard: 1440px;
  --mpm-content: 1368px;
  --mpm-header-h: 106px;

  --font: "Montserrat", system-ui, sans-serif;
  --font-display: "URW DIN", sans-serif;


  --fs-nav: 15px;
  --fs-nav-cta: 16px;
  --fs-hero: clamp(2.5rem, 5vw, 3.25rem);
  --fs-lead: clamp(0.95rem, 1.3vw, 1.1rem);
  --fs-h2: clamp(2.1rem, 3.6vw, 3rem);
  --fs-page: clamp(2rem, 3.4vw, 2.85rem);
  --fs-contact: clamp(2.2rem, 4vw, 3.25rem);
  --fs-badge: clamp(1.85rem, 3vw, 2.6rem);
  --fs-product: clamp(0.95rem, 1.4vw, 1.125rem);
  --fs-product-sm: clamp(0.82rem, 1.15vw, 0.95rem);
  --fs-modal-title: clamp(1.45rem, 2.4vw, 2rem);
  --fs-body: 0.95rem;
  --fs-body-md: 1rem;
  --fs-label: 0.85rem;
  --fs-eyebrow: 0.85rem;
  --fs-btn: 0.95rem;
  --fs-footer: 0.85rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: var(--mpm-content);
  }
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-weight: 500;
  color: var(--mpm-text);
  background: #fff;
  margin: 0;
  overflow-x: hidden;
  font-size: var(--fs-body);
}

h1, h2, h3, h4,
.page-title,
.products-box__title,
.p-card__name,
.nav-capsule a,
.nav-capsule .lang,
.btn-mpm,
.modal-product-title {
  font-family: var(--font-display);
  font-weight: 700;
}

p, .page-body, .page-lead, .intro, .lead, .addr, .clist,
.products-box__intro, .products-box__brand,
.form-dark label, .form-light label, .site-footer {
  font-family: var(--font);
  font-weight: 500;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
a:hover { color: var(--mpm-red); }

.mpm-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.mpm-logo__img {
  display: block;
  height: 31px;
  width: auto;
  max-width: 200px;
}

.mpm-logo--sm .mpm-logo__img {
  height: 28px;
  max-width: 180px;
}

@media (min-width: 992px) {
  .mpm-logo__img {
    height: 31px;
    max-width: 200px;
  }
}

.btn-mpm {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--mpm-green);
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: 12px 12px 12px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-btn);
  line-height: 1;
  transition: background .2s, transform .2s;
}

.btn-mpm:hover {
  background: var(--mpm-green-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-mpm .ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--mpm-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.btn-mpm-block {
  width: 100%;
  justify-content: space-between;
  padding: 12px 12px 12px 24px;
}

.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  min-height: var(--mpm-header-h);
  padding: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.site-header.solid {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 0 #eee;
  min-height: var(--mpm-header-h);
}

.site-header.header-over-media {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 0 #eee;
  min-height: var(--mpm-header-h);
}

@media (min-width: 992px) {
  .site-header,
  .site-header.solid,
  .site-header.header-over-media {
    height: var(--mpm-header-h);
    max-height: var(--mpm-header-h);
  }

  .site-header.header-over-media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
  }


  .site-header.header-over-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 20%,
      rgba(255, 255, 255, 0.82) 36%,
      rgba(255, 255, 255, 0.48) 50%,
      rgba(255, 255, 255, 0.22) 64%,
      rgba(255, 255, 255, 0.1) 78%,
      rgba(255, 255, 255, 0.05) 90%,
      rgba(255, 255, 255, 0.03) 100%
    );
    pointer-events: none;
    z-index: 0;
  }

  .site-header.header-over-media .navbar {
    position: relative;
    z-index: 1;
  }
}

.site-header .navbar {
  padding: 0;
  width: 100%;
  min-height: 0;
}

.site-header .navbar > .container {
  display: flex;
  align-items: center;
}

.header-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 58px;
  width: 100%;
}

.header-bar > .mpm-logo {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.header-bar > .navbar-toggler {
  position: relative;
  z-index: 2;
  margin-left: auto;
}

.header-nav {
  flex: 0 0 auto;
}

.header-cta {
  flex: 0 0 auto;
  height: 52px;
  min-height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: var(--fs-nav-cta);
  letter-spacing: -0.01em;
}

@media (min-width: 992px) {
  .header-bar > .navbar-toggler {
    display: none;
  }

  .header-nav {
    position: static;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    visibility: visible !important;
    height: auto;
  }


  .header-nav .nav-capsule {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.nav-capsule {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.302);
  border-radius: 999px;
  padding: 6px 7px;
  gap: 2px;
  height: 52px;
  min-height: 52px;
  box-sizing: border-box;
}

.site-header.solid .nav-capsule {
  background: rgba(0, 0, 0, 0.302);
}

.nav-capsule a {
  color: #fff !important;
  font-family: var(--font-display);
  font-size: var(--fs-nav);
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 9px 16px;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
}

.nav-capsule a:hover { background: rgba(255,255,255,.1); }
.nav-capsule a.active {
  background: var(--mpm-red);

  font-size: inherit;
}

.nav-capsule .lang {
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--fs-nav);
  font-weight: 700;
  letter-spacing: -0.01em;

  margin-left: 72px;
  padding: 0 14px 0 12px;
  white-space: nowrap;
}

.nav-capsule .lang a { padding: 0; color: rgba(255,255,255,.65) !important; }
.nav-capsule .lang a.on,
.nav-capsule .lang a:hover { color: #fff !important; background: none; }

.navbar-toggler {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  box-shadow: none;
  outline: none;
}

.nav-burger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.nav-burger:hover {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .85);
}

.nav-burger__box {
  position: relative;
  width: 18px;
  height: 14px;
  display: block;
}

.nav-burger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1),
              opacity .2s ease,
              top .28s cubic-bezier(.22, 1, .36, 1),
              background-color .2s ease;
}

.nav-burger__line:nth-child(1) { top: 0; }
.nav-burger__line:nth-child(2) { top: 6px; }
.nav-burger__line:nth-child(3) { top: 12px; }

.nav-burger[aria-expanded="true"] {
  border-color: var(--mpm-red);
  background: var(--mpm-red);
}

.nav-burger[aria-expanded="true"] .nav-burger__line {
  background: #fff;
}

.nav-burger[aria-expanded="true"] .nav-burger__line:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.nav-burger[aria-expanded="true"] .nav-burger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-burger[aria-expanded="true"] .nav-burger__line:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

.site-header.solid .nav-burger,
.site-header.header-over-media .nav-burger {
  border-color: rgba(17, 17, 17, .18);
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
}

.site-header.solid .nav-burger__line,
.site-header.header-over-media .nav-burger__line {
  background: #1a1a1a;
}

.site-header.solid .nav-burger:hover,
.site-header.header-over-media .nav-burger:hover {
  border-color: var(--mpm-red);
}

.site-header.solid .nav-burger[aria-expanded="true"],
.site-header.header-over-media .nav-burger[aria-expanded="true"] {
  border-color: var(--mpm-red);
  background: var(--mpm-red);
  box-shadow: 0 8px 20px rgba(225, 31, 39, .28);
}

.site-header.solid .nav-burger[aria-expanded="true"] .nav-burger__line,
.site-header.header-over-media .nav-burger[aria-expanded="true"] .nav-burger__line {
  background: #fff;
}

@media (max-width: 991.98px) {
  .site-header,
  .site-header.solid {
    height: auto;
    max-height: none;
    align-items: flex-start;
    padding: 24px 0;
  }

  .header-bar {
    row-gap: 0;
  }

  .header-nav {
    width: 100%;
    flex-basis: 100%;
  }

  .nav-capsule {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
    margin-top: 14px;
    border-radius: 18px;
    padding: 8px;
    background: rgba(20, 20, 20, .88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .site-header.solid .nav-capsule,
  .site-header.header-over-media .nav-capsule {
    background: rgba(20, 20, 20, .92);
  }

  .nav-capsule a {
    padding: 13px 16px;
    border-radius: 12px;
  }

  .nav-capsule .lang { text-align: center; padding: 8px; margin-left: 0; }

  .header-cta {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    height: 48px;
    min-height: 48px;
    border-radius: 999px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-capsule a {
    padding: 9px 12px;
    font-size: 14px;
  }

  .nav-capsule a.active {
    font-size: inherit;
  }

  .nav-capsule .lang {
    margin-left: 40px;
    padding: 0 10px 0 8px;
    font-size: 14px;
  }

  .header-cta {
    padding-left: 16px;
    gap: 8px;
    font-size: 15px;
  }

  .header-cta .ico {
    width: 30px;
    height: 30px;
  }
}

.hero-home {
  position: relative;
  min-height: 100vh;
  min-height: 720px;
  background-color: #0d1118;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 0 0 140px;
}

.hero-home--slider {
  display: block;
  padding: 0;
  align-items: stretch;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
  min-height: inherit;
}

.hero-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity .75s ease;
}

.hero-carousel.carousel-fade .carousel-item.active,
.hero-carousel.carousel-fade .carousel-item-next.carousel-item-start,
.hero-carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  z-index: 1;
}

.hero-carousel.carousel-fade .active.carousel-item-start,
.hero-carousel.carousel-fade .active.carousel-item-end {
  opacity: 0;
  z-index: 0;
}

.hero-slide {
  min-height: 100vh;
  min-height: 720px;
  background-color: #0d1118;
  display: flex;
  align-items: flex-end;
  padding: 0 0 140px;
  position: relative;
  overflow: hidden;
}

.hero-slide__bg {
  position: absolute;
  inset: 0;
  background-color: #0d1118;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-slide .container { position: relative; z-index: 2; }

.hero-carousel.carousel-fade .carousel-item .container {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity .5s cubic-bezier(.22, 1, .36, 1),
    transform .5s cubic-bezier(.22, 1, .36, 1);
}

.hero-carousel.carousel-fade .carousel-item.active .container {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .05s;
}

.hero-carousel.carousel-fade .carousel-item.active.carousel-item-start .container,
.hero-carousel.carousel-fade .carousel-item.active.carousel-item-end .container {
  opacity: 0;
  transform: translateY(4px);
  transition-duration: .18s;
  transition-delay: 0s;
}

.hero-carousel__dots {
  bottom: 120px;
  margin: 0;
  z-index: 4;
  gap: 8px;
}

.hero-carousel__dots [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.4);
  opacity: 1;
  text-indent: -9999px;
  transition: width .3s ease, background-color .3s ease;
}

.hero-carousel__dots .active {
  width: 28px;
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel.carousel-fade .carousel-item,
  .hero-carousel.carousel-fade .carousel-item .container {
    transition: none;
  }
  .hero-carousel.carousel-fade .carousel-item.active .container {
    transition-delay: 0s;
    transform: none;
  }
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-home--slider::before { display: none; }

.hero-home .container { position: relative; z-index: 2; }

.hero-home h1,
.hero-slide h1 {
  font-size: var(--fs-hero);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-home .lead,
.hero-slide .lead {
  font-family: var(--font);
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.55;
  max-width: 360px;
  margin: 0 0 0 auto;
  color: #fff;
  opacity: .95;
}

.hero-curve {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%;
  height: 100px;
  z-index: 3;
  pointer-events: none;
}
.hero-curve svg { width: 100%; height: 100%; display: block; }

@media (max-width: 767.98px) {
  .hero-home,
  .hero-slide {
    min-height: 560px;
    min-height: min(100svh, 600px);
    padding-bottom: 100px;
  }
  .hero-home .lead,
  .hero-slide .lead { margin: 16px 0 0; max-width: none; }
  .hero-carousel__dots { bottom: 88px; }
}

.about-teaser {
  padding: 70px 0 40px;
  background: #fff;
}

.about-teaser .eyebrow {
  color: var(--mpm-green-alt);
  font-family: var(--font);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-teaser h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--mpm-dark);
  line-height: 1.15;
  margin: 0;
}

.about-teaser .body p {
  font-family: var(--font);
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.75;
  color: var(--mpm-dark);
  margin-bottom: 1rem;
}

.about-teaser .body p:last-child { margin-bottom: 0; }

.products-section {

  position: relative;
  z-index: 3;
  padding: clamp(56px, 7.5vw, 110px) 0 64px;
  background: #fff;
  overflow: visible;
}

.products-section > .container {
  overflow: visible;
}

.products-box {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  border-radius: clamp(16px, 2vw, 28px);

  overflow: visible;
}

.products-box__head {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: clamp(160px, 16vw, 210px);
  padding: clamp(18px, 2.2vw, 32px) clamp(14px, 2vw, 28px) clamp(14px, 1.8vw, 24px);
  padding-right: clamp(160px, 32%, 420px);
  overflow: visible;
}

.products-box__intro {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: min(560px, 58%);
  font-family: var(--font);
  font-size: clamp(13px, 1.15vw, 15px);
  font-weight: 500;
  line-height: 1.7;
  color: var(--mpm-dark);
}

.products-box__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: clamp(170px, 28%, 380px);
  aspect-ratio: 544 / 389;
  transform: translateY(-26.7%);
  display: block;
  pointer-events: none;
  container-type: inline-size;
  container-name: products-ribbon;
}

.products-box__badge {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  display: block;
  z-index: 0;
  pointer-events: none;
}

.products-box__title {
  position: absolute;

  left: 12%;
  right: 15.5%;
  top: 38.5%;
  height: 19.5%;
  z-index: 2;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 12.5cqi, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.products-box__title span {
  display: block;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.products-box__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 6px;
  row-gap: 9px;
  padding: 0 clamp(12px, 2vw, 27px) clamp(8px, 1vw, 12px);
}

.products-box__grid--page {
  padding: 0;
  margin: 0;
  column-gap: 6px;
  row-gap: 9px;
}

.p-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 324 / 191;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: left;
  cursor: pointer;
  appearance: none;
  font: inherit;
  color: inherit;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.p-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
}

.p-card__img {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
}

.p-card__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  display: block;
}

.p-card__name {
  position: absolute;
  left: 18px;
  right: 40%;
  bottom: 14px;
  z-index: 2;
  display: block;
  margin: 0;
  color: var(--mpm-green);
  font-family: var(--font-display);
  font-size: var(--fs-product);
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  pointer-events: none;
}

.products-box__field {
  position: relative;
  z-index: 1;
  margin-top: 0;
  line-height: 0;
  border-radius: 0 0 clamp(16px, 2vw, 28px) clamp(16px, 2vw, 28px);
  overflow: hidden;
}

.products-box__field > img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}

.products-box__brand {
  position: absolute;
  right: clamp(48px, 9.5vw, 140px);
  bottom: clamp(16px, 2vw, 26px);
  margin: 0;
  color: #fff;
  font-family: var(--font);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: right;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1199.98px) {
  .products-box__head {
    min-height: clamp(150px, 20vw, 190px);
    padding-right: clamp(140px, 30%, 340px);
  }

  .products-box__ribbon {
    width: clamp(160px, 28%, 340px);
  }

  .products-box__intro {
    max-width: min(480px, 55%);
  }
}

@media (max-width: 991.98px) {
  .products-section {
    padding-top: clamp(36px, 5.5vw, 64px);
  }

  .products-box__head {
    min-height: clamp(140px, 24vw, 170px);
    padding-right: clamp(130px, 32%, 280px);
  }

  .products-box__ribbon {
    width: clamp(150px, 30%, 280px);
    transform: translateY(-22%);
  }

  .products-box__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 8px;
    padding: 0 14px 14px;
  }

  .products-box__intro {
    max-width: min(400px, 52%);
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .products-section {
    z-index: 3;
    padding: 28px 0 36px;
    overflow: visible;
  }

  .products-box {
    border-radius: 18px;
    overflow: hidden;
  }

  .products-box__head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0 0 12px;
    padding-right: 0;
    overflow: visible;
    z-index: 5;
  }

  .products-box__ribbon {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: min(72%, 260px);
    max-width: 260px;
    height: auto;
    aspect-ratio: 544 / 389;
    min-height: 0;
    margin: 10px 10px 0 auto;
    order: 1;
    z-index: 20;
    background: none;
    border-bottom-left-radius: 0;
    pointer-events: none;
  }

  .products-box__badge {
    display: block;
    object-fit: fill;
    object-position: center;
  }

  .products-box__intro {
    position: relative;
    z-index: 2;
    order: 2;
    padding: 14px 16px 0;
    max-width: none;
    font-size: 13px;
    line-height: 1.65;
  }

  .products-box__title {
    position: absolute;
    left: 10%;
    right: 12%;
    top: 36%;
    height: 26%;
    bottom: auto;
    justify-content: center;
    padding: 0;
    text-align: center;
    font-size: clamp(0.95rem, 9cqi, 1.35rem);
    letter-spacing: -0.03em;
    pointer-events: none;
  }

  .products-box__title span {
    white-space: nowrap;
  }

  .products-box__grid {
    padding: 8px 12px 12px;
  }

  .products-box__field {
    border-radius: 0 0 18px 18px;
  }

  .p-card__name { right: 36%; left: 12px; bottom: 12px; }
}

.memb-section {
  padding: 88px 0 96px;
  background: #fff;
}

.memb-section h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--mpm-dark);
  margin: 0;
}

.memb-section .intro {
  font-family: var(--font);
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.75;
  color: var(--mpm-dark);
  margin: 0;
}

.memb-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
  background: #fff;
}

.memb-logo img {
  max-height: 72px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.memb-logo.justify-content-start {
  justify-content: flex-start;
}

.contact-band {
  position: relative;
  background-color: #2a1e14;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: clamp(48px, 5.5vw, 64px) 0;
  color: #fff;
}

.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20,12,6,.48);
  pointer-events: none;
}

.contact-band .container { position: relative; z-index: 2; }

.contact-band h2 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 700;
  margin: 0 0 10px;
}

.contact-band .addr {
  opacity: .85;
  font-family: var(--font);
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  font-weight: 500;
  line-height: 1.55;
  max-width: 300px;
  margin-bottom: 20px;
}

.contact-band .clist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-band .clist li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--font);
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  font-weight: 500;
}

.contact-band .clist a { color: #fff; }
.contact-band .clist a:hover { opacity: .85; }

.contact-band .clist .ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mpm-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .85rem;
}

.form-dark {
  background: var(--mpm-form-dark);
  border-radius: 16px;
  padding: clamp(18px, 2vw, 22px);
  max-width: 480px;
  margin-left: auto;
}

.form-dark .form-label {
  color: #fff;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.form-dark .form-control {
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 0.92rem;
}

.form-dark .form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(149,191,83,.35);
}

.form-dark .mb-3 { margin-bottom: 0.75rem !important; }
.form-dark .mb-4 { margin-bottom: 1rem !important; }

.form-dark .btn-mpm-block {
  padding: 9px 10px 9px 18px;
  font-size: 0.9rem;
}

.form-dark .btn-mpm .ico {
  width: 28px;
  height: 28px;
  font-size: .85rem;
}

.form-dark textarea.form-control {
  min-height: 88px;
  resize: vertical;
}

@media (max-width: 991.98px) {
  .form-dark {
    max-width: none;
    margin-left: 0;
  }
}

.site-footer {
  background: #f8f8f8;
  padding: 64px 0 36px;
  border-top: 0;
}

.footer-main {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 72px;
}

.footer-brand {
  position: relative;
  z-index: 1;
  flex: 0 1 340px;
  max-width: 360px;
  min-width: 0;
}

.mpm-logo--footer .mpm-logo__img {
  height: 31px;
  max-width: 200px;
}

.site-footer .tagline {
  color: #8a8a8a;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  max-width: 340px;
  margin: 14px 0 0;
}

.footer-nav {
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 26px;
  z-index: 2;
  white-space: nowrap;
}

.footer-nav a {

  color: #9a9a9a;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.footer-nav a:hover { color: var(--mpm-red); }

.footer-bottom {
  border-top: 1px solid #e6e6e6;
  margin-top: 52px;
  padding-top: 28px;
  text-align: center;
}

.footer-bottom .copy {
  color: #b0b0b0;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1199.98px) {
  .footer-nav {
    gap: 18px;
    font-size: 12px;
  }

  .footer-nav a {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 991.98px) {
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    min-height: 0;
  }

  .site-footer .tagline {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer-nav {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 14px;
    row-gap: 6px;
    white-space: normal;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .footer-nav a {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1.25;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding: 40px 0 24px;
  }

  .footer-main {
    gap: 12px;
  }

  .footer-nav {
    gap: 4px 12px;
    row-gap: 4px;
  }

  .footer-nav a {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

.page-shell {
  position: relative;
  min-height: 78vh;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 80px;
}

.page-shell .fade-left {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 38%, rgba(255,255,255,.75) 55%, transparent 78%);
  pointer-events: none;
}

.page-shell .container { position: relative; z-index: 2; }

.page-title {
  font-size: var(--fs-page);
  font-weight: 700;
  color: var(--mpm-red);
  line-height: 1.15;
  margin: 0 0 22px;
}

.page-title--about {
  max-width: 42rem;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  line-height: 1.2;
  margin-bottom: 28px;
}

.page-body {
  font-family: var(--font);
  font-size: var(--fs-body-md);
  font-weight: 500;
  line-height: 1.75;
  color: var(--mpm-muted);
  max-width: 36rem;
}

.page-body p { margin-bottom: 1rem; }
.page-body p:last-child { margin-bottom: 0; }
.page-body ul, .page-body ol,
.about-teaser .body ul, .about-teaser .body ol,
.kvkk-body ul, .kvkk-body ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.page-body li, .about-teaser .body li, .kvkk-body li { margin-bottom: .35rem; }
.page-body a, .about-teaser .body a { color: var(--mpm-red); text-decoration: underline; }
.page-body strong, .about-teaser .body strong, .kvkk-body strong { font-weight: 700; }

.page-memberships {
  position: relative;
  min-height: min(78vh, 820px);
  background: #fff;
  padding: 90px 0 100px;
  overflow: visible;
}

@media (min-width: 992px) {
  .page-memberships {
    padding-top: 195px;
    background: transparent;
  }
}

.page-memberships .media-side {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: calc(1383 / 1440 * 100vw);
  background-color: #fff;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-memberships .media-side::before {
  display: none;
}

.page-memberships .container {
  position: relative;
  z-index: 2;
}

.page-memberships .memb-grid {
  position: relative;
  width: 439px;
  max-width: 100%;
  aspect-ratio: 439 / 484;
  margin-top: 36px;

  margin-left: -6px;
}

.page-memberships .memb-logo {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  min-height: 0;
  height: auto;
  line-height: 0;
}

.page-memberships .memb-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: left top;
  margin: 0;
}

.page-memberships .memb-logo--fosfa    { left: 1.14%; top: 3.72%; width: 53.76%; }
.page-memberships .memb-logo--gafta    { left: 69.70%; top: 0;     width: 26.65%; }
.page-memberships .memb-logo--tusaf    { left: 0;      top: 25.41%; width: 31.21%; }
.page-memberships .memb-logo--hubuder  { left: 45.10%; top: 30.79%; width: 51.48%; }
.page-memberships .memb-logo--gidabil  { left: 2.05%;  top: 60.54%; width: 46.47%; }
.page-memberships .memb-logo--gtbd     { left: 65.38%; top: 61.78%; width: 32.57%; }
.page-memberships .memb-logo--asud     { left: 2.51%;  top: 81.61%; width: 31.44%; }
.page-memberships .memb-logo--tuksiad  { left: 53.08%; top: 82.02%; width: 46.92%; }

@media (max-width: 991.98px) {
  .page-memberships {
    padding-top: 48px;
    min-height: 0;
    background: #fff;
  }
  .page-memberships .media-side {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    background-position: center 35%;
    background-size: cover;
  }
  .page-memberships .memb-grid {
    width: 100%;
    max-width: 439px;
    margin-top: 32px;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .page-memberships .media-side {
    height: 220px;
  }
  .page-memberships .memb-grid {
    max-width: none;
  }
}

.page-products {
  position: relative;
  background: #fff;
  padding: 88px 0 0;
  overflow: hidden;
}

.page-products__head {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  margin-bottom: 24px;
  padding-top: 4px;
}

.page-products__head .page-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(2.35rem, 3.3vw, 2.95rem);
  line-height: 1.05;
  color: var(--mpm-red);
}

.page-products__head .page-lead {
  flex: 1 1 auto;
  max-width: 584px;
  margin: 0.4rem 0 0;
  color: var(--mpm-muted);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.page-products__panel {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  border-radius: 28px;
  padding: 23px;
  margin-bottom: -40px;
  box-shadow: none;
}

.page-products .products-box__grid--page {
  margin-top: 0;
  padding: 0;
  column-gap: 6px;
  row-gap: 9px;
}

.page-products__field {
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-top: 0;
}

.page-products__field > img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}

.page-products__brand {
  position: absolute;
  right: clamp(48px, 9.5vw, 140px);
  bottom: clamp(48px, 5.5vw, 72px);
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: var(--font);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-align: right;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767.98px) {
  .page-products {
    padding-top: 36px;
  }

  .page-products__head {
    flex-direction: column;
    gap: 12px;
  }

  .page-products__panel {
    border-radius: 18px;
    padding: 12px;
    margin-bottom: -24px;
  }

  .page-products .products-box__grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 8px;
  }
}

.page-contact {
  padding: 88px 0 60px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .page-contact {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.page-contact__left {
  position: relative;

  min-height: 620px;
  z-index: 1;
}

.page-contact .page-title {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  font-size: var(--fs-contact);
  color: var(--mpm-red);
}

.page-contact .addr {
  position: relative;
  z-index: 2;
  max-width: 400px;
  font-family: var(--font);
  font-size: var(--fs-body-md);
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 24px;
  color: var(--mpm-dark);
}

.cinfo {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.cinfo li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--mpm-dark);
}

.cinfo .ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--mpm-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.building-shape {
  position: absolute;
  left: -8px;
  top: 118px;
  width: min(621px, 118%);
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 991.98px) {
  .page-contact__left {
    min-height: 0;
  }
  .building-shape {
    position: relative;
    left: 0;
    top: 0;
    width: min(100%, 480px);
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .page-contact__left {
    min-height: 0;
  }
}

.page-contact .col-lg-6:last-child {
  position: relative;
  z-index: 2;
}

.form-light {
  background: #efefef;
  border-radius: 22px;
  padding: 32px;
}

.form-light .form-title {
  color: var(--mpm-green);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-modal-title);
  margin: 0 0 22px;
}

.form-light .form-label {
  font-family: var(--font);
  font-size: var(--fs-label);
  font-weight: 500;
  color: var(--mpm-dark);
}

.form-light .form-control {
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}

.map-embed {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

.product-modal .modal-dialog {
  max-width: min(1120px, calc(100vw - 32px));
  margin: 1.25rem auto;
  height: min(820px, calc(100vh - 2.5rem));
  max-height: calc(100vh - 2.5rem);
}

.product-modal .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

.product-modal .modal-body {
  padding: 0;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

.product-modal__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

.product-modal__media {
  position: relative;
  background: #f7f7f7;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.product-modal__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.02);
  transform-origin: center center;
}

.product-modal__panel {
  position: relative;
  background: #f7f7f7;
  padding: clamp(28px, 3.5vw, 44px) clamp(28px, 3vw, 40px) clamp(28px, 3vw, 40px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  height: 100%;
  max-height: none;
}

.product-modal__actions {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.product-modal__back,
.product-modal__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.product-modal__back {
  border: 2px solid var(--mpm-red);
  color: var(--mpm-red);
}

.product-modal__back:hover {
  background: var(--mpm-red);
  color: #fff;
}

.product-modal__close {
  border: 2px solid var(--mpm-green);
  color: var(--mpm-green);
}

.product-modal__close:hover {
  background: var(--mpm-green);
  color: #fff;
}

.product-modal__title {
  color: var(--mpm-red);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  margin: 0 96px 10px 0;
  line-height: 1.15;
}

.product-modal__title:has(+ #productModalSubtitle[hidden]) {
  margin-bottom: 26px;
}

.product-modal__subtitle {
  color: var(--mpm-green);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  margin: 0 0 22px;
  line-height: 1.2;
}

.plist {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 28px;
}

.plist li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--mpm-dark);
  line-height: 1.35;
}

.plist-ico {
  flex: 0 0 16px;
  width: 16px;
  height: 22px;
  margin-top: 0;
  background: url("../images/icon-leaf.svg?v=30") center / contain no-repeat;
}

.plist li.plist-heading {
  column-span: all;
  display: block;
  margin: 16px 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--mpm-green);
  font-size: 1.05rem;
}

.plist li.plist-heading:first-child {
  margin-top: 4px;
}

.plist li.plist-heading .plist-ico,
.plist li.plist-heading::before { display: none; content: none; }

@media (max-width: 767.98px) {
  .product-modal .modal-dialog {
    height: auto;
    max-height: calc(100vh - 1.5rem);
  }
  .product-modal .modal-content,
  .product-modal .modal-body {
    height: auto;
    max-height: calc(100vh - 1.5rem);
  }
  .product-modal .modal-body {
    overflow: auto;
  }
  .product-modal__grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .product-modal__media {
    position: relative;
    height: 220px;
    max-height: 240px;
  }
  .product-modal__panel {
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .plist { columns: 1; }
}

.supplement-cats-modal .modal-dialog {
  max-width: min(1100px, calc(100vw - 32px));
  margin: 1.2rem auto;
}

.supplement-cats-modal .modal-content {
  border: 0;
  border-radius: 22px;
  background: #f8f8f8;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  overflow: hidden;
}

.supplement-cats-modal .modal-body {
  position: relative;
  padding: clamp(40px, 4.5vw, 56px) clamp(28px, 3.5vw, 48px) clamp(44px, 5vw, 64px);
}

.supplement-cats__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #c5c5c5;
  background: transparent;
  color: #9a9a9a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.supplement-cats__close:hover {
  border-color: #888;
  color: #666;
}

.supplement-cats__title {
  text-align: center;
  color: var(--mpm-red);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  margin: 0 44px 34px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.supplement-cats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.supplement-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 64px;
  padding: 14px 12px 14px 22px;
  border: 0;
  border-radius: 999px;
  background: #99c455;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: background .15s ease, transform .15s ease;
}

.supplement-cat-btn:hover {
  background: var(--mpm-green-dark);
  transform: none;
  box-shadow: none;
}

.supplement-cat-btn__ico {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #99c455;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.supplement-cat-btn__ico i {
  line-height: 1;
}

@media (max-width: 767.98px) {
  .supplement-cats__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .supplement-cats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.kvkk-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: var(--mpm-green);
  color: #fff;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.12);
}

.kvkk-bar[hidden] { display: none !important; }

.kvkk-bar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
}

.kvkk-bar__msg {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.kvkk-bar__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.kvkk-bar__text {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(0.85rem, 1.15vw, 1rem);
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
}

.kvkk-bar__link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.kvkk-bar__link:hover { opacity: 0.88; }

.kvkk-bar__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.kvkk-bar__accept {
  appearance: none;
  border: 0;
  background: #fff;
  color: var(--mpm-green);
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 34px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kvkk-bar__accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.kvkk-bar__close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.kvkk-bar__close:hover { background: rgba(255, 255, 255, 0.12); }

@media (max-width: 767.98px) {
  .kvkk-bar__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px 16px;
    gap: 14px;
  }
  .kvkk-bar__actions { justify-content: flex-end; }
  .kvkk-bar__accept { flex: 1; text-align: center; }
}

.kvkk-modal .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.kvkk-modal .modal-body {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
}

.kvkk-modal .close-x {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid var(--mpm-green);
  background: #fff;
  color: var(--mpm-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
}

.kvkk-modal .modal-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--mpm-red);
  margin: 0 48px 18px 0;
  line-height: 1.2;
}

.kvkk-body {
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--mpm-muted);
  max-height: min(60vh, 420px);
  overflow: auto;
  padding-right: 6px;
}

.kvkk-body p { margin-bottom: 1rem; }
.kvkk-body p:last-child { margin-bottom: 0; }
.kvkk-body a { color: var(--mpm-red); text-decoration: underline; }

@media (max-width: 575.98px) {
  .page-shell { padding-top: 48px; min-height: auto; }
  .page-shell .fade-left {
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 60%, rgba(255,255,255,.4) 100%);
  }
}
