@charset "UTF-8";
/*
Theme Name: Pitemati
Text Domain: pitemati
Domain Path: /languages
*/
/* Colors */
:root {
  --blue-ruin:#026cdd;
  --blue-ruin-rgba:2,108,221;
  --london-rain:#0051bb;
  --london-rain-rgba:0,81,187;
  --white:#ffffff;
  --warm-purple:#972b8a;
  --aged-purple:#ac439f;
  --adamantine-blue:#57a5f8;
  --swiss-plum:#6d46b3;
  --swiss-plum-rgba:109,70,179;
  --midnight:#020c2e;
  --mazzy-star:#c35caf;
  --peach-cobbler:#ffae83;
  --golden-nectar:#ffd969;
  --sapphire-blue:#0066bc;
  --altdorf-sky-blue:#00a1ab;
  --malted-mint-madness:#0cdaa7;
  --alphabet-blue:#b3d1f0;
  --jadestone:#03a8a6;
  --emerson:#42645d;
  --black-anther:#424242;
  --white-rabbit:#f9f0e9;
  --clr: #825aa9;
  --french-color: #ff6a92;
  --lightpink: #FFA8C0;
  --nastygreen: #66b33e;
  --green: #359004;
  --skyblue: #81d6e5;
  --violet: #ff87ec;
  --neon-fuchsia: #ff4160;
  --purple-honeycreeper: #825bfe;
}

/* Color Classes */
/*Color Text*/
.blue-ruin {
  color: var(--blue-ruin);
}

/* Bg Color Class */
.bg-blue-ruin {
  background-color: var(--blue-ruin);
}

/*Text-Bg Color*/
.text-bg-blue-ruin {
  color: var(--white);
  background-color: var(--blue-ruin);
}

/* CSS Document */
:root {
  --special-elite: "Special Elite";
  --croissant-one: "Croissant One";
  --josefin-sans: "Josefin Sans";
  --josefin-slab: "Josefin slab";
  --caveat: "Caveat";
  --indie-flower: "Indie Flower";
  --lilita-one: "Lilita One";
  --merienda: "Merienda";
  --Laila: "Laila";
  --pangolin: "Pangolin";
  --chewy: "Chewy";
  --aclonica: "Aclonica";
  --short-stack: "Short Stack";
  --bubblegum-sans: "Bubblegum Sans";
  --capriola: "Capriola";
  --handlee: "Handlee";
  --cabin-sketch: "Cabin Sketch";
  --tillana: "Tillana";
  --baloo-2: "Baloo 2";
  --roboto: "Roboto";
  --londrina-sketch: "Londrina Sketch";
  --protest-strike: "Protest Strike";
  --baloo-da-2: "Baloo Da 2";
  --lemon: "Lemon";
  --itim: "Itim";
  --nerko-one: "Nerko One";
  --akaya-kanadaka: "Akaya Kanadaka";
  --sriracha: "Sriracha";
  --suez-one: "Suez One";
  --poetsen-one: "Poetsen One";
  --coiny: "Coiny";
}

/*
Kullanım
.button {
  background-color: rgba-from-hex(#026cdd, 0.75); // blue-ruin rengini %75 opaklıkla kullan
  border-color: rgba-from-hex(#0051bb, 0.5); // london-rain
}

.hero {
  background: rgba-from-hex($mazzy-star, 0.9); // SCSS değişken ile
}
*/
.spacer-h-xxs {
  height: 4px;
  width: 100%;
}

.spacer-h-xs {
  height: 8px;
  width: 100%;
}

.spacer-h-sm {
  height: 12px;
  width: 100%;
}

.spacer-h-md {
  height: 16px;
  width: 100%;
}

.spacer-h-lg {
  height: 24px;
  width: 100%;
}

.spacer-h-xl {
  height: 32px;
  width: 100%;
}

.spacer-h-xxl {
  height: 48px;
  width: 100%;
}

.spacer-w-xxs {
  width: 4px;
  height: 100%;
  display: inline-block;
}

.spacer-w-xs {
  width: 8px;
  height: 100%;
  display: inline-block;
}

.spacer-w-sm {
  width: 12px;
  height: 100%;
  display: inline-block;
}

.spacer-w-md {
  width: 16px;
  height: 100%;
  display: inline-block;
}

.spacer-w-lg {
  width: 24px;
  height: 100%;
  display: inline-block;
}

.spacer-w-xl {
  width: 32px;
  height: 100%;
  display: inline-block;
}

.spacer-w-xxl {
  width: 48px;
  height: 100%;
  display: inline-block;
}

.mwt-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mwt-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mwt-col {
  box-sizing: border-box;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mwt-col-1 {
  box-sizing: border-box;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  min-width: 0;
}

.mwt-col-2 {
  box-sizing: border-box;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 0;
}

.mwt-col-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  min-width: 0;
}

.mwt-col-4 {
  box-sizing: border-box;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 0;
}

.mwt-col-5 {
  box-sizing: border-box;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  min-width: 0;
}

.mwt-col-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  min-width: 0;
}

.mwt-col-7 {
  box-sizing: border-box;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  min-width: 0;
}

.mwt-col-8 {
  box-sizing: border-box;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 0;
}

.mwt-col-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  min-width: 0;
}

.mwt-col-10 {
  box-sizing: border-box;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  min-width: 0;
}

.mwt-col-11 {
  box-sizing: border-box;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  min-width: 0;
}

.mwt-col-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 576px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1400px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1600px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 1800px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 2000px) {
  .mwt-col-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 0;
  }
  .mwt-col-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 0;
  }
  .mwt-col-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
  }
  .mwt-col-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 0;
  }
  .mwt-col-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 0;
  }
  .mwt-col-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
  }
  .mwt-col-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 0;
  }
  .mwt-col-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 0;
  }
  .mwt-col-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
  }
  .mwt-col-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 0;
  }
  .mwt-col-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 0;
  }
  .mwt-col-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}
@media (min-width: 576px) {
  .mwt-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xs-3 {
    margin-left: 25%;
  }
  .mwt-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xs-6 {
    margin-left: 50%;
  }
  .mwt-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xs-9 {
    margin-left: 75%;
  }
  .mwt-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .mwt-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-sm-3 {
    margin-left: 25%;
  }
  .mwt-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-sm-6 {
    margin-left: 50%;
  }
  .mwt-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-sm-9 {
    margin-left: 75%;
  }
  .mwt-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .mwt-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-md-3 {
    margin-left: 25%;
  }
  .mwt-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-md-6 {
    margin-left: 50%;
  }
  .mwt-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-md-9 {
    margin-left: 75%;
  }
  .mwt-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .mwt-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-lg-3 {
    margin-left: 25%;
  }
  .mwt-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-lg-6 {
    margin-left: 50%;
  }
  .mwt-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-lg-9 {
    margin-left: 75%;
  }
  .mwt-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .mwt-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xl-3 {
    margin-left: 25%;
  }
  .mwt-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xl-6 {
    margin-left: 50%;
  }
  .mwt-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xl-9 {
    margin-left: 75%;
  }
  .mwt-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1600px) {
  .mwt-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xxl-3 {
    margin-left: 25%;
  }
  .mwt-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xxl-6 {
    margin-left: 50%;
  }
  .mwt-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xxl-9 {
    margin-left: 75%;
  }
  .mwt-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1800px) {
  .mwt-offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xxxl-3 {
    margin-left: 25%;
  }
  .mwt-offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xxxl-6 {
    margin-left: 50%;
  }
  .mwt-offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xxxl-9 {
    margin-left: 75%;
  }
  .mwt-offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xxxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 2000px) {
  .mwt-offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }
  .mwt-offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }
  .mwt-offset-xxxxl-3 {
    margin-left: 25%;
  }
  .mwt-offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }
  .mwt-offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }
  .mwt-offset-xxxxl-6 {
    margin-left: 50%;
  }
  .mwt-offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }
  .mwt-offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }
  .mwt-offset-xxxxl-9 {
    margin-left: 75%;
  }
  .mwt-offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }
  .mwt-offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
  .mwt-offset-xxxxl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .mwt-order-xs-0 {
    order: 0;
  }
  .mwt-order-xs-1 {
    order: 1;
  }
  .mwt-order-xs-2 {
    order: 2;
  }
  .mwt-order-xs-3 {
    order: 3;
  }
  .mwt-order-xs-4 {
    order: 4;
  }
  .mwt-order-xs-5 {
    order: 5;
  }
  .mwt-order-xs-6 {
    order: 6;
  }
  .mwt-order-xs-7 {
    order: 7;
  }
  .mwt-order-xs-8 {
    order: 8;
  }
  .mwt-order-xs-9 {
    order: 9;
  }
  .mwt-order-xs-10 {
    order: 10;
  }
  .mwt-order-xs-11 {
    order: 11;
  }
  .mwt-order-xs-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .mwt-order-sm-0 {
    order: 0;
  }
  .mwt-order-sm-1 {
    order: 1;
  }
  .mwt-order-sm-2 {
    order: 2;
  }
  .mwt-order-sm-3 {
    order: 3;
  }
  .mwt-order-sm-4 {
    order: 4;
  }
  .mwt-order-sm-5 {
    order: 5;
  }
  .mwt-order-sm-6 {
    order: 6;
  }
  .mwt-order-sm-7 {
    order: 7;
  }
  .mwt-order-sm-8 {
    order: 8;
  }
  .mwt-order-sm-9 {
    order: 9;
  }
  .mwt-order-sm-10 {
    order: 10;
  }
  .mwt-order-sm-11 {
    order: 11;
  }
  .mwt-order-sm-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .mwt-order-md-0 {
    order: 0;
  }
  .mwt-order-md-1 {
    order: 1;
  }
  .mwt-order-md-2 {
    order: 2;
  }
  .mwt-order-md-3 {
    order: 3;
  }
  .mwt-order-md-4 {
    order: 4;
  }
  .mwt-order-md-5 {
    order: 5;
  }
  .mwt-order-md-6 {
    order: 6;
  }
  .mwt-order-md-7 {
    order: 7;
  }
  .mwt-order-md-8 {
    order: 8;
  }
  .mwt-order-md-9 {
    order: 9;
  }
  .mwt-order-md-10 {
    order: 10;
  }
  .mwt-order-md-11 {
    order: 11;
  }
  .mwt-order-md-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .mwt-order-lg-0 {
    order: 0;
  }
  .mwt-order-lg-1 {
    order: 1;
  }
  .mwt-order-lg-2 {
    order: 2;
  }
  .mwt-order-lg-3 {
    order: 3;
  }
  .mwt-order-lg-4 {
    order: 4;
  }
  .mwt-order-lg-5 {
    order: 5;
  }
  .mwt-order-lg-6 {
    order: 6;
  }
  .mwt-order-lg-7 {
    order: 7;
  }
  .mwt-order-lg-8 {
    order: 8;
  }
  .mwt-order-lg-9 {
    order: 9;
  }
  .mwt-order-lg-10 {
    order: 10;
  }
  .mwt-order-lg-11 {
    order: 11;
  }
  .mwt-order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .mwt-order-xl-0 {
    order: 0;
  }
  .mwt-order-xl-1 {
    order: 1;
  }
  .mwt-order-xl-2 {
    order: 2;
  }
  .mwt-order-xl-3 {
    order: 3;
  }
  .mwt-order-xl-4 {
    order: 4;
  }
  .mwt-order-xl-5 {
    order: 5;
  }
  .mwt-order-xl-6 {
    order: 6;
  }
  .mwt-order-xl-7 {
    order: 7;
  }
  .mwt-order-xl-8 {
    order: 8;
  }
  .mwt-order-xl-9 {
    order: 9;
  }
  .mwt-order-xl-10 {
    order: 10;
  }
  .mwt-order-xl-11 {
    order: 11;
  }
  .mwt-order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1600px) {
  .mwt-order-xxl-0 {
    order: 0;
  }
  .mwt-order-xxl-1 {
    order: 1;
  }
  .mwt-order-xxl-2 {
    order: 2;
  }
  .mwt-order-xxl-3 {
    order: 3;
  }
  .mwt-order-xxl-4 {
    order: 4;
  }
  .mwt-order-xxl-5 {
    order: 5;
  }
  .mwt-order-xxl-6 {
    order: 6;
  }
  .mwt-order-xxl-7 {
    order: 7;
  }
  .mwt-order-xxl-8 {
    order: 8;
  }
  .mwt-order-xxl-9 {
    order: 9;
  }
  .mwt-order-xxl-10 {
    order: 10;
  }
  .mwt-order-xxl-11 {
    order: 11;
  }
  .mwt-order-xxl-12 {
    order: 12;
  }
}
@media (min-width: 1800px) {
  .mwt-order-xxxl-0 {
    order: 0;
  }
  .mwt-order-xxxl-1 {
    order: 1;
  }
  .mwt-order-xxxl-2 {
    order: 2;
  }
  .mwt-order-xxxl-3 {
    order: 3;
  }
  .mwt-order-xxxl-4 {
    order: 4;
  }
  .mwt-order-xxxl-5 {
    order: 5;
  }
  .mwt-order-xxxl-6 {
    order: 6;
  }
  .mwt-order-xxxl-7 {
    order: 7;
  }
  .mwt-order-xxxl-8 {
    order: 8;
  }
  .mwt-order-xxxl-9 {
    order: 9;
  }
  .mwt-order-xxxl-10 {
    order: 10;
  }
  .mwt-order-xxxl-11 {
    order: 11;
  }
  .mwt-order-xxxl-12 {
    order: 12;
  }
}
@media (min-width: 2000px) {
  .mwt-order-xxxxl-0 {
    order: 0;
  }
  .mwt-order-xxxxl-1 {
    order: 1;
  }
  .mwt-order-xxxxl-2 {
    order: 2;
  }
  .mwt-order-xxxxl-3 {
    order: 3;
  }
  .mwt-order-xxxxl-4 {
    order: 4;
  }
  .mwt-order-xxxxl-5 {
    order: 5;
  }
  .mwt-order-xxxxl-6 {
    order: 6;
  }
  .mwt-order-xxxxl-7 {
    order: 7;
  }
  .mwt-order-xxxxl-8 {
    order: 8;
  }
  .mwt-order-xxxxl-9 {
    order: 9;
  }
  .mwt-order-xxxxl-10 {
    order: 10;
  }
  .mwt-order-xxxxl-11 {
    order: 11;
  }
  .mwt-order-xxxxl-12 {
    order: 12;
  }
}
.mwt-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .mwt-gap-xs-0 {
    gap: 0rem;
  }
  .mwt-gap-xs-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xs-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xs-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xs-4 {
    gap: 1rem;
  }
  .mwt-gap-xs-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .mwt-gap-sm-0 {
    gap: 0rem;
  }
  .mwt-gap-sm-1 {
    gap: 0.25rem;
  }
  .mwt-gap-sm-2 {
    gap: 0.5rem;
  }
  .mwt-gap-sm-3 {
    gap: 0.75rem;
  }
  .mwt-gap-sm-4 {
    gap: 1rem;
  }
  .mwt-gap-sm-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .mwt-gap-md-0 {
    gap: 0rem;
  }
  .mwt-gap-md-1 {
    gap: 0.25rem;
  }
  .mwt-gap-md-2 {
    gap: 0.5rem;
  }
  .mwt-gap-md-3 {
    gap: 0.75rem;
  }
  .mwt-gap-md-4 {
    gap: 1rem;
  }
  .mwt-gap-md-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .mwt-gap-lg-0 {
    gap: 0rem;
  }
  .mwt-gap-lg-1 {
    gap: 0.25rem;
  }
  .mwt-gap-lg-2 {
    gap: 0.5rem;
  }
  .mwt-gap-lg-3 {
    gap: 0.75rem;
  }
  .mwt-gap-lg-4 {
    gap: 1rem;
  }
  .mwt-gap-lg-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .mwt-gap-xl-0 {
    gap: 0rem;
  }
  .mwt-gap-xl-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xl-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xl-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xl-4 {
    gap: 1rem;
  }
  .mwt-gap-xl-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .mwt-gap-xxl-0 {
    gap: 0rem;
  }
  .mwt-gap-xxl-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xxl-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xxl-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xxl-4 {
    gap: 1rem;
  }
  .mwt-gap-xxl-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 1800px) {
  .mwt-gap-xxxl-0 {
    gap: 0rem;
  }
  .mwt-gap-xxxl-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xxxl-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xxxl-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xxxl-4 {
    gap: 1rem;
  }
  .mwt-gap-xxxl-5 {
    gap: 1.25rem;
  }
}
@media (min-width: 2000px) {
  .mwt-gap-xxxxl-0 {
    gap: 0rem;
  }
  .mwt-gap-xxxxl-1 {
    gap: 0.25rem;
  }
  .mwt-gap-xxxxl-2 {
    gap: 0.5rem;
  }
  .mwt-gap-xxxxl-3 {
    gap: 0.75rem;
  }
  .mwt-gap-xxxxl-4 {
    gap: 1rem;
  }
  .mwt-gap-xxxxl-5 {
    gap: 1.25rem;
  }
}
.mwt-align-items-start {
  align-items: start;
}

.mwt-align-items-center {
  align-items: center;
}

.mwt-align-items-end {
  align-items: end;
}

.mwt-align-items-stretch {
  align-items: stretch;
}

.mwt-align-items-baseline {
  align-items: baseline;
}

.mwt-justify-content-start {
  justify-content: start;
}

.mwt-justify-content-center {
  justify-content: center;
}

.mwt-justify-content-end {
  justify-content: end;
}

.mwt-justify-content-between {
  justify-content: space-between;
}

.mwt-justify-content-around {
  justify-content: space-around;
}

.mwt-justify-content-evenly {
  justify-content: space-evenly;
}

/*
Kullanım Örnekleri
@include media-min(sm) {
  body {
    background-color: lightblue;
  }
}
@include media-max(md) {
  body {
    font-size: 14px;
  }
}
@include media-between(sm, lg) {
  .box {
    padding: 20px;
  }
}
*/
.bwd-btn {
  padding: 10px 10px;
}

.btn-swiss {
  background-color: var(--swiss-plum); /* Custom background color */
  border-color: var(--swiss-plum); /* Custom border color */
  color: white;
}

.btn-swiss:hover {
  background-color: #9670db; /* Custom hover background */
  border-color: #9670db; /* Custom hover border */
  color: white;
}

.btn-midnight {
  background-color: var(--midnight); /* Custom background color */
  border-color: var(--midnight); /* Custom border color */
  color: white;
}

.btn-midnight:hover {
  background-color: #08174a; /* Custom hover background */
  border-color: #08174a; /* Custom hover border */
  color: white;
}

.btn-orange-darkturquoise {
  text-decoration: none;
  background-color: orange;
}

.btn-orange-darkturquoise:hover {
  background-color: darkturquoise; /* Custom hover background */
  border-color: darkturquoise; /* Custom hover border */
}

.btn-golden-nectar {
  background-color: var(--golden-nectar); /* Custom background color */
  border-color: var(--golden-nectar); /* Custom border color */
  color: white;
}

.btn-golden-nectar:hover {
  background-color: var(--peach-cobbler); /* Custom hover background */
  border-color: var(--peach-cobbler); /* Custom hover border */
  color: white;
}

.btn-golden-nectar_darkturquoise {
  background-color: var(--golden-nectar); /* Custom background color */
  border-color: var(--golden-nectar); /* Custom border color */
  color: white;
}

.btn-golden-nectar_darkturquoise:hover {
  background-color: var(--darkturquoise); /* Custom hover background */
  border-color: var(--darkturquoise); /* Custom hover border */
  color: white;
}

.golden-nectar_darkturquoise {
  background-color: var(--golden-nectar); /* Custom background color */
  border-color: var(--golden-nectar); /* Custom border color */
  color: black;
}

.golden-nectar_darkturquoise:hover {
  background-color: var(--darkturquoise); /* Custom hover background */
  border-color: var(--darkturquoise); /* Custom hover border */
  color: white;
}

.neon-fuchsia {
  background-color: var(--neon-fuchsia); /* Custom background color */
  border-color: var(--neon-fuchsia); /* Custom border color */
  color: white;
}

.neon-fuchsia:hover {
  background-color: var(--darkturquoise); /* Custom hover background */
  border-color: var(--darkturquoise); /* Custom hover border */
  color: #ff979c;
}

.mp-rose-btn {
  display: inline-flex;
}
.mp-rose-btn {
  position: relative;
}
.mp-rose-btn {
  background-color: #ff007f;
}
.mp-rose-btn {
  font-size: 16px;
}
.mp-rose-btn {
  font-weight: 600;
}
.mp-rose-btn {
  line-height: 1;
}
.mp-rose-btn {
  text-align: center;
}
.mp-rose-btn {
  text-decoration: none;
}
.mp-rose-btn {
  padding: 4px;
}
.mp-rose-btn {
  border-radius: 50px;
}
.mp-rose-btn {
  z-index: 2;
}
.mp-rose-btn {
  overflow: hidden;
}
.mp-rose-btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  text-align: center;
  border-radius: 50px;
  z-index: 2;
  overflow: hidden;
}
.mp-rose-btn .btn-inner::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  background-color: #060129;
  border-radius: 50px;
  z-index: -1;
}
.mp-rose-btn .btn-text {
  color: #ffffff;
  overflow: hidden;
}
.mp-rose-btn .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #060129;
  border-radius: 50%;
}
.mp-rose-btn .btn-icon.rose-icon {
  position: absolute;
  left: -42px;
  background-color: rgba(0, 0, 0, 0);
}
.mp-rose-btn .btn-icon i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.mp-rose-btn-linear-gradient {
  display: inline-flex;
}
.mp-rose-btn-linear-gradient {
  position: relative;
}
.mp-rose-btn-linear-gradient {
  background: linear-gradient(90deg, rgb(255, 46, 166), rgba(116, 91, 255, 0.5));
}
.mp-rose-btn-linear-gradient {
  font-size: 16px;
}
.mp-rose-btn-linear-gradient {
  font-weight: 600;
}
.mp-rose-btn-linear-gradient {
  line-height: 1;
}
.mp-rose-btn-linear-gradient {
  text-align: center;
}
.mp-rose-btn-linear-gradient {
  text-decoration: none;
}
.mp-rose-btn-linear-gradient {
  padding: 4px;
}
.mp-rose-btn-linear-gradient {
  border-radius: 50px;
}
.mp-rose-btn-linear-gradient {
  z-index: 2;
}
.mp-rose-btn-linear-gradient {
  overflow: hidden;
}
.mp-rose-btn-linear-gradient .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  text-align: center;
  border-radius: 50px;
  z-index: 2;
  overflow: hidden;
}
.mp-rose-btn-linear-gradient .btn-inner::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  background-color: #060129;
  border-radius: 50px;
  z-index: -1;
}
.mp-rose-btn-linear-gradient .btn-text {
  color: #ffffff;
  overflow: hidden;
}
.mp-rose-btn-linear-gradient .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #060129;
  border-radius: 50%;
}
.mp-rose-btn-linear-gradient .btn-icon.rose-icon {
  position: absolute;
  left: -42px;
  background-color: rgba(0, 0, 0, 0);
}
.mp-rose-btn-linear-gradient .btn-icon i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.mp-rose-btn-linear-gradient::before, .mp-rose-btn-linear-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  transition: opacity 0.35s ease-in-out;
}
.mp-rose-btn-linear-gradient::before {
  background: linear-gradient(90deg, rgb(255, 46, 166), rgba(116, 91, 255, 0.5));
  opacity: 1;
}
.mp-rose-btn-linear-gradient::after {
  background: linear-gradient(90deg, rgb(116, 91, 255), rgba(255, 46, 166, 0.5));
  opacity: 0;
}

.mp-rose-btn-linear-gradient:hover {
  background: linear-gradient(90deg, rgb(116, 91, 255), rgba(255, 46, 166, 0.5));
}

.mp-rose-btn-linear-gradient:hover::after {
  opacity: 1;
}

.mp-baby-blue-btn {
  display: inline-flex;
}
.mp-baby-blue-btn {
  position: relative;
}
.mp-baby-blue-btn {
  background-color: #a2d2ff;
}
.mp-baby-blue-btn {
  font-size: 16px;
}
.mp-baby-blue-btn {
  font-weight: 600;
}
.mp-baby-blue-btn {
  line-height: 1;
}
.mp-baby-blue-btn {
  text-align: center;
}
.mp-baby-blue-btn {
  text-decoration: none;
}
.mp-baby-blue-btn {
  padding: 4px;
}
.mp-baby-blue-btn {
  border-radius: 50px;
}
.mp-baby-blue-btn {
  z-index: 2;
}
.mp-baby-blue-btn {
  overflow: hidden;
}
.mp-baby-blue-btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  text-align: center;
  border-radius: 50px;
  z-index: 2;
  overflow: hidden;
}
.mp-baby-blue-btn .btn-inner::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  background-color: #060129;
  border-radius: 50px;
  z-index: -1;
}
.mp-baby-blue-btn .btn-text {
  color: #000000;
  overflow: hidden;
}
.mp-baby-blue-btn .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #060129;
  border-radius: 50%;
}
.mp-baby-blue-btn .btn-icon.rose-icon {
  position: absolute;
  left: -42px;
  background-color: rgba(0, 0, 0, 0);
}
.mp-baby-blue-btn .btn-icon i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.mp-lightish-blue-btn {
  display: inline-flex;
}
.mp-lightish-blue-btn {
  position: relative;
}
.mp-lightish-blue-btn {
  background-color: #3a86ff;
}
.mp-lightish-blue-btn {
  font-size: 16px;
}
.mp-lightish-blue-btn {
  font-weight: 600;
}
.mp-lightish-blue-btn {
  line-height: 1;
}
.mp-lightish-blue-btn {
  text-align: center;
}
.mp-lightish-blue-btn {
  text-decoration: none;
}
.mp-lightish-blue-btn {
  padding: 4px;
}
.mp-lightish-blue-btn {
  border-radius: 50px;
}
.mp-lightish-blue-btn {
  z-index: 2;
}
.mp-lightish-blue-btn {
  overflow: hidden;
}
.mp-lightish-blue-btn .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
  text-align: center;
  border-radius: 50px;
  z-index: 2;
  overflow: hidden;
}
.mp-lightish-blue-btn .btn-inner::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  background-color: #060129;
  border-radius: 50px;
  z-index: -1;
}
.mp-lightish-blue-btn .btn-text {
  color: #ffffff;
  overflow: hidden;
}
.mp-lightish-blue-btn .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #060129;
  border-radius: 50%;
}
.mp-lightish-blue-btn .btn-icon.rose-icon {
  position: absolute;
  left: -42px;
  background-color: rgba(0, 0, 0, 0);
}
.mp-lightish-blue-btn .btn-icon i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.part-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-0 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-0 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-0 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-0 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-0 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-0 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-0 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-0 {
    max-width: 1860px;
  }
}
.part-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-1 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-1 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-1 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-1 {
    max-width: 1860px;
  }
}
.part-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-2 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-2 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-2 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-2 {
    max-width: 1860px;
  }
}
.part-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-3 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-3 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-3 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-3 {
    max-width: 1860px;
  }
}
.part-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-4 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-4 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-4 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-4 {
    max-width: 1860px;
  }
}
.part-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-5 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-5 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-5 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-5 {
    max-width: 1860px;
  }
}
.part-6 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-6 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-6 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-6 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-6 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-6 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-6 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-6 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-6 {
    max-width: 1860px;
  }
}
.part-7 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-7 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-7 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-7 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-7 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-7 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-7 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-7 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-7 {
    max-width: 1860px;
  }
}
.part-8 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-8 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-8 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-8 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-8 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-8 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-8 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-8 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-8 {
    max-width: 1860px;
  }
}
.part-9 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-9 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-9 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-9 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-9 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-9 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-9 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-9 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-9 {
    max-width: 1860px;
  }
}
.part-10 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-10 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-10 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-10 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-10 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-10 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-10 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-10 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-10 {
    max-width: 1860px;
  }
}
.part-11 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-11 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-11 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-11 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-11 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-11 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-11 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-11 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-11 {
    max-width: 1860px;
  }
}
.part-12 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-12 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-12 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-12 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-12 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-12 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-12 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-12 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-12 {
    max-width: 1860px;
  }
}
.part-13 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-13 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-13 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-13 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-13 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-13 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-13 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-13 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-13 {
    max-width: 1860px;
  }
}
.part-14 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-14 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-14 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-14 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-14 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-14 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-14 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-14 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-14 {
    max-width: 1860px;
  }
}
.part-15 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-15 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-15 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-15 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-15 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-15 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-15 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-15 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-15 {
    max-width: 1860px;
  }
}
.part-16 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-16 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-16 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-16 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-16 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-16 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-16 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-16 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-16 {
    max-width: 1860px;
  }
}
.part-17 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-17 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-17 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-17 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-17 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-17 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-17 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-17 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-17 {
    max-width: 1860px;
  }
}
.part-18 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-18 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-18 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-18 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-18 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-18 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-18 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-18 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-18 {
    max-width: 1860px;
  }
}
.part-19 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-19 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-19 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-19 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-19 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-19 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-19 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-19 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-19 {
    max-width: 1860px;
  }
}
.part-20 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-20 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-20 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-20 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-20 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-20 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-20 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-20 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-20 {
    max-width: 1860px;
  }
}
.part-21 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-21 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-21 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-21 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-21 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-21 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-21 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-21 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-21 {
    max-width: 1860px;
  }
}
.part-22 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-22 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-22 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-22 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-22 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-22 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-22 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-22 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-22 {
    max-width: 1860px;
  }
}
.part-23 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-23 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-23 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-23 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-23 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-23 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-23 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-23 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-23 {
    max-width: 1860px;
  }
}
.part-24 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-24 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-24 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-24 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-24 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-24 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-24 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-24 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-24 {
    max-width: 1860px;
  }
}
.part-25 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-25 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-25 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-25 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-25 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-25 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-25 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-25 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-25 {
    max-width: 1860px;
  }
}
.part-common {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-common {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-common {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-common {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-common {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-common {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-common {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-common {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-common {
    max-width: 1860px;
  }
}
.part-blog_page-content {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-blog_page-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-blog_page-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-blog_page-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-blog_page-content {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-blog_page-content {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-blog_page-content {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-blog_page-content {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-blog_page-content {
    max-width: 1860px;
  }
}
.part-search {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-search {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-search {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-search {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-search {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-search {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-search {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-search {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-search {
    max-width: 1860px;
  }
}
.part-video {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-video {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-video {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-video {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-video {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-video {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-video {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-video {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-video {
    max-width: 1860px;
  }
}
.part-header-mobile-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-mobile-0 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-mobile-0 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-mobile-0 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-mobile-0 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-mobile-0 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-mobile-0 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-mobile-0 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-mobile-0 {
    max-width: 1860px;
  }
}
.part-header-mobile-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-mobile-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-mobile-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-mobile-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-mobile-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-mobile-1 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-mobile-1 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-mobile-1 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-mobile-1 {
    max-width: 1860px;
  }
}
.part-header-mobile-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-mobile-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-mobile-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-mobile-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-mobile-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-mobile-2 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-mobile-2 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-mobile-2 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-mobile-2 {
    max-width: 1860px;
  }
}
.part-header-mobile-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-mobile-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-mobile-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-mobile-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-mobile-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-mobile-3 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-mobile-3 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-mobile-3 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-mobile-3 {
    max-width: 1860px;
  }
}
.part-header-mobile-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-mobile-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-mobile-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-mobile-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-mobile-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-mobile-4 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-mobile-4 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-mobile-4 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-mobile-4 {
    max-width: 1860px;
  }
}
.part-header-mobile-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-mobile-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-mobile-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-mobile-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-mobile-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-mobile-5 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-mobile-5 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-mobile-5 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-mobile-5 {
    max-width: 1860px;
  }
}
.part-header-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-0 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-0 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-0 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-0 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-0 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-0 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-0 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-0 {
    max-width: 1860px;
  }
}
.part-header-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-1 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-1 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-1 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-1 {
    max-width: 1860px;
  }
}
.part-header-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-2 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-2 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-2 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-2 {
    max-width: 1860px;
  }
}
.part-header-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-3 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-3 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-3 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-3 {
    max-width: 1860px;
  }
}
.part-header-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-4 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-4 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-4 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-4 {
    max-width: 1860px;
  }
}
.part-header-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-5 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-5 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-5 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-5 {
    max-width: 1860px;
  }
}
.part-footer-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-1 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-1 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-1 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-1 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-footer-1 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-footer-1 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-footer-1 {
    max-width: 1860px;
  }
}
.part-footer-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-2 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-2 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-footer-2 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-footer-2 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-footer-2 {
    max-width: 1860px;
  }
}
.part-footer-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-3 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-3 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-3 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-3 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-3 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-footer-3 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-footer-3 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-footer-3 {
    max-width: 1860px;
  }
}
.part-footer-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-4 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-4 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-footer-4 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-footer-4 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-footer-4 {
    max-width: 1860px;
  }
}
.part-footer-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-footer-5 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-footer-5 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-footer-5 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-footer-5 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-footer-5 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-footer-5 {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-footer-5 {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-footer-5 {
    max-width: 1860px;
  }
}
.part-content {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-content {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-content {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-content {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-content {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-content {
    max-width: 1860px;
  }
}
.part-header-breadcrums {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .part-header-breadcrums {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .part-header-breadcrums {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .part-header-breadcrums {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .part-header-breadcrums {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .part-header-breadcrums {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .part-header-breadcrums {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .part-header-breadcrums {
    max-width: 1680px;
  }
}
@media (min-width: 2000px) {
  .part-header-breadcrums {
    max-width: 1860px;
  }
}
/* =========================
   Corner Chip - Notch Bottom
   ========================= */
:root {
  --bg: #07081f;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.08);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.65);
  --accent: #ff2ea6;
  --chip-bg: #060129;
  --radius: 18px;
}

.container {
  width: min(1100px, 100% - 32px);
  margin-inline: auto;
}

/* =========================
   Corner Chip (var tabanlı + corner preset)
   ========================= */
.corner-chip {
  --corner-bg: var(--chip-bg, #060129);
  --corner-fg: #fff;
  /* Eski: kare boyut */
  --corner-size: 54px;
  /* Yeni: ayrı width/height (verilmezse size’a düşer) */
  --corner-w: var(--corner-size);
  --corner-h: var(--corner-size);
  /* radius */
  --corner-r: 12px;
  /* İç hesaplar */
  --cap-w: calc(var(--corner-w) / 2); /* soldaki/sağdaki “kapak” genişliği */
  --sx: 1;
  /* Konum (default TR) */
  --t: 0;
  --r: 0;
  --b: auto;
  --l: auto;
  /* Chip radius (default TR -> bottom-left) */
  --chip-tl: 0;
  --chip-tr: 0;
  --chip-br: 0;
  --chip-bl: var(--corner-r);
  /* Cap (pseudo) radius */
  --cap-tl: 0;
  --cap-tr: var(--corner-r);
  --cap-br: 0;
  --cap-bl: 0;
  /* ::before (x tarafı) */
  --p1-t: 0;
  --p1-r: auto;
  --p1-b: auto;
  --p1-l: calc(-1 * var(--cap-w));
  /* ::after (y tarafı) */
  --p2-t: auto;
  --p2-r: 0;
  --p2-b: calc(-1 * var(--corner-r));
  --p2-l: auto;
  position: absolute;
  inset: var(--t) var(--r) var(--b) var(--l);
  width: var(--corner-w);
  height: var(--corner-h);
  display: grid;
  place-items: center;
  background: var(--corner-bg);
  color: var(--corner-fg);
  font-weight: 800;
  line-height: 1;
  z-index: 3;
  border-radius: var(--chip-tl) var(--chip-tr) var(--chip-br) var(--chip-bl);
}

.corner-chip::before,
.corner-chip::after {
  content: "";
  position: absolute;
  background: transparent;
  width: var(--cap-w);
  height: var(--corner-r);
  border-top-left-radius: var(--cap-tl);
  border-top-right-radius: var(--cap-tr);
  border-bottom-right-radius: var(--cap-br);
  border-bottom-left-radius: var(--cap-bl);
  box-shadow: calc(var(--sx) * var(--corner-r)) 0 0 0 var(--corner-bg);
}

/* ::before konumu */
.corner-chip::before {
  top: var(--p1-t);
  right: var(--p1-r);
  bottom: var(--p1-b);
  left: var(--p1-l);
}

/* ::after konumu */
.corner-chip::after {
  top: var(--p2-t);
  right: var(--p2-r);
  bottom: var(--p2-b);
  left: var(--p2-l);
}

/* =========================
   Corner Presets (sadece değişken setliyor)
   ========================= */
/* TR: default zaten bu (istersen boş bırakabilirsin) */
/* TL */
.corner--tl {
  --t: 0;
  --r: auto;
  --b: auto;
  --l: 0;
  --sx: -1;
  /* chip radius: bottom-right */
  --chip-tl: 0;
  --chip-tr: 0;
  --chip-br: var(--corner-r);
  --chip-bl: 0;
  /* cap inner: top-left */
  --cap-tl: var(--corner-r);
  --cap-tr: 0;
  --cap-br: 0;
  --cap-bl: 0;
  /* before: sağa taş, üstte */
  --p1-t: 0;
  --p1-r: calc(-1 * var(--cap-w));
  --p1-b: auto;
  --p1-l: auto;
  /* after: alta taş, solda 0 */
  --p2-t: auto;
  --p2-r: auto;
  --p2-b: calc(-1 * var(--corner-r));
  --p2-l: 0;
}

/* BR */
.corner--br {
  --t: auto;
  --r: 0;
  --b: 0;
  --l: auto;
  --sx: 1;
  /* chip radius: top-left */
  --chip-tl: var(--corner-r);
  --chip-tr: 0;
  --chip-br: 0;
  --chip-bl: 0;
  /* cap inner: bottom-right */
  --cap-tl: 0;
  --cap-tr: 0;
  --cap-br: var(--corner-r);
  --cap-bl: 0;
  /* before: sola taş, altta 0 */
  --p1-t: auto;
  --p1-r: auto;
  --p1-b: 0;
  --p1-l: calc(-1 * var(--cap-w));
  /* after: üste taş, sağda 0 */
  --p2-t: calc(-1 * var(--corner-r));
  --p2-r: 0;
  --p2-b: auto;
  --p2-l: auto;
}

/* BL */
.corner--bl {
  --t: auto;
  --r: auto;
  --b: 0;
  --l: 0;
  --sx: -1;
  /* chip radius: top-right */
  --chip-tl: 0;
  --chip-tr: var(--corner-r);
  --chip-br: 0;
  --chip-bl: 0;
  /* cap inner: bottom-left */
  --cap-tl: 0;
  --cap-tr: 0;
  --cap-br: 0;
  --cap-bl: var(--corner-r);
  /* before: sağa taş, altta 0 */
  --p1-t: auto;
  --p1-r: calc(-1 * var(--cap-w));
  --p1-b: 0;
  --p1-l: auto;
  /* after: üste taş, solda 0 */
  --p2-t: calc(-1 * var(--corner-r));
  --p2-r: auto;
  --p2-b: auto;
  --p2-l: 0;
}

/* =========================
   UTILITIES: Notch Bottom
   ========================= */
.notch-bottom {
  --notch-r: 12px;
  --notch-bg: var(--bg); /* butonun oturduğu alanın arka planı */
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.notch-bottom::before,
.notch-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: var(--notch-r);
  height: calc(var(--notch-r) * 2);
  background: transparent;
  box-shadow: 0 var(--notch-r) 0 0 var(--notch-bg);
  z-index: -1;
}

.notch-bottom::before {
  left: calc(-1 * var(--notch-r));
  border-bottom-right-radius: var(--notch-r);
}

.notch-bottom::after {
  right: calc(-1 * var(--notch-r));
  border-bottom-left-radius: var(--notch-r);
}

.section-header-breadcrumbs-VVRanaq {
  position: relative;
  padding: 0px 0 0px;
  overflow: hidden;
}
.section-header-breadcrumbs-VVRanaq .header-MX451 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  min-height: 150px;
  background: radial-gradient(700px 240px at 15% 0%, rgba(255, 46, 166, 0.22), transparent 55%), radial-gradient(700px 240px at 85% 100%, rgba(120, 90, 255, 0.22), transparent 55%), rgba(255, 255, 255, 0.05);
}
.section-header-breadcrumbs-VVRanaq .header-MX451 {
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.section-header-breadcrumbs-VVRanaq .header-MX451 {
  border-radius: 16px;
}
.section-header-breadcrumbs-VVRanaq .header-MX451 {
  padding: 10px;
}
.section-header-breadcrumbs-VVRanaq .text {
  margin: 0;
  width: 100%;
  text-align: center;
}
.section-header-breadcrumbs-VVRanaq .text h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.35rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #57a5ff;
  text-wrap: balance;
}
.section-header-breadcrumbs-VVRanaq .breadcrumbs-Dy1Xn {
  width: 100%;
  text-align: center;
}

.bws-breadcrumbs--rfj {
  --crumb-text: #c7d8ff;
  --crumb-muted: rgba(199, 216, 255, 0.58);
  --crumb-link: #81d8e5;
  --crumb-link-hover: #ff4fa0;
  --crumb-current: #6d768d;
  --crumb-border: rgba(255, 255, 255, 0.09);
  --crumb-bg:
    linear-gradient(135deg, rgba(94, 21, 94, 0.34) 0%, rgba(34, 35, 102, 0.34) 100%);
  display: inline-flex;
  max-width: 100%;
  padding: 12px 18px;
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__item:not(:last-child) {
  padding-right: 22px;
  margin-right: 12px;
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__item:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
  color: rgba(255, 79, 160, 0.72);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__link,
.bws-breadcrumbs--rfj .bws-breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__link {
  color: var(--crumb-link);
  padding: 4px 10px;
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__link:hover {
  color: var(--crumb-link-hover);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.bws-breadcrumbs--rfj .bws-breadcrumbs__current {
  color: var(--crumb-current);
  padding: 4px 4px 4px 10px;
  cursor: default;
}

@media (max-width: 991.98px) {
  .section-header-breadcrumbs-VVRanaq {
    padding: 42px 0 44px;
  }
  .section-header-breadcrumbs-VVRanaq .header-MX451 {
    gap: 14px;
    min-height: 126px;
  }
  .section-header-breadcrumbs-VVRanaq .text h1 {
    font-size: clamp(1.7rem, 6vw, 2.6rem);
  }
  .bws-breadcrumbs--rfj {
    padding: 10px 14px;
    border-radius: 18px;
  }
  .bws-breadcrumbs--rfj .bws-breadcrumbs__item:not(:last-child) {
    padding-right: 18px;
    margin-right: 10px;
  }
  .bws-breadcrumbs--rfj .bws-breadcrumbs__link,
  .bws-breadcrumbs--rfj .bws-breadcrumbs__current {
    font-size: 0.94rem;
  }
}
@media (max-width: 575.98px) {
  .section-header-breadcrumbs-VVRanaq .header-MX451 {
    min-height: auto;
    gap: 12px;
  }
  .bws-breadcrumbs--rfj {
    display: flex;
    width: 100%;
    border-radius: 16px;
    padding: 10px 12px;
  }
  .bws-breadcrumbs--rfj .bws-breadcrumbs__list {
    width: 100%;
    row-gap: 8px;
  }
  .bws-breadcrumbs--rfj .bws-breadcrumbs__item:not(:last-child) {
    padding-right: 16px;
    margin-right: 8px;
  }
  .bws-breadcrumbs--rfj .bws-breadcrumbs__link,
  .bws-breadcrumbs--rfj .bws-breadcrumbs__current {
    min-height: 30px;
    font-size: 0.89rem;
  }
}
/* =====================================================
   MP Order Library
   Bootstrap bağımsız order sistemi
   File: _mp-order-library.css
   ===================================================== */
:root {
  --mp-order-gap: 16px;
}

/* ---------------------------------
   Order Parent Helpers
   --------------------------------- */
/* Dikey sıralama */
.mp-order-stack {
  display: flex;
  flex-direction: column;
  gap: var(--mp-order-gap);
}

/* Yatay / responsive satır */
.mp-order-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--mp-order-gap);
}

/* Grid sıralama */
.mp-order-grid {
  display: grid;
  gap: var(--mp-order-gap);
}

/* Basit grid kolonları */
.mp-order-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

/* ---------------------------------
   Order Classes
   Flex/Grid parent içinde çalışır
   --------------------------------- */
.mp-order-first {
  order: -9999 !important;
}

.mp-order-last {
  order: 9999 !important;
}

.mp-order-0 {
  order: 0 !important;
}

.mp-order-1 {
  order: 1 !important;
}

.mp-order-2 {
  order: 2 !important;
}

.mp-order-3 {
  order: 3 !important;
}

.mp-order-4 {
  order: 4 !important;
}

.mp-order-5 {
  order: 5 !important;
}

.mp-order-6 {
  order: 6 !important;
}

.mp-order-7 {
  order: 7 !important;
}

.mp-order-8 {
  order: 8 !important;
}

.mp-order-9 {
  order: 9 !important;
}

.mp-order-10 {
  order: 10 !important;
}

.mp-order-11 {
  order: 11 !important;
}

.mp-order-12 {
  order: 12 !important;
}

/* ---------------------------------
   Responsive Order
   Mobile: 0 - 767px
   --------------------------------- */
@media (max-width: 767px) {
  .mp-sm-order-first {
    order: -9999 !important;
  }
  .mp-sm-order-last {
    order: 9999 !important;
  }
  .mp-sm-order-0 {
    order: 0 !important;
  }
  .mp-sm-order-1 {
    order: 1 !important;
  }
  .mp-sm-order-2 {
    order: 2 !important;
  }
  .mp-sm-order-3 {
    order: 3 !important;
  }
  .mp-sm-order-4 {
    order: 4 !important;
  }
  .mp-sm-order-5 {
    order: 5 !important;
  }
  .mp-sm-order-6 {
    order: 6 !important;
  }
  .mp-sm-order-7 {
    order: 7 !important;
  }
  .mp-sm-order-8 {
    order: 8 !important;
  }
  .mp-sm-order-9 {
    order: 9 !important;
  }
  .mp-sm-order-10 {
    order: 10 !important;
  }
  .mp-sm-order-11 {
    order: 11 !important;
  }
  .mp-sm-order-12 {
    order: 12 !important;
  }
  .mp-sm-order-stack {
    display: flex;
    flex-direction: column;
  }
  .mp-sm-order-row {
    display: flex;
    flex-wrap: wrap;
  }
  .mp-sm-order-grid {
    display: grid;
  }
  .mp-order-grid-2,
  .mp-order-grid-3,
  .mp-order-grid-4 {
    grid-template-columns: 1fr;
  }
}
/* ---------------------------------
   Tablet: 768px - 992px
   --------------------------------- */
@media (min-width: 768px) and (max-width: 992px) {
  .mp-md-order-first {
    order: -9999 !important;
  }
  .mp-md-order-last {
    order: 9999 !important;
  }
  .mp-md-order-0 {
    order: 0 !important;
  }
  .mp-md-order-1 {
    order: 1 !important;
  }
  .mp-md-order-2 {
    order: 2 !important;
  }
  .mp-md-order-3 {
    order: 3 !important;
  }
  .mp-md-order-4 {
    order: 4 !important;
  }
  .mp-md-order-5 {
    order: 5 !important;
  }
  .mp-md-order-6 {
    order: 6 !important;
  }
  .mp-md-order-7 {
    order: 7 !important;
  }
  .mp-md-order-8 {
    order: 8 !important;
  }
  .mp-md-order-9 {
    order: 9 !important;
  }
  .mp-md-order-10 {
    order: 10 !important;
  }
  .mp-md-order-11 {
    order: 11 !important;
  }
  .mp-md-order-12 {
    order: 12 !important;
  }
}
/* ---------------------------------
   Desktop: 993px+
   --------------------------------- */
@media (min-width: 993px) {
  .mp-lg-order-first {
    order: -9999 !important;
  }
  .mp-lg-order-last {
    order: 9999 !important;
  }
  .mp-lg-order-0 {
    order: 0 !important;
  }
  .mp-lg-order-1 {
    order: 1 !important;
  }
  .mp-lg-order-2 {
    order: 2 !important;
  }
  .mp-lg-order-3 {
    order: 3 !important;
  }
  .mp-lg-order-4 {
    order: 4 !important;
  }
  .mp-lg-order-5 {
    order: 5 !important;
  }
  .mp-lg-order-6 {
    order: 6 !important;
  }
  .mp-lg-order-7 {
    order: 7 !important;
  }
  .mp-lg-order-8 {
    order: 8 !important;
  }
  .mp-lg-order-9 {
    order: 9 !important;
  }
  .mp-lg-order-10 {
    order: 10 !important;
  }
  .mp-lg-order-11 {
    order: 11 !important;
  }
  .mp-lg-order-12 {
    order: 12 !important;
  }
}
/* ---------------------------------
   JS Move / Swap için yardımcılar
   --------------------------------- */
[data-mp-order-hidden] {
  display: none !important;
}

.mp-order-moving {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mp-order-is-moving {
  opacity: 0.65;
  transform: scale(0.98);
}

/* Debug istenirse kullanılır */
.mp-order-debug-outline [data-mp-order],
.mp-order-debug-outline [data-mp-move-to],
.mp-order-debug-outline [data-mp-swap-with] {
  outline: 1px dashed rgba(255, 0, 127, 0.55);
  outline-offset: 3px;
}

.single_model_1-header {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.single_model_1-header .header .text {
  font-family: var(--source-sans-3);
  font-family: var(--source-sans-3);
}

.single_model_1-header .header .breadcrumbs {
  font-size: 20px;
  color: #444444;
}

.single_model_1-header .header .breadcrumbs a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.page_model_1-header {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.page_model_1-header .header .text {
  font-family: var(--source-sans-3);
  font-family: var(--source-sans-3);
}

.page_model_1-header .header .breadcrumbs {
  font-size: 20px;
  color: #444444;
}

.page_model_1-header .header .breadcrumbs a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.page_model_1 {
  margin-top: 25px;
}

.widgetPosts {
  font-family: var(--source-sans-3);
}

.widgetPosts .widget-title {
  font-size: 30px;
  font-family: var(--source-sans-3);
}

.widgetPosts .widgetContent ul {
  list-style: none;
  padding-left: 0;
}

.widgetPosts .widgetContent ul .nav-item .nav-link {
  color: white;
  font-size: 18px;
}

.widgetPages {
  font-family: var(--source-sans-3);
}

.widgetPages .widget-title {
  font-size: 30px;
  font-family: var(--source-sans-3);
}

.widgetPages .widgetContent ul {
  list-style: none;
  padding-left: 0;
}

.widgetPages .widgetContent ul .nav-item .nav-link {
  color: white;
  font-size: 18px;
}

/* =========================================================
   Pitemati / MPDL Blog Archive Page
   Scope: .mp-blog-archive-Bg7xL
========================================================= */
.mp-blog-archive-Bg7xL {
  --mpba-text: rgba(255,255,255,.94);
  --mpba-muted: rgba(255,255,255,.66);
  --mpba-soft: rgba(255,255,255,.48);
  --mpba-border: rgba(255,255,255,.13);
  --mpba-border-strong: rgba(255,255,255,.22);
  --mpba-a: #ff2ea6;
  --mpba-b: #745bff;
  --mpba-c: #49e6ff;
  color: var(--mpba-text);
  position: relative;
  overflow: hidden;
  padding: 42px 0 62px;
}

.mp-blog-archive-Bg7xL,
.mp-blog-archive-Bg7xL * {
  box-sizing: border-box;
}

.mp-blog-archive-Bg7xL::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 8%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 88% 4%, rgba(73, 230, 255, 0.15), transparent 30%), radial-gradient(circle at 50% 94%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
}

.mp-blog-archive-shell-Bg7xL {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

/* Hero */
.mp-blog-hero-Bg7xL {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mp-blog-hero-Bg7xL::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-blog-hero-content-Bg7xL {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-blog-kicker-Bg7xL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-blog-kicker-Bg7xL i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpba-a), var(--mpba-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-blog-hero-Bg7xL h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6.4vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-blog-hero-Bg7xL p {
  max-width: 720px;
  margin: 0;
  color: var(--mpba-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-blog-hero-stats-Bg7xL {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.mp-blog-stat-Bg7xL {
  min-width: 130px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.mp-blog-stat-Bg7xL strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.mp-blog-stat-Bg7xL span {
  display: block;
  margin-top: 8px;
  color: var(--mpba-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.mp-blog-hero-card-Bg7xL {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), 0 0 46px rgba(255, 46, 166, 0.12);
  transform: rotate(-3deg);
}

.mp-blog-hero-card-Bg7xL span {
  color: var(--mpba-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-blog-hero-card-Bg7xL strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mp-blog-hero-card-Bg7xL em {
  display: block;
  margin-top: 12px;
  color: var(--mpba-muted);
  font-style: normal;
  font-weight: 700;
}

/* Panel */
.mp-blog-grid-panel-Bg7xL {
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid var(--mpba-border);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-blog-panel-head-Bg7xL {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.mp-blog-panel-head-Bg7xL span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpba-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-blog-panel-head-Bg7xL h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-blog-panel-badge-Bg7xL {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

/* Grid */
.mp-blog-grid-Bg7xL {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mp-blog-card-Bg7xL {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.1), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.mp-blog-card-Bg7xL:hover {
  transform: translateY(-3px);
  border-color: var(--mpba-border-strong);
  filter: brightness(1.04);
}

.mp-blog-cover-Bg7xL {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}

.mp-blog-cover-Bg7xL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.24s ease;
}

.mp-blog-card-Bg7xL:hover .mp-blog-cover-Bg7xL img {
  transform: scale(1.035);
}

.mp-blog-cover-overlay-Bg7xL {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 0, 18, 0.72), rgba(8, 0, 18, 0.1) 50%, rgba(8, 0, 18, 0.05));
  pointer-events: none;
}

.mp-blog-cat-chip-Bg7xL,
.mp-blog-read-chip-Bg7xL {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(8, 0, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.mp-blog-cat-chip-Bg7xL {
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-blog-read-chip-Bg7xL {
  left: 16px;
  bottom: 16px;
}

.mp-blog-fallback-Bg7xL {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.18), transparent 40%), linear-gradient(145deg, #160024, #090012 54%, #0f0222);
}

.mp-blog-fallback-inner-Bg7xL {
  width: 100%;
  position: relative;
  display: flex;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
}

.mp-blog-fallback-badge-Bg7xL {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-blog-fallback-letter-Bg7xL {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 94px;
  line-height: 0.9;
  font-weight: 1000;
  letter-spacing: -0.06em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.36);
}

.mp-blog-fallback-brand-Bg7xL {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mp-blog-body-Bg7xL {
  padding: 18px;
}

.mp-blog-meta-Bg7xL {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.mp-blog-meta-Bg7xL span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.09);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
}

.mp-blog-title-Bg7xL {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.mp-blog-title-Bg7xL a {
  color: #fff;
  text-decoration: none;
}

.mp-blog-title-Bg7xL a:hover {
  color: var(--mpba-c);
}

.mp-blog-excerpt-Bg7xL {
  margin: 0;
  color: var(--mpba-muted);
  line-height: 1.72;
  min-height: 82px;
}

.mp-blog-footer-Bg7xL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mp-blog-time-Bg7xL {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.mp-blog-link-Bg7xL {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mpba-a), var(--mpba-b));
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(255, 46, 166, 0.18);
}

/* Pagination */
.mp-blog-pagination-Bg7xL {
  margin-top: 26px;
}

.mp-blog-pagination-Bg7xL .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mp-blog-pagination-Bg7xL .page-numbers li {
  margin: 0;
}

.mp-blog-pagination-Bg7xL .page-numbers a,
.mp-blog-pagination-Bg7xL .page-numbers span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-blog-pagination-Bg7xL .page-numbers .current {
  border-color: rgba(73, 230, 255, 0.3);
  background: linear-gradient(135deg, var(--mpba-a), var(--mpba-b));
}

/* Empty */
.mp-blog-empty-Bg7xL {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 8px 4px 4px;
}

.mp-blog-empty-icon-Bg7xL {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpba-c);
  font-size: 34px;
}

.mp-blog-empty-content-Bg7xL span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpba-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-blog-empty-content-Bg7xL h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-blog-empty-content-Bg7xL p {
  margin: 12px 0 0;
  color: var(--mpba-muted);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1100px) {
  .mp-blog-grid-Bg7xL {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .mp-blog-hero-Bg7xL {
    grid-template-columns: 1fr;
  }
  .mp-blog-hero-card-Bg7xL {
    min-height: 170px;
    transform: rotate(-2deg);
  }
}
@media (max-width: 767px) {
  .mp-blog-archive-shell-Bg7xL {
    width: min(100% - 20px, 1180px);
  }
  .mp-blog-hero-Bg7xL,
  .mp-blog-grid-panel-Bg7xL,
  .mp-blog-card-Bg7xL {
    border-radius: 24px;
  }
  .mp-blog-hero-Bg7xL {
    padding: 20px;
  }
  .mp-blog-panel-head-Bg7xL,
  .mp-blog-footer-Bg7xL,
  .mp-blog-empty-Bg7xL {
    grid-template-columns: 1fr;
    display: block;
  }
  .mp-blog-panel-badge-Bg7xL {
    margin-top: 14px;
  }
  .mp-blog-grid-Bg7xL {
    grid-template-columns: 1fr;
  }
  .mp-blog-footer-Bg7xL {
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .mp-blog-archive-Bg7xL {
    padding: 28px 0 44px;
  }
  .mp-blog-hero-Bg7xL h1 {
    font-size: clamp(36px, 13vw, 54px);
  }
  .mp-blog-cover-Bg7xL {
    height: 220px;
  }
  .mp-blog-excerpt-Bg7xL {
    min-height: 0;
  }
  .mp-blog-footer-Bg7xL {
    flex-direction: column;
    align-items: stretch;
  }
  .mp-blog-link-Bg7xL {
    width: 100%;
  }
  .mp-blog-empty-Bg7xL {
    display: block;
  }
  .mp-blog-empty-icon-Bg7xL {
    margin-bottom: 16px;
  }
}
/*
@include bodyStyles(
    'body',
    $body_bgcolor:null,  
    $body_color:#ffffff
    );
*/
body {
  background: #060129;
  color: #ffffff;
}

/* =========================================
   Floating WhatsApp — Model 3 (Neon)
   Class: .whatsapp.whatsapp--model3
   ========================================= */
.whatsapp.whatsapp--model3 {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateZ(0);
  animation: mpwa-float 3.2s ease-in-out infinite;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

/* Icon: theme gradient */
.whatsapp.whatsapp--model3 i {
  font-size: 40px;
  line-height: 1;
  background: linear-gradient(90deg, rgba(255, 46, 166, 0.98), rgba(116, 91, 255, 0.85));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
  position: relative;
  z-index: 2;
}

/* Breathing glow layer */
.whatsapp.whatsapp--model3::before {
  content: "";
  position: absolute;
  inset: -6px;
  pointer-events: none;
  background: radial-gradient(260px 160px at 18% 18%, rgba(255, 46, 166, 0.38), transparent 60%), radial-gradient(260px 160px at 82% 82%, rgba(116, 91, 255, 0.34), transparent 62%), radial-gradient(140px 90px at 55% 55%, rgba(255, 255, 255, 0.1), transparent 60%);
  opacity: 0.75;
  filter: blur(0.2px);
  animation: mpwa-breathe 2.6s ease-in-out infinite;
}

/* Neon edge highlight */
.whatsapp.whatsapp--model3::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 24px rgba(116, 91, 255, 0.22), 0 0 18px rgba(255, 46, 166, 0.18);
  opacity: 0.9;
}

/* Hover: stronger neon + pulse ring */
.whatsapp.whatsapp--model3:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(116, 91, 255, 0.45);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  filter: brightness(1.03);
}

.whatsapp.whatsapp--model3:hover::before {
  opacity: 0.92;
}

/* Pulse ring on hover (not always, only hover) */
.whatsapp.whatsapp--model3:hover {
  animation: mpwa-float 3.2s ease-in-out infinite, mpwa-pulse 1.2s ease-out infinite;
}

/* Focus */
.whatsapp.whatsapp--model3:focus-visible {
  outline: 3px solid rgba(255, 46, 166, 0.3);
  outline-offset: 4px;
  border-radius: 22px;
}

/* Hidden state */
.whatsapp.whatsapp--model3.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Animations */
@keyframes mpwa-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes mpwa-breathe {
  0%, 100% {
    opacity: 0.7;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.92;
    transform: scale(1.02);
  }
}
@keyframes mpwa-pulse {
  0% {
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 0 rgba(116, 91, 255, 0), 0 0 0 0 rgba(255, 46, 166, 0);
  }
  70% {
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 14px rgba(116, 91, 255, 0.1), 0 0 0 24px rgba(255, 46, 166, 0.06);
  }
  100% {
    box-shadow: 0 30px 85px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 0 18px rgba(116, 91, 255, 0), 0 0 0 30px rgba(255, 46, 166, 0);
  }
}
.logo {
  width: auto;
}
.logo {
  max-height: 100px;
}

.social {
  display: flex;
}
.social {
  flex-direction: row;
}
.social {
  width: 100%;
}
.social {
  height: 100%;
}
.social {
  align-items: center;
}
.social {
  justify-content: flex-end;
}
.social {
  padding-right: 10px;
}
.social .social-media {
  padding-right: 20px;
}
.social .social-media i {
  padding: 5px;
}
.social .social-media i {
  font-size: 30px;
}
.social .social-media i {
  color: white;
}
.social .search-but {
  font-size: 30px;
}

/*
 * MP PEMA - Site Header V3
 * Bu dosyayı tema CSS dosyalarının ve responsive override'ın EN SONUNDA yükleyin.
 * V2 header CSS dosyasının yerine kullanın; ikisini birlikte yüklemeyin.
 */
:root,
html,
html[data-bs-theme=dark],
html[data-bs-theme=light],
html[data-bs-theme=auto] {
  color-scheme: dark;
  --mp-site-bg-0: #08040f;
  --mp-site-bg-1: #12071e;
  --mp-site-bg-2: #1b0c29;
  --mp-site-panel: rgba(28, 16, 40, 0.92);
  --mp-site-panel-strong: rgba(15, 8, 24, 0.985);
  --mp-site-soft: rgba(255, 255, 255, 0.055);
  --mp-site-line: rgba(255, 255, 255, 0.09);
  --mp-site-border: rgba(216, 108, 255, 0.28);
  --mp-site-border-strong: rgba(216, 108, 255, 0.64);
  --mp-site-text: #f5ecff;
  --mp-site-muted: #ab9bbb;
  --mp-site-accent: #d86cff;
  --mp-site-accent-2: #6effdd;
  --mp-site-danger: #ff5c74;
  --mp-site-success: #39ff88;
  --mp-site-header-height: 96px;
  --mp-site-header-max: 1500px;
  --mp-site-radius-lg: 20px;
  --mp-site-radius-md: 14px;
  --mp-site-shadow: 0 22px 62px rgba(0, 0, 0, 0.5);
  /* Eski tema değişkenlerini mevcut koyu görünümde sabitler. */
  --mp-sf-bg-0: var(--mp-site-bg-0);
  --mp-sf-bg-1: var(--mp-site-bg-1);
  --mp-sf-bg-2: var(--mp-site-bg-2);
  --mp-sf-panel: rgba(34, 22, 45, 0.78);
  --mp-sf-panel-2: rgba(44, 28, 58, 0.68);
  --mp-sf-border: var(--mp-site-border);
  --mp-sf-border-strong: var(--mp-site-border-strong);
  --mp-sf-line: var(--mp-site-line);
  --mp-sf-text: var(--mp-site-text);
  --mp-sf-muted: var(--mp-site-muted);
  --mp-sf-accent: var(--mp-site-accent);
  --mp-sf-accent-2: var(--mp-site-accent-2);
  --mp-sf-danger: var(--mp-site-danger);
  --mp-sf-success: var(--mp-site-success);
  --mpema-gzC4r-bg: var(--mp-site-bg-0);
  --mpema-gzC4r-panel: rgba(34, 22, 45, 0.76);
  --mpema-gzC4r-panel-strong: rgba(43, 28, 57, 0.9);
  --mpema-gzC4r-soft: rgba(255, 255, 255, 0.055);
  --mpema-gzC4r-line: var(--mp-site-line);
  --mpema-gzC4r-border: rgba(216, 108, 255, 0.26);
  --mpema-gzC4r-border-strong: rgba(216, 108, 255, 0.58);
  --mpema-gzC4r-text: var(--mp-site-text);
  --mpema-gzC4r-muted: var(--mp-site-muted);
  --mpema-gzC4r-accent: var(--mp-site-accent);
  --mpema-gzC4r-accent-2: var(--mp-site-accent-2);
  --mpema-gzC4r-success: var(--mp-site-success);
  --bs-body-bg: var(--mp-site-bg-0);
  --bs-body-bg-rgb: 8, 4, 15;
  --bs-body-color: var(--mp-site-text);
  --bs-body-color-rgb: 245, 236, 255;
  --bs-primary: var(--mp-site-accent);
  --bs-primary-rgb: 216, 108, 255;
}

.theme-switcher,
[data-bs-theme-value] {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Eski admin/sidebar yerleşimini tamamen etkisizleştir
   -------------------------------------------------------------------------- */
html.mp-site-header-ready #menu-nav-sidebar-expand,
html.mp-site-header-ready #nav-menu-top-d,
html.mp-site-header-ready #sidebar-menu-icon-d,
html.mp-site-header-ready #sidebar-nav-icon-narrow-d,
html.mp-site-header-ready #user-menu-max-768-i,
#mp-legacy-header-compat {
  display: none !important;
}

html.mp-site-header-ready body.body-cus {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  color: var(--mp-site-text);
  background: radial-gradient(circle at 18% 8%, rgba(216, 108, 255, 0.18), transparent 30rem), radial-gradient(circle at 82% 0%, rgba(110, 255, 221, 0.09), transparent 28rem), linear-gradient(135deg, var(--mp-site-bg-0) 0%, var(--mp-site-bg-1) 48%, #06030a 100%);
}

html.mp-site-header-ready #main-content-d,
html.mp-site-header-ready #main-content-d.main-content,
html.mp-site-header-ready #main-content-d.main-content-16,
html.mp-site-header-ready #main-content-d.main-content-3,
html.mp-site-header-ready .main-content,
html.mp-site-header-ready .main-content-16,
html.mp-site-header-ready .main-content-3 {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  flex: 1 0 auto;
  transition: none !important;
}

html.mp-site-header-ready #footer-d,
html.mp-site-header-ready #footer-d.footer,
html.mp-site-header-ready #footer-d.footer-16,
html.mp-site-header-ready #footer-d.footer-3,
html.mp-site-header-ready .footer,
html.mp-site-header-ready .footer-16,
html.mp-site-header-ready .footer-3 {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transition: none !important;
}

html.mp-site-header-ready #main-content-d > .container,
html.mp-site-header-ready #main-content-d > .container-fluid {
  width: min(var(--mp-site-header-max), 100%);
  max-width: var(--mp-site-header-max) !important;
  margin-inline: auto;
}

/* --------------------------------------------------------------------------
   Header kabuğu
   -------------------------------------------------------------------------- */
.mp-site-header,
.mp-site-header * {
  box-sizing: border-box;
}

.mp-site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  width: 100%;
  flex: 0 0 auto;
  isolation: isolate;
  border-bottom: 1px solid var(--mp-site-border);
  background: linear-gradient(180deg, rgba(20, 9, 31, 0.965), rgba(10, 5, 17, 0.94)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px);
  box-shadow: 0 13px 40px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.mp-site-header::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 7% -90%, rgba(216, 108, 255, 0.28), transparent 35rem), radial-gradient(circle at 91% -140%, rgba(110, 255, 221, 0.16), transparent 31rem);
}

.mp-site-header::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 108, 255, 0.9) 28%, rgba(110, 255, 221, 0.76) 72%, transparent);
  opacity: 0.6;
}

.mp-site-header.is-scrolled {
  border-bottom-color: var(--mp-site-border-strong);
  background: linear-gradient(180deg, rgba(19, 8, 30, 0.995), rgba(8, 4, 14, 0.988)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.48);
}

.mp-site-header__inner {
  position: relative;
  width: min(var(--mp-site-header-max), 100% - 40px);
  min-height: var(--mp-site-header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(0, auto) minmax(230px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.2vw, 38px);
}

.mp-site-header__brand-column {
  min-width: 0;
  justify-self: start;
}

.mp-site-header__actions {
  min-width: 0;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

body.admin-bar .mp-site-header {
  top: 32px;
}

/* --------------------------------------------------------------------------
   Tek ve daha büyük logo
   -------------------------------------------------------------------------- */
.mp-site-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 9px 0;
  border-radius: 16px;
  text-decoration: none !important;
  isolation: isolate;
}

.mp-site-brand::before {
  content: "";
  position: absolute;
  inset: 4px -14px;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(216, 108, 255, 0.09), transparent);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.mp-site-brand:hover::before,
.mp-site-brand:focus-visible::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(216, 108, 255, 0.2);
}

.body-cus .mp-site-brand__logo {
  display: block;
  width: auto;
  height: 74px;
  max-width: min(260px, 24vw);
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(216, 108, 255, 0.42));
}

/* --------------------------------------------------------------------------
   Masaüstü gerçek dropdown menü
   -------------------------------------------------------------------------- */
.mp-site-navigation {
  position: static;
  min-width: 0;
  justify-self: center;
}

.mp-header-menu__list,
.mp-header-menu__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-header-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.mp-header-menu__list li {
  position: relative;
  min-width: 0;
}

.mp-header-menu__list > li {
  display: flex;
  align-items: center;
}

.mp-header-menu__list a {
  text-decoration: none !important;
}

.mp-header-menu__list > li > a {
  position: relative;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--mp-site-muted) !important;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: 0.018em;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mp-header-menu__list > li.menu-item-has-children > a {
  padding-right: 37px;
}

.mp-header-menu__list > li > a:hover,
.mp-header-menu__list > li:focus-within > a,
.mp-header-menu__list > li.is-submenu-open > a,
.mp-header-menu__list > li.current-menu-item > a,
.mp-header-menu__list > li.current-menu-ancestor > a,
.mp-header-menu__list > li.current_page_item > a,
.mp-header-menu__list > li.current_page_ancestor > a {
  color: #fff !important;
  border-color: rgba(216, 108, 255, 0.24);
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.16), rgba(110, 255, 221, 0.055));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 9px 28px rgba(0, 0, 0, 0.21);
  transform: translateY(-1px);
}

.mp-header-menu__list > li.current-menu-item > a::before,
.mp-header-menu__list > li.current-menu-ancestor > a::before,
.mp-header-menu__list > li.current_page_item > a::before,
.mp-header-menu__list > li.current_page_ancestor > a::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 5px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mp-site-accent), var(--mp-site-accent-2));
  box-shadow: 0 0 12px rgba(216, 108, 255, 0.65);
}

.mp-header-submenu-toggle {
  appearance: none;
  position: absolute;
  top: 50%;
  right: 9px;
  z-index: 3;
  width: 25px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: var(--mp-site-muted);
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.mp-header-submenu-toggle::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.18s ease, color 0.18s ease;
}

li.is-submenu-open > .mp-header-submenu-toggle,
li:hover > .mp-header-submenu-toggle,
li:focus-within > .mp-header-submenu-toggle {
  color: var(--mp-site-accent-2);
}

li.is-submenu-open > .mp-header-submenu-toggle::before,
li:focus-within > .mp-header-submenu-toggle::before {
  transform: translateY(2px) rotate(225deg);
}

.mp-header-submenu-toggle:focus-visible,
.mp-header-menu__list a:focus-visible,
.mp-site-brand:focus-visible,
.mp-header-account__toggle:focus-visible,
.mp-site-menu-toggle:focus-visible {
  outline: 2px solid var(--mp-site-accent-2) !important;
  outline-offset: 3px;
}

/* Birinci ve sonraki seviye dropdown panelleri */
.mp-header-menu__list .sub-menu {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  z-index: 1130;
  min-width: 255px;
  max-width: min(340px, 100vw - 32px);
  padding: 10px;
  border: 1px solid var(--mp-site-border);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(38, 21, 52, 0.988), rgba(14, 7, 23, 0.994)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 8px);
  box-shadow: 0 25px 64px rgba(0, 0, 0, 0.58);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.985);
  transform-origin: top left;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.mp-header-menu__list .sub-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 26px;
  width: 13px;
  height: 13px;
  border-top: 1px solid var(--mp-site-border);
  border-left: 1px solid var(--mp-site-border);
  background: rgba(38, 21, 52, 0.988);
  transform: rotate(45deg);
}

.mp-header-menu__list li:hover > .sub-menu,
.mp-header-menu__list li:focus-within > .sub-menu,
.mp-header-menu__list li.is-submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.mp-header-menu__list .sub-menu li {
  display: block;
}

.mp-header-menu__list .sub-menu a {
  position: relative;
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #cfc0df !important;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, padding-left 0.18s ease;
}

.mp-header-menu__list .sub-menu li + li {
  margin-top: 3px;
}

.mp-header-menu__list .sub-menu a:hover,
.mp-header-menu__list .sub-menu a:focus-visible,
.mp-header-menu__list .sub-menu li.current-menu-item > a,
.mp-header-menu__list .sub-menu li.current-menu-ancestor > a {
  color: #fff !important;
  border-color: rgba(216, 108, 255, 0.19);
  background: linear-gradient(90deg, rgba(216, 108, 255, 0.15), rgba(110, 255, 221, 0.045));
  padding-left: 17px;
}

.mp-header-menu__list .sub-menu li.menu-item-has-children > a {
  padding-right: 38px;
}

.mp-header-menu__list .sub-menu .mp-header-submenu-toggle {
  top: 21px;
  right: 9px;
}

.mp-header-menu__list .sub-menu .mp-header-submenu-toggle::before {
  transform: rotate(-45deg);
}

.mp-header-menu__list .sub-menu li.is-submenu-open > .mp-header-submenu-toggle::before,
.mp-header-menu__list .sub-menu li:focus-within > .mp-header-submenu-toggle::before {
  transform: rotate(135deg);
}

.mp-header-menu__list .sub-menu .sub-menu {
  top: -10px;
  left: calc(100% + 12px);
  transform: translateX(10px) scale(0.985);
}

.mp-header-menu__list .sub-menu .sub-menu::before {
  top: 24px;
  left: -7px;
  border-top: 0;
  border-bottom: 1px solid var(--mp-site-border);
}

.mp-header-menu__list .sub-menu li:hover > .sub-menu,
.mp-header-menu__list .sub-menu li:focus-within > .sub-menu,
.mp-header-menu__list .sub-menu li.is-submenu-open > .sub-menu {
  transform: translateX(0) scale(1);
}

/* Sağ kenara yakın menüler sola doğru açılsın. */
.mp-header-menu__list > li:nth-last-child(-n+2) > .sub-menu {
  right: 0;
  left: auto;
  transform-origin: top right;
}

.mp-header-menu__list > li:nth-last-child(-n+2) > .sub-menu::before {
  right: 27px;
  left: auto;
}

.mp-header-menu__list > li:nth-last-child(-n+2) .sub-menu .sub-menu {
  right: calc(100% + 12px);
  left: auto;
}

/* --------------------------------------------------------------------------
   Sağ Hesabım dropdown
   -------------------------------------------------------------------------- */
.mp-header-account {
  position: relative;
  min-width: 0;
}

.mp-header-account__toggle {
  appearance: none;
  min-height: 54px;
  max-width: 240px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 7px 11px 7px 8px;
  border: 1px solid rgba(216, 108, 255, 0.24);
  border-radius: 15px;
  color: var(--mp-site-text);
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.mp-header-account__toggle:hover,
.mp-header-account.is-account-open .mp-header-account__toggle {
  border-color: rgba(110, 255, 221, 0.38);
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.17), rgba(110, 255, 221, 0.07));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: translateY(-1px);
}

.mp-header-account__avatar,
.mp-header-account__summary-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(216, 108, 255, 0.38);
  border-radius: 12px;
  color: #fff;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22), transparent 35%), linear-gradient(145deg, rgba(216, 108, 255, 0.8), rgba(81, 45, 124, 0.82));
  box-shadow: 0 0 19px rgba(216, 108, 255, 0.28);
  font-weight: 850;
}

.mp-header-account__avatar {
  width: 38px;
  height: 38px;
  font-size: 0.87rem;
}

.mp-header-account__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.mp-header-account__eyebrow {
  width: 100%;
  color: var(--mp-site-muted);
  font-size: 0.62rem;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-header-account__label {
  width: 100%;
  margin-top: 3px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-header-account__chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.7;
  transition: transform 0.18s ease, color 0.18s ease;
}

.mp-header-account.is-account-open .mp-header-account__chevron {
  color: var(--mp-site-accent-2);
  transform: translateY(2px) rotate(225deg);
}

.mp-header-account__dropdown {
  position: absolute;
  top: calc(100% + 13px);
  right: 0;
  z-index: 1140;
  width: min(310px, 100vw - 28px);
  padding: 11px;
  border: 1px solid var(--mp-site-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(38, 21, 52, 0.99), rgba(14, 7, 23, 0.995)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 8px);
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.62);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.985);
  transform-origin: top right;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.mp-header-account__dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 25px;
  width: 13px;
  height: 13px;
  border-top: 1px solid var(--mp-site-border);
  border-left: 1px solid var(--mp-site-border);
  background: rgba(38, 21, 52, 0.99);
  transform: rotate(45deg);
}

.mp-header-account.is-account-open .mp-header-account__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.mp-header-account__summary {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 6px 7px 9px;
}

.mp-header-account__summary-avatar {
  width: 45px;
  height: 45px;
  font-size: 1rem;
}

.mp-header-account__summary strong,
.mp-header-account__summary small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-header-account__summary strong {
  color: #fff;
  font-size: 0.88rem;
}

.mp-header-account__summary small {
  margin-top: 3px;
  color: var(--mp-site-muted);
  font-size: 0.72rem;
}

.mp-header-account__divider {
  height: 1px;
  margin: 7px 4px;
  background: linear-gradient(90deg, transparent, var(--mp-site-line), transparent);
}

.mp-header-account__item {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #cfc0df !important;
  text-decoration: none !important;
  font-size: 0.83rem;
  font-weight: 650;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.mp-header-account__item + .mp-header-account__item {
  margin-top: 3px;
}

.mp-header-account__item i {
  width: 19px;
  text-align: center;
  color: var(--mp-site-accent);
  text-shadow: 0 0 12px rgba(216, 108, 255, 0.5);
}

.mp-header-account__item:hover,
.mp-header-account__item:focus-visible {
  color: #fff !important;
  border-color: rgba(216, 108, 255, 0.18);
  background: linear-gradient(90deg, rgba(216, 108, 255, 0.15), rgba(110, 255, 221, 0.045));
  transform: translateX(2px);
}

.mp-header-account__item--danger i {
  color: var(--mp-site-danger);
  text-shadow: 0 0 12px rgba(255, 92, 116, 0.45);
}

.mp-header-account__guest {
  padding: 8px 8px 12px;
}

.mp-header-account__guest strong {
  color: #fff;
  font-size: 0.92rem;
}

.mp-header-account__guest p {
  margin: 7px 0 0;
  color: var(--mp-site-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.mp-header-account__primary-action {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid rgba(216, 108, 255, 0.35);
  border-radius: 12px;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.68), rgba(122, 56, 166, 0.72));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24), 0 0 22px rgba(216, 108, 255, 0.16);
  text-decoration: none !important;
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mp-header-account__primary-action:hover,
.mp-header-account__primary-action:focus-visible {
  border-color: rgba(110, 255, 221, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 28px rgba(216, 108, 255, 0.24);
}

/* --------------------------------------------------------------------------
   Mobil menü düğmesi ve backdrop
   -------------------------------------------------------------------------- */
.mp-site-menu-toggle {
  appearance: none;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(216, 108, 255, 0.28);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.12), rgba(255, 255, 255, 0.035));
  cursor: pointer;
}

.mp-site-menu-toggle__icon {
  width: 22px;
  height: 16px;
  position: relative;
  display: block;
}

.mp-site-menu-toggle__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: top 0.2s ease, transform 0.2s ease, opacity 0.16s ease;
}

.mp-site-menu-toggle__icon span:nth-child(1) {
  top: 0;
}

.mp-site-menu-toggle__icon span:nth-child(2) {
  top: 7px;
}

.mp-site-menu-toggle__icon span:nth-child(3) {
  top: 14px;
}

.mp-site-header.is-menu-open .mp-site-menu-toggle__icon span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.mp-site-header.is-menu-open .mp-site-menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.mp-site-header.is-menu-open .mp-site-menu-toggle__icon span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.mp-site-menu-backdrop {
  appearance: none;
  position: fixed;
  inset: 0;
  z-index: 1085;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: rgba(4, 2, 8, 0.69);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.mp-site-menu-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.mp-site-menu-lock {
  overflow: hidden !important;
}

/* --------------------------------------------------------------------------
   Küçük masaüstü: yazıları biraz sıkıştır
   -------------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mp-site-header__inner {
    width: min(var(--mp-site-header-max), 100% - 28px);
    grid-template-columns: minmax(200px, 0.9fr) minmax(0, auto) minmax(205px, 0.9fr);
    gap: 15px;
  }
  .mp-site-brand__logo {
    height: 49px;
    max-width: 220px;
  }
  .mp-header-menu__list {
    gap: 2px;
  }
  .mp-header-menu__list > li > a {
    padding: 10px 11px;
    font-size: 0.79rem;
  }
  .mp-header-menu__list > li.menu-item-has-children > a {
    padding-right: 33px;
  }
  .mp-header-account__toggle {
    max-width: 205px;
  }
}
/* --------------------------------------------------------------------------
   Tablet ve mobil: header içinden açılan normal site menüsü
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  :root,
  html,
  html[data-bs-theme=dark],
  html[data-bs-theme=light],
  html[data-bs-theme=auto] {
    --mp-site-header-height: 84px;
  }
  .mp-site-header__inner {
    width: min(100% - 28px, 1120px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 15px;
  }
  .mp-site-header__brand-column {
    grid-column: 1;
  }
  .mp-site-header__actions {
    grid-column: 2;
  }
  .mp-site-brand__logo {
    height: 46px;
    max-width: min(230px, 42vw);
  }
  .mp-site-menu-toggle {
    display: inline-flex;
  }
  .mp-site-navigation {
    position: absolute;
    top: calc(100% + 12px);
    left: 14px;
    right: 14px;
    z-index: 1115;
    max-height: calc(100vh - var(--mp-site-header-height) - 40px);
    padding: 12px;
    overflow-y: auto;
    border: 1px solid var(--mp-site-border);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(35, 19, 49, 0.992), rgba(12, 6, 20, 0.996)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 8px);
    box-shadow: 0 27px 70px rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-9px) scale(0.99);
    transform-origin: top center;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }
  .mp-site-header.is-menu-open .mp-site-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .mp-header-menu__list {
    width: 100%;
    display: block;
  }
  .mp-header-menu__list > li {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
  }
  .mp-header-menu__list > li + li {
    margin-top: 4px;
  }
  .mp-header-menu__list > li > a {
    grid-column: 1/-1;
    grid-row: 1;
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 11px 50px 11px 14px;
    font-size: 0.86rem;
  }
  .mp-header-menu__list > li > .mp-header-submenu-toggle {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    height: 40px;
    justify-self: center;
    transform: none;
  }
  .mp-header-menu__list .sub-menu,
  .mp-header-menu__list .sub-menu .sub-menu,
  .mp-header-menu__list > li:nth-last-child(-n+2) > .sub-menu,
  .mp-header-menu__list > li:nth-last-child(-n+2) .sub-menu .sub-menu {
    grid-column: 1/-1;
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: 0;
    margin: 0;
    padding: 0 8px;
    overflow: hidden;
    border: 0;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none;
    transition: max-height 0.28s ease, padding 0.28s ease, margin 0.28s ease;
  }
  .mp-header-menu__list .sub-menu::before {
    display: none;
  }
  .mp-header-menu__list li.is-submenu-open > .sub-menu {
    max-height: 1200px;
    margin-top: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    pointer-events: auto;
  }
  .mp-header-menu__list .sub-menu li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
  }
  .mp-header-menu__list .sub-menu a {
    grid-column: 1/-1;
    grid-row: 1;
    min-height: 42px;
    padding: 9px 45px 9px 12px;
  }
  .mp-header-menu__list .sub-menu .mp-header-submenu-toggle {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    top: auto;
    right: auto;
    width: 38px;
    height: 38px;
    justify-self: center;
    transform: none;
  }
  .mp-header-menu__list .sub-menu .mp-header-submenu-toggle::before {
    transform: translateY(-2px) rotate(45deg);
  }
  .mp-header-menu__list .sub-menu li.is-submenu-open > .mp-header-submenu-toggle::before {
    transform: translateY(2px) rotate(225deg);
  }
  .mp-header-account__dropdown {
    z-index: 1145;
  }
}
/* --------------------------------------------------------------------------
   Telefon
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  :root,
  html,
  html[data-bs-theme=dark],
  html[data-bs-theme=light],
  html[data-bs-theme=auto] {
    --mp-site-header-height: 76px;
  }
  .mp-site-header__inner {
    width: calc(100% - 20px);
    gap: 9px;
  }
  .mp-site-brand__logo {
    height: 40px;
    max-width: min(190px, 45vw);
  }
  .mp-header-account__toggle {
    width: 47px;
    min-height: 47px;
    grid-template-columns: 1fr;
    padding: 4px;
    border-radius: 14px;
  }
  .mp-header-account__avatar {
    width: 37px;
    height: 37px;
    margin: auto;
  }
  .mp-header-account__text,
  .mp-header-account__chevron {
    display: none;
  }
  .mp-site-menu-toggle {
    width: 47px;
    height: 47px;
  }
  .mp-site-navigation {
    left: 10px;
    right: 10px;
    top: calc(100% + 9px);
    max-height: calc(100dvh - var(--mp-site-header-height) - 28px);
    padding: 9px;
    border-radius: 17px;
  }
  .mp-header-account__dropdown {
    position: fixed;
    top: calc(var(--mp-site-header-height) + 10px);
    right: 10px;
    width: min(310px, 100vw - 20px);
  }
  body.admin-bar .mp-header-account__dropdown {
    top: calc(var(--mp-site-header-height) + 56px);
  }
}
@media (max-width: 575.98px) {
  .mp-site-brand__logo {
    height: 37px;
    max-width: min(165px, 42vw);
  }
}
@media (max-width: 782px) {
  body.admin-bar .mp-site-header {
    top: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-site-header *,
  .mp-site-menu-backdrop {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* ========================================================================
   MP Site Header V3.1 - Desktop Dropdown Hover Bridge Fix
   Bu kodu mp-site-header-v3.css dosyasının EN ALTINA ekleyebilirsin.
   ======================================================================== */
@media (min-width: 992px) {
  /*
   * Ana menü bağlantısı ile aşağı açılan dropdown arasındaki 13px boşluğu
   * görünmez bir hover köprüsüyle kapatır. Mouse aşağı hareket ederken
   * ana <li> hover durumunu kaybetmez.
   */
  .mp-header-menu__list > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1129;
    height: 18px;
    background: transparent;
  }
  /* Birinci seviye dropdown'u görsel olarak biraz yaklaştırır. */
  .mp-header-menu__list > li > .sub-menu {
    top: calc(100% + 9px);
  }
  /*
   * İç içe submenu sağa açılırken oluşan yatay boşluğu da kapatır.
   */
  .mp-header-menu__list .sub-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: 100%;
    z-index: 1129;
    width: 18px;
    background: transparent;
  }
  .mp-header-menu__list .sub-menu .sub-menu {
    left: calc(100% + 8px);
  }
  /* Header'ın sağındaki son menüler iç submenu'yu sola açıyorsa köprü de sola alınır. */
  .mp-header-menu__list > li:nth-last-child(-n+2) .sub-menu li.menu-item-has-children::after {
    right: 100%;
    left: auto;
  }
  .mp-header-menu__list > li:nth-last-child(-n+2) .sub-menu .sub-menu {
    right: calc(100% + 8px);
    left: auto;
  }
  /* Hover çıkışında çok ani kapanmayı önleyen küçük güvenlik gecikmesi. */
  .mp-header-menu__list .sub-menu {
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.12s;
  }
  .mp-header-menu__list li:hover > .sub-menu,
  .mp-header-menu__list li:focus-within > .sub-menu,
  .mp-header-menu__list li.is-submenu-open > .sub-menu {
    transition-delay: 0s;
  }
}
/* ========================================================================
   MP Site Header V3.4 - Hover Kararlılık Düzeltmesi
   Mevcut mp-site-header CSS dosyasının EN ALTINA ekleyin.
   ======================================================================== */
@media (min-width: 1200px) {
  /* Açılır panelin hareket ederek mouse'un altından kaçmasını engeller. */
  .mp-header-menu__list .sub-menu,
  .mp-header-menu__list .sub-menu .sub-menu {
    transform: none !important;
  }
  /* Submenu açıldığında yalnızca opacity/visibility değişsin. */
  .mp-header-menu__list li:hover > .sub-menu,
  .mp-header-menu__list li:focus-within > .sub-menu,
  .mp-header-menu__list li.is-submenu-open > .sub-menu,
  .mp-header-menu__list li.is-submenu-pinned > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
  /*
   * Ana öğe ile panel arasında panel genişliğinde görünmez geçiş alanı.
   * Sadece menü açık/hover durumundayken oluşur; komşu menüleri etkilemez.
   */
  .mp-header-menu__list > li.menu-item-has-children:hover::after,
  .mp-header-menu__list > li.menu-item-has-children:focus-within::after,
  .mp-header-menu__list > li.menu-item-has-children.is-submenu-open::after,
  .mp-header-menu__list > li.menu-item-has-children.is-submenu-pinned::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: calc(100% - 6px);
    left: -14px;
    z-index: 1129;
    width: max(290px, 100% + 28px);
    height: 30px;
    background: transparent;
    pointer-events: auto;
  }
  /* Sağdan açılan son menülerde geçiş alanını sağa hizala. */
  .mp-header-menu__list > li:nth-last-child(-n+2).menu-item-has-children:hover::after,
  .mp-header-menu__list > li:nth-last-child(-n+2).menu-item-has-children:focus-within::after,
  .mp-header-menu__list > li:nth-last-child(-n+2).menu-item-has-children.is-submenu-open::after,
  .mp-header-menu__list > li:nth-last-child(-n+2).menu-item-has-children.is-submenu-pinned::after {
    right: -14px;
    left: auto;
  }
  /* Paneli geçiş alanının altında sabit tutar. */
  .mp-header-menu__list > li > .sub-menu,
  .mp-header-menu__list > li:nth-last-child(-n+2) > .sub-menu {
    top: calc(100% + 6px) !important;
    margin-top: 0 !important;
  }
}
/*
 * MP PEMA - Hesabım Dropdown Kararlılık Düzeltmesi
 * Bu dosyayı mp-site-header.css dosyasından sonra yükleyin.
 */
.mp-site-header,
.mp-site-header__inner,
.mp-site-header__actions,
.mp-header-account {
  overflow: visible !important;
}

.mp-site-header__actions {
  position: relative;
  z-index: 1160;
}

.mp-header-account {
  z-index: 1170;
}

.mp-header-account__toggle {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
}

.mp-header-account__dropdown {
  z-index: 1180 !important;
}

/* Class ve aria-expanded birlikte desteklenir. */
.mp-header-account.is-account-open .mp-header-account__dropdown,
.mp-header-account__toggle[aria-expanded=true] + .mp-header-account__dropdown {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

/**
 * MP PEMA - Hesabım Dropdown V3.7 CSS Güvence Katmanı
 * mp-site-header.css dosyasından SONRA yükleyin.
 */
#mp-site-header,
#mp-site-header .mp-site-header__inner,
#mp-site-header .mp-site-header__actions,
#mp-header-account {
  overflow: visible !important;
}

#mp-site-header .mp-site-header__actions {
  position: relative;
  z-index: 1250;
}

#mp-header-account {
  position: relative;
  z-index: 1260;
}

#mp-header-account-toggle {
  position: relative;
  z-index: 2;
  pointer-events: auto !important;
}

#mp-header-account-dropdown {
  display: block;
  z-index: 1270 !important;
}

#mp-header-account-dropdown[hidden] {
  display: none !important;
}

#mp-header-account.is-account-open #mp-header-account-dropdown,
#mp-header-account[data-account-state=open] #mp-header-account-dropdown,
#mp-header-account-toggle[aria-expanded=true] + #mp-header-account-dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

/* =========================================================
   HESABIM DROPDOWN — MİSAFİR İŞLEM BUTONLARI
========================================================= */
.mp-header-account__guest-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.mp-header-account__action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.mp-header-account__action i {
  font-size: 0.92rem;
}

/* Giriş yap */
.mp-header-account__action--login {
  color: #100719;
  border-color: rgba(216, 108, 255, 0.8);
  background: linear-gradient(135deg, var(--mp-sf-accent, #d86cff), #b94fee);
  box-shadow: 0 10px 24px rgba(216, 108, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.mp-header-account__action--login:hover,
.mp-header-account__action--login:focus-visible {
  color: #100719;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(216, 108, 255, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Hesap oluştur */
.mp-header-account__action--register {
  color: var(--mp-sf-accent-2, #6effdd);
  border-color: rgba(110, 255, 221, 0.32);
  background: linear-gradient(135deg, rgba(110, 255, 221, 0.1), rgba(216, 108, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.mp-header-account__action--register:hover,
.mp-header-account__action--register:focus-visible {
  color: #ffffff;
  border-color: rgba(110, 255, 221, 0.65);
  background: linear-gradient(135deg, rgba(110, 255, 221, 0.18), rgba(216, 108, 255, 0.14));
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(110, 255, 221, 0.12);
}

.mp-header-account__action:focus-visible {
  outline: 2px solid var(--mp-sf-accent-2, #6effdd);
  outline-offset: 3px;
}

@media (min-width: 420px) {
  .mp-header-account__guest-actions {
    grid-template-columns: 1fr 1fr;
  }
  .mp-header-account__action {
    padding-inline: 12px;
    font-size: 0.81rem;
  }
}
/*
  FILE: assets/css/mpema-gzC4r-home.css
  Amaç: Mp-Pema ana sayfa içerik section tasarımı.
  Not: Sidebar, header ve footer layout class'larına dokunmaz.
  Root prefix: mpema-gzC4r
*/
:root,
[data-bs-theme=dark] {
  --mpema-gzC4r-bg: #08040f;
  --mpema-gzC4r-panel: rgba(34, 22, 45, 0.76);
  --mpema-gzC4r-panel-strong: rgba(43, 28, 57, 0.9);
  --mpema-gzC4r-soft: rgba(255, 255, 255, 0.055);
  --mpema-gzC4r-line: rgba(255, 255, 255, 0.09);
  --mpema-gzC4r-border: rgba(216, 108, 255, 0.26);
  --mpema-gzC4r-border-strong: rgba(216, 108, 255, 0.58);
  --mpema-gzC4r-text: var(--mp-pema-text, #f5ecff);
  --mpema-gzC4r-muted: var(--mp-pema-muted, #a999ba);
  --mpema-gzC4r-accent: var(--mp-pema-accent, #d86cff);
  --mpema-gzC4r-accent-2: var(--mp-pema-accent-2, #6effdd);
  --mpema-gzC4r-success: var(--mp-pema-success, #39ff88);
  --mpema-gzC4r-warning: #ffd76e;
  --mpema-gzC4r-danger: #ff5c74;
  --mpema-gzC4r-radius-xl: 26px;
  --mpema-gzC4r-radius-lg: 20px;
  --mpema-gzC4r-radius-md: 14px;
  --mpema-gzC4r-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

[data-bs-theme=light] {
  --mpema-gzC4r-bg: #f7f1fb;
  --mpema-gzC4r-panel: rgba(255, 255, 255, 0.86);
  --mpema-gzC4r-panel-strong: rgba(255, 255, 255, 0.96);
  --mpema-gzC4r-soft: rgba(142, 38, 201, 0.06);
  --mpema-gzC4r-line: rgba(25, 15, 37, 0.09);
  --mpema-gzC4r-border: rgba(142, 38, 201, 0.2);
  --mpema-gzC4r-border-strong: rgba(142, 38, 201, 0.48);
  --mpema-gzC4r-text: var(--mp-pema-text, #190f25);
  --mpema-gzC4r-muted: var(--mp-pema-muted, #6f607d);
  --mpema-gzC4r-accent: var(--mp-pema-accent, #8d26c9);
  --mpema-gzC4r-accent-2: var(--mp-pema-accent-2, #008f78);
  --mpema-gzC4r-success: var(--mp-pema-success, #078f48);
  --mpema-gzC4r-shadow: 0 18px 55px rgba(56, 31, 72, 0.14);
}

.mpema-gzC4r-home,
.mpema-gzC4r-home * {
  box-sizing: border-box;
}

.mpema-gzC4r-home {
  position: relative;
  width: min(1420px, 100%);
  margin: 0 auto;
  padding: clamp(16px, 1.7vw, 28px);
  color: var(--mpema-gzC4r-text);
  isolation: isolate;
}

.mpema-gzC4r-home a {
  color: inherit;
}

.mpema-gzC4r-orb {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.78;
}

.mpema-gzC4r-orb-1 {
  top: 0;
  left: 4%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(216, 108, 255, 0.18), transparent 68%);
}

.mpema-gzC4r-orb-2 {
  top: 260px;
  right: 0;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(110, 255, 221, 0.1), transparent 66%);
}

.mpema-gzC4r-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mpema-gzC4r-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mpema-gzC4r-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mpema-gzC4r-accent-2);
  box-shadow: 0 0 16px var(--mpema-gzC4r-accent-2);
}

.mpema-gzC4r-hero,
.mpema-gzC4r-metric-card,
.mpema-gzC4r-section,
.mpema-gzC4r-feature-story,
.mpema-gzC4r-daily-panel,
.mpema-gzC4r-learning-path,
.mpema-gzC4r-word-card,
.mpema-gzC4r-story-card,
.mpema-gzC4r-test-card,
.mpema-gzC4r-popular-card,
.mpema-gzC4r-path-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mpema-gzC4r-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px), var(--mpema-gzC4r-panel);
  box-shadow: var(--mpema-gzC4r-shadow);
}

.mpema-gzC4r-hero::before,
.mpema-gzC4r-metric-card::before,
.mpema-gzC4r-section::before,
.mpema-gzC4r-feature-story::before,
.mpema-gzC4r-daily-panel::before,
.mpema-gzC4r-learning-path::before,
.mpema-gzC4r-word-card::before,
.mpema-gzC4r-story-card::before,
.mpema-gzC4r-test-card::before,
.mpema-gzC4r-popular-card::before,
.mpema-gzC4r-path-grid article::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: radial-gradient(circle at 88% 0%, rgba(216, 108, 255, 0.15), transparent 15rem);
  opacity: 0.85;
}

.mpema-gzC4r-hero::after,
.mpema-gzC4r-metric-card::after,
.mpema-gzC4r-section::after,
.mpema-gzC4r-feature-story::after,
.mpema-gzC4r-daily-panel::after,
.mpema-gzC4r-learning-path::after,
.mpema-gzC4r-word-card::after,
.mpema-gzC4r-test-card::after,
.mpema-gzC4r-popular-card::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  opacity: 0.75;
  border-top: 1px solid var(--mpema-gzC4r-border-strong);
  border-right: 1px solid var(--mpema-gzC4r-border-strong);
  box-shadow: 6px -6px 0 -5px var(--mpema-gzC4r-accent-2);
}

.mpema-gzC4r-hero > *, .mpema-gzC4r-metric-card > *, .mpema-gzC4r-section > *, .mpema-gzC4r-feature-story > *, .mpema-gzC4r-daily-panel > *, .mpema-gzC4r-learning-path > *, .mpema-gzC4r-word-card > *, .mpema-gzC4r-story-card > *, .mpema-gzC4r-test-card > *, .mpema-gzC4r-popular-card > *, .mpema-gzC4r-path-grid article > * {
  position: relative;
  z-index: 1;
}

.mpema-gzC4r-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 44px);
  border-radius: var(--mpema-gzC4r-radius-xl);
}

.mpema-gzC4r-hero-content h1 {
  max-width: 920px;
  margin: 14px 0 14px;
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 5rem);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.07em;
  text-shadow: 0 0 32px rgba(216, 108, 255, 0.32);
}

[data-bs-theme=light] .mpema-gzC4r-hero-content h1,
[data-bs-theme=light] .mpema-gzC4r-section h2,
[data-bs-theme=light] .mpema-gzC4r-home h3 {
  color: var(--mpema-gzC4r-text);
}

.mpema-gzC4r-hero-content p,
.mpema-gzC4r-section-head p,
.mpema-gzC4r-story-body p,
.mpema-gzC4r-test-card p,
.mpema-gzC4r-path-grid p,
.mpema-gzC4r-word-card p,
.mpema-gzC4r-popular-card p {
  color: var(--mpema-gzC4r-muted);
  line-height: 1.7;
}

.mpema-gzC4r-hero-content p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.mpema-gzC4r-hero-actions,
.mpema-gzC4r-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}

.mpema-gzC4r-btn {
  appearance: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid var(--mpema-gzC4r-border);
  border-radius: 999px;
  text-decoration: none;
  color: var(--mpema-gzC4r-text);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mpema-gzC4r-btn:hover {
  transform: translateY(-2px);
  border-color: var(--mpema-gzC4r-border-strong);
  color: #fff;
}

.mpema-gzC4r-btn-primary {
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.92), rgba(112, 58, 184, 0.9));
  box-shadow: 0 0 20px rgba(216, 108, 255, 0.22);
}

.mpema-gzC4r-btn-ghost:hover {
  background: rgba(216, 108, 255, 0.14);
}

.mpema-gzC4r-hero-panel {
  display: grid;
  gap: 14px;
}

.mpema-gzC4r-ring-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(110, 255, 221, 0.22);
  border-radius: var(--mpema-gzC4r-radius-lg);
  background: radial-gradient(circle at 20% 22%, rgba(110, 255, 221, 0.12), transparent 9rem), rgba(255, 255, 255, 0.04);
}

.mpema-gzC4r-ring-label, .mpema-gzC4r-ring-card small, .mpema-gzC4r-mini-stats small {
  color: var(--mpema-gzC4r-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.mpema-gzC4r-ring-card strong {
  display: block;
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
}

.mpema-gzC4r-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.mpema-gzC4r-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mpema-gzC4r-accent), var(--mpema-gzC4r-accent-2));
  box-shadow: 0 0 16px rgba(216, 108, 255, 0.45);
}

.mpema-gzC4r-ring-card small {
  display: block;
  margin-top: 12px;
}

.mpema-gzC4r-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mpema-gzC4r-mini-stats article {
  padding: 14px;
  border: 1px solid var(--mpema-gzC4r-border);
  border-radius: var(--mpema-gzC4r-radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.mpema-gzC4r-mini-stats span {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 850;
}

.mpema-gzC4r-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.mpema-gzC4r-metric-card {
  display: flex;
  min-height: 142px;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: var(--mpema-gzC4r-radius-lg);
}

.mpema-gzC4r-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 108, 255, 0.42);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.24), rgba(110, 255, 221, 0.08));
  font-weight: 850;
}

.mpema-gzC4r-metric-card small {
  display: block;
  color: var(--mpema-gzC4r-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mpema-gzC4r-metric-card strong {
  display: block;
  margin: 7px 0 2px;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
}

.mpema-gzC4r-metric-card em {
  color: var(--mpema-gzC4r-muted);
  font-size: 0.84rem;
  font-style: normal;
}

.mpema-gzC4r-section,
.mpema-gzC4r-learning-path {
  margin-bottom: 22px;
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: var(--mpema-gzC4r-radius-xl);
}

.mpema-gzC4r-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.mpema-gzC4r-section-head.compact {
  margin-bottom: 14px;
}

.mpema-gzC4r-section h2,
.mpema-gzC4r-feature-story h2,
.mpema-gzC4r-daily-panel h2,
.mpema-gzC4r-learning-path h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.mpema-gzC4r-section-head p {
  max-width: 720px;
  margin: 9px 0 0;
}

.mpema-gzC4r-tabs, .mpema-gzC4r-slider-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mpema-gzC4r-tabs button, .mpema-gzC4r-slider-actions button {
  appearance: none;
  min-height: 38px;
  border: 1px solid var(--mpema-gzC4r-border);
  border-radius: 999px;
  color: var(--mpema-gzC4r-muted);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.mpema-gzC4r-tabs button {
  padding: 9px 12px;
}

.mpema-gzC4r-slider-actions button {
  width: 38px;
  font-size: 1.3rem;
  line-height: 1;
}

.mpema-gzC4r-tabs button:hover, .mpema-gzC4r-tabs button.is-active, .mpema-gzC4r-slider-actions button:hover {
  color: #fff;
  border-color: var(--mpema-gzC4r-border-strong);
  background: rgba(216, 108, 255, 0.15);
}

.mpema-gzC4r-word-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mpema-gzC4r-word-card {
  min-height: 260px;
  padding: 17px;
  border-radius: var(--mpema-gzC4r-radius-lg);
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.mpema-gzC4r-word-card.is-hidden {
  display: none;
}

.mpema-gzC4r-word-card:hover, .mpema-gzC4r-test-card:hover, .mpema-gzC4r-popular-card:hover {
  transform: translateY(-4px);
  border-color: var(--mpema-gzC4r-border-strong);
}

.mpema-gzC4r-word-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.mpema-gzC4r-word-top > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 108, 255, 0.48);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.86), rgba(72, 32, 108, 0.9));
  font-size: 1.35rem;
  font-weight: 850;
}

.mpema-gzC4r-word-card h3, .mpema-gzC4r-story-body h3, .mpema-gzC4r-test-card h3, .mpema-gzC4r-popular-card h3, .mpema-gzC4r-path-grid h3 {
  margin: 0;
  color: #fff;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.mpema-gzC4r-word-card small {
  color: var(--mpema-gzC4r-muted);
  font-size: 0.78rem;
}

.mpema-gzC4r-word-card p {
  min-height: 56px;
  margin: 0 0 12px;
}

.mpema-gzC4r-word-card em {
  display: block;
  min-height: 56px;
  padding: 12px;
  border: 1px solid var(--mpema-gzC4r-line);
  border-radius: var(--mpema-gzC4r-radius-md);
  color: var(--mpema-gzC4r-text);
  background: rgba(255, 255, 255, 0.035);
  font-style: normal;
  line-height: 1.55;
}

.mpema-gzC4r-word-card a, .mpema-gzC4r-test-card a, .mpema-gzC4r-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--mpema-gzC4r-accent-2);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
}

.mpema-gzC4r-word-card a:hover, .mpema-gzC4r-test-card a:hover, .mpema-gzC4r-link:hover {
  color: #fff;
}

.mpema-gzC4r-split {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 22px;
  margin-bottom: 22px;
}

.mpema-gzC4r-feature-story, .mpema-gzC4r-daily-panel {
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: var(--mpema-gzC4r-radius-xl);
}

.mpema-gzC4r-story-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  border-radius: var(--mpema-gzC4r-radius-lg);
  box-shadow: none;
}

.mpema-gzC4r-story-cover {
  display: flex;
  min-height: 265px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), transparent 20%), linear-gradient(135deg, rgba(216, 108, 255, 0.82), rgba(35, 16, 51, 0.96));
}

.mpema-gzC4r-story-cover span, .mpema-gzC4r-story-cover strong {
  color: #fff;
  font-weight: 850;
}

.mpema-gzC4r-story-cover span {
  font-size: 2.2rem;
  letter-spacing: -0.06em;
}

.mpema-gzC4r-story-cover strong {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.14);
}

.mpema-gzC4r-story-body {
  padding: 22px;
}

.mpema-gzC4r-pill, .mpema-gzC4r-test-meta span, .mpema-gzC4r-daily-list span, .mpema-gzC4r-popular-card small {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid rgba(110, 255, 221, 0.25);
  border-radius: 999px;
  color: var(--mpema-gzC4r-accent-2);
  background: rgba(110, 255, 221, 0.07);
  font-size: 0.74rem;
  font-weight: 800;
}

.mpema-gzC4r-story-body h3 {
  margin-top: 13px;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
}

.mpema-gzC4r-story-summary {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(110, 255, 221, 0.18);
  border-radius: var(--mpema-gzC4r-radius-md);
  color: var(--mpema-gzC4r-muted);
  background: rgba(110, 255, 221, 0.055);
  line-height: 1.65;
}

.mpema-gzC4r-daily-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mpema-gzC4r-daily-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--mpema-gzC4r-line);
  border-radius: var(--mpema-gzC4r-radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.mpema-gzC4r-daily-list strong {
  color: #fff;
}

.mpema-gzC4r-slider {
  display: grid;
  grid-auto-columns: minmax(225px, 1fr);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.mpema-gzC4r-popular-card {
  min-height: 205px;
  padding: 18px;
  border-radius: var(--mpema-gzC4r-radius-lg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.mpema-gzC4r-popular-card > span {
  color: var(--mpema-gzC4r-accent);
  font-size: 0.8rem;
  font-weight: 850;
}

.mpema-gzC4r-popular-card h3 {
  margin-top: 16px;
  font-size: 2.1rem;
}

.mpema-gzC4r-popular-card p {
  margin: 10px 0 14px;
}

.mpema-gzC4r-test-grid, .mpema-gzC4r-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mpema-gzC4r-test-card, .mpema-gzC4r-path-grid article {
  min-height: 230px;
  padding: 20px;
  border-radius: var(--mpema-gzC4r-radius-lg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.mpema-gzC4r-test-card h3, .mpema-gzC4r-path-grid h3 {
  margin-top: 16px;
  font-size: 1.25rem;
}

.mpema-gzC4r-test-card p, .mpema-gzC4r-path-grid p {
  margin: 10px 0 0;
}

.mpema-gzC4r-test-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.mpema-gzC4r-path-grid article > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 108, 255, 0.42);
  border-radius: 14px;
  color: #fff;
  background: rgba(216, 108, 255, 0.16);
  font-weight: 850;
}

.mpema-gzC4r-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.mpema-gzC4r-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mpema-gzC4r-reveal, .mpema-gzC4r-reveal.is-inview, .mpema-gzC4r-btn, .mpema-gzC4r-word-card, .mpema-gzC4r-test-card, .mpema-gzC4r-popular-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 1399px) {
  .mpema-gzC4r-word-grid, .mpema-gzC4r-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1099px) {
  .mpema-gzC4r-hero, .mpema-gzC4r-split {
    grid-template-columns: 1fr;
  }
  .mpema-gzC4r-story-card {
    grid-template-columns: 1fr;
  }
  .mpema-gzC4r-story-cover {
    min-height: 190px;
  }
}
@media (max-width: 899px) {
  .mpema-gzC4r-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .mpema-gzC4r-test-grid, .mpema-gzC4r-path-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .mpema-gzC4r-home {
    padding: 12px 0 22px;
  }
  .mpema-gzC4r-hero, .mpema-gzC4r-section, .mpema-gzC4r-feature-story, .mpema-gzC4r-daily-panel, .mpema-gzC4r-learning-path {
    border-radius: 20px;
  }
  .mpema-gzC4r-word-grid, .mpema-gzC4r-metric-grid, .mpema-gzC4r-mini-stats {
    grid-template-columns: 1fr;
  }
  .mpema-gzC4r-hero-content h1 {
    font-size: clamp(2rem, 13vw, 3.2rem);
  }
  .mpema-gzC4r-tabs {
    width: 100%;
  }
  .mpema-gzC4r-tabs button {
    flex: 1 1 auto;
  }
}
/*
 * MP PEMA - Site Footer
 * Yeni normal site header tasarımıyla uyumlu footer görünümü.
 * Bu dosyayı eski footer stillerinden sonra yükleyin.
 */
:root {
  --mp-footer-bg: #08040f;
  --mp-footer-panel: rgba(28, 16, 40, 0.86);
  --mp-footer-panel-strong: rgba(15, 8, 24, 0.97);
  --mp-footer-soft: rgba(255, 255, 255, 0.055);
  --mp-footer-line: rgba(255, 255, 255, 0.09);
  --mp-footer-border: rgba(216, 108, 255, 0.28);
  --mp-footer-border-strong: rgba(216, 108, 255, 0.62);
  --mp-footer-text: var(--mp-site-text, #f5ecff);
  --mp-footer-muted: var(--mp-site-muted, #ab9bbb);
  --mp-footer-accent: var(--mp-site-accent, #d86cff);
  --mp-footer-accent-2: var(--mp-site-accent-2, #6effdd);
  --mp-footer-success: var(--mp-site-success, #39ff88);
  --mp-footer-max: var(--mp-site-header-max, 1500px);
  --mp-footer-radius-xl: 28px;
  --mp-footer-radius-lg: 20px;
  --mp-footer-radius-md: 14px;
  --mp-footer-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.mp-site-footer,
.mp-site-footer * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.mp-site-footer#footer-d,
html.mp-site-header-ready .mp-site-footer#footer-d {
  position: relative;
  isolation: isolate;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--mp-footer-text);
  text-align: left !important;
  border-top: 1px solid var(--mp-footer-border);
  background: linear-gradient(180deg, rgba(18, 8, 29, 0.98), rgba(7, 3, 12, 0.995)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px);
  box-shadow: 0 -22px 65px rgba(0, 0, 0, 0.22);
}

.mp-site-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(216, 108, 255, 0.95) 27%, rgba(110, 255, 221, 0.78) 73%, transparent);
  box-shadow: 0 0 24px rgba(216, 108, 255, 0.5);
}

.mp-site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 88%);
}

.mp-site-footer__glow {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(3px);
}

.mp-site-footer__glow--one {
  top: -190px;
  left: -130px;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(216, 108, 255, 0.18), transparent 68%);
}

.mp-site-footer__glow--two {
  right: -120px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(110, 255, 221, 0.1), transparent 68%);
}

.mp-site-footer__container {
  position: relative;
  width: min(var(--mp-footer-max), 100% - 40px);
  margin-inline: auto;
  padding: clamp(34px, 5vw, 78px) 0 24px;
}

/* --------------------------------------------------------------------------
   Üst çağrı alanı
   -------------------------------------------------------------------------- */
.mp-site-footer__cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  margin-bottom: clamp(42px, 5vw, 70px);
  padding: clamp(25px, 3.2vw, 44px);
  border: 1px solid var(--mp-footer-border);
  border-radius: var(--mp-footer-radius-xl);
  background: radial-gradient(circle at 8% 0%, rgba(216, 108, 255, 0.18), transparent 26rem), radial-gradient(circle at 92% 100%, rgba(110, 255, 221, 0.1), transparent 24rem), linear-gradient(135deg, rgba(45, 25, 60, 0.84), rgba(18, 9, 29, 0.92));
  box-shadow: var(--mp-footer-shadow);
}

.mp-site-footer__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 8px);
}

.mp-site-footer__cta::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  width: 15px;
  height: 15px;
  pointer-events: none;
  border-top: 1px solid var(--mp-footer-accent);
  border-right: 1px solid var(--mp-footer-accent);
  box-shadow: 7px -7px 0 -6px var(--mp-footer-accent-2);
}

.mp-site-footer__cta-copy,
.mp-site-footer__cta-actions {
  position: relative;
  z-index: 1;
}

.mp-site-footer__eyebrow,
.mp-site-footer__account-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mp-footer-accent);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.14em;
}

.mp-site-footer__eyebrow::before,
.mp-site-footer__account-label::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: var(--mp-footer-accent-2);
  box-shadow: 0 0 15px rgba(110, 255, 221, 0.72);
}

.mp-site-footer__cta h2 {
  max-width: 780px;
  margin: 10px 0 9px;
  color: var(--mp-footer-text);
  font-size: clamp(1.55rem, 2.7vw, 2.7rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.mp-site-footer__cta p {
  max-width: 760px;
  margin: 0;
  color: var(--mp-footer-muted);
  font-size: clamp(0.94rem, 1.1vw, 1.04rem);
  line-height: 1.72;
}

.mp-site-footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
}

.mp-site-footer__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--mp-footer-border);
  border-radius: 999px;
  color: var(--mp-footer-text) !important;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.mp-site-footer__button svg,
.mp-site-footer__account-link svg,
.mp-site-footer__back-to-top svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-site-footer__button--primary {
  border-color: rgba(216, 108, 255, 0.7);
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.34), rgba(216, 108, 255, 0.16));
  box-shadow: 0 10px 28px rgba(216, 108, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-site-footer__button--ghost {
  background: rgba(255, 255, 255, 0.045);
}

.mp-site-footer__button:hover,
.mp-site-footer__button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--mp-footer-accent-2);
  background: rgba(110, 255, 221, 0.09);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------------------------------
   Ana footer grid
   -------------------------------------------------------------------------- */
.mp-site-footer__main {
  display: grid;
  grid-template-columns: minmax(270px, 1.45fr) minmax(170px, 0.75fr) minmax(185px, 0.8fr) minmax(270px, 1.1fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
  padding-bottom: clamp(34px, 4vw, 58px);
}

.mp-site-footer__brand,
.mp-site-footer__column,
.mp-site-footer__account {
  min-width: 0;
}

.mp-site-footer__logo {
  position: relative;
  display: inline-flex;
  max-width: min(230px, 100%);
  margin-bottom: 20px;
  padding: 8px 0;
  text-decoration: none !important;
}

.mp-site-footer__logo::before {
  content: "";
  position: absolute;
  inset: -5px -15px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(216, 108, 255, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.mp-site-footer__logo:hover::before,
.mp-site-footer__logo:focus-visible::before {
  opacity: 1;
}

.mp-site-footer__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(42px, 4.2vw, 58px);
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(216, 108, 255, 0.28));
}

.mp-site-footer__description {
  max-width: 440px;
  margin: 0 0 18px;
  color: var(--mp-footer-muted);
  font-size: 0.93rem;
  line-height: 1.78;
}

.mp-site-footer__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #d8cce5;
  font-size: 0.78rem;
  font-weight: 700;
}

.mp-site-footer__status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--mp-footer-success);
  box-shadow: 0 0 15px rgba(57, 255, 136, 0.65);
}

.mp-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mp-site-footer__social {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mp-footer-border);
  border-radius: 13px;
  color: var(--mp-footer-muted) !important;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none !important;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.mp-site-footer__social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-site-footer__social--facebook svg,
.mp-site-footer__social--linkedin svg {
  fill: currentColor;
  stroke: none;
}

.mp-site-footer__social:hover,
.mp-site-footer__social:focus-visible {
  color: var(--mp-footer-text) !important;
  border-color: var(--mp-footer-accent-2);
  background: rgba(110, 255, 221, 0.08);
  box-shadow: 0 0 24px rgba(110, 255, 221, 0.1);
  transform: translateY(-2px);
}

.mp-site-footer__title {
  position: relative;
  margin: 7px 0 22px;
  padding-bottom: 13px;
  color: var(--mp-footer-text);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.mp-site-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--mp-footer-accent), var(--mp-footer-accent-2));
  box-shadow: 0 0 12px rgba(216, 108, 255, 0.45);
}

.mp-site-footer__menu,
.mp-site-footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-site-footer__menu {
  display: grid;
  gap: 5px;
}

.mp-site-footer__menu li {
  margin: 0;
  padding: 0;
}

.mp-site-footer__menu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 0;
  color: var(--mp-footer-muted) !important;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  transition: color 0.18s ease, transform 0.18s ease;
}

.mp-site-footer__menu a::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border: 1px solid rgba(216, 108, 255, 0.58);
  border-radius: 2px;
  background: rgba(216, 108, 255, 0.08);
  transform: rotate(45deg);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.mp-site-footer__menu a:hover,
.mp-site-footer__menu a:focus-visible,
.mp-site-footer__menu .current-menu-item > a {
  color: var(--mp-footer-text) !important;
  transform: translateX(4px);
}

.mp-site-footer__menu a:hover::before,
.mp-site-footer__menu a:focus-visible::before,
.mp-site-footer__menu .current-menu-item > a::before {
  border-color: var(--mp-footer-accent-2);
  background: var(--mp-footer-accent-2);
  box-shadow: 0 0 12px rgba(110, 255, 221, 0.5);
}

/* --------------------------------------------------------------------------
   Hesap kartı
   -------------------------------------------------------------------------- */
.mp-site-footer__account {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--mp-footer-border);
  border-radius: var(--mp-footer-radius-lg);
  background: radial-gradient(circle at 100% 0%, rgba(216, 108, 255, 0.16), transparent 15rem), linear-gradient(145deg, rgba(40, 23, 53, 0.72), rgba(17, 9, 27, 0.78));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.mp-site-footer__account::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--mp-footer-accent);
  border-right: 1px solid var(--mp-footer-accent);
}

.mp-site-footer__account h2 {
  margin: 12px 0 10px;
  color: var(--mp-footer-text);
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.mp-site-footer__account p {
  margin: 0 0 20px;
  color: var(--mp-footer-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.mp-site-footer__account-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgba(216, 108, 255, 0.5);
  border-radius: 13px;
  color: var(--mp-footer-text) !important;
  background: rgba(216, 108, 255, 0.11);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.mp-site-footer__account-link:hover,
.mp-site-footer__account-link:focus-visible {
  border-color: var(--mp-footer-accent-2);
  background: rgba(110, 255, 221, 0.08);
  transform: translateY(-2px);
}

.mp-site-footer__contact-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--mp-footer-muted) !important;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.55;
  text-decoration: none !important;
  border-bottom: 1px dashed rgba(171, 155, 187, 0.4);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.mp-site-footer__contact-link:hover,
.mp-site-footer__contact-link:focus-visible {
  color: var(--mp-footer-accent-2) !important;
  border-color: var(--mp-footer-accent-2);
}

/* --------------------------------------------------------------------------
   Alt bar
   -------------------------------------------------------------------------- */
.mp-site-footer__bottom {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0 4px;
  border-top: 1px solid var(--mp-footer-line);
}

.mp-site-footer__copyright {
  min-width: 0;
  margin: 0;
  color: var(--mp-footer-muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.mp-site-footer__copyright a {
  color: #d8cce5 !important;
  font-weight: 750;
  text-decoration: none !important;
}

.mp-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.mp-site-footer__legal a {
  color: var(--mp-footer-muted) !important;
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none !important;
  transition: color 0.18s ease;
}

.mp-site-footer__legal a:hover,
.mp-site-footer__legal a:focus-visible,
.mp-site-footer__copyright a:hover,
.mp-site-footer__copyright a:focus-visible {
  color: var(--mp-footer-accent-2) !important;
}

.mp-site-footer__back-to-top {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--mp-footer-border);
  border-radius: 999px;
  color: var(--mp-footer-muted) !important;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.mp-site-footer__back-to-top svg {
  width: 15px;
  height: 15px;
}

.mp-site-footer__back-to-top:hover,
.mp-site-footer__back-to-top:focus-visible {
  color: var(--mp-footer-text) !important;
  border-color: var(--mp-footer-accent-2);
  background: rgba(110, 255, 221, 0.08);
  transform: translateY(-2px);
}

.mp-site-footer a:focus-visible {
  outline: 2px solid var(--mp-footer-accent-2);
  outline-offset: 4px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .mp-site-footer__cta {
    grid-template-columns: minmax(0, 1fr);
  }
  .mp-site-footer__cta-actions {
    justify-content: flex-start;
  }
  .mp-site-footer__main {
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
  }
  .mp-site-footer__account {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 28px;
    align-items: center;
  }
  .mp-site-footer__account-label,
  .mp-site-footer__account h2,
  .mp-site-footer__account p,
  .mp-site-footer__contact-link {
    grid-column: 1;
  }
  .mp-site-footer__account-link {
    grid-column: 2;
    grid-row: 1/span 4;
    min-width: 210px;
  }
}
@media (max-width: 991.98px) {
  .mp-site-footer__container {
    width: min(var(--mp-footer-max), 100% - 32px);
  }
  .mp-site-footer__main {
    grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  }
  .mp-site-footer__brand {
    grid-row: span 2;
  }
  .mp-site-footer__account {
    grid-column: 1/-1;
  }
  .mp-site-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .mp-site-footer__legal {
    grid-column: 1;
    justify-content: flex-start;
  }
  .mp-site-footer__back-to-top {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media (max-width: 767.98px) {
  .mp-site-footer#footer-d,
  html.mp-site-header-ready .mp-site-footer#footer-d {
    margin-top: 48px !important;
  }
  .mp-site-footer__container {
    width: min(100% - 24px, var(--mp-footer-max));
    padding-top: 28px;
  }
  .mp-site-footer__cta {
    gap: 22px;
    margin-bottom: 40px;
    padding: 23px;
    border-radius: 22px;
  }
  .mp-site-footer__cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .mp-site-footer__button {
    width: 100%;
  }
  .mp-site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 24px;
  }
  .mp-site-footer__brand,
  .mp-site-footer__account {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .mp-site-footer__account {
    display: block;
  }
  .mp-site-footer__account-link {
    min-width: 0;
  }
}
@media (max-width: 575.98px) {
  .mp-site-footer__container {
    width: min(100% - 20px, var(--mp-footer-max));
  }
  .mp-site-footer__cta {
    padding: 20px;
  }
  .mp-site-footer__cta h2 {
    font-size: clamp(1.42rem, 7vw, 1.85rem);
    letter-spacing: -0.035em;
  }
  .mp-site-footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .mp-site-footer__brand,
  .mp-site-footer__column,
  .mp-site-footer__account {
    grid-column: 1;
  }
  .mp-site-footer__logo img {
    height: 46px;
  }
  .mp-site-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 12px;
    padding-top: 20px;
  }
  .mp-site-footer__copyright,
  .mp-site-footer__legal {
    grid-column: 1;
  }
  .mp-site-footer__back-to-top {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
  }
  .mp-site-footer__legal {
    display: grid;
    justify-content: start;
    gap: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .mp-site-footer *,
  .mp-site-footer *::before,
  .mp-site-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   Pitemati / MPDL Search Page UI
   Scope: .mp-search-page-R7tMx
========================================================= */
.mp-search-page-R7tMx {
  --mps-text: rgba(255,255,255,.94);
  --mps-muted: rgba(255,255,255,.66);
  --mps-soft: rgba(255,255,255,.48);
  --mps-border: rgba(255,255,255,.13);
  --mps-border-strong: rgba(255,255,255,.22);
  --mps-a: #ff2ea6;
  --mps-b: #745bff;
  --mps-c: #49e6ff;
  color: var(--mps-text);
  position: relative;
  overflow: hidden;
  padding: 42px 0 62px;
}

.mp-search-page-R7tMx,
.mp-search-page-R7tMx * {
  box-sizing: border-box;
}

.mp-search-page-R7tMx::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 8%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 88% 4%, rgba(73, 230, 255, 0.15), transparent 30%), radial-gradient(circle at 50% 94%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
}

.mp-search-shell-R7tMx {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

/* Hero */
.mp-search-hero-R7tMx {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mp-search-hero-R7tMx::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-search-hero-content-R7tMx {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-search-kicker-R7tMx {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-search-kicker-R7tMx i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mps-a), var(--mps-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-search-hero-R7tMx h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6.4vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-search-hero-R7tMx p {
  max-width: 720px;
  margin: 0;
  color: var(--mps-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-search-hero-card-R7tMx {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), 0 0 46px rgba(255, 46, 166, 0.12);
  transform: rotate(-3deg);
}

.mp-search-hero-card-R7tMx span {
  color: var(--mps-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-search-hero-card-R7tMx strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mp-search-hero-card-R7tMx em {
  display: block;
  margin-top: 12px;
  color: var(--mps-muted);
  font-style: normal;
  font-weight: 700;
}

/* Panels */
.mp-search-form-panel-R7tMx,
.mp-search-results-panel-R7tMx,
.mp-search-empty-R7tMx {
  margin-bottom: 24px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid var(--mps-border);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-search-panel-head-R7tMx {
  margin-bottom: 18px;
}

.mp-search-panel-head-R7tMx span,
.mp-search-empty-content-R7tMx span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mps-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-search-panel-head-R7tMx h2,
.mp-search-empty-content-R7tMx h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

/* Search form generic */
.mp-search-form-wrap-R7tMx form,
.mp-search-form-wrap-R7tMx .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0;
}

.mp-search-form-wrap-R7tMx label {
  margin: 0;
}

.mp-search-form-wrap-R7tMx input[type=search],
.mp-search-form-wrap-R7tMx input[type=text] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  padding: 13px 16px !important;
  outline: none !important;
  box-shadow: none !important;
}

.mp-search-form-wrap-R7tMx input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.mp-search-form-wrap-R7tMx button,
.mp-search-form-wrap-R7tMx input[type=submit],
.mp-search-form-wrap-R7tMx .search-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0 !important;
  border-radius: 17px !important;
  padding: 13px 22px !important;
  background: linear-gradient(135deg, var(--mps-a), var(--mps-b)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

/* Results */
.mp-search-results-list-R7tMx {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.mp-search-card-R7tMx {
  margin: 0;
  padding: 0;
}

.mp-search-item-R7tMx {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.1), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.mp-search-item-R7tMx:hover {
  transform: translateY(-2px);
  border-color: var(--mps-border-strong);
  filter: brightness(1.05);
}

.mp-search-thumb-R7tMx {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 132px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: var(--mps-c);
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.mp-search-thumb-R7tMx img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  display: block;
}

.mp-search-thumb-R7tMx.is-empty i {
  font-size: 34px;
}

.mp-search-item-body-R7tMx {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mp-search-meta-R7tMx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.mp-search-meta-R7tMx span,
.mp-search-meta-R7tMx time {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.09);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 850;
}

.mp-search-title-R7tMx {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.mp-search-title-R7tMx a {
  color: #fff;
  text-decoration: none;
}

.mp-search-title-R7tMx a:hover {
  color: var(--mps-c);
}

.mp-search-excerpt-R7tMx {
  margin: 0;
  color: var(--mps-muted);
  line-height: 1.72;
}

.mp-search-footer-R7tMx {
  margin-top: auto;
  padding-top: 16px;
}

.mp-search-btn-R7tMx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mps-a), var(--mps-b));
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(255, 46, 166, 0.18);
}

/* Pagination */
.mp-search-pagination-R7tMx {
  margin-top: 24px;
}

.mp-search-pagination-R7tMx .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mp-search-pagination-R7tMx .page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-search-pagination-R7tMx .page-numbers.current {
  border-color: rgba(73, 230, 255, 0.3);
  background: linear-gradient(135deg, var(--mps-a), var(--mps-b));
}

/* Empty */
.mp-search-empty-R7tMx {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.mp-search-empty-icon-R7tMx {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: var(--mps-c);
  font-size: 34px;
}

.mp-search-empty-content-R7tMx p {
  margin: 12px 0 0;
  color: var(--mps-muted);
  line-height: 1.7;
}

.mp-search-empty-actions-R7tMx {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.mp-search-empty-actions-R7tMx a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--mps-a), var(--mps-b));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-search-empty-actions-R7tMx a.is-soft {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
}

/* Responsive */
@media (max-width: 991px) {
  .mp-search-hero-R7tMx {
    grid-template-columns: 1fr;
  }
  .mp-search-hero-card-R7tMx {
    min-height: 170px;
    transform: rotate(-2deg);
  }
}
@media (max-width: 767px) {
  .mp-search-shell-R7tMx {
    width: min(100% - 20px, 1180px);
  }
  .mp-search-hero-R7tMx,
  .mp-search-form-panel-R7tMx,
  .mp-search-results-panel-R7tMx,
  .mp-search-empty-R7tMx {
    border-radius: 24px;
  }
  .mp-search-hero-R7tMx {
    padding: 20px;
  }
  .mp-search-form-wrap-R7tMx form,
  .mp-search-form-wrap-R7tMx .search-form {
    grid-template-columns: 1fr;
  }
  .mp-search-item-R7tMx {
    grid-template-columns: 1fr;
  }
  .mp-search-thumb-R7tMx,
  .mp-search-thumb-R7tMx img {
    min-height: 190px;
  }
  .mp-search-empty-R7tMx {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .mp-search-page-R7tMx {
    padding: 28px 0 44px;
  }
  .mp-search-hero-R7tMx h1 {
    font-size: clamp(36px, 13vw, 54px);
  }
  .mp-search-empty-actions-R7tMx,
  .mp-search-empty-actions-R7tMx a {
    width: 100%;
  }
}
/* =========================================================
   Pitemati / MPDL Single Post UI
   Scope: .mp-single-page-D4pLm
========================================================= */
.mp-single-page-D4pLm {
  --mpsg-text:rgba(255,255,255,.94);
  --mpsg-muted:rgba(255,255,255,.66);
  --mpsg-soft:rgba(255,255,255,.48);
  --mpsg-border:rgba(255,255,255,.13);
  --mpsg-border-strong:rgba(255,255,255,.22);
  --mpsg-a:#ff2ea6;
  --mpsg-b:#745bff;
  --mpsg-c:#49e6ff;
  color: var(--mpsg-text);
  position: relative;
  overflow: hidden;
  padding: 42px 0 62px;
}

.mp-single-page-D4pLm, .mp-single-page-D4pLm * {
  box-sizing: border-box;
}

.mp-single-page-D4pLm::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 8%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 88% 4%, rgba(73, 230, 255, 0.15), transparent 30%), radial-gradient(circle at 50% 94%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
}

.mp-single-page-D4pLm .page-common-content-area {
  position: relative;
  z-index: 1;
}

.mp-single-shell-D4pLm {
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

.mp-single-hero-D4pLm {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mp-single-hero-D4pLm::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-single-hero-content-D4pLm {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-single-kicker-D4pLm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-single-kicker-D4pLm i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpsg-a), var(--mpsg-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-single-hero-D4pLm h1 {
  max-width: 800px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6.4vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-single-hero-D4pLm p {
  max-width: 720px;
  margin: 0;
  color: var(--mpsg-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-single-meta-D4pLm {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.mp-single-meta-D4pLm span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 850;
}

.mp-single-meta-D4pLm i {
  color: var(--mpsg-c);
}

.mp-single-hero-card-D4pLm {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), 0 0 46px rgba(255, 46, 166, 0.12);
  transform: rotate(-3deg);
}

.mp-single-hero-card-D4pLm span {
  color: var(--mpsg-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-single-hero-card-D4pLm strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mp-single-hero-card-D4pLm em {
  display: block;
  margin-top: 12px;
  color: var(--mpsg-muted);
  font-style: normal;
  font-weight: 700;
}

.mp-single-layout-D4pLm {
  row-gap: 24px;
}

.mp-single-content-card-D4pLm, .mp-single-widget-D4pLm, .mp-single-cta-D4pLm, .mp-single-catbox-D4pLm {
  border: 1px solid var(--mpsg-border);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-single-content-card-D4pLm {
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
}

.mp-single-feature-D4pLm {
  margin-bottom: 24px;
}

.mp-single-feature-D4pLm .feauter-image-PjxJW {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.mp-single-feature-D4pLm img {
  display: block;
  width: 100%;
  height: auto;
}

.mp-single-feature-D4pLm .feature-zoomBtn-X2v9K {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(8, 0, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.mp-single-feature-D4pLm .feature-caption-3gP9v {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(8, 0, 18, 0.7);
  color: #fff;
  backdrop-filter: blur(12px);
}

.mp-single-feature-D4pLm .feature-caption-3gP9v__icon {
  color: var(--mpsg-c);
}

.mp-single-head-D4pLm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-single-label-D4pLm {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpsg-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-single-title-D4pLm {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mp-single-share-D4pLm {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mp-single-share-D4pLm .product-share-Sw9Jk__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mpsg-muted);
  font-size: 13px;
  font-weight: 900;
  margin-right: 2px;
}

.mp-single-share-D4pLm .share-chip-Xx2pR {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.18s ease;
}

.mp-single-share-D4pLm .share-chip-Xx2pR:hover, .mp-single-share-D4pLm .share-chip-Xx2pR.is-copied {
  transform: translateY(-1px);
  border-color: rgba(73, 230, 255, 0.32);
  background: rgba(73, 230, 255, 0.1);
}

.mp-single-content-D4pLm {
  color: var(--mpsg-muted);
  font-size: 16px;
  line-height: 1.86;
}

.mp-single-content-D4pLm p {
  margin: 0 0 18px;
  color: var(--mpsg-muted);
  line-height: 1.86;
}

.mp-single-content-D4pLm h1, .mp-single-content-D4pLm h2, .mp-single-content-D4pLm h3, .mp-single-content-D4pLm h4, .mp-single-content-D4pLm h5, .mp-single-content-D4pLm h6 {
  color: #fff;
  margin: 30px 0 14px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.mp-single-content-D4pLm h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.mp-single-content-D4pLm h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.mp-single-content-D4pLm a {
  color: var(--mpsg-c);
  text-decoration: none;
  font-weight: 800;
}

.mp-single-content-D4pLm a:hover {
  color: #fff;
}

.mp-single-content-D4pLm ul, .mp-single-content-D4pLm ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.mp-single-content-D4pLm li {
  margin-bottom: 8px;
}

.mp-single-content-D4pLm blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--mpsg-c);
  border-radius: 18px;
  background: rgba(73, 230, 255, 0.08);
  color: #fff;
}

.mp-single-content-D4pLm img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.mp-single-content-D4pLm table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  border-collapse: separate;
  border-spacing: 0;
}

.mp-single-content-D4pLm th, .mp-single-content-D4pLm td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--mpsg-muted);
}

.mp-single-content-D4pLm th {
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
}

.mp-single-tags-D4pLm {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-single-tags-D4pLm > span {
  display: block;
  margin-bottom: 10px;
  color: var(--mpsg-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-single-tags-D4pLm div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mp-single-tags-D4pLm a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

.mp-single-post-nav-D4pLm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.mp-single-post-nav-D4pLm a {
  display: block;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  text-decoration: none;
}

.mp-single-post-nav-D4pLm span {
  display: block;
  margin-bottom: 7px;
  color: var(--mpsg-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mp-single-post-nav-D4pLm strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.mp-single-next-D4pLm {
  text-align: right;
}

.mp-single-sidebar-D4pLm {
  position: sticky;
  top: 110px;
}

.mp-single-widget-D4pLm, .mp-single-cta-D4pLm, .mp-single-catbox-D4pLm {
  padding: 20px;
}

.mp-single-sidebar-title-D4pLm {
  margin-bottom: 16px;
}

.mp-single-sidebar-title-D4pLm span, .mp-single-cta-D4pLm span, .mp-single-catbox-D4pLm > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpsg-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-single-sidebar-title-D4pLm h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.mp-single-products-D4pLm:empty::before {
  content: "Ürünler şu anda listelenemiyor.";
  display: block;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: var(--mpsg-muted);
  background: rgba(255, 255, 255, 0.035);
}

.mp-single-cta-D4pLm, .mp-single-catbox-D4pLm {
  margin-top: 18px;
}

.mp-single-cta-D4pLm {
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.16), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.mp-single-cta-D4pLm p {
  margin: 0 0 16px;
  color: var(--mpsg-muted);
  line-height: 1.7;
}

.mp-single-cta-D4pLm a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mpsg-a), var(--mpsg-b));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-single-catbox-D4pLm div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mp-single-catbox-D4pLm a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}

.mp-single-catbox-D4pLm a i {
  color: var(--mpsg-c);
}

@media (max-width: 991px) {
  .mp-single-hero-D4pLm {
    grid-template-columns: 1fr;
  }
  .mp-single-hero-card-D4pLm {
    min-height: 170px;
    transform: rotate(-2deg);
  }
  .mp-single-sidebar-D4pLm {
    position: static;
  }
}
@media (max-width: 767px) {
  .mp-single-shell-D4pLm {
    width: min(100% - 20px, 1180px);
  }
  .mp-single-hero-D4pLm, .mp-single-content-card-D4pLm, .mp-single-widget-D4pLm, .mp-single-cta-D4pLm, .mp-single-catbox-D4pLm {
    border-radius: 24px;
  }
  .mp-single-hero-D4pLm {
    padding: 20px;
  }
  .mp-single-head-D4pLm {
    flex-direction: column;
  }
  .mp-single-share-D4pLm {
    justify-content: flex-start;
  }
  .mp-single-feature-D4pLm .feature-caption-3gP9v {
    position: static;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .mp-single-post-nav-D4pLm {
    grid-template-columns: 1fr;
  }
  .mp-single-next-D4pLm {
    text-align: left;
  }
}
@media (max-width: 520px) {
  .mp-single-page-D4pLm {
    padding: 28px 0 44px;
  }
  .mp-single-hero-D4pLm h1 {
    font-size: clamp(36px, 13vw, 54px);
  }
  .mp-single-hero-card-D4pLm strong {
    font-size: 28px;
  }
  .mp-single-share-D4pLm .product-share-Sw9Jk__label {
    width: 100%;
  }
}
/* Pitemati / MPDL Default Page UI - Scope: .mp-default-page-U7qKx */
.mp-default-page-U7qKx {
  --mpp-text:rgba(255,255,255,.94);
  --mpp-muted:rgba(255,255,255,.66);
  --mpp-soft:rgba(255,255,255,.48);
  --mpp-border:rgba(255,255,255,.13);
  --mpp-border-strong:rgba(255,255,255,.22);
  --mpp-a:#ff2ea6;
  --mpp-b:#745bff;
  --mpp-c:#49e6ff;
  color: var(--mpp-text);
  position: relative;
  overflow: hidden;
  padding: 42px 0 62px;
}

.mp-default-page-U7qKx, .mp-default-page-U7qKx * {
  box-sizing: border-box;
}

.mp-default-page-U7qKx::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 8%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 88% 4%, rgba(73, 230, 255, 0.15), transparent 30%), radial-gradient(circle at 50% 94%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
}

.mp-default-page-U7qKx .page-common-content-area {
  position: relative;
  z-index: 1;
}

.mp-default-page-shell-U7qKx {
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

.mp-page-hero-U7qKx {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mp-page-hero-U7qKx::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-page-hero-content-U7qKx {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-page-kicker-U7qKx {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-page-kicker-U7qKx i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpp-a), var(--mpp-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-page-hero-U7qKx h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6.4vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-page-hero-U7qKx p {
  max-width: 720px;
  margin: 0;
  color: var(--mpp-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-page-hero-orb-U7qKx {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), 0 0 46px rgba(255, 46, 166, 0.12);
  transform: rotate(-3deg);
}

.mp-page-hero-orb-U7qKx span {
  color: var(--mpp-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-page-hero-orb-U7qKx strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mp-page-hero-orb-U7qKx em {
  display: block;
  margin-top: 12px;
  color: var(--mpp-muted);
  font-style: normal;
  font-weight: 700;
}

.mp-default-page-row-U7qKx {
  row-gap: 24px;
}

.mp-default-content-card-U7qKx, .mp-sidebar-widget-U7qKx, .mp-sidebar-cta-U7qKx {
  border: 1px solid var(--mpp-border);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-default-content-card-U7qKx {
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
}

.mp-page-feature-U7qKx {
  margin-bottom: 24px;
}

.mp-page-feature-U7qKx .feauter-image-PjxJW {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.mp-page-feature-U7qKx img {
  display: block;
  width: 100%;
  height: auto;
}

.mp-page-feature-U7qKx .feature-zoomBtn-X2v9K {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(8, 0, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.mp-page-feature-U7qKx .feature-caption-3gP9v {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(8, 0, 18, 0.7);
  color: #fff;
  backdrop-filter: blur(12px);
}

.mp-page-feature-U7qKx .feature-caption-3gP9v__icon {
  color: var(--mpp-c);
}

.mp-page-head-U7qKx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-page-title-U7qKx {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mp-page-share-U7qKx {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mp-page-share-U7qKx .product-share-Sw9Jk__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mpp-muted);
  font-size: 13px;
  font-weight: 900;
  margin-right: 2px;
}

.mp-page-share-U7qKx .share-chip-Xx2pR {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.18s ease;
}

.mp-page-share-U7qKx .share-chip-Xx2pR:hover, .mp-page-share-U7qKx .share-chip-Xx2pR.is-copied {
  transform: translateY(-1px);
  border-color: rgba(73, 230, 255, 0.32);
  background: rgba(73, 230, 255, 0.1);
}

.mp-page-content-U7qKx {
  color: var(--mpp-muted);
  font-size: 16px;
  line-height: 1.82;
}

.mp-page-content-U7qKx p {
  margin: 0 0 18px;
  color: var(--mpp-muted);
  line-height: 1.82;
}

.mp-page-content-U7qKx h1, .mp-page-content-U7qKx h2, .mp-page-content-U7qKx h3, .mp-page-content-U7qKx h4, .mp-page-content-U7qKx h5, .mp-page-content-U7qKx h6 {
  color: #fff;
  margin: 28px 0 14px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.mp-page-content-U7qKx h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.mp-page-content-U7qKx h3 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.mp-page-content-U7qKx a {
  color: var(--mpp-c);
  text-decoration: none;
  font-weight: 800;
}

.mp-page-content-U7qKx a:hover {
  color: #fff;
}

.mp-page-content-U7qKx ul, .mp-page-content-U7qKx ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.mp-page-content-U7qKx li {
  margin-bottom: 8px;
}

.mp-page-content-U7qKx blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--mpp-c);
  border-radius: 18px;
  background: rgba(73, 230, 255, 0.08);
  color: #fff;
}

.mp-page-content-U7qKx img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.mp-page-content-U7qKx table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  border-collapse: separate;
  border-spacing: 0;
}

.mp-page-content-U7qKx th, .mp-page-content-U7qKx td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--mpp-muted);
}

.mp-page-content-U7qKx th {
  color: #fff;
  background: rgba(255, 255, 255, 0.065);
}

.mp-default-sidebar-U7qKx {
  position: sticky;
  top: 110px;
}

.mp-sidebar-widget-U7qKx, .mp-sidebar-cta-U7qKx {
  padding: 20px;
}

.mp-sidebar-title-U7qKx {
  margin-bottom: 16px;
}

.mp-sidebar-title-U7qKx span, .mp-sidebar-cta-U7qKx span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpp-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-sidebar-title-U7qKx h2 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.mp-sidebar-products-U7qKx:empty::before {
  content: "Ürünler şu anda listelenemiyor.";
  display: block;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: var(--mpp-muted);
  background: rgba(255, 255, 255, 0.035);
}

.mp-sidebar-cta-U7qKx {
  margin-top: 18px;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.16), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.mp-sidebar-cta-U7qKx p {
  margin: 0 0 16px;
  color: var(--mpp-muted);
  line-height: 1.7;
}

.mp-sidebar-cta-U7qKx a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mpp-a), var(--mpp-b));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 991px) {
  .mp-page-hero-U7qKx {
    grid-template-columns: 1fr;
  }
  .mp-page-hero-orb-U7qKx {
    min-height: 180px;
    transform: rotate(-2deg);
  }
  .mp-default-sidebar-U7qKx {
    position: static;
  }
}
@media (max-width: 767px) {
  .mp-default-page-shell-U7qKx {
    width: min(100% - 20px, 1180px);
  }
  .mp-page-hero-U7qKx, .mp-default-content-card-U7qKx, .mp-sidebar-widget-U7qKx, .mp-sidebar-cta-U7qKx {
    border-radius: 24px;
  }
  .mp-page-hero-U7qKx {
    padding: 20px;
  }
  .mp-page-head-U7qKx {
    flex-direction: column;
  }
  .mp-page-share-U7qKx {
    justify-content: flex-start;
  }
  .mp-page-feature-U7qKx .feature-caption-3gP9v {
    position: static;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
@media (max-width: 520px) {
  .mp-default-page-U7qKx {
    padding: 28px 0 44px;
  }
  .mp-page-hero-U7qKx h1 {
    font-size: clamp(36px, 13vw, 54px);
  }
  .mp-page-hero-orb-U7qKx strong {
    font-size: 28px;
  }
  .mp-page-share-U7qKx .product-share-Sw9Jk__label {
    width: 100%;
  }
}
.page-cart-iBTzs .page-common-xrq0I {
  padding: 40px;
}

.wc-block-components-button {
  background: linear-gradient(90deg, rgb(255, 46, 166), rgba(116, 91, 255, 0.5)) !important;
}

.wc-block-components-button:hover {
  background: linear-gradient(90deg, rgb(116, 91, 255), rgba(255, 46, 166, 0.5)) !important;
}

/* =============================================================
   MPDL CART PAGE UI v2
   - Ana sayfa MPDL koyu cam tasarımına uyumlu sepet görünümü.
   - WooCommerce içeriği the_content() üzerinden gelir; HTML yapısı bozulmaz.
   - .col-12.page-common-xrq0I alanı template içinde aynen korunmuştur.
============================================================= */
.page-cart-iBTzs.mpdl-cart-page-ui {
  --mpdl-cart-bg: #07000f;
  --mpdl-cart-bg-2: #11051d;
  --mpdl-cart-surface: rgba(39, 19, 55, .78);
  --mpdl-cart-surface-2: rgba(255, 255, 255, .055);
  --mpdl-cart-surface-3: rgba(255, 255, 255, .08);
  --mpdl-cart-border: rgba(214, 92, 255, .22);
  --mpdl-cart-border-soft: rgba(255, 255, 255, .10);
  --mpdl-cart-text: #ffffff;
  --mpdl-cart-muted: rgba(234, 222, 246, .70);
  --mpdl-cart-muted-2: rgba(234, 222, 246, .52);
  --mpdl-cart-pink: #ff39b8;
  --mpdl-cart-purple: #b159ff;
  --mpdl-cart-cyan: #63f5d3;
  --mpdl-cart-blue: #28a8ff;
  --mpdl-cart-shadow: 0 26px 90px rgba(0, 0, 0, .42);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(32px, 4.8vw, 70px) 0 clamp(54px, 6vw, 92px);
  background: radial-gradient(circle at 12% 18%, rgba(138, 71, 255, 0.18), transparent 30%), radial-gradient(circle at 88% 4%, rgba(61, 157, 255, 0.14), transparent 26%), linear-gradient(180deg, var(--mpdl-cart-bg) 0%, #0d0118 45%, #090011 100%);
  color: var(--mpdl-cart-text);
}

.page-cart-iBTzs.mpdl-cart-page-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  opacity: 0.34;
  pointer-events: none;
}

.mpdl-cart-bg-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
  opacity: 0.72;
}

.mpdl-cart-bg-orb-1 {
  width: 220px;
  height: 220px;
  left: 7%;
  top: 170px;
  background: radial-gradient(circle, rgba(38, 209, 211, 0.28), transparent 68%);
}

.mpdl-cart-bg-orb-2 {
  width: 250px;
  height: 250px;
  right: 8%;
  top: -56px;
  background: radial-gradient(circle, rgba(122, 92, 255, 0.34), transparent 70%);
}

.mpdl-cart-bg-orb-3 {
  width: 320px;
  height: 320px;
  right: 18%;
  bottom: -180px;
  background: radial-gradient(circle, rgba(255, 57, 184, 0.16), transparent 70%);
}

.page-cart-iBTzs .part-content {
  position: relative;
  z-index: 1;
}

.mpdl-cart-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-bottom: 22px;
  padding: clamp(34px, 4.8vw, 62px);
  border: 1px solid var(--mpdl-cart-border);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)), rgba(39, 19, 55, 0.58);
  box-shadow: var(--mpdl-cart-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.mpdl-cart-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 12%, rgba(177, 89, 255, 0.25), transparent 30%), radial-gradient(circle at 12% 92%, rgba(99, 245, 211, 0.1), transparent 34%);
  pointer-events: none;
}

.mpdl-cart-hero::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(185, 89, 255, 0.95);
  border-right: 1px solid rgba(185, 89, 255, 0.95);
  opacity: 0.9;
}

.mpdl-cart-hero__content,
.mpdl-cart-hero__summary {
  position: relative;
  z-index: 1;
}

.mpdl-cart-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 224, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.mpdl-cart-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mpdl-cart-cyan);
  box-shadow: 0 0 0 5px rgba(99, 245, 211, 0.12);
}

.mpdl-cart-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

.mpdl-cart-hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--mpdl-cart-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.8;
}

.mpdl-cart-hero__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mpdl-cart-summary-card {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(99, 245, 211, 0.1), transparent 54%), linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.mpdl-cart-summary-card span {
  color: var(--mpdl-cart-muted);
  font-size: 13px;
  font-weight: 850;
}

.mpdl-cart-summary-card strong {
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.05;
}

.mpdl-cart-shell {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--mpdl-cart-border);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035)), rgba(25, 11, 38, 0.82);
  box-shadow: var(--mpdl-cart-shadow);
  backdrop-filter: blur(18px);
}

.mpdl-cart-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 9px);
  opacity: 0.32;
  pointer-events: none;
}

.mpdl-cart-notice-row,
.page-cart-iBTzs .page-common-xrq0I {
  position: relative;
  z-index: 1;
}

.mpdl-cart-notice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.mpdl-cart-info-card {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.mpdl-cart-info-card__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 57, 184, 0.95), rgba(177, 89, 255, 0.95));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(177, 89, 255, 0.24);
}

.mpdl-cart-info-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px;
}

.mpdl-cart-info-card p {
  margin: 0;
  color: var(--mpdl-cart-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* -------------------------------------------------------------
   WooCommerce cart dark glass override
------------------------------------------------------------- */
.page-cart-iBTzs .woocommerce,
.page-cart-iBTzs .woocommerce-page {
  color: var(--mpdl-cart-text) !important;
}

.page-cart-iBTzs .woocommerce a {
  color: #83ddff;
  text-decoration: none;
}

.page-cart-iBTzs .woocommerce a:hover {
  color: #fff;
}

.page-cart-iBTzs .woocommerce-notices-wrapper,
.page-cart-iBTzs .woocommerce-message,
.page-cart-iBTzs .woocommerce-info,
.page-cart-iBTzs .woocommerce-error {
  border-radius: 16px !important;
}

.page-cart-iBTzs .woocommerce-message,
.page-cart-iBTzs .woocommerce-info {
  border-top-color: var(--mpdl-cart-purple) !important;
  background: rgba(177, 89, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.page-cart-iBTzs .woocommerce-error {
  border-top-color: #fb7185 !important;
  background: rgba(251, 113, 133, 0.12) !important;
  color: #ffe4e8 !important;
}

.page-cart-iBTzs .woocommerce-cart-form {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.page-cart-iBTzs table.shop_table,
.page-cart-iBTzs .woocommerce table.shop_table {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.page-cart-iBTzs .woocommerce table.shop_table thead {
  background: rgba(255, 255, 255, 0.065) !important;
}

.page-cart-iBTzs .woocommerce table.shop_table thead th {
  padding: 17px 16px !important;
  color: rgba(244, 224, 255, 0.78) !important;
  font-size: 12px;
  font-weight: 950 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 0 !important;
}

.page-cart-iBTzs .woocommerce table.shop_table tbody td,
.page-cart-iBTzs .woocommerce table.shop_table tfoot th,
.page-cart-iBTzs .woocommerce table.shop_table tfoot td {
  padding: 18px 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  vertical-align: middle !important;
  background: transparent !important;
}

.page-cart-iBTzs .woocommerce table.shop_table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.045) !important;
}

.page-cart-iBTzs .woocommerce table.shop_table .product-thumbnail img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.page-cart-iBTzs .woocommerce table.shop_table .product-name a {
  color: #89dcff !important;
  font-weight: 900;
}

.page-cart-iBTzs .woocommerce table.shop_table .product-name a:hover {
  color: #fff !important;
}

.page-cart-iBTzs .woocommerce table.shop_table .product-price,
.page-cart-iBTzs .woocommerce table.shop_table .product-subtotal,
.page-cart-iBTzs .woocommerce table.shop_table .product-price .amount,
.page-cart-iBTzs .woocommerce table.shop_table .product-subtotal .amount,
.page-cart-iBTzs .woocommerce table.shop_table .amount {
  color: #fff !important;
  font-weight: 950 !important;
}

.page-cart-iBTzs .woocommerce table.shop_table .product-remove a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 57, 184, 0.12) !important;
  color: #ff8fd8 !important;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.page-cart-iBTzs .woocommerce table.shop_table .product-remove a:hover {
  background: rgba(255, 57, 184, 0.22) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.page-cart-iBTzs .woocommerce .quantity .qty {
  width: 78px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
  font-weight: 900;
  text-align: center;
  outline: none;
}

.page-cart-iBTzs .woocommerce .quantity .qty:focus {
  border-color: rgba(99, 245, 211, 0.52) !important;
  box-shadow: 0 0 0 4px rgba(99, 245, 211, 0.1);
}

.page-cart-iBTzs .woocommerce table.shop_table td.actions {
  padding: 18px !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

.page-cart-iBTzs .woocommerce table.shop_table td.actions .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.page-cart-iBTzs .woocommerce table.shop_table td.actions .coupon label {
  display: none;
}

.page-cart-iBTzs .woocommerce table.shop_table td.actions .coupon .input-text,
.page-cart-iBTzs .woocommerce input.input-text,
.page-cart-iBTzs .woocommerce textarea,
.page-cart-iBTzs .woocommerce select {
  min-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.page-cart-iBTzs .woocommerce table.shop_table td.actions .coupon .input-text {
  min-width: 220px;
  padding: 0 14px;
}

.page-cart-iBTzs .woocommerce input::placeholder,
.page-cart-iBTzs .woocommerce textarea::placeholder {
  color: rgba(255, 255, 255, 0.44) !important;
}

.page-cart-iBTzs .woocommerce a.button,
.page-cart-iBTzs .woocommerce button.button,
.page-cart-iBTzs .woocommerce input.button,
.page-cart-iBTzs .woocommerce #respond input#submit,
.page-cart-iBTzs .woocommerce .wc-proceed-to-checkout a.checkout-button {
  min-height: 46px;
  border-radius: 999px !important;
  padding: 13px 22px !important;
  background: linear-gradient(135deg, var(--mpdl-cart-pink), var(--mpdl-cart-purple), #a997ff) !important;
  color: #fff !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em;
  border: 0 !important;
  box-shadow: 0 14px 32px rgba(255, 57, 184, 0.24) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.page-cart-iBTzs .woocommerce a.button:hover,
.page-cart-iBTzs .woocommerce button.button:hover,
.page-cart-iBTzs .woocommerce input.button:hover,
.page-cart-iBTzs .woocommerce #respond input#submit:hover,
.page-cart-iBTzs .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(255, 57, 184, 0.31) !important;
  color: #fff !important;
}

.page-cart-iBTzs .woocommerce button.button:disabled,
.page-cart-iBTzs .woocommerce button.button:disabled[disabled] {
  opacity: 0.54 !important;
  color: #fff !important;
  padding: 13px 22px !important;
}

.page-cart-iBTzs .cart-collaterals {
  margin-top: 22px;
}

.page-cart-iBTzs .cart-collaterals::after {
  content: "";
  display: table;
  clear: both;
}

.page-cart-iBTzs .cart-collaterals .cart_totals {
  width: min(100%, 500px) !important;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.page-cart-iBTzs .cart-collaterals .cart_totals h2 {
  margin: 0 0 15px;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.page-cart-iBTzs .cart-collaterals .cart_totals table.shop_table {
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.page-cart-iBTzs .cart-collaterals .cart_totals table th,
.page-cart-iBTzs .cart-collaterals .cart_totals table td {
  padding: 14px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
}

.page-cart-iBTzs .cart-collaterals .cart_totals table tr:first-child th,
.page-cart-iBTzs .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0 !important;
}

.page-cart-iBTzs .cart-collaterals .cart_totals table th {
  color: rgba(244, 224, 255, 0.68) !important;
  font-weight: 900 !important;
}

.page-cart-iBTzs .cart-collaterals .cart_totals table td {
  color: #fff !important;
  font-weight: 950 !important;
  text-align: right;
}

.page-cart-iBTzs .wc-proceed-to-checkout {
  padding: 18px 0 0 !important;
}

.page-cart-iBTzs .woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 16px !important;
}

.page-cart-iBTzs .woocommerce .cart-empty {
  padding: 34px;
  border: 1px dashed rgba(255, 255, 255, 0.16) !important;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-align: center;
  font-weight: 850;
}

.page-cart-iBTzs .woocommerce .return-to-shop {
  text-align: center;
}

.page-cart-iBTzs .woocommerce .return-to-shop .button {
  margin-top: 12px;
}

/* Woo mobile responsive table labels */
.page-cart-iBTzs .woocommerce table.shop_table_responsive tr td::before,
.page-cart-iBTzs .woocommerce-page table.shop_table_responsive tr td::before {
  color: rgba(244, 224, 255, 0.7) !important;
  font-weight: 950 !important;
}

@media (max-width: 991.98px) {
  .mpdl-cart-hero {
    grid-template-columns: 1fr;
  }
  .mpdl-cart-hero__summary {
    max-width: 560px;
  }
  .mpdl-cart-notice-row {
    grid-template-columns: 1fr;
  }
  .page-cart-iBTzs .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 768px) {
  .page-cart-iBTzs.mpdl-cart-page-ui {
    padding-top: 26px;
  }
  .mpdl-cart-hero,
  .mpdl-cart-shell {
    border-radius: 22px;
  }
  .mpdl-cart-hero {
    padding: 24px;
  }
  .mpdl-cart-shell {
    padding: 14px;
  }
  .mpdl-cart-hero__summary {
    grid-template-columns: 1fr;
  }
  .mpdl-cart-summary-card {
    min-height: 104px;
  }
  .page-cart-iBTzs .woocommerce-cart-form {
    border-radius: 18px;
  }
  .page-cart-iBTzs .woocommerce table.shop_table_responsive tr,
  .page-cart-iBTzs .woocommerce-page table.shop_table_responsive tr {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 12px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.055) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  }
  .page-cart-iBTzs .woocommerce table.shop_table_responsive tr td,
  .page-cart-iBTzs .woocommerce-page table.shop_table_responsive tr td {
    padding: 14px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  .page-cart-iBTzs .woocommerce table.shop_table td.actions .coupon {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 12px;
  }
  .page-cart-iBTzs .woocommerce table.shop_table td.actions .coupon .input-text {
    width: 100% !important;
    min-width: 0;
  }
  .page-cart-iBTzs .woocommerce table.shop_table td.actions button.button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mpdl-cart-hero {
    padding: 20px;
  }
  .mpdl-cart-hero h1 {
    font-size: 36px;
  }
  .mpdl-cart-info-card {
    padding: 14px;
  }
  .page-cart-iBTzs .woocommerce table.shop_table .product-thumbnail img {
    width: 62px;
    height: 62px;
  }
}
.page-checkout-content-VH9 {
  padding: 50px;
}

.page-checkout-ZN9uQ #contact-fields > legend {
  color: #ff007f !important;
}

.page-checkout-ZN9uQ .wc-bacs-bank-details-heading, .page-checkout-ZN9uQ .wc-bacs-bank-details-account-name, .page-checkout-ZN9uQ .woocommerce-order-downloads__title, .page-checkout-ZN9uQ .woocommerce-order-details__title {
  color: #ff007f;
}

.page-checkout-ZN9uQ .wc-block-components-address-card__address-section--secondary {
  color: white !important;
}

.page-checkout-ZN9uQ .wc-block-checkout__contact-fields, .page-checkout-ZN9uQ .wc-block-components-checkout-step {
  color: #ff007f !important;
}

/* =============================================================
   MPDL CHECKOUT PAGE UI v1
   - Ana sayfa ve sepet v2 koyu cam tasarımına uyumlu ödeme görünümü.
   - WooCommerce checkout HTML yapısı the_content() üzerinden gelir; form yapısı bozulmaz.
   - .col-12.page-common-xrq0I.page-checkout-content-VH9 alanı template içinde aynen korunmuştur.
============================================================= */
.page-checkout-ZN9uQ.mpdl-checkout-page-ui {
  --mpdl-checkout-bg: #07000f;
  --mpdl-checkout-surface: rgba(39, 19, 55, .78);
  --mpdl-checkout-surface-2: rgba(255, 255, 255, .055);
  --mpdl-checkout-surface-3: rgba(255, 255, 255, .08);
  --mpdl-checkout-border: rgba(214, 92, 255, .22);
  --mpdl-checkout-border-soft: rgba(255, 255, 255, .10);
  --mpdl-checkout-text: #ffffff;
  --mpdl-checkout-muted: rgba(234, 222, 246, .70);
  --mpdl-checkout-muted-2: rgba(234, 222, 246, .52);
  --mpdl-checkout-pink: #ff39b8;
  --mpdl-checkout-purple: #b159ff;
  --mpdl-checkout-cyan: #63f5d3;
  --mpdl-checkout-blue: #28a8ff;
  --mpdl-checkout-success: #63f5d3;
  --mpdl-checkout-danger: #fb7185;
  --mpdl-checkout-shadow: 0 26px 90px rgba(0, 0, 0, .42);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(32px, 4.8vw, 70px) 0 clamp(54px, 6vw, 92px);
  background: radial-gradient(circle at 12% 18%, rgba(138, 71, 255, 0.18), transparent 30%), radial-gradient(circle at 88% 4%, rgba(61, 157, 255, 0.14), transparent 26%), linear-gradient(180deg, var(--mpdl-checkout-bg) 0%, #0d0118 45%, #090011 100%);
  color: var(--mpdl-checkout-text);
}

.page-checkout-ZN9uQ.mpdl-checkout-page-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  opacity: 0.34;
  pointer-events: none;
}

.mpdl-checkout-bg-orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
  opacity: 0.72;
}

.mpdl-checkout-bg-orb-1 {
  width: 220px;
  height: 220px;
  left: 7%;
  top: 170px;
  background: radial-gradient(circle, rgba(38, 209, 211, 0.28), transparent 68%);
}

.mpdl-checkout-bg-orb-2 {
  width: 250px;
  height: 250px;
  right: 8%;
  top: -56px;
  background: radial-gradient(circle, rgba(122, 92, 255, 0.34), transparent 70%);
}

.mpdl-checkout-bg-orb-3 {
  width: 320px;
  height: 320px;
  right: 18%;
  bottom: -180px;
  background: radial-gradient(circle, rgba(255, 57, 184, 0.16), transparent 70%);
}

.page-checkout-ZN9uQ .part-content {
  position: relative;
  z-index: 1;
}

.mpdl-checkout-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-bottom: 22px;
  padding: clamp(34px, 4.8vw, 62px);
  border: 1px solid var(--mpdl-checkout-border);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)), rgba(39, 19, 55, 0.58);
  box-shadow: var(--mpdl-checkout-shadow);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.mpdl-checkout-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 92% 12%, rgba(177, 89, 255, 0.25), transparent 30%), radial-gradient(circle at 12% 92%, rgba(99, 245, 211, 0.1), transparent 34%);
  pointer-events: none;
}

.mpdl-checkout-hero::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(185, 89, 255, 0.95);
  border-right: 1px solid rgba(185, 89, 255, 0.95);
  opacity: 0.9;
}

.mpdl-checkout-hero__content,
.mpdl-checkout-hero__summary {
  position: relative;
  z-index: 1;
}

.mpdl-checkout-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 224, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.mpdl-checkout-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mpdl-checkout-cyan);
  box-shadow: 0 0 0 5px rgba(99, 245, 211, 0.12);
}

.mpdl-checkout-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

.mpdl-checkout-hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--mpdl-checkout-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.8;
}

.mpdl-checkout-hero__summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mpdl-checkout-summary-card {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(99, 245, 211, 0.1), transparent 54%), linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.mpdl-checkout-summary-card span {
  color: var(--mpdl-checkout-muted);
  font-size: 13px;
  font-weight: 850;
}

.mpdl-checkout-summary-card strong {
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.05;
}

.mpdl-checkout-shell {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--mpdl-checkout-border);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035)), rgba(25, 11, 38, 0.82);
  box-shadow: var(--mpdl-checkout-shadow);
  backdrop-filter: blur(18px);
}

.mpdl-checkout-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 9px);
  opacity: 0.32;
  pointer-events: none;
}

.mpdl-checkout-notice-row,
.mpdl-checkout-flow,
.page-checkout-ZN9uQ .page-common-xrq0I {
  position: relative;
  z-index: 1;
}

.mpdl-checkout-notice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.mpdl-checkout-info-card {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.mpdl-checkout-info-card__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 57, 184, 0.95), rgba(177, 89, 255, 0.95));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(177, 89, 255, 0.24);
}

.mpdl-checkout-info-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px;
}

.mpdl-checkout-info-card p {
  margin: 0;
  color: var(--mpdl-checkout-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mpdl-checkout-flow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(244, 224, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
  max-width: 100%;
  overflow: auto hidden;
}

.mpdl-checkout-flow span {
  white-space: nowrap;
}

.mpdl-checkout-flow span.is-active,
.mpdl-checkout-flow span.is-current {
  color: #fff;
}

.mpdl-checkout-flow span.is-current {
  color: var(--mpdl-checkout-cyan);
}

.mpdl-checkout-flow i {
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mpdl-checkout-purple), rgba(99, 245, 211, 0.74));
  flex: 0 0 auto;
}

/* -------------------------------------------------------------
   WooCommerce checkout dark glass override
------------------------------------------------------------- */
.page-checkout-ZN9uQ .woocommerce,
.page-checkout-ZN9uQ .woocommerce-page {
  color: var(--mpdl-checkout-text) !important;
}

.page-checkout-ZN9uQ .woocommerce a {
  color: #83ddff;
  text-decoration: none;
}

.page-checkout-ZN9uQ .woocommerce a:hover {
  color: #fff;
}

.page-checkout-ZN9uQ .woocommerce-notices-wrapper,
.page-checkout-ZN9uQ .woocommerce-message,
.page-checkout-ZN9uQ .woocommerce-info,
.page-checkout-ZN9uQ .woocommerce-error {
  border-radius: 16px !important;
}

.page-checkout-ZN9uQ .woocommerce-message,
.page-checkout-ZN9uQ .woocommerce-info {
  border-top-color: var(--mpdl-checkout-purple) !important;
  background: rgba(177, 89, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.page-checkout-ZN9uQ .woocommerce-error {
  border-top-color: var(--mpdl-checkout-danger) !important;
  background: rgba(251, 113, 133, 0.12) !important;
  color: #ffe4e8 !important;
}

.page-checkout-ZN9uQ .woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 22px;
  align-items: start;
}

.page-checkout-ZN9uQ .woocommerce form.checkout #customer_details,
.page-checkout-ZN9uQ .woocommerce form.checkout #order_review,
.page-checkout-ZN9uQ .woocommerce form.checkout #order_review_heading,
.page-checkout-ZN9uQ .woocommerce .woocommerce-checkout-review-order,
.page-checkout-ZN9uQ .woocommerce-order,
.page-checkout-ZN9uQ .woocommerce-customer-details,
.page-checkout-ZN9uQ .woocommerce-order-details,
.page-checkout-ZN9uQ .woocommerce-order-overview {
  position: relative;
}

.page-checkout-ZN9uQ .woocommerce form.checkout #customer_details {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.page-checkout-ZN9uQ .woocommerce form.checkout #customer_details .col-1,
.page-checkout-ZN9uQ .woocommerce form.checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-checkout-ZN9uQ .woocommerce form.checkout #customer_details .col-2 {
  margin-top: 22px;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.page-checkout-ZN9uQ .woocommerce form.checkout h3,
.page-checkout-ZN9uQ .woocommerce form.checkout #order_review_heading,
.page-checkout-ZN9uQ .woocommerce h2,
.page-checkout-ZN9uQ .woocommerce h3 {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.page-checkout-ZN9uQ .woocommerce form.checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 0;
  padding: 22px 22px 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.page-checkout-ZN9uQ .woocommerce form.checkout #order_review {
  grid-column: 2;
  grid-row: 1/span 2;
  margin-top: 58px;
  padding: 0 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.page-checkout-ZN9uQ .woocommerce form .form-row {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.page-checkout-ZN9uQ .woocommerce form .form-row label {
  display: block;
  margin-bottom: 7px;
  color: rgba(244, 224, 255, 0.78) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.page-checkout-ZN9uQ .woocommerce form .form-row label .required {
  color: var(--mpdl-checkout-cyan) !important;
  text-decoration: none;
}

.page-checkout-ZN9uQ .woocommerce form .form-row input.input-text,
.page-checkout-ZN9uQ .woocommerce form .form-row textarea,
.page-checkout-ZN9uQ .woocommerce form .form-row select,
.page-checkout-ZN9uQ .woocommerce input.input-text,
.page-checkout-ZN9uQ .woocommerce textarea,
.page-checkout-ZN9uQ .woocommerce select,
.page-checkout-ZN9uQ .select2-container--default .select2-selection--single {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.page-checkout-ZN9uQ .woocommerce form .form-row input.input-text,
.page-checkout-ZN9uQ .woocommerce form .form-row textarea,
.page-checkout-ZN9uQ .woocommerce input.input-text,
.page-checkout-ZN9uQ .woocommerce textarea {
  padding: 12px 14px !important;
}

.page-checkout-ZN9uQ .woocommerce form .form-row textarea {
  min-height: 116px;
  resize: vertical;
}

.page-checkout-ZN9uQ .woocommerce input::placeholder,
.page-checkout-ZN9uQ .woocommerce textarea::placeholder {
  color: rgba(255, 255, 255, 0.44) !important;
}

.page-checkout-ZN9uQ .woocommerce form .form-row input.input-text:focus,
.page-checkout-ZN9uQ .woocommerce form .form-row textarea:focus,
.page-checkout-ZN9uQ .woocommerce form .form-row select:focus,
.page-checkout-ZN9uQ .select2-container--default.select2-container--open .select2-selection--single,
.page-checkout-ZN9uQ .select2-container--default .select2-selection--single:focus {
  border-color: rgba(99, 245, 211, 0.52) !important;
  box-shadow: 0 0 0 4px rgba(99, 245, 211, 0.1) !important;
}

.page-checkout-ZN9uQ .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: 48px !important;
  padding-left: 14px !important;
  padding-right: 34px !important;
}

.page-checkout-ZN9uQ .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}

.page-checkout-ZN9uQ .select2-dropdown {
  border: 1px solid rgba(177, 89, 255, 0.35) !important;
  border-radius: 14px !important;
  background: #160923 !important;
  color: #fff !important;
  overflow: hidden;
}

.page-checkout-ZN9uQ .select2-results__option {
  color: rgba(255, 255, 255, 0.82) !important;
}

.page-checkout-ZN9uQ .select2-results__option--highlighted {
  background: rgba(177, 89, 255, 0.4) !important;
  color: #fff !important;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table,
.page-checkout-ZN9uQ .woocommerce-checkout-review-order-table {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  margin: 0 0 18px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table thead {
  background: rgba(255, 255, 255, 0.065) !important;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table th,
.page-checkout-ZN9uQ .woocommerce table.shop_table td {
  padding: 15px 14px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  background: transparent !important;
  vertical-align: middle !important;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table thead th {
  border-top: 0 !important;
  color: rgba(244, 224, 255, 0.76) !important;
  font-size: 12px;
  font-weight: 950 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table tfoot th {
  color: rgba(244, 224, 255, 0.7) !important;
  font-weight: 900 !important;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table td,
.page-checkout-ZN9uQ .woocommerce table.shop_table td .amount,
.page-checkout-ZN9uQ .woocommerce table.shop_table tfoot td,
.page-checkout-ZN9uQ .woocommerce table.shop_table tfoot td .amount {
  color: #fff !important;
  font-weight: 900 !important;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table .product-name {
  font-weight: 900 !important;
}

.page-checkout-ZN9uQ .woocommerce table.shop_table .product-total,
.page-checkout-ZN9uQ .woocommerce table.shop_table tfoot td {
  text-align: right;
}

.page-checkout-ZN9uQ .woocommerce-checkout-payment,
.page-checkout-ZN9uQ #payment {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  overflow: hidden;
}

.page-checkout-ZN9uQ #payment ul.payment_methods {
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
}

.page-checkout-ZN9uQ #payment ul.payment_methods li {
  margin: 0 !important;
  padding: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84) !important;
  font-weight: 850;
}

.page-checkout-ZN9uQ #payment ul.payment_methods li:first-child {
  border-top: 0;
}

.page-checkout-ZN9uQ #payment ul.payment_methods li label {
  color: #fff !important;
  font-weight: 950;
}

.page-checkout-ZN9uQ #payment div.payment_box {
  margin: 14px 0 0 !important;
  padding: 14px !important;
  border-radius: 14px !important;
  background: rgba(99, 245, 211, 0.09) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px;
  line-height: 1.65;
}

.page-checkout-ZN9uQ #payment div.payment_box::before {
  border-bottom-color: rgba(99, 245, 211, 0.09) !important;
}

.page-checkout-ZN9uQ #payment div.form-row {
  padding: 16px !important;
}

.page-checkout-ZN9uQ .woocommerce-privacy-policy-text,
.page-checkout-ZN9uQ .woocommerce-terms-and-conditions-wrapper {
  color: rgba(234, 222, 246, 0.66) !important;
  font-size: 13px;
  line-height: 1.7;
}

.page-checkout-ZN9uQ .woocommerce form .form-row .input-checkbox,
.page-checkout-ZN9uQ .woocommerce input[type=checkbox],
.page-checkout-ZN9uQ .woocommerce input[type=radio] {
  accent-color: var(--mpdl-checkout-purple);
}

.page-checkout-ZN9uQ .woocommerce a.button,
.page-checkout-ZN9uQ .woocommerce button.button,
.page-checkout-ZN9uQ .woocommerce input.button,
.page-checkout-ZN9uQ .woocommerce #respond input#submit,
.page-checkout-ZN9uQ .woocommerce #payment #place_order {
  min-height: 48px;
  border-radius: 999px !important;
  padding: 14px 24px !important;
  background: linear-gradient(135deg, var(--mpdl-checkout-pink), var(--mpdl-checkout-purple), #a997ff) !important;
  color: #fff !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em;
  border: 0 !important;
  box-shadow: 0 14px 32px rgba(255, 57, 184, 0.24) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.page-checkout-ZN9uQ .woocommerce a.button:hover,
.page-checkout-ZN9uQ .woocommerce button.button:hover,
.page-checkout-ZN9uQ .woocommerce input.button:hover,
.page-checkout-ZN9uQ .woocommerce #respond input#submit:hover,
.page-checkout-ZN9uQ .woocommerce #payment #place_order:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(255, 57, 184, 0.31) !important;
  color: #fff !important;
}

.page-checkout-ZN9uQ .woocommerce #payment #place_order {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 16px !important;
}

.page-checkout-ZN9uQ .woocommerce .blockUI.blockOverlay {
  border-radius: 18px;
  background: rgba(7, 0, 15, 0.65) !important;
}

/* -------------------------------------------------------------
   Order received / thank you page
------------------------------------------------------------- */
.page-checkout-ZN9uQ .woocommerce-order {
  display: grid;
  gap: 18px;
}

.page-checkout-ZN9uQ .woocommerce-thankyou-order-received {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(99, 245, 211, 0.22);
  border-radius: 20px;
  background: rgba(99, 245, 211, 0.09);
  color: #eafffb !important;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
  line-height: 1.45;
}

.page-checkout-ZN9uQ .woocommerce-order-overview {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
}

.page-checkout-ZN9uQ .woocommerce-order-overview li {
  float: none !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(244, 224, 255, 0.66) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-checkout-ZN9uQ .woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 950;
  text-transform: none;
  letter-spacing: 0;
}

.page-checkout-ZN9uQ .woocommerce-customer-details,
.page-checkout-ZN9uQ .woocommerce-order-details {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.page-checkout-ZN9uQ address {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .mpdl-checkout-hero,
  .page-checkout-ZN9uQ .woocommerce form.checkout {
    grid-template-columns: 1fr;
  }
  .mpdl-checkout-hero__summary {
    max-width: 560px;
  }
  .mpdl-checkout-notice-row {
    grid-template-columns: 1fr;
  }
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review_heading,
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review {
    grid-column: auto;
    grid-row: auto;
  }
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review_heading {
    margin-top: 0;
  }
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review {
    margin-top: -22px;
  }
  .page-checkout-ZN9uQ .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .page-checkout-ZN9uQ.mpdl-checkout-page-ui {
    padding-top: 26px;
  }
  .mpdl-checkout-hero,
  .mpdl-checkout-shell {
    border-radius: 22px;
  }
  .mpdl-checkout-hero {
    padding: 24px;
  }
  .mpdl-checkout-shell {
    padding: 14px;
  }
  .mpdl-checkout-hero__summary {
    grid-template-columns: 1fr;
  }
  .mpdl-checkout-summary-card {
    min-height: 104px;
  }
  .mpdl-checkout-flow {
    width: 100%;
  }
  .page-checkout-ZN9uQ .woocommerce form.checkout #customer_details,
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review_heading,
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review,
  .page-checkout-ZN9uQ .woocommerce-customer-details,
  .page-checkout-ZN9uQ .woocommerce-order-details {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-checkout-ZN9uQ .woocommerce form.checkout #order_review {
    padding-bottom: 16px;
  }
  .page-checkout-ZN9uQ .woocommerce table.shop_table th,
  .page-checkout-ZN9uQ .woocommerce table.shop_table td {
    padding: 13px 12px !important;
  }
}
@media (max-width: 480px) {
  .mpdl-checkout-hero {
    padding: 20px;
  }
  .mpdl-checkout-hero h1 {
    font-size: 36px;
  }
  .mpdl-checkout-info-card {
    padding: 14px;
  }
  .mpdl-checkout-flow i {
    width: 24px;
  }
  .page-checkout-ZN9uQ .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}
/* MPDL / Pitemati — Hesabım UI
   Scope: .myaccount-qghGn
   Bu dosya yalnızca Hesabım sayfasını hedefler. */
.myaccount-qghGn {
  --ma-bg:#07000f;
  --ma-bg2:#10031c;
  --ma-card:rgba(255,255,255,.065);
  --ma-card2:rgba(255,255,255,.095);
  --ma-bd:rgba(255,255,255,.13);
  --ma-bd2:rgba(255,255,255,.20);
  --ma-txt:rgba(255,255,255,.94);
  --ma-muted:rgba(255,255,255,.66);
  --ma-soft:rgba(255,255,255,.46);
  --ma-a:#ff2ea6;
  --ma-b:#745bff;
  --ma-c:#49e6ff;
  --ma-ok:#3ef0a3;
  --ma-danger:#ff5b8a;
  color: var(--ma-txt);
  position: relative;
  padding-top: 18px;
  padding-bottom: 42px;
}

.myaccount-qghGn,
.myaccount-qghGn * {
  box-sizing: border-box;
}

.myaccount-qghGn::before {
  content: "";
  position: absolute;
  inset: -30px 0 0;
  min-height: 300px;
  pointer-events: none;
  background: radial-gradient(circle at 14% 18%, rgba(255, 46, 166, 0.2), transparent 34%), radial-gradient(circle at 84% 8%, rgba(73, 230, 255, 0.17), transparent 30%), radial-gradient(circle at 50% 90%, rgba(116, 91, 255, 0.2), transparent 40%);
  z-index: 0;
}

.myaccount-qghGn > .content-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  padding: clamp(16px, 2vw, 28px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.11), transparent 34%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.08), transparent 34%), rgba(8, 0, 18, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.myaccount-qghGn > .content-area::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.16;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.myaccount-qghGn .content,
.myaccount-qghGn .woocommerce {
  position: relative;
  z-index: 1;
}

.myaccount-qghGn .thumbnail {
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--ma-bd);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

.myaccount-qghGn .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

/* Layout */
.myaccount-qghGn .woocommerce {
  color: var(--ma-txt);
  width: 100%;
}

.myaccount-qghGn .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}

.myaccount-qghGn .woocommerce-MyAccount-navigation {
  float: left;
  width: 29%;
  margin: 0;
  padding: 0;
}

.myaccount-qghGn .woocommerce-MyAccount-content {
  float: right;
  width: calc(71% - 24px);
  min-height: 420px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid var(--ma-bd);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.myaccount-qghGn .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--ma-bd);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.myaccount-qghGn .woocommerce-MyAccount-navigation li {
  margin: 0 0 10px;
  padding: 0;
}

.myaccount-qghGn .woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}

.myaccount-qghGn .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 13px 15px 13px 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ma-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: 0.18s ease;
}

.myaccount-qghGn .woocommerce-MyAccount-navigation a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.045);
}

.myaccount-qghGn .woocommerce-MyAccount-navigation a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 46, 166, 0.2), rgba(73, 230, 255, 0.12));
  opacity: 0;
  transition: 0.18s ease;
}

.myaccount-qghGn .woocommerce-MyAccount-navigation a:hover,
.myaccount-qghGn .woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
  border-color: var(--ma-bd2);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-1px);
}

.myaccount-qghGn .woocommerce-MyAccount-navigation a:hover::after,
.myaccount-qghGn .woocommerce-MyAccount-navigation .is-active a::after {
  opacity: 1;
}

.myaccount-qghGn .woocommerce-MyAccount-navigation .is-active a::before {
  background: linear-gradient(135deg, var(--ma-a), var(--ma-c));
  box-shadow: 0 0 0 5px rgba(255, 46, 166, 0.12), 0 0 18px rgba(73, 230, 255, 0.3);
}

/* Typography */
.myaccount-qghGn h1,
.myaccount-qghGn h2,
.myaccount-qghGn h3,
.myaccount-qghGn .woocommerce h2,
.myaccount-qghGn .woocommerce h3 {
  color: #fff;
  letter-spacing: -0.03em;
}

.myaccount-qghGn p {
  color: var(--ma-muted);
  line-height: 1.75;
}

.myaccount-qghGn strong,
.myaccount-qghGn b {
  color: #fff;
}

.myaccount-qghGn a {
  color: var(--ma-c);
  text-decoration: none;
}

.myaccount-qghGn a:hover {
  color: #fff;
}

/* Panels and forms */
.myaccount-qghGn form.login,
.myaccount-qghGn form.register,
.myaccount-qghGn form.lost_reset_password,
.myaccount-qghGn .woocommerce-EditAccountForm,
.myaccount-qghGn .woocommerce-address-fields,
.myaccount-qghGn .woocommerce-order-details,
.myaccount-qghGn .woocommerce-customer-details {
  border: 1px solid var(--ma-bd);
  border-radius: 24px;
  padding: clamp(16px, 2vw, 24px);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.myaccount-qghGn #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.myaccount-qghGn #customer_login > div {
  width: 100%;
  max-width: none;
  float: none;
}

.myaccount-qghGn form .form-row {
  margin-bottom: 16px;
}

.myaccount-qghGn label {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.myaccount-qghGn .required {
  color: var(--ma-a);
}

.myaccount-qghGn input.input-text,
.myaccount-qghGn input[type=text],
.myaccount-qghGn input[type=email],
.myaccount-qghGn input[type=password],
.myaccount-qghGn input[type=tel],
.myaccount-qghGn input[type=number],
.myaccount-qghGn textarea,
.myaccount-qghGn select,
.myaccount-qghGn .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  padding: 11px 14px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.myaccount-qghGn textarea {
  min-height: 110px;
  resize: vertical;
}

.myaccount-qghGn input:focus,
.myaccount-qghGn textarea:focus,
.myaccount-qghGn select:focus {
  border-color: rgba(73, 230, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.085) !important;
  box-shadow: 0 0 0 4px rgba(73, 230, 255, 0.1) !important;
}

.myaccount-qghGn input::placeholder,
.myaccount-qghGn textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.myaccount-qghGn .select2-container .select2-selection__rendered {
  color: #fff !important;
  line-height: 25px !important;
  padding-left: 0 !important;
}

/* Buttons */
.myaccount-qghGn .button,
.myaccount-qghGn button.button,
.myaccount-qghGn input.button,
.myaccount-qghGn .woocommerce-button,
.myaccount-qghGn .woocommerce-Button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 12px 18px !important;
  background: linear-gradient(135deg, var(--ma-a), var(--ma-b)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(255, 46, 166, 0.22), 0 12px 34px rgba(116, 91, 255, 0.18);
  transition: 0.18s ease;
}

.myaccount-qghGn .button:hover,
.myaccount-qghGn button.button:hover,
.myaccount-qghGn input.button:hover,
.myaccount-qghGn .woocommerce-button:hover,
.myaccount-qghGn .woocommerce-Button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

/* Tables */
.myaccount-qghGn table.shop_table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--ma-bd) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.035);
  border-collapse: separate !important;
  border-spacing: 0;
  color: var(--ma-txt);
}

.myaccount-qghGn table.shop_table th,
.myaccount-qghGn table.shop_table td {
  border-color: rgba(255, 255, 255, 0.09) !important;
  padding: 15px 16px !important;
  color: var(--ma-muted);
  vertical-align: middle;
}

.myaccount-qghGn table.shop_table thead th {
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.myaccount-qghGn table.shop_table tr:hover td {
  background: rgba(255, 255, 255, 0.035);
}

.myaccount-qghGn .woocommerce-orders-table__cell-order-actions .button {
  min-height: 38px;
  padding: 10px 13px !important;
  border-radius: 13px !important;
  font-size: 12px !important;
}

/* Address cards */
.myaccount-qghGn .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.myaccount-qghGn .woocommerce-Address {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid var(--ma-bd);
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.myaccount-qghGn .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.myaccount-qghGn address {
  color: var(--ma-muted);
  line-height: 1.75;
}

/* Notices */
.myaccount-qghGn .woocommerce-message,
.myaccount-qghGn .woocommerce-info,
.myaccount-qghGn .woocommerce-error {
  border: 1px solid var(--ma-bd2) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: var(--ma-txt) !important;
  padding: 15px 18px 15px 52px !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.myaccount-qghGn .woocommerce-message {
  border-color: rgba(62, 240, 163, 0.28) !important;
}

.myaccount-qghGn .woocommerce-info {
  border-color: rgba(73, 230, 255, 0.3) !important;
}

.myaccount-qghGn .woocommerce-error {
  border-color: rgba(255, 91, 138, 0.35) !important;
}

.myaccount-qghGn .woocommerce-message::before {
  color: var(--ma-ok) !important;
}

.myaccount-qghGn .woocommerce-info::before {
  color: var(--ma-c) !important;
}

.myaccount-qghGn .woocommerce-error::before {
  color: var(--ma-danger) !important;
}

.myaccount-qghGn mark,
.myaccount-qghGn .order-status {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(62, 240, 163, 0.12);
  color: var(--ma-ok);
  font-weight: 900;
}

.myaccount-qghGn fieldset {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.myaccount-qghGn legend {
  width: auto;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.myaccount-qghGn input[type=checkbox] {
  width: 17px;
  height: 17px;
  accent-color: #ff2ea6;
}

/* Responsive */
@media (max-width: 991px) {
  .myaccount-qghGn > .content-area {
    border-radius: 28px;
    padding: 16px;
  }
  .myaccount-qghGn .woocommerce-MyAccount-navigation,
  .myaccount-qghGn .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .myaccount-qghGn .woocommerce-MyAccount-navigation {
    margin-bottom: 18px;
  }
  .myaccount-qghGn .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .myaccount-qghGn .woocommerce-MyAccount-navigation li {
    margin: 0;
  }
  .myaccount-qghGn #customer_login,
  .myaccount-qghGn .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .myaccount-qghGn > .content-area {
    padding: 12px;
    border-radius: 24px;
  }
  .myaccount-qghGn .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 22px;
  }
  .myaccount-qghGn .woocommerce-MyAccount-navigation a {
    min-height: 44px;
    padding: 11px 13px 11px 38px;
  }
  .myaccount-qghGn .woocommerce-MyAccount-content {
    padding: 14px;
    border-radius: 22px;
  }
  .myaccount-qghGn table.shop_table,
  .myaccount-qghGn table.shop_table thead,
  .myaccount-qghGn table.shop_table tbody,
  .myaccount-qghGn table.shop_table th,
  .myaccount-qghGn table.shop_table td,
  .myaccount-qghGn table.shop_table tr {
    display: block;
  }
  .myaccount-qghGn table.shop_table thead {
    display: none;
  }
  .myaccount-qghGn table.shop_table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .myaccount-qghGn table.shop_table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    text-align: right !important;
    border: 0 !important;
  }
  .myaccount-qghGn table.shop_table td::before {
    content: attr(data-title);
    color: rgba(255, 255, 255, 0.58);
    font-weight: 900;
    text-align: left;
  }
}
/* =========================================================
   Pitemati Woo Account Address Area
   Scope: .woo-pitema-account-2D6RY
========================================================= */
.woo-pitema-account-2D6RY {
  position: relative;
  color: rgba(255, 255, 255, 0.92);
}

.woo-pitema-account-2D6RY > p {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(73, 230, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(73, 230, 255, 0.1), rgba(116, 91, 255, 0.08)), rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.woo-pitema-account-2D6RY .woocommerce-Addresses,
.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses,
.woo-pitema-account-2D6RY .col2-set.addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.woo-pitema-account-2D6RY .woocommerce-Addresses > div,
.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses > div,
.woo-pitema-account-2D6RY .col2-set.addresses > div {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: radial-gradient(circle at 15% 0%, rgba(255, 46, 166, 0.13), transparent 38%), radial-gradient(circle at 100% 0%, rgba(73, 230, 255, 0.1), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.woo-pitema-account-2D6RY .woocommerce-Addresses > div::before,
.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses > div::before,
.woo-pitema-account-2D6RY .col2-set.addresses > div::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.16;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.woo-pitema-account-2D6RY .woocommerce-Address-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woo-pitema-account-2D6RY .woocommerce-Address-title h2,
.woo-pitema-account-2D6RY .woocommerce-Address-title h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.woo-pitema-account-2D6RY .woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 46, 166, 0.22), rgba(116, 91, 255, 0.18));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255, 46, 166, 0.16);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.woo-pitema-account-2D6RY .woocommerce-Address-title .edit:hover {
  transform: translateY(-1px);
  border-color: rgba(73, 230, 255, 0.35);
  filter: brightness(1.08);
}

.woo-pitema-account-2D6RY address {
  position: relative;
  z-index: 1;
  min-height: 92px;
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.woo-pitema-account-2D6RY address::before {
  content: "Adres bilgisi";
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.1);
  color: rgba(73, 230, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

/* Mobil */
@media (max-width: 768px) {
  .woo-pitema-account-2D6RY .woocommerce-Addresses,
  .woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses,
  .woo-pitema-account-2D6RY .col2-set.addresses {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .woo-pitema-account-2D6RY .woocommerce-Addresses > div,
  .woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses > div,
  .woo-pitema-account-2D6RY .col2-set.addresses > div {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }
  .woo-pitema-account-2D6RY .woocommerce-Address-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .woo-pitema-account-2D6RY .woocommerce-Address-title .edit {
    width: 100%;
  }
}
/* =========================================================
   Woo Pitemati Account Address Alignment Fix
   Scope: .woo-pitema-account-2D6RY
========================================================= */
.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses.col2-set.addresses,
.woo-pitema-account-2D6RY .woocommerce-Addresses,
.woo-pitema-account-2D6RY .col2-set.addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses.col2-set.addresses::before,
.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses.col2-set.addresses::after,
.woo-pitema-account-2D6RY .woocommerce-Addresses::before,
.woo-pitema-account-2D6RY .woocommerce-Addresses::after,
.woo-pitema-account-2D6RY .col2-set.addresses::before,
.woo-pitema-account-2D6RY .col2-set.addresses::after {
  display: none !important;
  content: none !important;
}

.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses > div,
.woo-pitema-account-2D6RY .woocommerce-Addresses > div,
.woo-pitema-account-2D6RY .col2-set.addresses > div,
.woo-pitema-account-2D6RY .woocommerce-Address,
.woo-pitema-account-2D6RY .u-column1,
.woo-pitema-account-2D6RY .u-column2,
.woo-pitema-account-2D6RY .col-1,
.woo-pitema-account-2D6RY .col-2 {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  align-self: stretch !important;
}

.woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses > div,
.woo-pitema-account-2D6RY .woocommerce-Addresses > div,
.woo-pitema-account-2D6RY .col2-set.addresses > div {
  display: flex !important;
  flex-direction: column !important;
}

.woo-pitema-account-2D6RY .woocommerce-Address-title {
  width: 100%;
}

.woo-pitema-account-2D6RY address {
  flex: 1;
  width: 100%;
}

/* Tablet ve telefonda alt alta */
@media (max-width: 768px) {
  .woo-pitema-account-2D6RY .u-columns.woocommerce-Addresses.col2-set.addresses,
  .woo-pitema-account-2D6RY .woocommerce-Addresses,
  .woo-pitema-account-2D6RY .col2-set.addresses {
    grid-template-columns: 1fr !important;
  }
}
/* MPDL Test History UI Refresh */
.mpdl-test-history-account {
  max-width: 1180px;
  margin: 42px auto;
  padding: 0 18px;
  color: #f4f7fb;
  line-height: 1.65;
}

.mpdl-test-history-account * {
  box-sizing: border-box;
}

.mpdl-history-hero,
.mpdl-history-stat-card,
.mpdl-history-panel,
.mpdl-history-test-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.mpdl-history-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  align-items: center;
  padding: 28px 28px;
  margin-bottom: 20px;
}

.mpdl-history-kicker {
  display: inline-flex;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #b9c4d7;
  margin-bottom: 8px;
}

.mpdl-history-hero h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.mpdl-history-hero p {
  margin: 0;
  color: #cbd5e1;
  font-size: 17px;
  max-width: 760px;
}

.mpdl-history-hero-side {
  display: flex;
  justify-content: flex-end;
}

.mpdl-history-hero-badge {
  width: 160px;
  min-height: 160px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(99, 102, 241, 0.18));
  border: 1px solid rgba(125, 211, 252, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mpdl-history-hero-badge strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 8px;
}

.mpdl-history-hero-badge span {
  font-size: 13px;
  font-weight: 700;
  color: #dbeafe;
}

.mpdl-history-stat-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.mpdl-history-stat-card {
  padding: 18px 18px;
}

.mpdl-history-stat-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #b8c3d6;
  margin-bottom: 10px;
}

.mpdl-history-stat-card strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.mpdl-history-analysis-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.mpdl-history-panel {
  padding: 22px;
}

.mpdl-history-panel h3 {
  margin: 0 0 18px;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.mpdl-history-bar-item + .mpdl-history-bar-item {
  margin-top: 16px;
}

.mpdl-history-bar-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.mpdl-history-bar-label strong {
  font-size: 15px;
  color: #ffffff;
}

.mpdl-history-bar-label span {
  font-size: 13px;
  color: #cbd5e1;
  font-weight: 700;
}

.mpdl-history-bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.mpdl-history-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #60a5fa, #818cf8);
}

.mpdl-history-tests {
  margin-top: 10px;
}

.mpdl-history-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 16px;
}

.mpdl-history-section-head h3 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.mpdl-history-section-head span {
  color: #b8c3d6;
  font-size: 14px;
}

.mpdl-history-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mpdl-history-test-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px auto auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
}

.mpdl-history-test-main h4 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.mpdl-history-test-main h4 a {
  color: #4de0ff;
  text-decoration: none;
}

.mpdl-history-test-main h4 a:hover {
  text-decoration: underline;
}

.mpdl-history-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mpdl-history-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 700;
}

.mpdl-history-score-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 14px 10px;
}

.mpdl-history-score-box strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
}

.mpdl-history-score-box span {
  display: block;
  font-size: 12px;
  color: #b8c3d6;
  font-weight: 700;
  margin-top: 6px;
}

.mpdl-history-breakdown {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mpdl-history-breakdown span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 700;
}

.mpdl-history-breakdown strong {
  color: #ffffff;
}

.mpdl-history-actions {
  display: flex;
  justify-content: flex-end;
}

.mpdl-history-actions .mpdl-test-button {
  min-width: 110px;
}

@media (max-width: 980px) {
  .mpdl-history-stat-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mpdl-history-analysis-grid {
    grid-template-columns: 1fr;
  }
  .mpdl-history-test-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .mpdl-history-actions {
    justify-content: flex-start;
  }
  .mpdl-history-hero {
    grid-template-columns: 1fr;
  }
  .mpdl-history-hero-side {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .mpdl-history-stat-cards {
    grid-template-columns: 1fr;
  }
  .mpdl-history-section-head {
    display: block;
  }
  .mpdl-history-section-head span {
    display: block;
    margin-top: 8px;
  }
  .mpdl-history-test-main h4 {
    font-size: 24px;
  }
}
/* ======================================================================
   MP ENGLISH ECOSYSTEM — REGISTRATION UI ONLY
   ----------------------------------------------------------------------
   Bu dosya yalnızca mevcut kayıt formunun görünümünü düzenler.
   AJAX, form gönderimi, reCAPTCHA ve backend kayıt işlemlerine dokunmaz.

   Beklenen mevcut yapı:
   .register-form > .row > .col-lg-12 > .auth-wrap > .auth-card
   #bwd-register-page
====================================================================== */
:root {
  --mpregui-bg-0: #08040f;
  --mpregui-bg-1: #100719;
  --mpregui-panel: rgba(33, 20, 45, 0.84);
  --mpregui-panel-strong: rgba(43, 27, 57, 0.95);
  --mpregui-soft: rgba(255, 255, 255, 0.055);
  --mpregui-line: rgba(255, 255, 255, 0.09);
  --mpregui-border: rgba(216, 108, 255, 0.28);
  --mpregui-border-strong: rgba(216, 108, 255, 0.62);
  --mpregui-text: var(--mp-sf-text, #f5ecff);
  --mpregui-muted: var(--mp-sf-muted, #ad9dbc);
  --mpregui-accent: var(--mp-sf-accent, #d86cff);
  --mpregui-accent-2: var(--mp-sf-accent-2, #6effdd);
  --mpregui-success: var(--mp-sf-success, #39ff88);
  --mpregui-danger: var(--mp-sf-danger, #ff5c74);
  --mpregui-warning: #ffd76e;
  --mpregui-radius-xl: 28px;
  --mpregui-radius-lg: 20px;
  --mpregui-radius-md: 14px;
  --mpregui-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

/* ----------------------------------------------------------------------
   Eski sayfa şablonunu kayıt sayfasında tam genişliğe çevir
---------------------------------------------------------------------- */
body.mp-registration-page-active {
  color: var(--mpregui-text);
  background: radial-gradient(circle at 12% 8%, rgba(216, 108, 255, 0.16), transparent 28rem), radial-gradient(circle at 88% 18%, rgba(110, 255, 221, 0.07), transparent 25rem), linear-gradient(145deg, var(--mpregui-bg-0) 0%, var(--mpregui-bg-1) 55%, #07030c 100%);
}

body.mp-registration-page-active .section-header-breadcrumbs-VVRanaq {
  display: none !important;
}

body.mp-registration-page-active .page-common {
  position: relative;
  min-height: calc(100vh - 100px);
  margin: 0 !important;
  padding: clamp(24px, 3.6vw, 58px) 18px clamp(46px, 6vw, 88px) !important;
  overflow: hidden;
  background: transparent !important;
}

body.mp-registration-page-active .page-common::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

body.mp-registration-page-active .page-common .part-content,
body.mp-registration-page-active .page-common-content-area {
  position: relative;
  z-index: 1;
  width: min(1380px, 100%) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.mp-registration-page-active .page-common-content-area > .row {
  --bs-gutter-x: 0;
  margin: 0 !important;
}

body.mp-registration-page-active .page-common-xrq0I {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.mp-registration-page-active .page-common-aHIEE {
  display: none !important;
}

body.mp-registration-page-active .page-common-xrq0I > .content-area {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ----------------------------------------------------------------------
   Genel kayıt alanı
---------------------------------------------------------------------- */
.register-form.mp-registration-ui,
.register-form.mp-registration-ui * {
  box-sizing: border-box;
}

.register-form.mp-registration-ui {
  position: relative;
  width: 100%;
  margin: 0;
  color: var(--mpregui-text);
}

.register-form.mp-registration-ui > .row {
  --bs-gutter-x: 0;
  margin: 0;
}

.register-form.mp-registration-ui > .row > [class*=col-] {
  padding: 0;
}

.register-form.mp-registration-ui .auth-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--mpregui-border);
  border-radius: var(--mpregui-radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 7px), rgba(25, 13, 34, 0.88);
  box-shadow: var(--mpregui-shadow);
  isolation: isolate;
}

.register-form.mp-registration-ui .auth-wrap::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: radial-gradient(circle at 84% 0%, rgba(216, 108, 255, 0.15), transparent 19rem);
  opacity: 0.9;
}

.register-form.mp-registration-ui .auth-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--mpregui-border-strong);
  border-right: 1px solid var(--mpregui-border-strong);
  box-shadow: 7px -7px 0 -6px var(--mpregui-accent-2);
}

.register-form.mp-registration-ui .auth-wrap > * {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------------------------------------
   Sol ekosistem tanıtım paneli — UI JS tarafından eklenir
---------------------------------------------------------------------- */
.mp-registration-ui__intro {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(38px, 5vw, 76px);
  border-right: 1px solid var(--mpregui-line);
  background: radial-gradient(circle at 18% 10%, rgba(216, 108, 255, 0.17), transparent 23rem), linear-gradient(145deg, rgba(50, 30, 65, 0.5), rgba(16, 8, 24, 0.18));
}

.mp-registration-ui__intro-inner {
  width: 100%;
  max-width: 720px;
}

.mp-registration-ui__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mpregui-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mp-registration-ui__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mpregui-accent-2);
  box-shadow: 0 0 16px var(--mpregui-accent-2);
}

.mp-registration-ui__intro h2 {
  max-width: 760px;
  margin: 17px 0 18px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 5.05rem);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.062em;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(216, 108, 255, 0.26);
}

.mp-registration-ui__intro-lead {
  max-width: 650px;
  margin: 0;
  color: var(--mpregui-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.mp-registration-ui__benefits {
  display: grid;
  gap: 11px;
  margin-top: 30px;
}

.mp-registration-ui__benefit {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 64px;
  padding: 11px 14px;
  border: 1px solid rgba(216, 108, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mp-registration-ui__benefit:hover {
  transform: translateX(4px);
  border-color: rgba(216, 108, 255, 0.38);
  background: rgba(216, 108, 255, 0.075);
}

.mp-registration-ui__benefit-icon {
  display: inline-flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 108, 255, 0.35);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, rgba(216, 108, 255, 0.2), rgba(110, 255, 221, 0.06));
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-registration-ui__benefit strong,
.mp-registration-ui__benefit small {
  display: block;
}

.mp-registration-ui__benefit strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
}

.mp-registration-ui__benefit small {
  margin-top: 3px;
  color: var(--mpregui-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.mp-registration-ui__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.mp-registration-ui__metric {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(216, 108, 255, 0.23);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.mp-registration-ui__metric strong,
.mp-registration-ui__metric span {
  display: block;
}

.mp-registration-ui__metric strong {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1;
}

.mp-registration-ui__metric span {
  margin-top: 7px;
  color: var(--mpregui-muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.mp-registration-ui__activation-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding: 13px 14px;
  border: 1px solid rgba(110, 255, 221, 0.18);
  border-radius: 13px;
  color: var(--mpregui-muted);
  background: rgba(110, 255, 221, 0.045);
  font-size: 0.76rem;
  line-height: 1.55;
}

.mp-registration-ui__activation-note i {
  margin-top: 2px;
  color: var(--mpregui-accent-2);
}

/* ----------------------------------------------------------------------
   Sağ kayıt kartı
---------------------------------------------------------------------- */
.register-form.mp-registration-ui .auth-card {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: clamp(28px, 4vw, 58px);
  border: 0 !important;
  border-radius: 0 !important;
  background: radial-gradient(circle at 100% 0%, rgba(110, 255, 221, 0.07), transparent 19rem), rgba(13, 7, 20, 0.42) !important;
  box-shadow: none !important;
}

.register-form.mp-registration-ui #bwd-register-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.register-form.mp-registration-ui .auth-head {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 8px;
  padding: 0 0 21px;
  border-bottom: 1px solid var(--mpregui-line);
}

.register-form.mp-registration-ui .auth-icon {
  display: inline-flex;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 108, 255, 0.46);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, rgba(216, 108, 255, 0.27), rgba(110, 255, 221, 0.07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 28px rgba(216, 108, 255, 0.15);
  font-size: 1.28rem;
}

.register-form.mp-registration-ui .auth-head__text {
  min-width: 0;
}

.register-form.mp-registration-ui .auth-head__title {
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.register-form.mp-registration-ui .auth-head__sub {
  margin-top: 5px;
  color: var(--mpregui-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.register-form.mp-registration-ui .auth-row {
  min-width: 0;
  margin: 0 !important;
}

.register-form.mp-registration-ui .auth-row.mp-registration-ui__field--email,
.register-form.mp-registration-ui .auth-row.mp-registration-ui__field--password,
.register-form.mp-registration-ui .auth-row.mp-registration-ui__recaptcha,
.register-form.mp-registration-ui .auth-row.submit-register {
  grid-column: 1/-1;
}

.register-form.mp-registration-ui .form-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: #e8dff0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.register-form.mp-registration-ui .form-label::after {
  content: "*";
  color: var(--mpregui-accent);
}

.mp-registration-ui__control {
  position: relative;
  min-width: 0;
}

.mp-registration-ui__control-icon {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  display: inline-flex;
  width: 20px;
  align-items: center;
  justify-content: center;
  color: rgba(216, 108, 255, 0.78);
  font-size: 0.88rem;
  transform: translateY(-50%);
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

.register-form.mp-registration-ui .form-control {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px 48px 12px 46px;
  border: 1px solid rgba(216, 108, 255, 0.22);
  border-radius: 13px;
  outline: 0;
  color: #fff;
  caret-color: var(--mpregui-accent-2);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 0 0 0 rgba(216, 108, 255, 0);
  font-size: 0.9rem;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.register-form.mp-registration-ui .form-control::placeholder {
  color: rgba(173, 157, 188, 0.58);
}

.register-form.mp-registration-ui .form-control:hover {
  border-color: rgba(216, 108, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.register-form.mp-registration-ui .form-control:focus {
  border-color: var(--mpregui-accent);
  background: rgba(216, 108, 255, 0.075);
  box-shadow: 0 0 0 4px rgba(216, 108, 255, 0.1), 0 12px 28px rgba(0, 0, 0, 0.16);
}

.mp-registration-ui__control:focus-within .mp-registration-ui__control-icon {
  color: var(--mpregui-accent-2);
  text-shadow: 0 0 12px rgba(110, 255, 221, 0.38);
}

.mp-registration-ui__password-toggle {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 9px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--mpregui-muted);
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mp-registration-ui__password-toggle:hover,
.mp-registration-ui__password-toggle:focus-visible {
  border-color: rgba(216, 108, 255, 0.26);
  color: #fff;
  background: rgba(216, 108, 255, 0.1);
  outline: 0;
}

.mp-registration-ui__strength {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: 9px;
}

.mp-registration-ui__strength-bars {
  display: contents;
}

.mp-registration-ui__strength-bar {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.09);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.mp-registration-ui__strength-text {
  grid-column: 1/-1;
  margin-top: 2px;
  color: var(--mpregui-muted);
  font-size: 0.69rem;
  font-weight: 700;
}

.mp-registration-ui__strength[data-strength=weak] .mp-registration-ui__strength-bar:nth-child(1) {
  background: var(--mpregui-danger);
  box-shadow: 0 0 8px rgba(255, 92, 116, 0.35);
}

.mp-registration-ui__strength[data-strength=medium] .mp-registration-ui__strength-bar:nth-child(-n+2) {
  background: var(--mpregui-warning);
  box-shadow: 0 0 8px rgba(255, 215, 110, 0.3);
}

.mp-registration-ui__strength[data-strength=good] .mp-registration-ui__strength-bar:nth-child(-n+3) {
  background: var(--mpregui-accent);
  box-shadow: 0 0 8px rgba(216, 108, 255, 0.32);
}

.mp-registration-ui__strength[data-strength=strong] .mp-registration-ui__strength-bar {
  background: var(--mpregui-accent-2);
  box-shadow: 0 0 8px rgba(110, 255, 221, 0.32);
}

/* ----------------------------------------------------------------------
   reCAPTCHA
---------------------------------------------------------------------- */
.register-form.mp-registration-ui .mp-registration-ui__recaptcha {
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(216, 108, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.028);
}

.register-form.mp-registration-ui .g-recaptcha {
  width: 304px;
  max-width: 100%;
  margin: 0 auto;
  transform-origin: left top;
}

.register-form.mp-registration-ui .recaptcha-error {
  margin-top: 9px;
  color: var(--mpregui-danger) !important;
  font-size: 0.76rem;
  font-weight: 750;
  text-align: center;
}

/* ----------------------------------------------------------------------
   Gönder butonu
---------------------------------------------------------------------- */
.register-form.mp-registration-ui .submit-register {
  margin-top: 1px !important;
}

.register-form.mp-registration-ui .register-form-submit,
.register-form.mp-registration-ui .btn-auth {
  appearance: none;
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 20px;
  border: 1px solid rgba(216, 108, 255, 0.78);
  border-radius: 14px;
  color: #13081c;
  background: linear-gradient(135deg, #e178ff 0%, var(--mpregui-accent) 44%, #ad46e2 100%);
  box-shadow: 0 15px 34px rgba(216, 108, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.register-form.mp-registration-ui .register-form-submit:hover,
.register-form.mp-registration-ui .register-form-submit:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.04);
  box-shadow: 0 20px 42px rgba(216, 108, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  outline: 0;
}

.register-form.mp-registration-ui .register-form-submit:active {
  transform: translateY(0);
}

.register-form.mp-registration-ui .register-form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.mp-registration-ui__login-note {
  grid-column: 1/-1;
  margin: -3px 0 0;
  color: var(--mpregui-muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.mp-registration-ui__login-note a {
  color: var(--mpregui-accent-2);
  font-weight: 850;
  text-decoration: none;
}

.mp-registration-ui__login-note a:hover,
.mp-registration-ui__login-note a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ----------------------------------------------------------------------
   Toast görünümüyle uyum
---------------------------------------------------------------------- */
body.mp-registration-page-active .toast-container {
  z-index: 11050;
}

body.mp-registration-page-active .toast {
  border: 1px solid rgba(216, 108, 255, 0.28);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

/* ----------------------------------------------------------------------
   Responsive
---------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .register-form.mp-registration-ui .auth-wrap {
    grid-template-columns: minmax(0, 0.9fr) minmax(410px, 1.1fr);
  }
  .mp-registration-ui__intro {
    padding: 42px;
  }
  .mp-registration-ui__intro h2 {
    font-size: clamp(2.4rem, 4.6vw, 4.1rem);
  }
  .mp-registration-ui__benefit small {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body.mp-registration-page-active .page-common {
    padding: 24px 16px 56px !important;
  }
  .register-form.mp-registration-ui .auth-wrap {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mp-registration-ui__intro {
    padding: 42px;
    border-right: 0;
    border-bottom: 1px solid var(--mpregui-line);
  }
  .mp-registration-ui__intro-inner {
    max-width: none;
  }
  .mp-registration-ui__intro h2 {
    max-width: 850px;
    font-size: clamp(2.35rem, 7vw, 4.4rem);
  }
  .mp-registration-ui__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-registration-ui__benefit {
    align-items: flex-start;
  }
  .mp-registration-ui__benefit small {
    display: block;
  }
  .register-form.mp-registration-ui .auth-card {
    padding: 42px;
  }
  .register-form.mp-registration-ui #bwd-register-page {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  body.mp-registration-page-active .page-common {
    padding: 16px 12px 42px !important;
  }
  .register-form.mp-registration-ui .auth-wrap {
    border-radius: 22px;
  }
  .mp-registration-ui__intro {
    padding: 30px 24px;
  }
  .mp-registration-ui__intro h2 {
    margin-top: 14px;
    font-size: clamp(2.15rem, 10vw, 3.35rem);
    line-height: 1;
    letter-spacing: -0.05em;
  }
  .mp-registration-ui__intro-lead {
    font-size: 0.94rem;
    line-height: 1.65;
  }
  .mp-registration-ui__benefits {
    grid-template-columns: 1fr;
    margin-top: 23px;
  }
  .mp-registration-ui__benefit {
    min-height: 58px;
  }
  .mp-registration-ui__metrics {
    gap: 8px;
  }
  .mp-registration-ui__metric {
    padding: 13px 10px;
  }
  .register-form.mp-registration-ui .auth-card {
    padding: 30px 24px;
  }
  .register-form.mp-registration-ui #bwd-register-page {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .register-form.mp-registration-ui .auth-head,
  .register-form.mp-registration-ui .auth-row,
  .register-form.mp-registration-ui .auth-row.mp-registration-ui__field--email,
  .register-form.mp-registration-ui .auth-row.mp-registration-ui__field--password,
  .register-form.mp-registration-ui .auth-row.mp-registration-ui__recaptcha,
  .register-form.mp-registration-ui .auth-row.submit-register {
    grid-column: 1;
  }
}
@media (max-width: 420px) {
  .mp-registration-ui__intro,
  .register-form.mp-registration-ui .auth-card {
    padding: 24px 18px;
  }
  .mp-registration-ui__kicker {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }
  .mp-registration-ui__metrics {
    grid-template-columns: 1fr;
  }
  .mp-registration-ui__metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .mp-registration-ui__metric span {
    margin-top: 0;
    text-align: right;
  }
  .register-form.mp-registration-ui .auth-head {
    align-items: flex-start;
  }
  .register-form.mp-registration-ui .auth-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
  .register-form.mp-registration-ui .form-control {
    min-height: 50px;
    font-size: 0.86rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .register-form.mp-registration-ui *,
  .register-form.mp-registration-ui *::before,
  .register-form.mp-registration-ui *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* ======================================================================
   MP ENGLISH ECOSYSTEM — REACTIVATION UI ONLY
   ----------------------------------------------------------------------
   Bu dosya yalnızca mevcut aktivasyon isteği formunun görünümünü düzenler.
   AJAX, nonce, reCAPTCHA, e-posta gönderimi ve backend işlemlerine dokunmaz.

   Beklenen mevcut yapı:
   .page-reactivation_tCBduz
   .mp-reactivation-shell_tCBduz
   .mp-reactivation-card_tCBduz
   #mp-reactivation-form_tCBduz 
====================================================================== */
:root {
  --mpreactui-bg-0: #08040f;
  --mpreactui-bg-1: #100719;
  --mpreactui-panel: rgba(33, 20, 45, 0.84);
  --mpreactui-panel-strong: rgba(43, 27, 57, 0.95);
  --mpreactui-soft: rgba(255, 255, 255, 0.055);
  --mpreactui-line: rgba(255, 255, 255, 0.09);
  --mpreactui-border: rgba(216, 108, 255, 0.28);
  --mpreactui-border-strong: rgba(216, 108, 255, 0.62);
  --mpreactui-text: var(--mp-sf-text, #f5ecff);
  --mpreactui-muted: var(--mp-sf-muted, #ad9dbc);
  --mpreactui-accent: var(--mp-sf-accent, #d86cff);
  --mpreactui-accent-2: var(--mp-sf-accent-2, #6effdd);
  --mpreactui-success: var(--mp-sf-success, #39ff88);
  --mpreactui-danger: var(--mp-sf-danger, #ff5c74);
  --mpreactui-warning: #ffd76e;
  --mpreactui-radius-xl: 28px;
  --mpreactui-radius-lg: 20px;
  --mpreactui-radius-md: 14px;
  --mpreactui-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

/* ----------------------------------------------------------------------
   Eski sayfa şablonunu aktivasyon sayfasında tam genişliğe çevir
---------------------------------------------------------------------- */
body.mp-reactivation-ui-active {
  color: var(--mpreactui-text);
  background: radial-gradient(circle at 12% 8%, rgba(216, 108, 255, 0.16), transparent 28rem), radial-gradient(circle at 88% 18%, rgba(110, 255, 221, 0.07), transparent 25rem), linear-gradient(145deg, var(--mpreactui-bg-0) 0%, var(--mpreactui-bg-1) 55%, #07030c 100%);
}

body.mp-reactivation-ui-active .section-header-breadcrumbs-VVRanaq {
  display: none !important;
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz {
  position: relative;
  min-height: calc(100vh - 100px);
  margin: 0 !important;
  padding: clamp(24px, 3.6vw, 58px) 18px clamp(46px, 6vw, 88px) !important;
  overflow: hidden;
  background: transparent !important;
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 96%);
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz .part-content,
body.mp-reactivation-ui-active .page-reactivation_tCBduz .page-common-content-area {
  position: relative;
  z-index: 1;
  width: min(1380px, 100%) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz .page-common-content-area > .row {
  --bs-gutter-x: 0;
  display: block !important;
  margin: 0 !important;
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz .page-common-xrq0I {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz .page-common-aHIEE {
  display: none !important;
}

body.mp-reactivation-ui-active .page-reactivation_tCBduz .content-area {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ----------------------------------------------------------------------
   Ana iki kolonlu ekosistem kabuğu
---------------------------------------------------------------------- */
.mp-reactivation-shell_tCBduz.mp-reactivation-ui,
.mp-reactivation-shell_tCBduz.mp-reactivation-ui * {
  box-sizing: border-box;
}

.mp-reactivation-shell_tCBduz.mp-reactivation-ui {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  width: 100%;
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--mpreactui-text);
  border: 1px solid var(--mpreactui-border);
  border-radius: var(--mpreactui-radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 7px), rgba(25, 13, 34, 0.9);
  box-shadow: var(--mpreactui-shadow);
  isolation: isolate;
}

.mp-reactivation-shell_tCBduz.mp-reactivation-ui::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: radial-gradient(circle at 14% 8%, rgba(216, 108, 255, 0.16), transparent 24rem), radial-gradient(circle at 88% 92%, rgba(110, 255, 221, 0.08), transparent 24rem);
}

.mp-reactivation-shell_tCBduz.mp-reactivation-ui::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--mpreactui-border-strong);
  border-right: 1px solid var(--mpreactui-border-strong);
  box-shadow: 7px -7px 0 -6px var(--mpreactui-accent-2);
}

.mp-reactivation-shell_tCBduz.mp-reactivation-ui > * {
  position: relative;
  z-index: 1;
}

/* ----------------------------------------------------------------------
   Sol ekosistem paneli — UI JS tarafından eklenir
---------------------------------------------------------------------- */
.mp-reactivation-ui__intro {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(38px, 5vw, 72px);
  border-right: 1px solid var(--mpreactui-line);
  background: linear-gradient(150deg, rgba(216, 108, 255, 0.09), transparent 58%), rgba(255, 255, 255, 0.018);
}

.mp-reactivation-ui__intro-inner {
  width: 100%;
  max-width: 720px;
}

.mp-reactivation-ui__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mpreactui-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mp-reactivation-ui__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--mpreactui-accent-2);
  box-shadow: 0 0 16px var(--mpreactui-accent-2);
}

.mp-reactivation-ui__intro h2 {
  max-width: 760px;
  margin: 17px 0 18px;
  color: #fff;
  font-size: clamp(2.45rem, 4.8vw, 5rem);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.06em;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(216, 108, 255, 0.26);
}

.mp-reactivation-ui__lead {
  max-width: 650px;
  margin: 0;
  color: var(--mpreactui-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
}

.mp-reactivation-ui__steps {
  display: grid;
  gap: 11px;
  margin-top: 30px;
}

.mp-reactivation-ui__step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(216, 108, 255, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mp-reactivation-ui__step:hover {
  transform: translateX(4px);
  border-color: rgba(216, 108, 255, 0.38);
  background: rgba(216, 108, 255, 0.075);
}

.mp-reactivation-ui__step-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(216, 108, 255, 0.34);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, rgba(216, 108, 255, 0.24), rgba(110, 255, 221, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-reactivation-ui__step strong,
.mp-reactivation-ui__step span {
  display: block;
}

.mp-reactivation-ui__step strong {
  color: #fff;
  font-size: 0.94rem;
}

.mp-reactivation-ui__step span {
  margin-top: 4px;
  color: var(--mpreactui-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.mp-reactivation-ui__security {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  padding: 15px 16px;
  border: 1px solid rgba(110, 255, 221, 0.18);
  border-radius: 15px;
  background: rgba(110, 255, 221, 0.05);
}

.mp-reactivation-ui__security i {
  margin-top: 2px;
  color: var(--mpreactui-accent-2);
}

.mp-reactivation-ui__security strong,
.mp-reactivation-ui__security span {
  display: block;
}

.mp-reactivation-ui__security strong {
  color: #fff;
  font-size: 0.9rem;
}

.mp-reactivation-ui__security span {
  margin-top: 3px;
  color: var(--mpreactui-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

/* ----------------------------------------------------------------------
   Sağ form kartı
---------------------------------------------------------------------- */
.mp-reactivation-shell_tCBduz.mp-reactivation-ui .mp-reactivation-card_tCBduz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
  margin: 0 !important;
  padding: clamp(30px, 4vw, 58px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(7, 3, 13, 0.3) !important;
  box-shadow: none !important;
}

.mp-reactivation-head_tCBduz {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 28px;
}

.mp-reactivation-icon_tCBduz {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(216, 108, 255, 0.4);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, rgba(216, 108, 255, 0.28), rgba(110, 255, 221, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 30px rgba(216, 108, 255, 0.12);
}

.mp-reactivation-icon_tCBduz i {
  font-size: 1.25rem;
}

.mp-reactivation-head-text_tCBduz {
  min-width: 0;
}

.mp-reactivation-head-text_tCBduz h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mp-reactivation-head-text_tCBduz p {
  margin: 0;
  color: var(--mpreactui-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.mp-reactivation-form_tCBduz {
  width: 100%;
}

.mp-reactivation-row_tCBduz {
  position: relative;
  margin-bottom: 18px;
}

.mp-reactivation-row_tCBduz > label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mp-reactivation-ui__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.mp-reactivation-ui__input-icon {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 16px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--mpreactui-muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.mp-reactivation-ui__input-wrap:focus-within .mp-reactivation-ui__input-icon {
  color: var(--mpreactui-accent-2);
  transform: translateY(-1px);
}

.mp-reactivation-input_tCBduz {
  width: 100% !important;
  min-height: 52px;
  padding: 13px 16px 13px 48px !important;
  border: 1px solid rgba(216, 108, 255, 0.22) !important;
  border-radius: 14px !important;
  outline: none;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
  caret-color: var(--mpreactui-accent-2);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-reactivation-input_tCBduz::placeholder {
  color: rgba(173, 157, 188, 0.72);
}

.mp-reactivation-input_tCBduz:hover {
  border-color: rgba(216, 108, 255, 0.42) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.mp-reactivation-input_tCBduz:focus {
  border-color: var(--mpreactui-accent-2) !important;
  background: rgba(110, 255, 221, 0.045) !important;
  box-shadow: 0 0 0 4px rgba(110, 255, 221, 0.08), 0 12px 28px rgba(0, 0, 0, 0.12) !important;
}

.mp-reactivation-ui__field-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 9px 2px 0;
  color: var(--mpreactui-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.mp-reactivation-ui__field-note i {
  margin-top: 2px;
  color: var(--mpreactui-accent-2);
}

/* reCAPTCHA */
.mp-reactivation-recaptcha_tCBduz {
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(216, 108, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.mp-reactivation-recaptcha_tCBduz .g-recaptcha {
  width: 304px;
  max-width: 100%;
  margin: 0 auto;
  transform-origin: left top;
}

.mp-reactivation-recaptcha-error_tCBduz {
  min-height: 0;
  margin-top: 9px;
  color: var(--mpreactui-danger);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

/* Gönder butonu */
.mp-reactivation-submit_tCBduz {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  margin-top: 2px;
  padding: 13px 18px;
  border: 1px solid rgba(216, 108, 255, 0.85) !important;
  border-radius: 14px !important;
  color: #12071c !important;
  background: linear-gradient(135deg, var(--mpreactui-accent), #b94fee) !important;
  box-shadow: 0 14px 34px rgba(216, 108, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mp-reactivation-submit_tCBduz::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  transform: translateX(-115%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: transform 0.55s ease;
}

.mp-reactivation-submit_tCBduz:hover,
.mp-reactivation-submit_tCBduz:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 40px rgba(216, 108, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

.mp-reactivation-submit_tCBduz:hover::before {
  transform: translateX(115%);
}

.mp-reactivation-submit_tCBduz:focus-visible {
  outline: 2px solid var(--mpreactui-accent-2);
  outline-offset: 3px;
}

.mp-reactivation-submit_tCBduz:disabled,
.mp-reactivation-submit_tCBduz.is-loading {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.mp-reactivation-submit_tCBduz.is-loading::after {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid rgba(18, 7, 28, 0.35);
  border-top-color: #12071c;
  border-radius: 999px;
  animation: mp-reactivation-ui-spin 0.75s linear infinite;
}

@keyframes mp-reactivation-ui-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Sonuç ve uyarı mesajları */
.mp-reactivation-result_tCBduz,
.mp-reactivation-alert_tCBduz,
.mp-reactivation-info_tCBduz {
  margin-top: 15px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.8rem;
  line-height: 1.55;
}

.mp-reactivation-result_tCBduz:empty {
  display: none;
}

.mp-reactivation-result_tCBduz.is-success,
.mp-reactivation-result_tCBduz.success,
.mp-reactivation-alert_tCBduz.is-success {
  color: #dfffee;
  border-color: rgba(57, 255, 136, 0.28);
  background: rgba(57, 255, 136, 0.08);
}

.mp-reactivation-result_tCBduz.is-error,
.mp-reactivation-result_tCBduz.error,
.mp-reactivation-alert_tCBduz.is-error {
  color: #ffe4e9;
  border-color: rgba(255, 92, 116, 0.3);
  background: rgba(255, 92, 116, 0.09);
}

.mp-reactivation-result_tCBduz.is-info,
.mp-reactivation-result_tCBduz.info {
  color: #f4eaff;
  border-color: rgba(216, 108, 255, 0.28);
  background: rgba(216, 108, 255, 0.08);
}

/* Alt giriş bağlantısı */
.mp-reactivation-footer_tCBduz {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid var(--mpreactui-line);
  color: var(--mpreactui-muted);
  font-size: 0.8rem;
  text-align: center;
}

.mp-reactivation-footer_tCBduz a {
  color: var(--mpreactui-accent-2);
  font-weight: 900;
  text-decoration: none;
}

.mp-reactivation-footer_tCBduz a:hover,
.mp-reactivation-footer_tCBduz a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ----------------------------------------------------------------------
   Responsive
---------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  }
  .mp-reactivation-ui__intro {
    padding: clamp(32px, 4vw, 52px);
  }
  .mp-reactivation-ui__intro h2 {
    font-size: clamp(2.35rem, 4.5vw, 4.1rem);
  }
}
@media (max-width: 991.98px) {
  body.mp-reactivation-ui-active .page-reactivation_tCBduz {
    padding-inline: 14px !important;
  }
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mp-reactivation-ui__intro {
    border-right: 0;
    border-bottom: 1px solid var(--mpreactui-line);
  }
  .mp-reactivation-ui__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-reactivation-ui__step {
    grid-template-columns: 1fr;
    align-content: start;
  }
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui .mp-reactivation-card_tCBduz {
    padding: clamp(28px, 5vw, 52px) !important;
  }
}
@media (max-width: 767.98px) {
  body.mp-reactivation-ui-active .page-reactivation_tCBduz {
    min-height: 0;
    padding: 18px 10px 48px !important;
  }
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui {
    border-radius: 22px;
  }
  .mp-reactivation-ui__intro {
    padding: 30px 22px;
  }
  .mp-reactivation-ui__intro h2 {
    margin-top: 14px;
    font-size: clamp(2.1rem, 10vw, 3.4rem);
    line-height: 1;
    letter-spacing: -0.052em;
  }
  .mp-reactivation-ui__steps {
    grid-template-columns: 1fr;
  }
  .mp-reactivation-ui__step {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui .mp-reactivation-card_tCBduz {
    padding: 28px 20px 30px !important;
  }
}
@media (max-width: 420px) {
  .mp-reactivation-head_tCBduz {
    gap: 12px;
  }
  .mp-reactivation-icon_tCBduz {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .mp-reactivation-head-text_tCBduz h2 {
    font-size: 1.48rem;
  }
  .mp-reactivation-recaptcha_tCBduz {
    padding: 12px 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui *,
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui *::before,
  .mp-reactivation-shell_tCBduz.mp-reactivation-ui *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/*
 * MP Login UI Only
 * Mevcut giriş/OTP/AJAX altyapısına dokunmadan yalnızca görünümü düzenler.
 */
:root,
[data-bs-theme=dark] {
  --mp-login-bg: #08040f;
  --mp-login-panel: rgba(34, 22, 45, 0.82);
  --mp-login-panel-strong: rgba(43, 28, 57, 0.94);
  --mp-login-soft: rgba(255, 255, 255, 0.055);
  --mp-login-line: rgba(255, 255, 255, 0.09);
  --mp-login-border: rgba(216, 108, 255, 0.28);
  --mp-login-border-strong: rgba(216, 108, 255, 0.62);
  --mp-login-text: #f5ecff;
  --mp-login-muted: #aa9ab9;
  --mp-login-accent: #d86cff;
  --mp-login-accent-2: #6effdd;
  --mp-login-danger: #ff6f86;
  --mp-login-success: #39ff88;
  --mp-login-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

.page-common .login-page,
.page-common .login-page * {
  box-sizing: border-box;
}

.page-common .login-page {
  position: relative;
  width: 100%;
  min-width: 0;
}

/* Eski iki kolonlu sayfa düzenini login sayfasında tek geniş alana çevirir. */
.page-common:has(.login-page) .page-common-content-area > .row {
  display: block;
}

.page-common:has(.login-page) .page-common-xrq0I {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.page-common:has(.login-page) .page-common-aHIEE {
  display: none !important;
}

.page-common:has(.login-page) .content-area {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.login-page .auth-wrap {
  position: relative;
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: clamp(16px, 2.2vw, 34px);
}

.login-page .auth-wrap::before,
.login-page .auth-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(8px);
}

.login-page .auth-wrap::before {
  top: 2%;
  left: 2%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(216, 108, 255, 0.18), transparent 68%);
}

.login-page .auth-wrap::after {
  right: 2%;
  bottom: 8%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(110, 255, 221, 0.1), transparent 68%);
}

.login-page .auth-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid var(--mp-login-border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px), rgba(16, 8, 26, 0.92);
  box-shadow: var(--mp-login-shadow);
  isolation: isolate;
}

.login-page .auth-card::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 10% 10%, rgba(216, 108, 255, 0.16), transparent 24rem), radial-gradient(circle at 88% 92%, rgba(110, 255, 221, 0.08), transparent 25rem);
}

/* JS ile eklenen sol ekosistem paneli */
.mp-login-ecosystem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(34px, 4vw, 64px);
  border-right: 1px solid var(--mp-login-line);
  background: linear-gradient(150deg, rgba(216, 108, 255, 0.09), transparent 55%), rgba(255, 255, 255, 0.018);
}

.mp-login-ecosystem__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--mp-login-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mp-login-ecosystem__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--mp-login-accent-2);
  box-shadow: 0 0 16px var(--mp-login-accent-2);
}

.mp-login-ecosystem h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.4rem, 4.8vw, 5.35rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.mp-login-ecosystem__lead {
  max-width: 700px;
  margin: 0;
  color: var(--mp-login-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
}

.mp-login-ecosystem__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.mp-login-ecosystem__feature {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(216, 108, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.mp-login-ecosystem__feature strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1rem;
}

.mp-login-ecosystem__feature span {
  color: var(--mp-login-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.mp-login-ecosystem__security {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  padding: 15px 16px;
  border: 1px solid rgba(110, 255, 221, 0.18);
  border-radius: 15px;
  background: rgba(110, 255, 221, 0.05);
}

.mp-login-ecosystem__security i {
  margin-top: 2px;
  color: var(--mp-login-accent-2);
}

.mp-login-ecosystem__security strong,
.mp-login-ecosystem__security span {
  display: block;
}

.mp-login-ecosystem__security strong {
  color: #fff;
  font-size: 0.9rem;
}

.mp-login-ecosystem__security span {
  margin-top: 3px;
  color: var(--mp-login-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

/* Sağ giriş alanı */
.mp-login-form-zone {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
  background: rgba(7, 3, 13, 0.28);
}

.login-page .mwt-login-shell {
  width: min(470px, 100%);
}

.login-page .mwt-auth-panel {
  width: 100%;
}

.login-page .auth-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.login-page .auth-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--mp-login-border-strong);
  border-radius: 16px;
  color: var(--mp-login-accent-2);
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.18), rgba(110, 255, 221, 0.08));
  box-shadow: 0 0 26px rgba(216, 108, 255, 0.16);
}

.login-page .auth-icon i {
  font-size: 1.3rem;
}

.login-page .auth-head__title {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.login-page .auth-head__sub {
  margin-top: 5px;
  color: var(--mp-login-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.login-page #bwd-login-form,
.login-page #bwd-login-otp-form {
  width: 100% !important;
  margin: 0;
  text-align: left !important;
}

.login-page .mb-3,
.login-page .auth-row {
  position: relative;
  margin-bottom: 16px !important;
}

.mp-login-field {
  position: relative;
}

.mp-login-field__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  width: 18px;
  color: var(--mp-login-muted);
  transform: translateY(-50%);
  text-align: center;
  transition: color 0.2s ease;
}

.login-page .form-control {
  width: 100%;
  min-height: 52px;
  padding: 13px 46px 13px 46px;
  border: 1px solid rgba(216, 108, 255, 0.2);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  font-size: 0.94rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.login-page .form-control::placeholder {
  color: rgba(170, 154, 185, 0.72);
}

.login-page .form-control:hover {
  border-color: rgba(216, 108, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
}

.login-page .form-control:focus {
  color: #fff;
  border-color: var(--mp-login-accent);
  background: rgba(255, 255, 255, 0.065);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(216, 108, 255, 0.1), 0 12px 30px rgba(0, 0, 0, 0.12);
}

.mp-login-field:focus-within .mp-login-field__icon {
  color: var(--mp-login-accent-2);
}

.mp-login-password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: var(--mp-login-muted);
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.mp-login-password-toggle:hover,
.mp-login-password-toggle:focus-visible {
  color: #fff;
  background: rgba(216, 108, 255, 0.12);
  outline: 0;
}

.login-page .auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 4px 0 18px;
  color: var(--mp-login-muted);
  font-size: 0.84rem;
}

.login-page .auth-actions label {
  display: inline-flex;
  align-items: center;
  gap: 9px !important;
  margin: 0;
  cursor: pointer;
}

.login-page #rememberme {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--mp-login-accent);
}

.login-page .auth-actions a,
.login-page .auth-foot a,
.login-page #mwt-otp-resend,
.login-page #mwt-otp-back {
  color: var(--mp-login-accent-2);
  text-decoration: none;
  font-weight: 800;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.login-page .auth-actions a:hover,
.login-page .auth-foot a:hover,
.login-page #mwt-otp-resend:hover,
.login-page #mwt-otp-back:hover {
  color: #fff;
  text-shadow: 0 0 14px rgba(110, 255, 221, 0.45);
}

.login-page .g-recaptcha {
  max-width: 100%;
  transform-origin: left top;
}

.login-page .recaptcha-error {
  margin-top: 8px;
  color: var(--mp-login-danger) !important;
  font-size: 0.8rem;
  font-weight: 700;
}

.login-page .btn-auth {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(216, 108, 255, 0.7);
  border-radius: 14px;
  color: #12071d;
  background: linear-gradient(135deg, #e27cff, #ba50ed 56%, #70efdc);
  box-shadow: 0 16px 34px rgba(216, 108, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 0.94rem;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.login-page .btn-auth::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.26) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.login-page .btn-auth:hover,
.login-page .btn-auth:focus-visible {
  color: #12071d;
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow: 0 20px 40px rgba(216, 108, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  outline: 0;
}

.login-page .btn-auth:hover::before {
  transform: translateX(120%);
}

.login-page .btn-auth:disabled,
.login-page .btn-auth.is-loading {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.login-page .mwt-auth-message {
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(216, 108, 255, 0.24);
  border-radius: 13px;
  color: var(--mp-login-text);
  background: rgba(216, 108, 255, 0.07);
  font-size: 0.86rem;
  line-height: 1.55;
}

.login-page .mwt-auth-message.is-success {
  border-color: rgba(57, 255, 136, 0.3);
  background: rgba(57, 255, 136, 0.08);
}

.login-page .mwt-auth-message.is-error {
  border-color: rgba(255, 111, 134, 0.35);
  background: rgba(255, 111, 134, 0.08);
}

.login-page .auth-foot {
  width: min(470px, 100%);
  margin: 14px auto 0;
  padding-top: 14px;
  border-top: 1px solid var(--mp-login-line);
  color: var(--mp-login-muted);
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: center;
}

.login-page .auth-foot-area {
  display: block;
  width: 100%;
}

/* OTP */
.login-page #mwt-otp-panel {
  animation: mpLoginPanelIn 0.28s ease both;
}

.login-page .mwt-auth-step-title {
  margin: 0 0 10px !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.login-page .mwt-otp-helper {
  margin: 0 0 18px;
  color: var(--mp-login-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.login-page .mwt-otp-email {
  color: var(--mp-login-accent-2);
  overflow-wrap: anywhere;
}

.login-page #mwt-otp-code {
  min-height: 58px;
  padding-right: 18px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.42em;
  text-align: center;
}

.login-page #bwd-login-otp-form .auth-actions {
  justify-content: center;
  flex-wrap: wrap;
}

@keyframes mpLoginPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Zaten giriş yapılmış alanı */
.login-page .alert-warning {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 215, 110, 0.25);
  border-radius: 16px;
  color: #ffe8ae;
  background: rgba(255, 215, 110, 0.08);
}

.login-page .logout-button-click {
  color: var(--mp-login-accent-2);
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .login-page .auth-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }
  .mp-login-ecosystem__features {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  .login-page .auth-card {
    display: block;
    min-height: 0;
  }
  .mp-login-ecosystem {
    padding: 34px;
    border-right: 0;
    border-bottom: 1px solid var(--mp-login-line);
  }
  .mp-login-ecosystem h2 {
    max-width: 800px;
    font-size: clamp(2.4rem, 8vw, 4.6rem);
  }
  .mp-login-ecosystem__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-login-form-zone {
    padding: 38px 28px;
  }
}
@media (max-width: 767.98px) {
  .login-page .auth-wrap {
    padding: 12px;
  }
  .login-page .auth-card {
    border-radius: 22px;
  }
  .mp-login-ecosystem {
    padding: 28px 22px;
  }
  .mp-login-ecosystem h2 {
    font-size: clamp(2.15rem, 12vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.055em;
  }
  .mp-login-ecosystem__features {
    grid-template-columns: 1fr;
  }
  .mp-login-form-zone {
    padding: 28px 20px 34px;
  }
  .login-page .auth-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .login-page .g-recaptcha {
    transform: scale(0.9);
  }
}
@media (max-width: 420px) {
  .login-page .g-recaptcha {
    transform: scale(0.82);
  }
  .login-page #mwt-otp-code {
    font-size: 1.15rem;
    letter-spacing: 0.3em;
  }
}
/*
 * MP Forgot Password UI
 * UI-only layer for page-sifremi-unuttum-tCBduz.php
 * Does not change AJAX, nonce, reCAPTCHA or password reset logic.
 */
:root,
[data-bs-theme=dark] {
  --mp-fpwd-bg: #08040f;
  --mp-fpwd-panel: rgba(34, 22, 45, 0.82);
  --mp-fpwd-panel-strong: rgba(42, 27, 56, 0.95);
  --mp-fpwd-soft: rgba(255, 255, 255, 0.055);
  --mp-fpwd-line: rgba(255, 255, 255, 0.09);
  --mp-fpwd-border: rgba(216, 108, 255, 0.27);
  --mp-fpwd-border-strong: rgba(216, 108, 255, 0.58);
  --mp-fpwd-text: #f7efff;
  --mp-fpwd-muted: #ad9fba;
  --mp-fpwd-accent: #d86cff;
  --mp-fpwd-accent-2: #6effdd;
  --mp-fpwd-danger: #ff6c85;
  --mp-fpwd-warning: #ffd76e;
  --mp-fpwd-success: #6effa5;
  --mp-fpwd-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.mp-forgot-page_tCBduz,
.mp-forgot-page_tCBduz * {
  box-sizing: border-box;
}

.mp-forgot-page_tCBduz {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 42px) 0 clamp(38px, 5vw, 76px);
  color: var(--mp-fpwd-text);
}

.mp-forgot-page_tCBduz::before,
.mp-forgot-page_tCBduz::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  pointer-events: none;
}

.mp-forgot-page_tCBduz::before {
  width: 420px;
  height: 420px;
  top: 0;
  left: -150px;
  background: radial-gradient(circle, rgba(216, 108, 255, 0.15), transparent 68%);
}

.mp-forgot-page_tCBduz::after {
  width: 460px;
  height: 460px;
  right: -160px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(110, 255, 221, 0.09), transparent 68%);
}

.mp-forgot-page_tCBduz > * {
  position: relative;
  z-index: 1;
}

/* Old two-column page shell -> full-width auth experience */
.mp-forgot-page_tCBduz .page-common-content-area > .row {
  display: block;
  margin: 0;
}

.mp-forgot-page_tCBduz .forgot-password-area_tCBduz {
  width: 100%;
  max-width: none;
  padding: 0;
}

.mp-forgot-page_tCBduz .page-common-aHIEE,
.mp-forgot-page_tCBduz .sidebar-WrdIJ,
.mp-forgot-page_tCBduz .sidebar-spacer {
  display: none !important;
}

.mp-forgot-page_tCBduz .content-area {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mp-forgot-page_tCBduz .part-content,
.mp-forgot-page_tCBduz .page-common-content-area {
  width: min(1360px, 100% - 32px);
  max-width: 1360px;
  margin-inline: auto;
  padding: 0;
}

/* Main UI grid */
.mp-forgot-page_tCBduz .mp-auth-wrap_tCBduz {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.72fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--mp-fpwd-border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 8px), var(--mp-fpwd-panel);
  box-shadow: var(--mp-fpwd-shadow);
  isolation: isolate;
}

.mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 460px;
  right: -120px;
  top: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 108, 255, 0.22), transparent 67%);
}

.mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--mp-fpwd-accent-2);
  border-right: 1px solid var(--mp-fpwd-accent-2);
  opacity: 0.8;
}

.mp-forgot-page_tCBduz .mp-forgot-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--mp-fpwd-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mp-forgot-page_tCBduz .mp-forgot-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mp-fpwd-accent-2);
  box-shadow: 0 0 16px var(--mp-fpwd-accent-2);
}

.mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.9rem);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui > div > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--mp-fpwd-muted);
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.75;
}

.mp-forgot-page_tCBduz .mp-forgot-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.mp-forgot-page_tCBduz .mp-forgot-process article {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--mp-fpwd-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.mp-forgot-page_tCBduz .mp-forgot-process span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  place-items: center;
  border: 1px solid rgba(110, 255, 221, 0.28);
  border-radius: 11px;
  color: var(--mp-fpwd-accent-2);
  background: rgba(110, 255, 221, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
}

.mp-forgot-page_tCBduz .mp-forgot-process strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.92rem;
}

.mp-forgot-page_tCBduz .mp-forgot-process small {
  display: block;
  color: var(--mp-fpwd-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.mp-forgot-page_tCBduz .mp-forgot-security-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(110, 255, 221, 0.19);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(110, 255, 221, 0.075), rgba(216, 108, 255, 0.055));
}

.mp-forgot-page_tCBduz .mp-forgot-security-note i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--mp-fpwd-accent-2);
}

.mp-forgot-page_tCBduz .mp-forgot-security-note strong,
.mp-forgot-page_tCBduz .mp-forgot-security-note small {
  display: block;
}

.mp-forgot-page_tCBduz .mp-forgot-security-note small {
  margin-top: 4px;
  color: var(--mp-fpwd-muted);
  line-height: 1.55;
}

/* Form card */
.mp-forgot-page_tCBduz .mp-auth-card_tCBduz {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--mp-fpwd-border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 8px), var(--mp-fpwd-panel-strong);
  box-shadow: var(--mp-fpwd-shadow);
  overflow: hidden;
}

.mp-forgot-page_tCBduz .mp-auth-card_tCBduz::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% 0%, rgba(216, 108, 255, 0.14), transparent 15rem);
}

.mp-forgot-page_tCBduz .mp-auth-card_tCBduz > * {
  position: relative;
  z-index: 1;
}

.mp-forgot-page_tCBduz .mp-auth-form_tCBduz {
  width: 100%;
  margin: 0;
}

.mp-forgot-page_tCBduz .mp-auth-head_tCBduz {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}

.mp-forgot-page_tCBduz .mp-auth-icon_tCBduz {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid var(--mp-fpwd-border-strong);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.32), rgba(110, 255, 221, 0.11));
  box-shadow: 0 12px 30px rgba(216, 108, 255, 0.18);
  font-size: 1.2rem;
}

.mp-forgot-page_tCBduz .auth-head__title {
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 900;
  line-height: 1.1;
}

.mp-forgot-page_tCBduz .auth-head__sub {
  margin-top: 7px;
  color: var(--mp-fpwd-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.mp-forgot-page_tCBduz .mp-auth-row_tCBduz {
  margin-bottom: 18px;
}

.mp-forgot-page_tCBduz .mp-auth-row_tCBduz .form-label {
  display: block;
  margin: 0 0 8px;
  color: var(--mp-fpwd-text);
  font-size: 0.82rem;
  font-weight: 800;
}

.mp-forgot-page_tCBduz .mp-forgot-field-shell {
  position: relative;
}

.mp-forgot-page_tCBduz .mp-forgot-field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  width: 18px;
  color: var(--mp-fpwd-muted);
  transform: translateY(-50%);
  text-align: center;
  pointer-events: none;
  transition: color 0.2s ease;
}

.mp-forgot-page_tCBduz .mp-forgot-field-shell:focus-within .mp-forgot-field-icon {
  color: var(--mp-fpwd-accent-2);
}

.mp-forgot-page_tCBduz .form-control {
  width: 100%;
  min-height: 52px;
  padding: 12px 48px 12px 45px;
  border: 1px solid rgba(216, 108, 255, 0.22);
  border-radius: 14px;
  color: var(--mp-fpwd-text);
  background: rgba(7, 3, 13, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mp-forgot-page_tCBduz .form-control::placeholder {
  color: rgba(173, 159, 186, 0.7);
}

.mp-forgot-page_tCBduz .form-control:hover {
  border-color: rgba(216, 108, 255, 0.42);
}

.mp-forgot-page_tCBduz .form-control:focus {
  border-color: var(--mp-fpwd-accent-2);
  background: rgba(11, 6, 19, 0.78);
  box-shadow: 0 0 0 4px rgba(110, 255, 221, 0.08), 0 0 25px rgba(110, 255, 221, 0.08);
}

.mp-forgot-page_tCBduz .mp-forgot-password-toggle {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: var(--mp-fpwd-muted);
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.mp-forgot-page_tCBduz .mp-forgot-password-toggle:hover,
.mp-forgot-page_tCBduz .mp-forgot-password-toggle:focus-visible {
  color: var(--mp-fpwd-accent-2);
  background: rgba(110, 255, 221, 0.08);
  outline: 0;
}

/* Password strength and match UI */
.mp-forgot-page_tCBduz .mp-forgot-strength {
  margin-top: 10px;
}

.mp-forgot-page_tCBduz .mp-forgot-strength-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.mp-forgot-page_tCBduz .mp-forgot-strength-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--mp-fpwd-danger);
  transition: width 0.22s ease, background 0.22s ease;
}

.mp-forgot-page_tCBduz .mp-forgot-strength-meta,
.mp-forgot-page_tCBduz .mp-forgot-match-note {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  color: var(--mp-fpwd-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.mp-forgot-page_tCBduz .mp-forgot-strength[data-score="1"] .mp-forgot-strength-fill {
  width: 25%;
  background: var(--mp-fpwd-danger);
}

.mp-forgot-page_tCBduz .mp-forgot-strength[data-score="2"] .mp-forgot-strength-fill {
  width: 50%;
  background: var(--mp-fpwd-warning);
}

.mp-forgot-page_tCBduz .mp-forgot-strength[data-score="3"] .mp-forgot-strength-fill {
  width: 75%;
  background: var(--mp-fpwd-accent);
}

.mp-forgot-page_tCBduz .mp-forgot-strength[data-score="4"] .mp-forgot-strength-fill {
  width: 100%;
  background: var(--mp-fpwd-success);
}

.mp-forgot-page_tCBduz .mp-forgot-match-note.is-match {
  color: var(--mp-fpwd-success);
}

.mp-forgot-page_tCBduz .mp-forgot-match-note.is-mismatch {
  color: var(--mp-fpwd-danger);
}

/* reCAPTCHA */
.mp-forgot-page_tCBduz .mp-recaptcha-row_tCBduz {
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--mp-fpwd-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.mp-forgot-page_tCBduz .mp-recaptcha-row_tCBduz .g-recaptcha {
  width: 304px;
  max-width: 100%;
  transform: scale(var(--mp-fpwd-captcha-scale, 1));
  transform-origin: left top;
}

.mp-forgot-page_tCBduz .recaptcha-error_tCBduz {
  margin-top: 8px;
  color: var(--mp-fpwd-danger);
  font-size: 0.78rem;
  line-height: 1.5;
}

/* Buttons */
.mp-forgot-page_tCBduz .mp-auth-submit_tCBduz {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid rgba(216, 108, 255, 0.85);
  border-radius: 14px;
  color: #100719;
  background: linear-gradient(135deg, var(--mp-fpwd-accent), #ae47e8 58%, var(--mp-fpwd-accent-2));
  box-shadow: 0 14px 32px rgba(216, 108, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mp-forgot-page_tCBduz .mp-auth-submit_tCBduz:hover,
.mp-forgot-page_tCBduz .mp-auth-submit_tCBduz:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(216, 108, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  outline: 0;
}

.mp-forgot-page_tCBduz .mp-auth-submit_tCBduz:disabled,
.mp-forgot-page_tCBduz .mp-auth-submit_tCBduz.is-loading {
  cursor: wait;
  filter: saturate(0.65);
  transform: none;
}

.mp-forgot-page_tCBduz .mp-auth-submit_tCBduz.is-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(16, 7, 25, 0.25);
  border-top-color: #100719;
  border-radius: 999px;
  animation: mp-fpwd-spin 0.75s linear infinite;
}

@keyframes mp-fpwd-spin {
  to {
    transform: rotate(360deg);
  }
}
/* Messages */
.mp-forgot-page_tCBduz .mp-form-message_tCBduz {
  display: none;
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid var(--mp-fpwd-line);
  border-radius: 12px;
  color: var(--mp-fpwd-text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  line-height: 1.55;
}

.mp-forgot-page_tCBduz .mp-form-message_tCBduz:not(:empty),
.mp-forgot-page_tCBduz .mp-form-message_tCBduz.is-visible {
  display: block;
}

.mp-forgot-page_tCBduz .mp-form-message_tCBduz.is-success,
.mp-forgot-page_tCBduz .mp-form-message_tCBduz.success {
  border-color: rgba(110, 255, 165, 0.34);
  color: var(--mp-fpwd-success);
  background: rgba(110, 255, 165, 0.075);
}

.mp-forgot-page_tCBduz .mp-form-message_tCBduz.is-error,
.mp-forgot-page_tCBduz .mp-form-message_tCBduz.error {
  border-color: rgba(255, 108, 133, 0.34);
  color: #ff9aaa;
  background: rgba(255, 108, 133, 0.075);
}

.mp-forgot-page_tCBduz .mp-auth-links_tCBduz {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--mp-fpwd-muted);
  font-size: 0.8rem;
  text-align: center;
}

.mp-forgot-page_tCBduz .mp-auth-links_tCBduz a {
  color: var(--mp-fpwd-accent-2);
  font-weight: 800;
  text-decoration: none;
}

.mp-forgot-page_tCBduz .mp-auth-links_tCBduz a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mp-forgot-page_tCBduz .mp-auth-links-secondary_tCBduz {
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .mp-forgot-page_tCBduz .mp-auth-wrap_tCBduz {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  }
  .mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui h2 {
    font-size: clamp(2.25rem, 5.4vw, 4rem);
  }
}
@media (max-width: 991.98px) {
  .mp-forgot-page_tCBduz .mp-auth-wrap_tCBduz {
    grid-template-columns: 1fr;
  }
  .mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui {
    min-height: auto;
  }
  .mp-forgot-page_tCBduz .mp-forgot-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-forgot-page_tCBduz .mp-auth-card_tCBduz {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .mp-forgot-page_tCBduz {
    padding-top: 14px;
  }
  .mp-forgot-page_tCBduz .part-content,
  .mp-forgot-page_tCBduz .page-common-content-area {
    width: min(100% - 22px, 1360px);
  }
  .mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui,
  .mp-forgot-page_tCBduz .mp-auth-card_tCBduz {
    border-radius: 22px;
  }
  .mp-forgot-page_tCBduz .mp-forgot-process {
    grid-template-columns: 1fr;
  }
  .mp-forgot-page_tCBduz .mp-forgot-process article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
  }
  .mp-forgot-page_tCBduz .mp-forgot-process span {
    grid-row: span 2;
    margin: 0;
  }
  .mp-forgot-page_tCBduz .mp-forgot-process strong,
  .mp-forgot-page_tCBduz .mp-forgot-process small {
    grid-column: 2;
  }
  .mp-forgot-page_tCBduz .mp-auth-head_tCBduz {
    align-items: flex-start;
  }
}
@media (max-width: 479.98px) {
  .mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui,
  .mp-forgot-page_tCBduz .mp-auth-card_tCBduz {
    padding: 21px;
  }
  .mp-forgot-page_tCBduz .mp-forgot-ecosystem-ui h2 {
    font-size: 2.15rem;
    line-height: 1;
    letter-spacing: -0.045em;
  }
  .mp-forgot-page_tCBduz .mp-auth-icon_tCBduz {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .mp-forgot-page_tCBduz .mp-auth-head_tCBduz {
    gap: 12px;
  }
  .mp-forgot-page_tCBduz .mp-auth-links_tCBduz {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mp-forgot-page_tCBduz *,
  .mp-forgot-page_tCBduz *::before,
  .mp-forgot-page_tCBduz *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/*
  FILE: assets/css/mp-pema-word-detail.css
  Amaç: Mp-Pema tema görünümüne uygun kelime / içerik detay sayfası tasarımı.
  Not: Sidebar, header, main-content layout class'larına dokunmaz. Sadece .mpdl-* alanlarını stillendirir.
*/
:root,
[data-bs-theme=dark] {
  --mpdl-bg: rgba(255, 255, 255, 0.035);
  --mpdl-bg-soft: rgba(255, 255, 255, 0.055);
  --mpdl-panel: rgba(34, 22, 45, 0.76);
  --mpdl-panel-strong: rgba(43, 28, 57, 0.88);
  --mpdl-border: rgba(216, 108, 255, 0.26);
  --mpdl-border-strong: rgba(216, 108, 255, 0.58);
  --mpdl-line: rgba(255, 255, 255, 0.09);
  --mpdl-text: var(--mp-pema-text, #f5ecff);
  --mpdl-muted: var(--mp-pema-muted, #a999ba);
  --mpdl-accent: var(--mp-pema-accent, #d86cff);
  --mpdl-accent-2: var(--mp-pema-accent-2, #6effdd);
  --mpdl-success: var(--mp-pema-success, #39ff88);
  --mpdl-warning: #ffd76e;
  --mpdl-radius-xl: 26px;
  --mpdl-radius-lg: 20px;
  --mpdl-radius-md: 14px;
  --mpdl-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

[data-bs-theme=light] {
  --mpdl-bg: rgba(142, 38, 201, 0.045);
  --mpdl-bg-soft: rgba(142, 38, 201, 0.07);
  --mpdl-panel: rgba(255, 255, 255, 0.86);
  --mpdl-panel-strong: rgba(255, 255, 255, 0.94);
  --mpdl-border: rgba(142, 38, 201, 0.19);
  --mpdl-border-strong: rgba(142, 38, 201, 0.45);
  --mpdl-line: rgba(25, 15, 37, 0.09);
  --mpdl-text: var(--mp-pema-text, #190f25);
  --mpdl-muted: var(--mp-pema-muted, #6f607d);
  --mpdl-accent: var(--mp-pema-accent, #8d26c9);
  --mpdl-accent-2: var(--mp-pema-accent-2, #008f78);
  --mpdl-success: var(--mp-pema-success, #078f48);
  --mpdl-shadow: 0 18px 55px rgba(56, 31, 72, 0.14);
}

.mpdl-word-detail {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 1.7vw, 26px);
  color: var(--mpdl-text);
}

.mpdl-word-detail::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto;
  height: 290px;
  z-index: -1;
  border-radius: 34px;
  background: radial-gradient(circle at 18% 16%, rgba(216, 108, 255, 0.25), transparent 19rem), radial-gradient(circle at 88% 4%, rgba(110, 255, 221, 0.12), transparent 17rem);
  opacity: 0.9;
}

.mpdl-breadcrumb-lite {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 9px 13px;
  border: 1px solid var(--mpdl-border);
  border-radius: 999px;
  color: var(--mpdl-muted);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
  font-size: 0.82rem;
  line-height: 1.2;
}

.mpdl-breadcrumb-lite a {
  color: var(--mpdl-text);
  text-decoration: none;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

.mpdl-breadcrumb-lite a:hover {
  color: #fff;
  text-shadow: 0 0 14px rgba(216, 108, 255, 0.55);
}

.mpdl-breadcrumb-lite span:last-child {
  overflow: hidden;
  max-width: 260px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--mpdl-accent-2);
}

.mpdl-hero,
.mpdl-card-block,
.mpdl-example-box,
.mpdl-story-section,
.mpdl-related-section,
.mpdl-story-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mpdl-border);
  border-radius: var(--mpdl-radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 7px), var(--mpdl-panel);
  box-shadow: var(--mpdl-shadow);
}

.mpdl-hero::before,
.mpdl-card-block::before,
.mpdl-example-box::before,
.mpdl-story-section::before,
.mpdl-related-section::before,
.mpdl-story-card::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at 88% 0%, rgba(216, 108, 255, 0.15), transparent 15rem);
  opacity: 0.85;
}

.mpdl-hero::after,
.mpdl-card-block::after,
.mpdl-example-box::after,
.mpdl-story-section::after,
.mpdl-related-section::after,
.mpdl-story-card::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  opacity: 0.74;
  border-top: 1px solid var(--mpdl-border-strong);
  border-right: 1px solid var(--mpdl-border-strong);
  box-shadow: 6px -6px 0 -5px var(--mpdl-accent-2);
}

.mpdl-hero > *,
.mpdl-card-block > *,
.mpdl-example-box > *,
.mpdl-story-section > *,
.mpdl-related-section > *,
.mpdl-story-card > * {
  position: relative;
  z-index: 1;
}

.mpdl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: clamp(20px, 3vw, 34px);
}

.mpdl-hero-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.mpdl-letter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(62px, 7vw, 86px);
  height: clamp(62px, 7vw, 86px);
  border: 1px solid rgba(216, 108, 255, 0.52);
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), transparent 24%), linear-gradient(135deg, rgba(216, 108, 255, 0.95), rgba(72, 32, 108, 0.94));
  box-shadow: 0 0 25px rgba(216, 108, 255, 0.32), inset 0 0 20px rgba(255, 255, 255, 0.08);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.mpdl-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4.7rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-shadow: 0 0 32px rgba(216, 108, 255, 0.32);
}

.mpdl-word-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mpdl-word-badges span,
.mpdl-story-head span,
.mpdl-related-list a span,
.mpdl-hero-side span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 108, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(216, 108, 255, 0.13);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.mpdl-word-badges span:nth-child(2) {
  border-color: rgba(110, 255, 221, 0.34);
  background: rgba(110, 255, 221, 0.09);
  color: var(--mpdl-accent-2);
}

.mpdl-word-badges span:nth-child(3) {
  border-color: rgba(255, 215, 110, 0.32);
  background: rgba(255, 215, 110, 0.08);
  color: var(--mpdl-warning);
}

.mpdl-hero-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(110, 255, 221, 0.22);
  border-radius: var(--mpdl-radius-lg);
  background: linear-gradient(135deg, rgba(110, 255, 221, 0.08), rgba(255, 255, 255, 0.035));
}

.mpdl-hero-side strong {
  color: var(--mpdl-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mpdl-hero-side span {
  width: fit-content;
  border-color: rgba(57, 255, 136, 0.38);
  background: rgba(57, 255, 136, 0.1);
  color: var(--mpdl-success);
}

.mpdl-hero-side span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.mpdl-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.mpdl-card-block,
.mpdl-example-box,
.mpdl-story-section,
.mpdl-related-section {
  padding: clamp(18px, 2.4vw, 26px);
}

.mpdl-card-block h2,
.mpdl-example-box h2,
.mpdl-story-section h2,
.mpdl-related-section h2,
.mpdl-story-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.mpdl-card-block h2::before,
.mpdl-example-box h2::before,
.mpdl-related-section h2::before,
.mpdl-story-card h3::before {
  content: "";
  width: 8px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mpdl-accent), var(--mpdl-accent-2));
  box-shadow: 0 0 15px rgba(216, 108, 255, 0.48);
}

.mpdl-rich-text {
  color: var(--mpdl-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.mpdl-rich-text p {
  margin: 0;
}

.mpdl-card-block .mpdl-rich-text {
  min-height: 82px;
  padding: 16px;
  border: 1px solid var(--mpdl-line);
  border-radius: var(--mpdl-radius-md);
  background: rgba(255, 255, 255, 0.035);
  color: var(--mpdl-text);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
}

.mpdl-example-box {
  margin-bottom: 18px;
}

.mpdl-example-box h2 {
  margin-bottom: 16px;
}

.mpdl-example-en,
.mpdl-example-tr {
  margin: 0;
  border-radius: var(--mpdl-radius-lg);
}

.mpdl-example-en {
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(216, 108, 255, 0.24);
  color: #fff;
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.13), rgba(255, 255, 255, 0.035));
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.58;
}

.mpdl-example-tr {
  margin-top: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(110, 255, 221, 0.18);
  color: var(--mpdl-muted);
  background: rgba(110, 255, 221, 0.055);
  line-height: 1.7;
}

.mpdl-section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.mpdl-section-heading h2 {
  margin: 0;
}

.mpdl-section-heading h2::before {
  content: "";
  width: 8px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mpdl-accent), var(--mpdl-accent-2));
  box-shadow: 0 0 15px rgba(216, 108, 255, 0.48);
}

.mpdl-section-heading p {
  max-width: 520px;
  margin: 0;
  color: var(--mpdl-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.mpdl-story-section {
  margin-bottom: 18px;
}

.mpdl-story-grid {
  margin-bottom: 0;
}

.mpdl-story-card {
  padding: clamp(17px, 2vw, 24px);
  border-radius: var(--mpdl-radius-lg);
  box-shadow: none;
}

.mpdl-story-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mpdl-story-head h3 {
  margin: 0;
  font-size: 1.05rem;
}

.mpdl-story-head span {
  min-width: max-content;
  color: var(--mpdl-accent-2);
  border-color: rgba(110, 255, 221, 0.25);
  background: rgba(110, 255, 221, 0.07);
}

.mpdl-story-text {
  padding-top: 2px;
  color: var(--mpdl-muted);
  font-size: 0.98rem;
  line-height: 1.86;
}

.mpdl-story-text p::first-letter {
  color: #fff;
  font-size: 2.55em;
  font-weight: 800;
  line-height: 0.9;
  padding-right: 7px;
  float: left;
  text-shadow: 0 0 18px rgba(216, 108, 255, 0.36);
}

.mpdl-related-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mpdl-related-list a {
  position: relative;
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--mpdl-border);
  border-radius: var(--mpdl-radius-lg);
  color: var(--mpdl-text);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(216, 108, 255, 0.07));
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.mpdl-related-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mpdl-accent), var(--mpdl-accent-2));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.mpdl-related-list a:hover {
  transform: translateY(-3px);
  border-color: var(--mpdl-border-strong);
  background: linear-gradient(135deg, rgba(216, 108, 255, 0.14), rgba(110, 255, 221, 0.06));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22), 0 0 18px rgba(216, 108, 255, 0.12);
}

.mpdl-related-list a:hover::before {
  opacity: 1;
}

.mpdl-related-list strong {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mpdl-related-list a span {
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  color: var(--mpdl-accent-2);
  border-color: rgba(110, 255, 221, 0.25);
  background: rgba(110, 255, 221, 0.07);
}

/* JS ile eklenen küçük yardımcılar */
.mpdl-copy-btn,
.mpdl-scroll-top {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--mpdl-border);
  border-radius: 999px;
  color: var(--mpdl-text);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mpdl-copy-btn {
  margin-top: 12px;
  padding: 10px 13px;
}

.mpdl-copy-btn:hover,
.mpdl-scroll-top:hover {
  transform: translateY(-1px);
  border-color: var(--mpdl-border-strong);
  background: rgba(216, 108, 255, 0.14);
}

.mpdl-copy-btn.is-copied {
  color: var(--mpdl-success);
  border-color: rgba(57, 255, 136, 0.35);
  background: rgba(57, 255, 136, 0.09);
}

.mpdl-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1001;
  width: 44px;
  height: 44px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.mpdl-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.mpdl-reading-line {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 3px;
  margin: -2px 0 15px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.mpdl-reading-line span {
  display: block;
  width: var(--mpdl-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mpdl-accent), var(--mpdl-accent-2));
  box-shadow: 0 0 15px rgba(216, 108, 255, 0.48);
}

.mpdl-animate-in {
  opacity: 0;
  transform: translateY(16px);
}

.mpdl-animate-in.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mpdl-animate-in,
  .mpdl-animate-in.is-inview,
  .mpdl-related-list a,
  .mpdl-copy-btn,
  .mpdl-scroll-top {
    transition: none;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .mpdl-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .mpdl-hero {
    grid-template-columns: 1fr;
  }
  .mpdl-hero-side {
    min-height: auto;
  }
  .mpdl-two-col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .mpdl-word-detail {
    padding: 10px 0 20px;
  }
  .mpdl-hero,
  .mpdl-card-block,
  .mpdl-example-box,
  .mpdl-story-section,
  .mpdl-related-section {
    border-radius: 20px;
  }
  .mpdl-hero {
    padding: 18px;
  }
  .mpdl-hero-main {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .mpdl-letter-chip {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }
  .mpdl-story-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .mpdl-related-list {
    grid-template-columns: 1fr;
  }
  .mpdl-scroll-top {
    right: 14px;
    bottom: 14px;
  }
}
@media print {
  .mpdl-word-detail,
  .mpdl-hero,
  .mpdl-card-block,
  .mpdl-example-box,
  .mpdl-story-section,
  .mpdl-related-section,
  .mpdl-story-card,
  .mpdl-related-list a {
    color: #111 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  .mpdl-copy-btn,
  .mpdl-scroll-top,
  .mpdl-reading-line {
    display: none !important;
  }
}
body.mpdl-word-detail-page #main-content-d {
  flex: 1 0 auto;
  min-height: auto !important;
}

body.mpdl-word-detail-page #footer-d.footer {
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
  bottom: auto;
}

/* =============================================================
   MP PRODUCT SINGLE – CORE STYLES (Vanilla CSS)
   - Bağımsız ürün single gallery
   - Stabil zoom + serbest gallery geçiş sürümüyle uyumludur
============================================================= */
:root {
  --mpps-gap: 12px;
  --mpps-radius: 14px;
  --mpps-border: 1px solid rgba(0,0,0,.08);
  --mpps-bg: #0b0e14;
  --mpps-surface: #111622;
  --mpps-fg: #e8edf6;
  --mpps-muted: #9ba8c7;
  --mpps-accent: #4da3ff;
  --mpps-main-h: 420px;
  --mpps-thumb-size: 84px;
  --mpps-thumb-gap: 8px;
  --mpps-btn-size: 36px;
  --mpps-shadow: 0 6px 22px rgba(0,0,0,.25);
  --mpps-speed: 180ms;
}

.mpps {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: var(--mpps-gap);
  color: var(--mpps-fg);
  user-select: none;
}

.mpps__main {
  position: relative;
  height: var(--mpps-main-h);
  background: radial-gradient(1200px 600px at 50% -20%, #1a2132 0%, var(--mpps-bg) 65%);
  border: var(--mpps-border);
  border-radius: var(--mpps-radius);
  overflow: hidden;
  box-shadow: var(--mpps-shadow);
  display: grid;
  place-items: center;
  touch-action: pan-y;
  outline: none;
}

.mpps__main.is-zoomed {
  cursor: grab;
}

.mpps__main.is-zooming {
  cursor: grabbing;
}

.mpps__main-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
  transform-origin: center center;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform;
  transition: opacity var(--mpps-speed) ease;
  pointer-events: none;
}

.mpps__main-img.is-fading {
  opacity: 0.25;
}

.mpps__thumbs {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--mpps-thumb-gap);
}

.mpps__btn,
.mpps__main-btn,
.mpps__zoom-btn {
  -webkit-tap-highlight-color: transparent;
}

.mpps__btn {
  width: var(--mpps-btn-size);
  height: var(--mpps-btn-size);
  border-radius: 999px;
  border: var(--mpps-border);
  background: linear-gradient(180deg, #1a2132, #0e1320);
  color: var(--mpps-fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform var(--mpps-speed), opacity var(--mpps-speed), background var(--mpps-speed);
}

.mpps__btn:hover {
  transform: translateY(-1px);
}

.mpps__btn:active {
  transform: translateY(0);
}

.mpps__btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.mpps__track-wrap {
  position: relative;
  overflow: hidden;
  border: var(--mpps-border);
  border-radius: var(--mpps-radius);
  background: var(--mpps-surface);
  box-shadow: var(--mpps-shadow);
  height: calc(var(--mpps-thumb-size) + var(--mpps-thumb-gap) * 2);
  display: grid;
  align-items: center;
  padding: 0 var(--mpps-thumb-gap);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.mpps__track {
  display: flex;
  align-items: center;
  gap: var(--mpps-thumb-gap);
  overflow: auto hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: var(--mpps-thumb-gap) 2px;
  touch-action: pan-y;
  cursor: grab;
}

.mpps__track::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}

.mpps__track::-webkit-scrollbar-thumb {
  background: transparent;
}

.mpps__track.is-grabbing {
  cursor: grabbing;
  scroll-behavior: auto;
}

.mpps__thumb {
  position: relative;
  flex: 0 0 auto;
  width: calc(var(--mpps-thumb-size) * 1.2);
  height: var(--mpps-thumb-size);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f1420;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  padding: 4px;
  cursor: pointer;
  touch-action: manipulation;
  transition: box-shadow var(--mpps-speed), transform var(--mpps-speed), border-color var(--mpps-speed);
}

.mpps__thumb:focus-visible {
  outline: 2px solid var(--mpps-accent);
  outline-offset: 1px;
}

.mpps__thumb:hover {
  transform: translateY(-1px);
}

.mpps__thumb.is-active {
  border-color: var(--mpps-accent);
  box-shadow: 0 0 0 2px rgba(77, 163, 255, 0.35) inset;
}

.mpps__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

/* Ana görsel overlay prev/next */
.mpps__main-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  pointer-events: none;
}

.mpps__main-btn {
  pointer-events: auto;
  width: var(--mpps-btn-size);
  height: var(--mpps-btn-size);
  border-radius: 999px;
  border: var(--mpps-border);
  background: linear-gradient(180deg, rgba(26, 33, 50, 0.8), rgba(14, 19, 32, 0.8));
  color: var(--mpps-fg);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform var(--mpps-speed), background var(--mpps-speed), opacity var(--mpps-speed);
  opacity: 0.92;
  cursor: pointer;
}

.mpps__main-btn:hover {
  transform: translateY(-1px);
}

.mpps__main-btn:active {
  transform: translateY(0);
}

.mpps__main-prev {
  margin-left: 8px;
}

.mpps__main-next {
  margin-right: 8px;
}

/* Zoom kontrol butonları */
.mpps__zoom-ctrl {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  gap: 6px;
  z-index: 6;
  pointer-events: none;
}

.mpps__zoom-btn {
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: var(--mpps-border);
  background: linear-gradient(180deg, rgba(26, 33, 50, 0.88), rgba(14, 19, 32, 0.88));
  color: var(--mpps-fg);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform var(--mpps-speed), opacity var(--mpps-speed);
}

.mpps__zoom-btn:hover {
  transform: translateY(-1px);
}

.mpps__zoom-btn:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  :root {
    --mpps-thumb-size: 68px;
    --mpps-btn-size: 32px;
  }
  .mpps__thumb {
    width: calc(var(--mpps-thumb-size) * 1.15);
  }
}
.u-hidden {
  display: none !important;
}

/* =============================================================
   MPDL SINGLE PRODUCT – PAGE INTEGRATION STYLES
   - MPDL Test + Story üyelik paketleri için WooCommerce single layout
   - Mevcut tema class'larını bozmadan ek katman olarak çalışır
============================================================= */
.mpdl-product-single {
  --mpdl-sp-bg: #07020f;
  --mpdl-sp-surface: rgba(255,255,255,.055);
  --mpdl-sp-surface-2: rgba(255,255,255,.085);
  --mpdl-sp-border: rgba(216,137,255,.20);
  --mpdl-sp-border-strong: rgba(216,137,255,.34);
  --mpdl-sp-text: #f6efff;
  --mpdl-sp-muted: rgba(246,239,255,.68);
  --mpdl-sp-soft: rgba(246,239,255,.52);
  --mpdl-sp-accent: #c565ff;
  --mpdl-sp-accent-2: #55d8ff;
  --mpdl-sp-green: #57efb1;
  --mpdl-sp-shadow: 0 22px 70px rgba(0,0,0,.36);
  color: var(--mpdl-sp-text);
  background: radial-gradient(900px 480px at 12% 0%, rgba(162, 77, 255, 0.22), transparent 62%), radial-gradient(760px 460px at 88% 8%, rgba(85, 216, 255, 0.12), transparent 58%), linear-gradient(180deg, rgb(7, 2, 15), rgb(12, 5, 25) 48%, rgb(7, 2, 15));
  overflow: hidden;
}

.mpdl-product-single * {
  box-sizing: border-box;
}

.mpdl-sp-container {
  width: min(1180px, 100% - 36px);
  margin-inline: auto;
}

.mpdl-sp-hero {
  position: relative;
  padding: 46px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mpdl-sp-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(197, 101, 255, 0.12), transparent 36%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  pointer-events: none;
}

.mpdl-sp-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 36px);
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.mpdl-sp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--mpdl-sp-accent-2);
}

.mpdl-sp-kicker:before {
  content: "";
  width: 7px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mpdl-sp-accent), var(--mpdl-sp-accent-2));
  box-shadow: 0 0 20px rgba(197, 101, 255, 0.5);
}

.mpdl-sp-hero h1 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--mpdl-sp-text);
}

.mpdl-sp-breadcrumbs,
.mpdl-sp-breadcrumbs a,
.mpdl-sp-wc-breadcrumb,
.mpdl-sp-wc-breadcrumb a {
  color: var(--mpdl-sp-muted);
  font-size: 14px;
  text-decoration: none;
}

.mpdl-sp-breadcrumbs a:hover,
.mpdl-sp-wc-breadcrumb a:hover {
  color: var(--mpdl-sp-text);
}

.mpdl-sp-breadcrumb-sep {
  display: inline-block;
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.28);
}

.mpdl-sp-hero-badge {
  min-width: 210px;
  padding: 18px 20px;
  border: 1px solid var(--mpdl-sp-border-strong);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: var(--mpdl-sp-shadow);
  backdrop-filter: blur(14px);
}

.mpdl-sp-hero-badge span,
.mpdl-sp-small-label {
  display: block;
  color: var(--mpdl-sp-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mpdl-sp-hero-badge strong {
  display: block;
  margin-top: 7px;
  font-size: 28px;
  line-height: 1;
  color: var(--mpdl-sp-text);
}

.mpdl-sp-hero-badge small {
  display: block;
  margin-top: 8px;
  color: var(--mpdl-sp-muted);
}

.mpdl-sp-main {
  position: relative;
  padding: 44px 0 56px;
}

.mpdl-sp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
  gap: 26px;
  align-items: start;
}

.mpdl-sp-left,
.mpdl-sp-right {
  min-width: 0;
}

.mpdl-sp-card,
.mpdl-sp-buy-card > .box-CEY,
.mpdl-sp-buy-card .box-CEY {
  border: 1px solid var(--mpdl-sp-border);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.038)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 8px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.mpdl-sp-card {
  padding: 22px;
  margin-bottom: 24px;
}

.mpdl-product-gallery {
  --mpps-main-h: 460px;
  --mpps-bg: #0b0615;
  --mpps-surface: rgba(13,7,26,.92);
  --mpps-fg: #f6efff;
  --mpps-muted: rgba(246,239,255,.65);
  --mpps-accent: #c565ff;
  --mpps-border: 1px solid rgba(216,137,255,.20);
  --mpps-radius: 20px;
  --mpps-shadow: 0 18px 50px rgba(0,0,0,.32);
}

.mpdl-product-gallery .mpps__main {
  background: radial-gradient(640px 320px at 50% -10%, rgba(197, 101, 255, 0.22), transparent 62%), linear-gradient(180deg, rgba(16, 8, 32, 0.94), rgba(8, 4, 17, 0.96));
}

.mpdl-product-gallery .mpps__track-wrap {
  background: rgba(13, 7, 26, 0.78);
}

.mpdl-sp-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.mpdl-sp-title-row h2 {
  margin: 10px 0 0;
  color: var(--mpdl-sp-text);
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mpdl-sp-share {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.mpdl-sp-share .product-share-Sw9Jk__label {
  color: var(--mpdl-sp-muted);
  font-weight: 700;
  margin-right: 4px;
}

.mpdl-sp-share .share-chip-Xx2pR {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpdl-sp-text);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.mpdl-sp-share .share-chip-Xx2pR:hover {
  transform: translateY(-2px);
  background: rgba(197, 101, 255, 0.16);
  border-color: rgba(197, 101, 255, 0.4);
}

.mpdl-sp-lead {
  margin: 0 0 22px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(85, 216, 255, 0.2);
  background: rgba(85, 216, 255, 0.055);
  color: var(--mpdl-sp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.mpdl-sp-lead p:last-child {
  margin-bottom: 0;
}

.mpdl-sp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.mpdl-sp-feature-item {
  display: flex;
  gap: 13px;
  min-width: 0;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.052);
}

.mpdl-sp-feature-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(197, 101, 255, 0.28), rgba(85, 216, 255, 0.14));
}

.mpdl-sp-feature-item h3 {
  margin: 0 0 6px;
  color: var(--mpdl-sp-text);
  font-size: 15px;
}

.mpdl-sp-feature-item p {
  margin: 0;
  color: var(--mpdl-sp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mpdl-sp-product-content {
  color: var(--mpdl-sp-muted);
  font-size: 16px;
  line-height: 1.86;
}

.mpdl-sp-product-content h1,
.mpdl-sp-product-content h2,
.mpdl-sp-product-content h3,
.mpdl-sp-product-content h4 {
  color: var(--mpdl-sp-text);
  line-height: 1.2;
}

.mpdl-sp-product-content a {
  color: var(--mpdl-sp-accent-2);
}

.mpdl-sp-tabs .woocommerce-tabs,
.mpdl-sp-tabs .woocommerce-Tabs-panel {
  color: var(--mpdl-sp-muted);
}

.mpdl-sp-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.mpdl-sp-tabs .tabs li a {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--mpdl-sp-text);
  text-decoration: none;
  font-weight: 800;
}

.mpdl-sp-tabs .tabs li.active a,
.mpdl-sp-tabs .tabs li a:hover {
  border-color: rgba(197, 101, 255, 0.42);
  background: rgba(197, 101, 255, 0.16);
}

.mpdl-sp-right {
  position: relative;
}

.mpdl-sp-buy-card {
  position: sticky;
  top: 24px;
}

.mpdl-sp-buy-card .box-CEY {
  padding: 20px;
  margin-bottom: 14px;
}

.mpdl-sp-plan-head {
  padding: 20px;
  margin-bottom: 14px;
  border-radius: 26px;
  border: 1px solid var(--mpdl-sp-border-strong);
  background: linear-gradient(135deg, rgba(197, 101, 255, 0.24), rgba(85, 216, 255, 0.1)), rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.mpdl-sp-plan-head span {
  display: block;
  color: var(--mpdl-sp-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mpdl-sp-plan-head strong {
  display: block;
  margin-top: 8px;
  color: var(--mpdl-sp-text);
  font-size: 22px;
  line-height: 1.16;
}

.mpdl-sp-price {
  margin-top: 10px;
}

.mpdl-sp-price .price,
.mpdl-sp-price .woocommerce-Price-amount,
.mpdl-sp-price .amount {
  color: var(--mpdl-sp-text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.mpdl-sp-price del,
.mpdl-sp-price del .amount {
  color: rgba(246, 239, 255, 0.42);
  font-size: 17px;
  font-weight: 600;
}

.mpdl-sp-price ins {
  text-decoration: none;
}

.mpdl-sp-tax-note {
  margin-top: 10px;
  color: var(--mpdl-sp-soft);
  font-size: 12px;
  line-height: 1.55;
}

.mpdl-sp-access-summary h3,
.mpdl-sp-trust h3 {
  margin: 0 0 12px;
  color: var(--mpdl-sp-text);
  font-size: 17px;
}

.mpdl-sp-access-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mpdl-sp-access-summary li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--mpdl-sp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mpdl-sp-access-summary li i {
  color: var(--mpdl-sp-green);
  margin-top: 3px;
}

.mpdl-sp-cart-box form.cart {
  display: grid;
  gap: 12px;
}

.mpdl-sp-cart-box .quantity {
  display: inline-flex;
  align-items: center;
  max-width: 120px;
}

.mpdl-sp-cart-box .quantity input.qty {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpdl-sp-text);
  text-align: center;
}

.mpdl-sp-cart-box .single_add_to_cart_button,
.mpdl-sp-cart-box button[type=submit],
.mpdl-sp-cart-box .button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: linear-gradient(135deg, var(--mpdl-sp-accent), var(--mpdl-sp-accent-2));
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(197, 101, 255, 0.24);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.mpdl-sp-cart-box .single_add_to_cart_button:hover,
.mpdl-sp-cart-box button[type=submit]:hover,
.mpdl-sp-cart-box .button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 44px rgba(197, 101, 255, 0.34);
}

.mpdl-sp-cart-box .variations {
  width: 100%;
  color: var(--mpdl-sp-muted);
}

.mpdl-sp-cart-box .variations select {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--mpdl-sp-text);
  padding: 0 12px;
}

.mpdl-sp-alert {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 115, 115, 0.22);
  background: rgba(255, 115, 115, 0.08);
  color: #ffdede;
}

.mpdl-sp-side-info {
  display: grid;
  gap: 12px;
}

.mpdl-sp-info-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--mpdl-sp-muted);
  font-size: 14px;
}

.mpdl-sp-info-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mpdl-sp-info-line strong,
.mpdl-sp-info-line a {
  color: var(--mpdl-sp-text);
  text-align: right;
  text-decoration: none;
  font-weight: 800;
}

.mpdl-sp-info-line a:hover {
  color: var(--mpdl-sp-accent-2);
}

.mpdl-sp-trust p {
  margin: 0;
  color: var(--mpdl-sp-muted);
  font-size: 13px;
  line-height: 1.65;
}

.mpdl-sp-related {
  padding-bottom: 60px;
}

.mpdl-sp-related .related > h2 {
  color: var(--mpdl-sp-text);
  margin-bottom: 20px;
}

.mpdl-sp-related ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mpdl-sp-related ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--mpdl-sp-border);
  background: rgba(255, 255, 255, 0.055);
  color: var(--mpdl-sp-muted);
}

.mpdl-sp-related ul.products li.product a {
  color: var(--mpdl-sp-text);
  text-decoration: none;
}

.mpdl-product-single .woocommerce-notices-wrapper,
.mpdl-product-single .woocommerce-message,
.mpdl-product-single .woocommerce-info,
.mpdl-product-single .woocommerce-error {
  width: min(1180px, 100% - 36px);
  margin: 18px auto;
  border-radius: 16px;
}

@media (max-width: 1199px) {
  .mpdl-sp-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
  }
  .mpdl-sp-feature-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .mpdl-sp-hero-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .mpdl-sp-layout {
    grid-template-columns: 1fr;
  }
  .mpdl-sp-buy-card {
    position: static;
  }
  .mpdl-sp-title-row {
    flex-direction: column;
  }
  .mpdl-sp-share {
    justify-content: flex-start;
  }
  .mpdl-sp-related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .mpdl-sp-container,
  .mpdl-sp-hero-inner {
    width: min(100% - 24px, 1180px);
  }
  .mpdl-sp-hero {
    padding: 32px 0 22px;
  }
  .mpdl-sp-main {
    padding: 26px 0 40px;
  }
  .mpdl-sp-card,
  .mpdl-sp-buy-card .box-CEY,
  .mpdl-sp-plan-head {
    border-radius: 20px;
  }
  .mpdl-sp-card {
    padding: 16px;
  }
  .mpdl-product-gallery {
    --mpps-main-h: 310px;
    --mpps-thumb-size: 66px;
  }
  .mpdl-sp-hero-badge {
    width: 100%;
  }
  .mpdl-sp-related ul.products {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .mpdl-product-gallery {
    --mpps-main-h: 260px;
  }
  .mpdl-sp-share .product-share-Sw9Jk__label {
    width: 100%;
  }
}
.mpdl-sp-cart-box .mwt-add-to-cart-dynamic .cart .quantity {
  display: none;
}

/* =========================================================
   Pitemati / MPDL 404 Page UI
   Scope: .mp-404-page-F8xLp
========================================================= */
.mp-404-page-F8xLp {
  --m404-text: rgba(255,255,255,.94);
  --m404-muted: rgba(255,255,255,.66);
  --m404-soft: rgba(255,255,255,.48);
  --m404-border: rgba(255,255,255,.13);
  --m404-border-strong: rgba(255,255,255,.22);
  --m404-a: #ff2ea6;
  --m404-b: #745bff;
  --m404-c: #49e6ff;
  color: var(--m404-text);
}

.mp-404-page-F8xLp,
.mp-404-page-F8xLp * {
  box-sizing: border-box;
}

.mp-404-page-F8xLp.page-common {
  position: relative;
  overflow: hidden;
  padding: 40px 0 58px;
}

.mp-404-page-F8xLp.page-common::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 10%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 86% 5%, rgba(73, 230, 255, 0.16), transparent 30%), radial-gradient(circle at 50% 95%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
  opacity: 0.96;
}

.mp-404-page-F8xLp .page-common-content-area {
  position: relative;
  z-index: 1;
}

.mp404-cSJJo {
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

.mp-404-page-F8xLp .page-common-xrq0I {
  position: relative;
}

/* Breadcrumb header */
.mp-404-page-F8xLp.section-header-breadcrumbs-VVRanaq {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 0, rgba(255, 46, 166, 0.16), transparent 34%), radial-gradient(circle at 80% 0, rgba(73, 230, 255, 0.12), transparent 36%), #07000f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mp-404-page-F8xLp .header-MX451 h1 {
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.mp-404-page-F8xLp .breadcrumbs-Dy1Xn,
.mp-404-page-F8xLp .breadcrumbs-Dy1Xn a {
  color: rgba(255, 255, 255, 0.7);
}

/* Hero */
.mp-404-hero-F8xLp {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  min-height: 410px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 28px 95px rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(18px);
}

.mp-404-hero-F8xLp::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-404-hero-content-F8xLp {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-404-kicker-F8xLp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-404-kicker-F8xLp i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--m404-a), var(--m404-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-404-hero-F8xLp h2 {
  margin: 0 0 8px;
  color: transparent;
  font-size: clamp(84px, 17vw, 190px);
  line-height: 0.82;
  font-weight: 1000;
  letter-spacing: -0.08em;
  background: linear-gradient(135deg, #ff6bd0, #8f7cff 44%, #49e6ff);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 42px rgba(255, 46, 166, 0.2);
}

.mp-404-hero-F8xLp h3 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-404-hero-F8xLp p {
  max-width: 700px;
  margin: 0;
  color: var(--m404-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-404-actions-F8xLp {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.mp-404-btn-F8xLp,
.mp-404-bottom-cta-F8xLp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--m404-a), var(--m404-b));
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(255, 46, 166, 0.22), 0 16px 38px rgba(116, 91, 255, 0.2);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.mp-404-btn-F8xLp:hover,
.mp-404-bottom-cta-F8xLp a:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.mp-404-btn-F8xLp.is-soft {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
}

/* Visual */
.mp-404-hero-visual-F8xLp {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.mp-404-orbit-F8xLp {
  position: absolute;
  inset: 42px 0 20px;
  border: 1px solid rgba(73, 230, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-14deg);
  box-shadow: 0 0 44px rgba(116, 91, 255, 0.12);
}

.mp-404-card-F8xLp {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 320px;
  min-height: 230px;
  transform: translateY(-50%) rotate(-5deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 46px rgba(255, 46, 166, 0.14);
}

.mp-404-card-F8xLp span {
  color: var(--m404-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-404-card-F8xLp strong {
  display: block;
  max-width: 220px;
  margin-top: 7px;
  color: #fff;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mp-404-card-F8xLp em {
  display: block;
  margin-top: 12px;
  color: var(--m404-muted);
  font-style: normal;
  font-weight: 700;
}

.mp-404-code-F8xLp {
  position: absolute;
  right: -14px;
  bottom: -20px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 118px;
  line-height: 0.8;
  font-weight: 1000;
  letter-spacing: -0.09em;
}

/* Panels */
.mp-404-search-panel-F8xLp,
.mp-404-categories-F8xLp,
.mp-404-bottom-cta-F8xLp {
  margin-bottom: 24px;
  border: 1px solid var(--m404-border);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-404-search-panel-F8xLp,
.mp-404-categories-F8xLp {
  padding: clamp(18px, 2.4vw, 28px);
}

.mp-404-panel-head-F8xLp {
  margin-bottom: 18px;
}

.mp-404-panel-head-F8xLp span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--m404-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-404-panel-head-F8xLp h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

/* Search form generic */
.mp-404-search-F8xLp form,
.mp-404-search-F8xLp .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0;
}

.mp-404-search-F8xLp input[type=search],
.mp-404-search-F8xLp input[type=text] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  padding: 13px 16px !important;
  outline: none !important;
  box-shadow: none !important;
}

.mp-404-search-F8xLp input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.mp-404-search-F8xLp button,
.mp-404-search-F8xLp input[type=submit],
.mp-404-search-F8xLp .search-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0 !important;
  border-radius: 17px !important;
  padding: 13px 22px !important;
  background: linear-gradient(135deg, var(--m404-a), var(--m404-b)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

/* Quick links */
.mp-404-quick-F8xLp {
  margin-bottom: 24px;
}

.mp-404-quickgrid-F8xLp,
.mp-404-catlist-F8xLp {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-404-quickgrid-F8xLp {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mp-404-quickgrid-F8xLp a,
.mp-404-catlist-F8xLp a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--m404-border);
  border-radius: 22px;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.1), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.mp-404-quickgrid-F8xLp a:hover,
.mp-404-catlist-F8xLp a:hover {
  transform: translateY(-2px);
  border-color: var(--m404-border-strong);
  filter: brightness(1.05);
}

.mp-404-quickgrid-F8xLp i,
.mp-404-catlist-F8xLp i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(73, 230, 255, 0.1);
  color: var(--m404-c);
}

.mp-404-quickgrid-F8xLp span,
.mp-404-catlist-F8xLp span {
  font-weight: 900;
  line-height: 1.25;
}

/* Categories */
.mp-404-catlist-F8xLp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mp-404-catlist-F8xLp a {
  min-height: 68px;
}

.mp-404-catlist-F8xLp em {
  margin-left: auto;
  display: inline-flex;
  min-width: 34px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--m404-muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.mp-404-catlist-F8xLp .is-empty {
  grid-column: 1/-1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--m404-muted);
}

/* CTA */
.mp-404-bottom-cta-F8xLp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 30px);
  margin-bottom: 0;
}

.mp-404-bottom-cta-F8xLp span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--m404-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-404-bottom-cta-F8xLp h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.mp-404-bottom-cta-F8xLp p {
  margin: 0;
  color: var(--m404-muted);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1100px) {
  .mp-404-quickgrid-F8xLp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mp-404-catlist-F8xLp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .mp-404-hero-F8xLp {
    grid-template-columns: 1fr;
  }
  .mp-404-hero-visual-F8xLp {
    min-height: 260px;
  }
  .mp-404-card-F8xLp {
    left: 50%;
    right: auto;
    width: min(330px, 90%);
    transform: translate(-50%, -50%) rotate(-4deg);
  }
  .mp-404-bottom-cta-F8xLp {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .mp-404-quickgrid-F8xLp,
  .mp-404-catlist-F8xLp {
    grid-template-columns: 1fr;
  }
  .mp-404-search-F8xLp form,
  .mp-404-search-F8xLp .search-form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .mp404-cSJJo {
    width: min(100% - 20px, 1180px);
  }
  .mp-404-hero-F8xLp {
    border-radius: 28px;
    padding: 20px;
  }
  .mp-404-hero-F8xLp h2 {
    font-size: clamp(84px, 30vw, 140px);
  }
  .mp-404-actions-F8xLp,
  .mp-404-btn-F8xLp,
  .mp-404-bottom-cta-F8xLp a {
    width: 100%;
  }
  .mp-404-search-panel-F8xLp,
  .mp-404-categories-F8xLp,
  .mp-404-bottom-cta-F8xLp {
    border-radius: 22px;
  }
}
/* =========================================
   SHOP PAGE (Scoped) — shop-0CFkf
   Card HTML: mpema-team / team-item structure
   ========================================= */
.page-magaza-iXcQP {
  margin-top: 20px;
}
.page-magaza-iXcQP {
  margin-bottom: 20px;
}

.shop-0CFkf {
  --acc-a: rgba(255,46,166,.95);
  --acc-b: rgba(116,91,255,.78);
  --glass: rgba(255,255,255,.06);
  --glass2: rgba(255,255,255,.10);
  --bd: rgba(255,255,255,.12);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.68);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  /* Sidebar blocks */
  /* Price */
  /* Range slider: draggable double thumb */
  /* Category search */
  /* Categories list */
  /* Toolbar */
  /* Requested team section/card HTML integration */
  /* Empty */
  /* Card polish: keeps original team class structure */
  /* More */
}
.shop-0CFkf *,
.shop-0CFkf *::before,
.shop-0CFkf *::after {
  box-sizing: border-box;
}
.shop-0CFkf .shop-0CFkf__layout {
  display: grid;
  grid-template-columns: minmax(220px, clamp(240px, 22vw, 320px)) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__sidebar {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: sticky;
  top: 14px;
  z-index: 2;
}
.shop-0CFkf .shop-0CFkf__form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .shop-0CFkf .shop-0CFkf__layout {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 18px;
  }
  .shop-0CFkf .shop-0CFkf__col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .shop-0CFkf {
    overflow-x: visible;
  }
  .shop-0CFkf .shop-0CFkf__layout {
    grid-template-columns: 1fr;
  }
  .shop-0CFkf .shop-0CFkf__sidebar {
    position: static;
    top: auto;
  }
  .shop-0CFkf .shop-0CFkf__main {
    overflow: visible;
  }
}
.shop-0CFkf .shop-0CFkf__block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--bd);
  border-radius: 18px;
  background: var(--glass);
  backdrop-filter: blur(12px);
  padding: 14px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}
.shop-0CFkf .shop-0CFkf__block-title {
  font-weight: 900;
  letter-spacing: 0.2px;
  color: var(--text);
  margin-bottom: 12px;
}
.shop-0CFkf .shop-0CFkf__price-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  width: 100%;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__price-inputs label {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  gap: 6px;
}
.shop-0CFkf .shop-0CFkf__price-inputs label span {
  color: var(--muted);
  font-weight: 750;
  font-size: 12.5px;
}
.shop-0CFkf .shop-0CFkf__price-inputs label input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 42px;
  border-radius: 14px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text);
  outline: none;
}
.shop-0CFkf .shop-0CFkf__price-inputs label input:focus {
  border-color: rgba(116, 91, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(116, 91, 255, 0.16);
}
@media (max-width: 420px) {
  .shop-0CFkf .shop-0CFkf__price-inputs {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.shop-0CFkf .shop-0CFkf__range {
  position: relative;
  height: 36px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  user-select: none;
  touch-action: none;
}
.shop-0CFkf .shop-0CFkf__range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__range .fill {
  position: absolute;
  top: 16px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__range input[type=range] {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  z-index: 3;
}
.shop-0CFkf .shop-0CFkf__range #shop-0CFkf-range-min {
  z-index: 4;
}
.shop-0CFkf .shop-0CFkf__range #shop-0CFkf-range-max {
  z-index: 5;
}
.shop-0CFkf .shop-0CFkf__range input[type=range].is-active {
  z-index: 6;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
  border: 0;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  border: 0;
  cursor: grab;
  pointer-events: auto;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-moz-range-track {
  height: 4px;
  background: transparent;
  border: 0;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  border: 0;
  cursor: grab;
  pointer-events: auto;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]:active::-moz-range-thumb {
  cursor: grabbing;
}
.shop-0CFkf .shop-0CFkf__cat-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__cat-search input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--text);
  font-weight: 750;
}
.shop-0CFkf .shop-0CFkf__cats {
  display: grid;
  gap: 10px;
  max-height: 380px;
  overflow: auto;
  padding-right: 6px;
  min-width: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) rgba(255, 255, 255, 0.06);
}
.shop-0CFkf .shop-0CFkf__cats::-webkit-scrollbar {
  width: 8px;
}
.shop-0CFkf .shop-0CFkf__cats::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}
.shop-0CFkf .shop-0CFkf__cats::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.shop-0CFkf .shop-0CFkf__catChip {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}
.shop-0CFkf .shop-0CFkf__catChip input {
  flex: 0 0 auto;
  accent-color: rgb(116, 91, 255);
}
.shop-0CFkf .shop-0CFkf__catChip .ico {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 46, 166, 0.9);
}
.shop-0CFkf .shop-0CFkf__catChip .txt {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-0CFkf .shop-0CFkf__catChip .cnt {
  flex: 0 0 auto;
  margin-left: auto;
  opacity: 0.65;
  font-style: normal;
  font-weight: 750;
}
.shop-0CFkf .shop-0CFkf__catChip:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(116, 91, 255, 0.35);
}
.shop-0CFkf .shop-0CFkf__actions {
  display: flex;
}
.shop-0CFkf .shop-0CFkf__clear {
  width: 100%;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.shop-0CFkf .shop-0CFkf__clear:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(116, 91, 255, 0.4);
}
.shop-0CFkf .shop-0CFkf__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__result {
  color: var(--muted);
  font-weight: 800;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-0CFkf .shop-0CFkf__sort label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}
.shop-0CFkf .shop-0CFkf__sort label select {
  height: 42px;
  border-radius: 16px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  color: var(--text);
  outline: none;
}
.shop-0CFkf #shop-0CFkf-grid,
.shop-0CFkf .shop-0CFkf__cardsSection,
.shop-0CFkf .shop-0CFkf__cardsContainer,
.shop-0CFkf .shop-0CFkf__cardsRow {
  min-width: 0;
  max-width: 100%;
}
.shop-0CFkf .shop-0CFkf__cardsSection {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
}
.shop-0CFkf .shop-0CFkf__cardsContainer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.shop-0CFkf .shop-0CFkf__cardsRow {
  --bs-gutter-x: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.shop-0CFkf .shop-0CFkf__col {
  min-width: 0;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.shop-0CFkf .mp-shopCard-0CFkf__empty {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-weight: 800;
}
.shop-0CFkf .mp-shopCard-0CFkf {
  position: relative;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
}
.shop-0CFkf .mp-shopCard-0CFkf .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.shop-0CFkf .mp-shopCard-0CFkf .team-img img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.shop-0CFkf .mp-shopCard-0CFkf:hover .team-img img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}
.shop-0CFkf .mp-shopCard-0CFkf .team-content {
  padding: 14px 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}
.shop-0CFkf .mp-shopCard-0CFkf .team-content .title {
  margin-bottom: 0;
  min-width: 0;
}
.shop-0CFkf .mp-shopCard-0CFkf .team-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.shop-0CFkf .mp-shopCard-0CFkf .mp-shopCard-0CFkf__price {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}
.shop-0CFkf .shop-0CFkf__more-wrap {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.shop-0CFkf .shop-0CFkf__more {
  height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2px;
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.shop-0CFkf .shop-0CFkf__more:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

/* =========================================
   PATCH — AJAX card sync + price badge + range drag fallback
   - page-magaza(2).php card HTML artık ekstra mp-shopCard class kullanmıyor.
   - Bu yüzden fiyat görünümü doğrudan team-content .designation üzerinden scope edildi.
   - Range sürükleme JS fallback'i wrapper üzerinden çalıştığı için input pointer çakışması kapatıldı.
   ========================================= */
.shop-0CFkf {
  /* Final visual range fix
     Native overlapped range thumbs can stay visually frozen while JS values update.
     We hide native thumbs and draw two JS-positioned helper thumbs instead. */
}
.shop-0CFkf .mpema-team-9VjRc {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.shop-0CFkf .mpema-team-9VjRc > .row {
  min-width: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.shop-0CFkf .mpema-team-9VjRc > .row > [class*=col-] {
  min-width: 0;
}
.shop-0CFkf .mpema-team-9VjRc .team-item {
  min-width: 0;
}
.shop-0CFkf .mpema-team-9VjRc .team-content {
  min-width: 0;
}
.shop-0CFkf .mpema-team-9VjRc .team-content .title {
  min-width: 0;
}
.shop-0CFkf .mpema-team-9VjRc .team-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.shop-0CFkf .mpema-team-9VjRc .team-content .designation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  max-width: 100%;
  margin-top: 9px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}
.shop-0CFkf .mpema-team-9VjRc .team-content .designation del {
  opacity: 0.65;
  font-weight: 700;
}
.shop-0CFkf .mpema-team-9VjRc .team-content .designation ins {
  text-decoration: none;
}
.shop-0CFkf .mpema-team-9VjRc .team-content .designation .amount,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation bdi {
  color: inherit;
  font-weight: inherit;
}
.shop-0CFkf .shop-0CFkf__range {
  cursor: pointer;
  touch-action: pan-y;
}
.shop-0CFkf .shop-0CFkf__range input[type=range] {
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-webkit-slider-thumb {
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-moz-range-thumb {
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range {
  position: relative;
  cursor: pointer;
  touch-action: pan-y;
}
.shop-0CFkf .shop-0CFkf__range input[type=range] {
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-webkit-slider-thumb {
  opacity: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-moz-range-thumb {
  opacity: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range-thumb {
  position: absolute;
  top: 18px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), 0 0 0 4px rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.72);
  z-index: 8;
  pointer-events: none;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.shop-0CFkf .shop-0CFkf__range-thumb.is-active {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42), 0 0 0 6px rgba(116, 91, 255, 0.2);
}

/* =========================================
   MPDL SHOP PAGE — Dark Glass Redesign
   Scope: page-magaza-iXcQP / shop-0CFkf
   ========================================= */
.page-magaza-iXcQP {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 11% 18%, rgba(0, 214, 255, 0.18) 0 75px, transparent 76px), radial-gradient(circle at 89% 4%, rgba(117, 91, 255, 0.22) 0 100px, transparent 101px), linear-gradient(135deg, #070010 0%, #0d0618 42%, #071f22 100%);
  padding: clamp(28px, 4vw, 54px) 0 clamp(42px, 6vw, 76px);
}
.page-magaza-iXcQP {
  margin-top: 0;
}
.page-magaza-iXcQP {
  margin-bottom: 0;
}
.page-magaza-iXcQP::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 72%);
  opacity: 0.28;
}
.page-magaza-iXcQP .part-content {
  position: relative;
  z-index: 1;
}

.shop-0CFkf {
  --mp-shop-bg: rgba(28, 16, 43, .70);
  --mp-shop-bg-2: rgba(255,255,255,.055);
  --mp-shop-bg-3: rgba(255,255,255,.085);
  --mp-shop-border: rgba(211,124,255,.22);
  --mp-shop-border-2: rgba(107,255,229,.18);
  --mp-shop-text: rgba(255,255,255,.94);
  --mp-shop-muted: rgba(230,219,245,.68);
  --mp-shop-soft: rgba(230,219,245,.46);
  --mp-shop-fuchsia: #ec4cff;
  --mp-shop-purple: #9b6cff;
  --mp-shop-cyan: #58f4df;
  --mp-shop-dark: #08000f;
  --mp-shop-radius: 24px;
  --mp-shop-radius-sm: 16px;
  --mp-shop-shadow: 0 24px 70px rgba(0,0,0,.38);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: var(--mp-shop-text);
  overflow-x: clip;
}
.shop-0CFkf *,
.shop-0CFkf *::before,
.shop-0CFkf *::after {
  box-sizing: border-box;
}
.shop-0CFkf a {
  color: inherit;
}
.shop-0CFkf .shop-0CFkf__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  margin-bottom: clamp(22px, 3vw, 34px);
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--mp-shop-border);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(65, 35, 88, 0.58), rgba(22, 11, 33, 0.74)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 9px);
  box-shadow: var(--mp-shop-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.shop-0CFkf .shop-0CFkf__hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -100px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 244, 223, 0.22), transparent 64%);
  filter: blur(4px);
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #f18cff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.shop-0CFkf .shop-0CFkf__kicker i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mp-shop-cyan);
  box-shadow: 0 0 20px rgba(88, 244, 223, 0.85);
}
.shop-0CFkf .shop-0CFkf__heroContent h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 950;
}
.shop-0CFkf .shop-0CFkf__heroContent p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--mp-shop-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
}
.shop-0CFkf .shop-0CFkf__heroStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.shop-0CFkf .shop-0CFkf__heroStats article {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.shop-0CFkf .shop-0CFkf__heroStats span {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}
.shop-0CFkf .shop-0CFkf__heroStats span .woocommerce-Price-amount,
.shop-0CFkf .shop-0CFkf__heroStats span bdi {
  color: inherit;
  font-weight: inherit;
}
.shop-0CFkf .shop-0CFkf__heroStats small {
  display: block;
  margin-top: 9px;
  color: var(--mp-shop-muted);
  font-size: 12px;
  font-weight: 850;
}
.shop-0CFkf .shop-0CFkf__layout {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__sidebar {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: sticky;
  top: 16px;
  z-index: 2;
}
.shop-0CFkf .shop-0CFkf__form,
.shop-0CFkf .shop-0CFkf__main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__main {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.shop-0CFkf .shop-0CFkf__block,
.shop-0CFkf .shop-0CFkf__toolbar {
  border: 1px solid var(--mp-shop-border);
  background: linear-gradient(145deg, rgba(57, 31, 76, 0.62), rgba(18, 9, 29, 0.72)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 8px);
  backdrop-filter: blur(16px);
  box-shadow: var(--mp-shop-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.shop-0CFkf .shop-0CFkf__block {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: var(--mp-shop-radius);
  padding: 16px;
  margin-bottom: 14px;
}
.shop-0CFkf .shop-0CFkf__block-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop-0CFkf .shop-0CFkf__block-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mp-shop-cyan);
  box-shadow: 0 0 18px rgba(88, 244, 223, 0.7);
}
.shop-0CFkf .shop-0CFkf__price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
  width: 100%;
  min-width: 0;
}
.shop-0CFkf .shop-0CFkf__price-inputs label {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.shop-0CFkf .shop-0CFkf__price-inputs span {
  color: var(--mp-shop-muted);
  font-weight: 850;
  font-size: 12px;
}
.shop-0CFkf .shop-0CFkf__price-inputs input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  border-radius: 15px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.26);
  color: var(--mp-shop-text);
  outline: none;
  font-weight: 850;
}
.shop-0CFkf .shop-0CFkf__price-inputs input:focus {
  border-color: rgba(236, 76, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(236, 76, 255, 0.16);
}
.shop-0CFkf .shop-0CFkf__range {
  position: relative;
  height: 38px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  user-select: none;
  cursor: pointer;
  touch-action: pan-y;
}
.shop-0CFkf .shop-0CFkf__range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  z-index: 1;
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__range .fill {
  position: absolute;
  top: 18px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mp-shop-fuchsia), var(--mp-shop-purple), var(--mp-shop-cyan));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  z-index: 2;
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__range input[type=range] {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none !important;
  z-index: 3;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  opacity: 0 !important;
  width: 18px;
  height: 18px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range input[type=range]::-moz-range-thumb {
  opacity: 0 !important;
  width: 18px;
  height: 18px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
}
.shop-0CFkf .shop-0CFkf__range-thumb {
  position: absolute;
  top: 20px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--mp-shop-fuchsia), var(--mp-shop-cyan));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36), 0 0 0 5px rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.78);
  z-index: 8;
  pointer-events: none;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.shop-0CFkf .shop-0CFkf__range-thumb.is-active {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), 0 0 0 7px rgba(236, 76, 255, 0.2);
}
.shop-0CFkf .shop-0CFkf__cat-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 12px;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.72);
}
.shop-0CFkf .shop-0CFkf__cat-search input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--mp-shop-text);
  font-weight: 850;
}
.shop-0CFkf .shop-0CFkf__cat-search input::placeholder {
  color: rgba(230, 219, 245, 0.44);
}
.shop-0CFkf .shop-0CFkf__cats {
  display: grid;
  gap: 10px;
  max-height: 390px;
  overflow: auto;
  padding-right: 6px;
  min-width: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(236, 76, 255, 0.35) rgba(255, 255, 255, 0.06);
}
.shop-0CFkf .shop-0CFkf__cats::-webkit-scrollbar {
  width: 8px;
}
.shop-0CFkf .shop-0CFkf__cats::-webkit-scrollbar-thumb {
  background: rgba(236, 76, 255, 0.35);
  border-radius: 999px;
}
.shop-0CFkf .shop-0CFkf__cats::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.055);
  border-radius: 999px;
}
.shop-0CFkf .shop-0CFkf__catChip {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--mp-shop-text);
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.shop-0CFkf .shop-0CFkf__catChip input {
  flex: 0 0 auto;
  accent-color: #c154ff;
}
.shop-0CFkf .shop-0CFkf__catChip .ico {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(236, 76, 255, 0.18), rgba(88, 244, 223, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--mp-shop-cyan);
}
.shop-0CFkf .shop-0CFkf__catChip .txt {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-0CFkf .shop-0CFkf__catChip .cnt {
  flex: 0 0 auto;
  margin-left: auto;
  opacity: 0.62;
  font-style: normal;
  font-weight: 850;
}
.shop-0CFkf .shop-0CFkf__catChip:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(236, 76, 255, 0.38);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.shop-0CFkf .shop-0CFkf__actions {
  display: flex;
}
.shop-0CFkf .shop-0CFkf__clear,
.shop-0CFkf .shop-0CFkf__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  cursor: pointer;
  color: #fff;
  font-weight: 950;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, var(--mp-shop-fuchsia), var(--mp-shop-purple));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}
.shop-0CFkf .shop-0CFkf__clear:hover,
.shop-0CFkf .shop-0CFkf__more:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.42);
}
.shop-0CFkf .shop-0CFkf__clear {
  width: 100%;
}
.shop-0CFkf .shop-0CFkf__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  min-width: 0;
  border-radius: var(--mp-shop-radius);
  padding: 13px;
}
.shop-0CFkf .shop-0CFkf__result {
  color: var(--mp-shop-muted);
  font-weight: 900;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
}
.shop-0CFkf .shop-0CFkf__sort label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mp-shop-muted);
  font-weight: 900;
}
.shop-0CFkf .shop-0CFkf__sort label select {
  height: 44px;
  border-radius: 16px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.26);
  color: var(--mp-shop-text);
  outline: none;
  font-weight: 850;
}
.shop-0CFkf #shop-0CFkf-grid, .shop-0CFkf .shop-0CFkf__cardsSection, .shop-0CFkf .shop-0CFkf__cardsRow {
  min-width: 0;
  max-width: 100%;
}
.shop-0CFkf .shop-0CFkf__cardsSection {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
}
.shop-0CFkf .shop-0CFkf__cardsRow {
  --bs-gutter-x: 1.35rem;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.shop-0CFkf .shop-0CFkf__col {
  min-width: 0;
}
.shop-0CFkf .mp-shopCard-0CFkf__empty {
  padding: 22px;
  border-radius: var(--mp-shop-radius);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--mp-shop-muted);
  font-weight: 900;
}
.shop-0CFkf .mp-shop-card-0CFkf,
.shop-0CFkf .mpema-team-9VjRc .team-item {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--mp-shop-border);
  background: linear-gradient(145deg, rgba(58, 31, 82, 0.78), rgba(18, 9, 31, 0.86)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 8px);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.37), inset 0 1px 0 rgba(255, 255, 255, 0.075);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.shop-0CFkf .mp-shop-card-0CFkf::before,
.shop-0CFkf .mpema-team-9VjRc .team-item::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 0%, rgba(88, 244, 223, 0.16), transparent 38%), radial-gradient(circle at 100% 10%, rgba(236, 76, 255, 0.16), transparent 42%);
  opacity: 0.9;
  pointer-events: none;
}
.shop-0CFkf .mp-shop-card-0CFkf:hover,
.shop-0CFkf .mpema-team-9VjRc .team-item:hover {
  transform: translateY(-5px);
  border-color: rgba(236, 76, 255, 0.42);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(88, 244, 223, 0.12) inset;
}
.shop-0CFkf .mp-shop-card-0CFkf__media,
.shop-0CFkf .mpema-team-9VjRc .team-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 12px 12px 0;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-0CFkf .mp-shop-card-0CFkf__media img,
.shop-0CFkf .mpema-team-9VjRc .team-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  transition: transform 0.34s ease, filter 0.34s ease;
}
.shop-0CFkf .mp-shop-card-0CFkf:hover .mp-shop-card-0CFkf__media img,
.shop-0CFkf .mpema-team-9VjRc .team-item:hover .team-img img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}
.shop-0CFkf .mp-shop-card-0CFkf__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  background: rgba(10, 4, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.shop-0CFkf .mp-shop-card-0CFkf__actions {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
  display: flex;
  gap: 7px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.shop-0CFkf .mp-shop-card-0CFkf__actions a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: rgba(10, 4, 18, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.shop-0CFkf .mp-shop-card-0CFkf__actions a:hover {
  transform: translateY(-2px);
  background: rgba(236, 76, 255, 0.35);
  border-color: rgba(236, 76, 255, 0.5);
}
.shop-0CFkf .mp-shop-card-0CFkf:hover .mp-shop-card-0CFkf__actions {
  opacity: 1;
  transform: translateY(0);
}
.shop-0CFkf .mp-shop-card-0CFkf__body,
.shop-0CFkf .mpema-team-9VjRc .team-content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
}
.shop-0CFkf .mp-shop-card-0CFkf__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.shop-0CFkf .mp-shop-card-0CFkf__eyebrow span, .shop-0CFkf .mp-shop-card-0CFkf__eyebrow em {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--mp-shop-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-0CFkf .mp-shop-card-0CFkf__eyebrow span {
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shop-0CFkf .mp-shop-card-0CFkf__eyebrow em {
  color: var(--mp-shop-cyan);
}
.shop-0CFkf .mp-shop-card-0CFkf__title,
.shop-0CFkf .mpema-team-9VjRc .team-content .title {
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 950;
}
.shop-0CFkf .mp-shop-card-0CFkf__title a,
.shop-0CFkf .mpema-team-9VjRc .team-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.shop-0CFkf .mp-shop-card-0CFkf__excerpt {
  margin: 10px 0 0;
  color: var(--mp-shop-muted);
  font-size: 13px;
  line-height: 1.6;
  min-height: 42px;
}
.shop-0CFkf .mp-shop-card-0CFkf__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.shop-0CFkf .mp-shop-card-0CFkf__chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11.5px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-0CFkf .mp-shop-card-0CFkf__chips span i {
  color: var(--mp-shop-cyan);
}
.shop-0CFkf .mp-shop-card-0CFkf__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: auto;
  padding-top: 15px;
}
.shop-0CFkf .mp-shop-card-0CFkf__price,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  color: #fff;
  font-weight: 950;
  line-height: 1.15;
}
.shop-0CFkf .mp-shop-card-0CFkf__price .price,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.shop-0CFkf .mp-shop-card-0CFkf__price del,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation del {
  opacity: 0.58;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
  text-decoration-thickness: 2px;
}
.shop-0CFkf .mp-shop-card-0CFkf__price ins,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation ins {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  text-decoration: none;
}
.shop-0CFkf .mp-shop-card-0CFkf__price > .woocommerce-Price-amount, .shop-0CFkf .mp-shop-card-0CFkf__price .price > .woocommerce-Price-amount,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation > .woocommerce-Price-amount,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation .price > .woocommerce-Price-amount {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}
.shop-0CFkf .mp-shop-card-0CFkf__price .amount, .shop-0CFkf .mp-shop-card-0CFkf__price bdi,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation .amount,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation bdi {
  color: inherit;
  font-weight: inherit;
}
.shop-0CFkf .mp-shop-card-0CFkf__price .mp-sale-schedule,
.shop-0CFkf .mpema-team-9VjRc .team-content .designation .mp-sale-schedule {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--mp-shop-cyan);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
  background: rgba(88, 244, 223, 0.08);
  border: 1px solid rgba(88, 244, 223, 0.16);
}
.shop-0CFkf .mp-shop-card-0CFkf__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--mp-shop-fuchsia), var(--mp-shop-purple));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.shop-0CFkf .mp-shop-card-0CFkf__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  color: #fff;
}
.shop-0CFkf .mpema-team-9VjRc .team-item:not(.mp-shop-card-0CFkf) .team-img {
  margin: 12px 12px 0;
}
.shop-0CFkf .mpema-team-9VjRc .team-item:not(.mp-shop-card-0CFkf) .social-links {
  display: none;
}
.shop-0CFkf .shop-0CFkf__more-wrap {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.shop-0CFkf.is-loading .shop-0CFkf__main::after {
  content: "";
  position: absolute;
  inset: 60px 0 auto;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--mp-shop-fuchsia), var(--mp-shop-cyan), transparent);
  animation: shop0CFkfPulse 1.1s linear infinite;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .shop-0CFkf .shop-0CFkf__layout {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }
  .shop-0CFkf .shop-0CFkf__col {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .shop-0CFkf {
    overflow-x: visible;
  }
  .shop-0CFkf .shop-0CFkf__hero, .shop-0CFkf .shop-0CFkf__layout {
    grid-template-columns: 1fr;
  }
  .shop-0CFkf .shop-0CFkf__sidebar {
    position: static;
    top: auto;
  }
}
@media (max-width: 640px) {
  .shop-0CFkf .shop-0CFkf__hero {
    padding: 22px;
    border-radius: 24px;
  }
  .shop-0CFkf .shop-0CFkf__heroStats {
    grid-template-columns: 1fr;
  }
  .shop-0CFkf .shop-0CFkf__price-inputs {
    grid-template-columns: 1fr;
  }
  .shop-0CFkf .shop-0CFkf__toolbar {
    align-items: stretch;
  }
  .shop-0CFkf .shop-0CFkf__sort, .shop-0CFkf .shop-0CFkf__sort label, .shop-0CFkf .shop-0CFkf__sort select {
    width: 100%;
  }
  .shop-0CFkf .mp-shop-card-0CFkf__actions {
    opacity: 1;
    transform: translateY(0);
  }
  .shop-0CFkf .mp-shop-card-0CFkf__footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .shop-0CFkf .mp-shop-card-0CFkf__btn {
    width: 100%;
  }
}

@keyframes shop0CFkfPulse {
  from {
    transform: translateX(-35%);
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(35%);
    opacity: 0.35;
  }
}
/* MPDL Shop AJAX notice additions */
.shop-0CFkf__notice {
  margin: 0 0 18px;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 85, 160, 0.32);
  background: rgba(255, 85, 160, 0.1);
  color: rgba(255, 235, 248, 0.96);
  font-size: 13px;
  line-height: 1.55;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.shop-0CFkf__notice[hidden] {
  display: none !important;
}

.shop-0CFkf__notice.is-error {
  border-color: rgba(255, 85, 160, 0.35);
  background: linear-gradient(135deg, rgba(255, 55, 140, 0.12), rgba(150, 90, 255, 0.08));
}

.shop-0CFkf.is-loading .shop-0CFkf__main {
  position: relative;
}

.shop-0CFkf.is-loading .shop-0CFkf__main::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: rgba(109, 255, 221, 0.9);
  animation: shop0CFkfSpin 0.7s linear infinite;
}

@keyframes shop0CFkfSpin {
  to {
    transform: rotate(360deg);
  }
}
/* MPDL Shop Filter v6 sidebar/range helpers */
.shop-0CFkf .shop-0CFkf__notice {
  margin: 0 0 18px;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 85, 160, 0.32);
  background: linear-gradient(135deg, rgba(255, 55, 140, 0.12), rgba(150, 90, 255, 0.08));
  color: rgba(255, 235, 248, 0.96);
  font-size: 13px;
  line-height: 1.55;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}
.shop-0CFkf .shop-0CFkf__notice[hidden] {
  display: none !important;
}
.shop-0CFkf .shop-0CFkf__range {
  position: relative;
  min-height: 38px;
  padding: 14px 0 10px;
  cursor: pointer;
  touch-action: none;
}
.shop-0CFkf .shop-0CFkf__range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.shop-0CFkf .shop-0CFkf__range .fill {
  position: absolute;
  top: 18px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 0 18px rgba(255, 46, 166, 0.25);
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__range input[type=range] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 38px;
  margin: 0;
  opacity: 0;
  pointer-events: none !important;
  appearance: none;
  -webkit-appearance: none;
}
.shop-0CFkf .shop-0CFkf__range-thumb {
  position: absolute;
  top: 21px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--acc-a), var(--acc-b));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), 0 0 0 4px rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.72);
  z-index: 8;
  pointer-events: none;
}
.shop-0CFkf .shop-0CFkf__price-inputs input {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.065) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 14px !important;
}

/* Pitemati / MPDL Contact Page UI - Scope: .mp-contact-page-C9sQ2 */
.email-address-dR4xS {
  margin: 0;
  padding: 0;
}

.email-address-dR4xS li {
  list-style: none;
}

.mp-contact-page-C9sQ2 {
  --mpc-card:rgba(255,255,255,.065);
  --mpc-border:rgba(255,255,255,.13);
  --mpc-border-strong:rgba(255,255,255,.22);
  --mpc-text:rgba(255,255,255,.94);
  --mpc-muted:rgba(255,255,255,.66);
  --mpc-a:#ff2ea6;
  --mpc-b:#745bff;
  --mpc-c:#49e6ff;
  color: var(--mpc-text);
  position: relative;
  overflow: hidden;
  padding: 44px 0 58px;
}

.mp-contact-page-C9sQ2, .mp-contact-page-C9sQ2 * {
  box-sizing: border-box;
}

.mp-contact-page-C9sQ2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 12%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 85% 5%, rgba(73, 230, 255, 0.16), transparent 30%), radial-gradient(circle at 50% 92%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 46%);
  opacity: 0.96;
}

.mp-contact-shell-C9sQ2 {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

.mp-contact-hero-C9sQ2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  min-height: 360px;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.14), transparent 34%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.78);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.mp-contact-hero-C9sQ2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-contact-hero-content-C9sQ2 {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-contact-kicker-C9sQ2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-contact-kicker-C9sQ2 i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-contact-hero-C9sQ2 h1 {
  max-width: 720px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-contact-hero-C9sQ2 p {
  max-width: 700px;
  margin: 0;
  color: var(--mpc-muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.mp-contact-hero-actions-C9sQ2 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.mp-contact-btn-C9sQ2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-b));
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(255, 46, 166, 0.22), 0 16px 38px rgba(116, 91, 255, 0.2);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.mp-contact-btn-C9sQ2:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.mp-contact-btn-C9sQ2.is-soft {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
}

.mp-contact-hero-card-C9sQ2 {
  position: relative;
  z-index: 1;
  min-height: 280px;
}

.mp-contact-orbit-C9sQ2 {
  position: absolute;
  inset: 36px 0 20px;
  border: 1px solid rgba(73, 230, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-14deg);
  box-shadow: 0 0 44px rgba(116, 91, 255, 0.12);
}

.mp-contact-glow-card-C9sQ2 {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 310px;
  min-height: 210px;
  transform: translateY(-50%) rotate(-5deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 46px rgba(255, 46, 166, 0.14);
}

.mp-contact-glow-card-C9sQ2 span {
  color: var(--mpc-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-contact-glow-card-C9sQ2 strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mp-contact-glow-card-C9sQ2 em {
  display: block;
  margin-top: 12px;
  color: var(--mpc-muted);
  font-style: normal;
  font-weight: 700;
}

.mp-contact-info-grid-C9sQ2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.mp-contact-info-card-C9sQ2, .mp-contact-form-panel-C9sQ2, .mp-contact-side-card-C9sQ2 {
  border: 1px solid var(--mpc-border);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-contact-info-card-C9sQ2 {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
}

.mp-contact-info-card-C9sQ2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.12), transparent 42%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 38%);
}

.mp-contact-icon-C9sQ2 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpc-c);
  font-size: 21px;
  box-shadow: 0 0 26px rgba(73, 230, 255, 0.12);
}

.mp-contact-info-card-C9sQ2 h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.mp-contact-info-card-C9sQ2 p {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--mpc-muted);
  line-height: 1.65;
}

.mp-contact-info-card-C9sQ2 a, .mp-contact-info-card-C9sQ2 span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: var(--mpc-c);
  font-weight: 900;
  text-decoration: none;
}

.mp-contact-main-C9sQ2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.mp-contact-form-panel-C9sQ2 {
  padding: clamp(18px, 2.4vw, 30px);
}

.mp-contact-panel-head-C9sQ2 {
  margin-bottom: 20px;
}

.mp-contact-panel-head-C9sQ2 span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpc-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-contact-panel-head-C9sQ2 h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-contact-panel-head-C9sQ2 p {
  margin: 0;
  color: var(--mpc-muted);
  line-height: 1.7;
}

.mp-contact-content-C9sQ2, .mp-contact-content-C9sQ2 p {
  color: var(--mpc-muted);
  line-height: 1.75;
}

.mp-contact-content-C9sQ2 label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.mp-contact-content-C9sQ2 input[type=text], .mp-contact-content-C9sQ2 input[type=email], .mp-contact-content-C9sQ2 input[type=tel], .mp-contact-content-C9sQ2 input[type=url], .mp-contact-content-C9sQ2 input[type=number], .mp-contact-content-C9sQ2 input[type=password], .mp-contact-content-C9sQ2 textarea, .mp-contact-content-C9sQ2 select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  padding: 12px 15px !important;
  outline: none !important;
  box-shadow: none !important;
}

.mp-contact-content-C9sQ2 textarea {
  min-height: 140px;
  resize: vertical;
}

.mp-contact-content-C9sQ2 input:focus, .mp-contact-content-C9sQ2 textarea:focus, .mp-contact-content-C9sQ2 select:focus {
  border-color: rgba(73, 230, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.085) !important;
  box-shadow: 0 0 0 4px rgba(73, 230, 255, 0.1) !important;
}

.mp-contact-content-C9sQ2 input::placeholder, .mp-contact-content-C9sQ2 textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.mp-contact-content-C9sQ2 input[type=submit], .mp-contact-content-C9sQ2 button, .mp-contact-content-C9sQ2 .button, .mp-contact-content-C9sQ2 .wpcf7-submit, .mp-contact-content-C9sQ2 .wpforms-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 13px 22px !important;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-b)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(255, 46, 166, 0.22), 0 16px 38px rgba(116, 91, 255, 0.2);
  cursor: pointer;
}

.mp-contact-content-C9sQ2 .wpcf7-response-output, .mp-contact-content-C9sQ2 .wpforms-confirmation-container-full {
  margin: 16px 0 0 !important;
  border: 1px solid rgba(73, 230, 255, 0.25) !important;
  border-radius: 18px !important;
  background: rgba(73, 230, 255, 0.08) !important;
  color: #fff !important;
  padding: 14px 16px !important;
}

.mp-contact-side-panel-C9sQ2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mp-contact-side-card-C9sQ2 {
  padding: 22px;
}

.mp-contact-side-card-C9sQ2 span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--mpc-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-contact-side-card-C9sQ2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-contact-side-card-C9sQ2 li {
  position: relative;
  padding-left: 22px;
  margin: 12px 0;
  color: var(--mpc-muted);
  line-height: 1.55;
}

.mp-contact-side-card-C9sQ2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-c));
  box-shadow: 0 0 16px rgba(73, 230, 255, 0.3);
}

.mp-contact-side-card-C9sQ2 p {
  margin: 0 0 16px;
  color: var(--mpc-muted);
  line-height: 1.7;
}

.mp-contact-side-card-C9sQ2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-contact-side-card-C9sQ2.is-highlight {
  border-color: rgba(255, 46, 166, 0.22);
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.16), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

@media (max-width: 991px) {
  .mp-contact-hero-C9sQ2, .mp-contact-main-C9sQ2 {
    grid-template-columns: 1fr;
  }
  .mp-contact-hero-card-C9sQ2 {
    min-height: 240px;
  }
  .mp-contact-glow-card-C9sQ2 {
    left: 50%;
    right: auto;
    width: min(330px, 90%);
    transform: translate(-50%, -50%) rotate(-4deg);
  }
  .mp-contact-info-grid-C9sQ2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .mp-contact-page-C9sQ2 {
    padding: 26px 0 42px;
  }
  .mp-contact-shell-C9sQ2 {
    width: min(100% - 20px, 1180px);
  }
  .mp-contact-hero-C9sQ2 {
    border-radius: 28px;
    padding: 20px;
  }
  .mp-contact-hero-C9sQ2 h1 {
    font-size: clamp(38px, 14vw, 58px);
  }
  .mp-contact-hero-actions-C9sQ2, .mp-contact-btn-C9sQ2 {
    width: 100%;
  }
  .mp-contact-info-card-C9sQ2, .mp-contact-form-panel-C9sQ2, .mp-contact-side-card-C9sQ2 {
    border-radius: 22px;
  }
  .mp-contact-content-C9sQ2 input[type=submit], .mp-contact-content-C9sQ2 button, .mp-contact-content-C9sQ2 .button, .mp-contact-content-C9sQ2 .wpcf7-submit, .mp-contact-content-C9sQ2 .wpforms-submit {
    width: 100%;
  }
}
/* Pitemati / MPDL Contact Page UI - Scope: .mp-contact-page-C9sQ2 */
.mp-contact-page-C9sQ2 {
  --mpc-card:rgba(255,255,255,.065);
  --mpc-border:rgba(255,255,255,.13);
  --mpc-border-strong:rgba(255,255,255,.22);
  --mpc-text:rgba(255,255,255,.94);
  --mpc-muted:rgba(255,255,255,.66);
  --mpc-a:#ff2ea6;
  --mpc-b:#745bff;
  --mpc-c:#49e6ff;
  color: var(--mpc-text);
  position: relative;
  overflow: hidden;
  padding: 44px 0 58px;
}

.mp-contact-page-C9sQ2, .mp-contact-page-C9sQ2 * {
  box-sizing: border-box;
}

.mp-contact-page-C9sQ2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 12%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 85% 5%, rgba(73, 230, 255, 0.16), transparent 30%), radial-gradient(circle at 50% 92%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 46%);
  opacity: 0.96;
}

.mp-contact-shell-C9sQ2 {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

.mp-contact-hero-C9sQ2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  min-height: 360px;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.14), transparent 34%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.78);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.mp-contact-hero-C9sQ2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-contact-hero-content-C9sQ2 {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-contact-kicker-C9sQ2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-contact-kicker-C9sQ2 i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-contact-hero-C9sQ2 h1 {
  max-width: 720px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-contact-hero-C9sQ2 p {
  max-width: 700px;
  margin: 0;
  color: var(--mpc-muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.mp-contact-hero-actions-C9sQ2 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.mp-contact-btn-C9sQ2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-b));
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(255, 46, 166, 0.22), 0 16px 38px rgba(116, 91, 255, 0.2);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.mp-contact-btn-C9sQ2:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.mp-contact-btn-C9sQ2.is-soft {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
}

.mp-contact-hero-card-C9sQ2 {
  position: relative;
  z-index: 1;
  min-height: 280px;
}

.mp-contact-orbit-C9sQ2 {
  position: absolute;
  inset: 36px 0 20px;
  border: 1px solid rgba(73, 230, 255, 0.18);
  border-radius: 50%;
  transform: rotate(-14deg);
  box-shadow: 0 0 44px rgba(116, 91, 255, 0.12);
}

.mp-contact-glow-card-C9sQ2 {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 310px;
  min-height: 210px;
  transform: translateY(-50%) rotate(-5deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 46px rgba(255, 46, 166, 0.14);
}

.mp-contact-glow-card-C9sQ2 span {
  color: var(--mpc-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-contact-glow-card-C9sQ2 strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.mp-contact-glow-card-C9sQ2 em {
  display: block;
  margin-top: 12px;
  color: var(--mpc-muted);
  font-style: normal;
  font-weight: 700;
}

.mp-contact-info-grid-C9sQ2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.mp-contact-info-card-C9sQ2, .mp-contact-form-panel-C9sQ2, .mp-contact-side-card-C9sQ2 {
  border: 1px solid var(--mpc-border);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-contact-info-card-C9sQ2 {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
}

.mp-contact-info-card-C9sQ2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.12), transparent 42%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 38%);
}

.mp-contact-icon-C9sQ2 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpc-c);
  font-size: 21px;
  box-shadow: 0 0 26px rgba(73, 230, 255, 0.12);
}

.mp-contact-info-card-C9sQ2 h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.mp-contact-info-card-C9sQ2 p {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--mpc-muted);
  line-height: 1.65;
}

.mp-contact-info-card-C9sQ2 a, .mp-contact-info-card-C9sQ2 span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: var(--mpc-c);
  font-weight: 900;
  text-decoration: none;
}

.mp-contact-main-C9sQ2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}

.mp-contact-form-panel-C9sQ2 {
  padding: clamp(18px, 2.4vw, 30px);
}

.mp-contact-panel-head-C9sQ2 {
  margin-bottom: 20px;
}

.mp-contact-panel-head-C9sQ2 span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpc-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-contact-panel-head-C9sQ2 h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-contact-panel-head-C9sQ2 p {
  margin: 0;
  color: var(--mpc-muted);
  line-height: 1.7;
}

.mp-contact-content-C9sQ2, .mp-contact-content-C9sQ2 p {
  color: var(--mpc-muted);
  line-height: 1.75;
}

.mp-contact-content-C9sQ2 label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.mp-contact-content-C9sQ2 input[type=text], .mp-contact-content-C9sQ2 input[type=email], .mp-contact-content-C9sQ2 input[type=tel], .mp-contact-content-C9sQ2 input[type=url], .mp-contact-content-C9sQ2 input[type=number], .mp-contact-content-C9sQ2 input[type=password], .mp-contact-content-C9sQ2 textarea, .mp-contact-content-C9sQ2 select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  padding: 12px 15px !important;
  outline: none !important;
  box-shadow: none !important;
}

.mp-contact-content-C9sQ2 textarea {
  min-height: 140px;
  resize: vertical;
}

.mp-contact-content-C9sQ2 input:focus, .mp-contact-content-C9sQ2 textarea:focus, .mp-contact-content-C9sQ2 select:focus {
  border-color: rgba(73, 230, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.085) !important;
  box-shadow: 0 0 0 4px rgba(73, 230, 255, 0.1) !important;
}

.mp-contact-content-C9sQ2 input::placeholder, .mp-contact-content-C9sQ2 textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.mp-contact-content-C9sQ2 input[type=submit], .mp-contact-content-C9sQ2 button, .mp-contact-content-C9sQ2 .button, .mp-contact-content-C9sQ2 .wpcf7-submit, .mp-contact-content-C9sQ2 .wpforms-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 13px 22px !important;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-b)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(255, 46, 166, 0.22), 0 16px 38px rgba(116, 91, 255, 0.2);
  cursor: pointer;
}

.mp-contact-content-C9sQ2 .wpcf7-response-output, .mp-contact-content-C9sQ2 .wpforms-confirmation-container-full {
  margin: 16px 0 0 !important;
  border: 1px solid rgba(73, 230, 255, 0.25) !important;
  border-radius: 18px !important;
  background: rgba(73, 230, 255, 0.08) !important;
  color: #fff !important;
  padding: 14px 16px !important;
}

.mp-contact-side-panel-C9sQ2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mp-contact-side-card-C9sQ2 {
  padding: 22px;
}

.mp-contact-side-card-C9sQ2 span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--mpc-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-contact-side-card-C9sQ2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-contact-side-card-C9sQ2 li {
  position: relative;
  padding-left: 22px;
  margin: 12px 0;
  color: var(--mpc-muted);
  line-height: 1.55;
}

.mp-contact-side-card-C9sQ2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpc-a), var(--mpc-c));
  box-shadow: 0 0 16px rgba(73, 230, 255, 0.3);
}

.mp-contact-side-card-C9sQ2 p {
  margin: 0 0 16px;
  color: var(--mpc-muted);
  line-height: 1.7;
}

.mp-contact-side-card-C9sQ2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-contact-side-card-C9sQ2.is-highlight {
  border-color: rgba(255, 46, 166, 0.22);
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.16), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

@media (max-width: 991px) {
  .mp-contact-hero-C9sQ2, .mp-contact-main-C9sQ2 {
    grid-template-columns: 1fr;
  }
  .mp-contact-hero-card-C9sQ2 {
    min-height: 240px;
  }
  .mp-contact-glow-card-C9sQ2 {
    left: 50%;
    right: auto;
    width: min(330px, 90%);
    transform: translate(-50%, -50%) rotate(-4deg);
  }
  .mp-contact-info-grid-C9sQ2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .mp-contact-page-C9sQ2 {
    padding: 26px 0 42px;
  }
  .mp-contact-shell-C9sQ2 {
    width: min(100% - 20px, 1180px);
  }
  .mp-contact-hero-C9sQ2 {
    border-radius: 28px;
    padding: 20px;
  }
  .mp-contact-hero-C9sQ2 h1 {
    font-size: clamp(38px, 14vw, 58px);
  }
  .mp-contact-hero-actions-C9sQ2, .mp-contact-btn-C9sQ2 {
    width: 100%;
  }
  .mp-contact-info-card-C9sQ2, .mp-contact-form-panel-C9sQ2, .mp-contact-side-card-C9sQ2 {
    border-radius: 22px;
  }
  .mp-contact-content-C9sQ2 input[type=submit], .mp-contact-content-C9sQ2 button, .mp-contact-content-C9sQ2 .button, .mp-contact-content-C9sQ2 .wpcf7-submit, .mp-contact-content-C9sQ2 .wpforms-submit {
    width: 100%;
  }
}
/* =========================================================
   Pitemati Working Contact Form Integration
   Scope: .contact-form-btRPG
========================================================= */
.contact-form-btRPG {
  position: relative;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.contact-form-btRPG form {
  margin: 0;
}

.contact-form-btRPG .row {
  row-gap: 16px;
}

.contact-form-btRPG .form-input {
  position: relative;
}

.contact-form-btRPG input[type=text], .contact-form-btRPG input[type=email], .contact-form-btRPG input[type=tel], .contact-form-btRPG textarea, .contact-form-btRPG select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  color: #fff !important;
  padding: 14px 16px !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 700;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.contact-form-btRPG textarea {
  display: block;
  min-height: 160px;
  resize: vertical;
}

.contact-form-btRPG input:focus, .contact-form-btRPG textarea:focus, .contact-form-btRPG select:focus {
  border-color: rgba(73, 230, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.085) !important;
  box-shadow: 0 0 0 4px rgba(73, 230, 255, 0.1) !important;
}

.contact-form-btRPG input::placeholder, .contact-form-btRPG textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.contact-form-btRPG select option {
  background: #13051f;
  color: #fff;
}

.contact-form-btRPG .tj-nice-select-box, .contact-form-btRPG .tj-select {
  width: 100%;
}

.contact-form-btRPG .g-recaptcha {
  display: inline-flex;
  max-width: 100%;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-form-btRPG .recaptcha-error {
  display: none;
  margin-top: 10px;
  color: #ff9bb9 !important;
  font-size: 13px;
  font-weight: 800;
}

.contact-form-btRPG #contact-form-response {
  margin-top: 2px;
}

.contact-form-btRPG #contact-form-response p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: #fff !important;
  font-weight: 800;
}

.contact-form-btRPG #contact-form-response p.is-success {
  border-color: rgba(62, 240, 163, 0.3);
  background: rgba(62, 240, 163, 0.1);
  color: #bfffe0 !important;
}

.contact-form-btRPG #contact-form-response p.is-error {
  border-color: rgba(255, 91, 138, 0.35);
  background: rgba(255, 91, 138, 0.1);
  color: #ffbfd0 !important;
}

.contact-form-btRPG .submit-btn {
  width: 100%;
  margin-top: 4px;
}

.contact-form-btRPG .tj-primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ff2ea6, #745bff) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(255, 46, 166, 0.24), 0 16px 38px rgba(116, 91, 255, 0.2);
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.contact-form-btRPG .tj-primary-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.contact-form-btRPG .tj-primary-btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.contact-form-btRPG .btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 22px;
}

.contact-form-btRPG .btn-text {
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.contact-form-btRPG .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.contact-form-btRPG .h-icon {
  opacity: 0.75;
}

.mp-contact-config-warning-C9sQ2 {
  margin: 8px 0 0 !important;
  padding: 12px 14px;
  border: 1px solid rgba(255, 91, 138, 0.3);
  border-radius: 14px;
  background: rgba(255, 91, 138, 0.1);
  color: #ffbfd0 !important;
  font-weight: 800;
  font-size: 13px;
}

.mp-contact-extra-content-C9sQ2 {
  margin-top: 22px;
  color: var(--mpc-muted);
  line-height: 1.75;
}

@media (max-width: 640px) {
  .contact-form-btRPG .tj-primary-btn {
    width: 100%;
  }
  .contact-form-btRPG .g-recaptcha {
    transform: scale(0.88);
    transform-origin: left top;
    margin-bottom: -10px;
  }
}
/* =========================================================
   Pitemati / MPDL Story Archive Page
   Scope: .mp-story-archive-AP9sQ
========================================================= */
.mp-story-archive-AP9sQ {
  --mpsa-text: rgba(255,255,255,.94);
  --mpsa-muted: rgba(255,255,255,.66);
  --mpsa-soft: rgba(255,255,255,.48);
  --mpsa-border: rgba(255,255,255,.13);
  --mpsa-border-strong: rgba(255,255,255,.22);
  --mpsa-a: #ff2ea6;
  --mpsa-b: #745bff;
  --mpsa-c: #49e6ff;
  color: var(--mpsa-text);
  position: relative;
  overflow: hidden;
  padding: 42px 0 62px;
}

.mp-story-archive-AP9sQ,
.mp-story-archive-AP9sQ * {
  box-sizing: border-box;
}

.mp-story-archive-AP9sQ::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 8%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 88% 4%, rgba(73, 230, 255, 0.15), transparent 30%), radial-gradient(circle at 50% 94%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
}

.mp-story-archive-shell-AP9sQ {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

/* Hero */
.mp-story-hero-AP9sQ {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mp-story-hero-AP9sQ::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-story-hero-content-AP9sQ {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-story-kicker-AP9sQ {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-story-kicker-AP9sQ i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpsa-a), var(--mpsa-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-story-hero-AP9sQ h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6.4vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-story-hero-AP9sQ p {
  max-width: 720px;
  margin: 0;
  color: var(--mpsa-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-story-hero-stats-AP9sQ {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.mp-story-stat-AP9sQ {
  min-width: 130px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.mp-story-stat-AP9sQ strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.mp-story-stat-AP9sQ span {
  display: block;
  margin-top: 8px;
  color: var(--mpsa-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.mp-story-hero-card-AP9sQ {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), 0 0 46px rgba(255, 46, 166, 0.12);
  transform: rotate(-3deg);
}

.mp-story-hero-card-AP9sQ span {
  color: var(--mpsa-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-story-hero-card-AP9sQ strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mp-story-hero-card-AP9sQ em {
  display: block;
  margin-top: 12px;
  color: var(--mpsa-muted);
  font-style: normal;
  font-weight: 700;
}

/* Panel */
.mp-story-grid-panel-AP9sQ {
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid var(--mpsa-border);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-story-panel-head-AP9sQ {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.mp-story-panel-head-AP9sQ span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpsa-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-story-panel-head-AP9sQ h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-story-panel-badge-AP9sQ {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

/* Grid */
.mp-story-grid-AP9sQ {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mp-story-card-AP9sQ {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.1), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.mp-story-card-AP9sQ:hover {
  transform: translateY(-3px);
  border-color: var(--mpsa-border-strong);
  filter: brightness(1.04);
}

.mp-story-cover-AP9sQ {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}

.mp-story-cover-AP9sQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-story-cover-overlay-AP9sQ {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 0, 18, 0.72), rgba(8, 0, 18, 0.1) 50%, rgba(8, 0, 18, 0.05));
  pointer-events: none;
}

.mp-story-read-chip-AP9sQ {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(8, 0, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.mp-story-fallback-AP9sQ {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.18), transparent 40%), linear-gradient(145deg, #160024, #090012 54%, #0f0222);
}

.mp-story-fallback-inner-AP9sQ {
  width: 100%;
  position: relative;
  display: flex;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
}

.mp-story-fallback-badge-AP9sQ {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-story-fallback-letter-AP9sQ {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 94px;
  line-height: 0.9;
  font-weight: 1000;
  letter-spacing: -0.06em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.36);
}

.mp-story-fallback-brand-AP9sQ {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mp-story-body-AP9sQ {
  padding: 18px;
}

.mp-story-meta-AP9sQ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.mp-story-meta-AP9sQ span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.09);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
}

.mp-story-title-AP9sQ {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.mp-story-title-AP9sQ a {
  color: #fff;
  text-decoration: none;
}

.mp-story-title-AP9sQ a:hover {
  color: var(--mpsa-c);
}

.mp-story-excerpt-AP9sQ {
  margin: 0;
  color: var(--mpsa-muted);
  line-height: 1.72;
  min-height: 82px;
}

.mp-story-footer-AP9sQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mp-story-time-AP9sQ {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.mp-story-link-AP9sQ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mpsa-a), var(--mpsa-b));
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(255, 46, 166, 0.18);
}

/* Pagination */
.mp-story-pagination-AP9sQ {
  margin-top: 26px;
}

.mp-story-pagination-AP9sQ .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mp-story-pagination-AP9sQ .page-numbers li {
  margin: 0;
}

.mp-story-pagination-AP9sQ .page-numbers a,
.mp-story-pagination-AP9sQ .page-numbers span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-story-pagination-AP9sQ .page-numbers .current {
  border-color: rgba(73, 230, 255, 0.3);
  background: linear-gradient(135deg, var(--mpsa-a), var(--mpsa-b));
}

/* Empty */
.mp-story-empty-AP9sQ {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 8px 4px 4px;
}

.mp-story-empty-icon-AP9sQ {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpsa-c);
  font-size: 34px;
}

.mp-story-empty-content-AP9sQ span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpsa-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-story-empty-content-AP9sQ h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-story-empty-content-AP9sQ p {
  margin: 12px 0 0;
  color: var(--mpsa-muted);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1100px) {
  .mp-story-grid-AP9sQ {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .mp-story-hero-AP9sQ {
    grid-template-columns: 1fr;
  }
  .mp-story-hero-card-AP9sQ {
    min-height: 170px;
    transform: rotate(-2deg);
  }
}
@media (max-width: 767px) {
  .mp-story-archive-shell-AP9sQ {
    width: min(100% - 20px, 1180px);
  }
  .mp-story-hero-AP9sQ,
  .mp-story-grid-panel-AP9sQ,
  .mp-story-card-AP9sQ {
    border-radius: 24px;
  }
  .mp-story-hero-AP9sQ {
    padding: 20px;
  }
  .mp-story-panel-head-AP9sQ,
  .mp-story-footer-AP9sQ,
  .mp-story-empty-AP9sQ {
    grid-template-columns: 1fr;
    display: block;
  }
  .mp-story-panel-badge-AP9sQ {
    margin-top: 14px;
  }
  .mp-story-grid-AP9sQ {
    grid-template-columns: 1fr;
  }
  .mp-story-footer-AP9sQ {
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .mp-story-archive-AP9sQ {
    padding: 28px 0 44px;
  }
  .mp-story-hero-AP9sQ h1 {
    font-size: clamp(36px, 13vw, 54px);
  }
  .mp-story-cover-AP9sQ {
    height: 220px;
  }
  .mp-story-excerpt-AP9sQ {
    min-height: 0;
  }
  .mp-story-footer-AP9sQ {
    flex-direction: column;
    align-items: stretch;
  }
  .mp-story-link-AP9sQ {
    width: 100%;
  }
  .mp-story-empty-AP9sQ {
    display: block;
  }
  .mp-story-empty-icon-AP9sQ {
    margin-bottom: 16px;
  }
}
/* =========================================================
   Pitemati / MPDL Tests Archive Page
   Scope: .mp-tests-archive-Ts8qP
========================================================= */
.mp-tests-archive-Ts8qP {
  --mpta-text: rgba(255,255,255,.94);
  --mpta-muted: rgba(255,255,255,.66);
  --mpta-soft: rgba(255,255,255,.48);
  --mpta-border: rgba(255,255,255,.13);
  --mpta-border-strong: rgba(255,255,255,.22);
  --mpta-a: #ff2ea6;
  --mpta-b: #745bff;
  --mpta-c: #49e6ff;
  color: var(--mpta-text);
  position: relative;
  overflow: hidden;
  padding: 42px 0 62px;
}

.mp-tests-archive-Ts8qP,
.mp-tests-archive-Ts8qP * {
  box-sizing: border-box;
}

.mp-tests-archive-Ts8qP::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 8%, rgba(255, 46, 166, 0.18), transparent 32%), radial-gradient(circle at 88% 4%, rgba(73, 230, 255, 0.15), transparent 30%), radial-gradient(circle at 50% 94%, rgba(116, 91, 255, 0.22), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 52%);
}

.mp-tests-archive-shell-Ts8qP {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 28px);
  margin: 0 auto;
}

/* Hero */
.mp-tests-hero-Ts8qP {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)), radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.15), transparent 36%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.1), transparent 34%), rgba(8, 0, 18, 0.8);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mp-tests-hero-Ts8qP::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  opacity: 0.18;
}

.mp-tests-hero-content-Ts8qP {
  position: relative;
  z-index: 1;
  align-self: center;
}

.mp-tests-kicker-Ts8qP {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(73, 230, 255, 0.2);
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-tests-kicker-Ts8qP i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mpta-a), var(--mpta-c));
  box-shadow: 0 0 18px rgba(73, 230, 255, 0.44);
}

.mp-tests-hero-Ts8qP h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6.4vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-tests-hero-Ts8qP p {
  max-width: 720px;
  margin: 0;
  color: var(--mpta-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.mp-tests-hero-stats-Ts8qP {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.mp-tests-stat-Ts8qP {
  min-width: 130px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.mp-tests-stat-Ts8qP strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.mp-tests-stat-Ts8qP span {
  display: block;
  margin-top: 8px;
  color: var(--mpta-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.mp-tests-hero-card-Ts8qP {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at 15% 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.16), transparent 42%), linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32), 0 0 46px rgba(255, 46, 166, 0.12);
  transform: rotate(-3deg);
}

.mp-tests-hero-card-Ts8qP span {
  color: var(--mpta-a);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.mp-tests-hero-card-Ts8qP strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.mp-tests-hero-card-Ts8qP em {
  display: block;
  margin-top: 12px;
  color: var(--mpta-muted);
  font-style: normal;
  font-weight: 700;
}

/* Panel */
.mp-tests-grid-panel-Ts8qP {
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid var(--mpta-border);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mp-tests-panel-head-Ts8qP {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.mp-tests-panel-head-Ts8qP span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpta-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-tests-panel-head-Ts8qP h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-tests-panel-badge-Ts8qP {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

/* Grid */
.mp-tests-grid-Ts8qP {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mp-tests-card-Ts8qP {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.1), transparent 44%), linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}

.mp-tests-card-Ts8qP:hover {
  transform: translateY(-3px);
  border-color: var(--mpta-border-strong);
  filter: brightness(1.04);
}

.mp-tests-cover-Ts8qP {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}

.mp-tests-cover-overlay-Ts8qP {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 0, 18, 0.72), rgba(8, 0, 18, 0.1) 50%, rgba(8, 0, 18, 0.05));
  pointer-events: none;
}

.mp-tests-level-chip-Ts8qP,
.mp-tests-start-chip-Ts8qP {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(8, 0, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.mp-tests-level-chip-Ts8qP {
  top: 16px;
  left: 16px;
}

.mp-tests-start-chip-Ts8qP {
  left: 16px;
  bottom: 16px;
}

.mp-tests-fallback-Ts8qP {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: radial-gradient(circle at 0 0, rgba(255, 46, 166, 0.22), transparent 46%), radial-gradient(circle at 100% 0, rgba(73, 230, 255, 0.18), transparent 40%), linear-gradient(145deg, #160024, #090012 54%, #0f0222);
}

.mp-tests-fallback-inner-Ts8qP {
  width: 100%;
  position: relative;
  display: flex;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
}

.mp-tests-fallback-badge-Ts8qP {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-tests-fallback-letter-Ts8qP {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 94px;
  line-height: 0.9;
  font-weight: 1000;
  letter-spacing: -0.06em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.36);
}

.mp-tests-fallback-brand-Ts8qP {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mp-tests-body-Ts8qP {
  padding: 18px;
}

.mp-tests-meta-Ts8qP {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.mp-tests-meta-Ts8qP span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(73, 230, 255, 0.09);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
}

.mp-tests-title-Ts8qP {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.mp-tests-title-Ts8qP a {
  color: #fff;
  text-decoration: none;
}

.mp-tests-title-Ts8qP a:hover {
  color: var(--mpta-c);
}

.mp-tests-excerpt-Ts8qP {
  margin: 0;
  color: var(--mpta-muted);
  line-height: 1.72;
  min-height: 82px;
}

.mp-tests-footer-Ts8qP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mp-tests-type-Ts8qP {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  max-width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-tests-link-Ts8qP {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mpta-a), var(--mpta-b));
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(255, 46, 166, 0.18);
}

/* Pagination */
.mp-tests-pagination-Ts8qP {
  margin-top: 26px;
}

.mp-tests-pagination-Ts8qP .page-numbers {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.mp-tests-pagination-Ts8qP .page-numbers li {
  margin: 0;
}

.mp-tests-pagination-Ts8qP .page-numbers a,
.mp-tests-pagination-Ts8qP .page-numbers span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.mp-tests-pagination-Ts8qP .page-numbers .current {
  border-color: rgba(73, 230, 255, 0.3);
  background: linear-gradient(135deg, var(--mpta-a), var(--mpta-b));
}

/* Empty */
.mp-tests-empty-Ts8qP {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 8px 4px 4px;
}

.mp-tests-empty-icon-Ts8qP {
  display: inline-flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: var(--mpta-c);
  font-size: 34px;
}

.mp-tests-empty-content-Ts8qP span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--mpta-c);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mp-tests-empty-content-Ts8qP h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.mp-tests-empty-content-Ts8qP p {
  margin: 12px 0 0;
  color: var(--mpta-muted);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1100px) {
  .mp-tests-grid-Ts8qP {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .mp-tests-hero-Ts8qP {
    grid-template-columns: 1fr;
  }
  .mp-tests-hero-card-Ts8qP {
    min-height: 170px;
    transform: rotate(-2deg);
  }
}
@media (max-width: 767px) {
  .mp-tests-archive-shell-Ts8qP {
    width: min(100% - 20px, 1180px);
  }
  .mp-tests-hero-Ts8qP,
  .mp-tests-grid-panel-Ts8qP,
  .mp-tests-card-Ts8qP {
    border-radius: 24px;
  }
  .mp-tests-hero-Ts8qP {
    padding: 20px;
  }
  .mp-tests-panel-head-Ts8qP,
  .mp-tests-footer-Ts8qP,
  .mp-tests-empty-Ts8qP {
    grid-template-columns: 1fr;
    display: block;
  }
  .mp-tests-panel-badge-Ts8qP {
    margin-top: 14px;
  }
  .mp-tests-grid-Ts8qP {
    grid-template-columns: 1fr;
  }
  .mp-tests-footer-Ts8qP {
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .mp-tests-archive-Ts8qP {
    padding: 28px 0 44px;
  }
  .mp-tests-hero-Ts8qP h1 {
    font-size: clamp(36px, 13vw, 54px);
  }
  .mp-tests-cover-Ts8qP {
    height: 220px;
  }
  .mp-tests-excerpt-Ts8qP {
    min-height: 0;
  }
  .mp-tests-footer-Ts8qP {
    flex-direction: column;
    align-items: stretch;
  }
  .mp-tests-type-Ts8qP {
    max-width: 100%;
  }
  .mp-tests-link-Ts8qP {
    width: 100%;
  }
  .mp-tests-empty-Ts8qP {
    display: block;
  }
  .mp-tests-empty-icon-Ts8qP {
    margin-bottom: 16px;
  }
}
.mwt-login-shell {
  position: relative;
  width: 100%;
}

.mwt-auth-message {
  width: 90%;
  margin: 0 auto 16px auto;
}

.mwt-auth-panel {
  width: 100%;
}

.mwt-auth-panel.is-active {
  animation: mwtFadeIn 0.22s ease;
}

.mwt-otp-helper {
  width: 90%;
  margin: 0 auto 16px auto;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fafafa;
  color: #374151;
  font-size: 14px;
  line-height: 1.5;
}

.mwt-otp-email {
  display: inline-block;
  margin-left: 6px;
  word-break: break-word;
}

#bwd-login-otp-form .form-control {
  text-align: center;
  font-size: 22px;
  letter-spacing: 8px;
  font-weight: 700;
}

#bwd-login-otp-form .auth-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

#bwd-login-otp-form .auth-actions a {
  text-decoration: none;
  font-weight: 600;
}

.mwt-auth-step-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

@keyframes mwtFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* @import 'library/sects-min.css','template/sections.css';*/

/*# sourceMappingURL=style.css.map */
