/* JAPI CSS Manager - menu ID 1200 */

/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 01 - HERO PREMIUM
   ========================================================= */

.intimo-bra-hero-v1 {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background-color: #4e0f2e;
  background-image: url("/images/intimo/oferta/biustonosze-czestochowa-hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intimo-bra-hero-v1,
.intimo-bra-hero-v1 * {
  box-sizing: border-box;
}

.intimo-bra-hero-v1__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(53, 7, 27, 0.96) 0%, rgba(83, 12, 42, 0.9) 40%, rgba(92, 17, 49, 0.58) 68%, rgba(92, 17, 49, 0.38) 100%),
    radial-gradient(circle at 82% 18%, rgba(228, 131, 172, 0.24) 0%, rgba(228, 131, 172, 0) 36%);
}

.intimo-bra-hero-v1__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 54px;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  min-height: 520px;
  margin: 0 auto;
  padding: 74px 28px 70px;
}

.intimo-bra-hero-v1__content {
  max-width: 760px;
}

.intimo-bra-hero-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  margin: 0 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7d8e6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-hero-v1__title {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.intimo-bra-hero-v1__title span {
  display: block;
  color: #f1b8cf;
}

.intimo-bra-hero-v1__lead {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-bra-hero-v1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.intimo-bra-hero-v1__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.intimo-bra-hero-v1__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.intimo-bra-hero-v1__button--primary {
  border: 1px solid #c51a6f;
  background: #c51a6f;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.intimo-bra-hero-v1__button--primary:hover {
  border-color: #e24890;
  background: #e24890;
  color: #ffffff;
}

.intimo-bra-hero-v1__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

.intimo-bra-hero-v1__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.intimo-bra-hero-v1__side {
  display: grid;
  gap: 12px;
}

.intimo-bra-hero-v1__card {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
}

.intimo-bra-hero-v1__card--featured {
  padding: 20px 20px 18px;
}

.intimo-bra-hero-v1__card-number {
  display: block;
  margin-bottom: 7px;
  color: #f4bfd4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.intimo-bra-hero-v1__card-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.intimo-bra-hero-v1__card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .intimo-bra-hero-v1__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .intimo-bra-hero-v1__side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .intimo-bra-hero-v1__card-title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .intimo-bra-hero-v1 {
    min-height: auto;
  }

  .intimo-bra-hero-v1__container {
    min-height: auto;
    padding: 62px 19px 58px;
    gap: 24px;
  }

  .intimo-bra-hero-v1__title {
    font-size: clamp(38px, 12vw, 56px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .intimo-bra-hero-v1__lead {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-hero-v1__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-bra-hero-v1__button {
    width: 100%;
  }

  .intimo-bra-hero-v1__side {
    grid-template-columns: 1fr;
  }

  .intimo-bra-hero-v1__card,
  .intimo-bra-hero-v1__card--featured {
    padding: 16px 16px 15px;
  }

  .intimo-bra-hero-v1__card-title {
    font-size: 20px;
  }
}

/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 02 - RODZAJE BIUSTONOSZY
   ========================================================= */

.intimo-bra-types-v1,
.intimo-bra-types-v1 * {
  box-sizing: border-box;
}

.intimo-bra-types-v1 {
  position: relative;
  overflow: hidden;
  padding: 84px 0 86px;
  background:
    radial-gradient(circle at 8% 12%, rgba(242, 189, 210, 0.28) 0%, rgba(242, 189, 210, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #fff7fa 100%);
}

.intimo-bra-types-v1::before {
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.05);
  content: "";
}

.intimo-bra-types-v1__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.intimo-bra-types-v1__heading {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.intimo-bra-types-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-types-v1__title {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.intimo-bra-types-v1__title span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-bra-types-v1__lead {
  max-width: 780px;
  margin: 19px auto 0;
  color: #66565e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-bra-types-v1__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.intimo-bra-types-v1__card {
  position: relative;
  min-height: 292px;
  padding: 25px 23px 24px;
  border: 1px solid rgba(160, 25, 91, 0.11);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.06);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.intimo-bra-types-v1__card:not(.intimo-bra-types-v1__card--featured):hover {
  transform: translateY(-5px);
  border-color: rgba(160, 25, 91, 0.24);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(74, 27, 50, 0.1);
}

.intimo-bra-types-v1__card--featured {
  overflow: hidden;
  border-color: rgba(160, 25, 91, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #a0195b 0%, #641238 100%);
  box-shadow: 0 18px 42px rgba(160, 25, 91, 0.22);
}

.intimo-bra-types-v1__card--featured::after {
  position: absolute;
  right: -74px;
  bottom: -86px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.intimo-bra-types-v1__number {
  display: inline-flex;
  margin-bottom: 15px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.intimo-bra-types-v1__card h3 {
  position: relative;
  z-index: 2;
  min-height: 58px;
  margin: 0 0 13px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.043em;
}

.intimo-bra-types-v1__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #66565e;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
}

.intimo-bra-types-v1__card--featured .intimo-bra-types-v1__number,
.intimo-bra-types-v1__card--featured h3,
.intimo-bra-types-v1__card--featured p {
  color: #ffffff;
}

.intimo-bra-types-v1__card--featured p {
  color: rgba(255, 255, 255, 0.88);
}

.intimo-bra-types-v1__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(160, 25, 91, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 25px rgba(74, 27, 50, 0.045);
}

.intimo-bra-types-v1__bottom p {
  margin: 0;
  color: #66565e;
  font-size: 14px;
  line-height: 1.62;
}

.intimo-bra-types-v1__bottom strong {
  color: #421329;
  font-weight: 800;
}

.intimo-bra-types-v1__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(160, 25, 91, 0.17);
  border-radius: 999px;
  background: #ffffff;
  color: #a0195b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.intimo-bra-types-v1__link:hover {
  transform: translateY(-2px);
  border-color: #a0195b;
  background: #a0195b;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(160, 25, 91, 0.16);
}

@media (max-width: 1100px) {
  .intimo-bra-types-v1__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intimo-bra-types-v1__card {
    min-height: 248px;
  }
}

@media (max-width: 767px) {
  .intimo-bra-types-v1 {
    padding: 62px 0 64px;
  }

  .intimo-bra-types-v1__container {
    padding: 0 19px;
  }

  .intimo-bra-types-v1__heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .intimo-bra-types-v1__title {
    font-size: clamp(33px, 10vw, 47px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .intimo-bra-types-v1__lead {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-types-v1__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .intimo-bra-types-v1__card {
    min-height: 0;
    padding: 22px 20px 21px;
    border-radius: 18px;
  }

  .intimo-bra-types-v1__card h3 {
    min-height: 0;
    font-size: 25px;
  }

  .intimo-bra-types-v1__bottom {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 17px;
  }

  .intimo-bra-types-v1__link {
    width: 100%;
  }
}

/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 03 - DOBÓR BIUSTONOSZA
   ========================================================= */

.intimo-bra-fit-v1,
.intimo-bra-fit-v1 * {
  box-sizing: border-box;
}

.intimo-bra-fit-v1 {
  position: relative;
  overflow: hidden;
  padding: 86px 0 88px;
  background:
    radial-gradient(circle at 86% 18%, rgba(160, 25, 91, 0.09) 0%, rgba(160, 25, 91, 0) 32%),
    linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
}

.intimo-bra-fit-v1::before {
  position: absolute;
  left: -150px;
  top: 80px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

.intimo-bra-fit-v1__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 46px;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.intimo-bra-fit-v1__content {
  max-width: 620px;
}

.intimo-bra-fit-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 15px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-fit-v1__title {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 61px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.intimo-bra-fit-v1__title span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-bra-fit-v1__lead {
  margin: 21px 0 0;
  color: #5f5057;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.74;
}

.intimo-bra-fit-v1__text {
  margin: 16px 0 0;
  color: #6b5b63;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-bra-fit-v1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.intimo-bra-fit-v1__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.intimo-bra-fit-v1__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.intimo-bra-fit-v1__button--primary {
  border: 1px solid #a0195b;
  background: #a0195b;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(160, 25, 91, 0.2);
}

.intimo-bra-fit-v1__button--primary:hover {
  border-color: #7d1247;
  background: #7d1247;
  color: #ffffff;
}

.intimo-bra-fit-v1__button--secondary {
  border: 1px solid rgba(160, 25, 91, 0.17);
  background: #ffffff;
  color: #a0195b;
  box-shadow: 0 10px 24px rgba(66, 19, 41, 0.06);
}

.intimo-bra-fit-v1__button--secondary:hover {
  border-color: #a0195b;
  background: #fff0f6;
  color: #7d1247;
}

.intimo-bra-fit-v1__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.intimo-bra-fit-v1__item {
  min-height: 220px;
  padding: 24px 23px;
  border: 1px solid rgba(160, 25, 91, 0.11);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.055);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.intimo-bra-fit-v1__item:not(.intimo-bra-fit-v1__item--featured):hover {
  transform: translateY(-5px);
  border-color: rgba(160, 25, 91, 0.25);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(74, 27, 50, 0.1);
}

.intimo-bra-fit-v1__item--featured {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #a0195b 0%, #641238 100%);
  box-shadow: 0 18px 42px rgba(160, 25, 91, 0.22);
}

.intimo-bra-fit-v1__item--featured::after {
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.intimo-bra-fit-v1__number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.intimo-bra-fit-v1__item h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 11px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.043em;
}

.intimo-bra-fit-v1__item p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #66565e;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.64;
}

.intimo-bra-fit-v1__item--featured .intimo-bra-fit-v1__number,
.intimo-bra-fit-v1__item--featured h3,
.intimo-bra-fit-v1__item--featured p {
  color: #ffffff;
}

.intimo-bra-fit-v1__item--featured p {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
  .intimo-bra-fit-v1__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intimo-bra-fit-v1__content {
    max-width: 820px;
  }
}

@media (max-width: 767px) {
  .intimo-bra-fit-v1 {
    padding: 62px 0 64px;
  }

  .intimo-bra-fit-v1__container {
    padding: 0 19px;
  }

  .intimo-bra-fit-v1__title {
    font-size: clamp(33px, 10vw, 47px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .intimo-bra-fit-v1__lead,
  .intimo-bra-fit-v1__text {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-fit-v1__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-bra-fit-v1__button {
    width: 100%;
  }

  .intimo-bra-fit-v1__panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .intimo-bra-fit-v1__item {
    min-height: 0;
    padding: 22px 20px 21px;
    border-radius: 18px;
  }

  .intimo-bra-fit-v1__item h3 {
    font-size: 25px;
  }
}


/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 04 - BIUSTONOSZE NA WIĘKSZY BIUST
   ========================================================= */

.intimo-bra-support-v1,
.intimo-bra-support-v1 * {
  box-sizing: border-box;
}

.intimo-bra-support-v1 {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(160, 25, 91, 0.08) 0%, rgba(160, 25, 91, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #fff7fa 100%);
}

.intimo-bra-support-v1__container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.intimo-bra-support-v1__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
  padding: 46px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, #a0195b 0%, #651238 100%);
  box-shadow: 0 24px 58px rgba(160, 25, 91, 0.22);
}

.intimo-bra-support-v1__box::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.intimo-bra-support-v1__content,
.intimo-bra-support-v1__list {
  position: relative;
  z-index: 2;
}

.intimo-bra-support-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f8d7e5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-support-v1__title {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.intimo-bra-support-v1__title span {
  display: block;
  color: #f4bfd4;
  font-weight: 600;
}

.intimo-bra-support-v1__lead {
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.74;
}

.intimo-bra-support-v1__text {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-bra-support-v1__text strong {
  color: #ffffff;
  font-weight: 800;
}

.intimo-bra-support-v1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.intimo-bra-support-v1__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.intimo-bra-support-v1__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.intimo-bra-support-v1__button--primary {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #a0195b;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.intimo-bra-support-v1__button--primary:hover {
  border-color: #f8d7e5;
  background: #f8d7e5;
  color: #7d1247;
}

.intimo-bra-support-v1__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.intimo-bra-support-v1__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.intimo-bra-support-v1__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.intimo-bra-support-v1__item {
  min-height: 196px;
  padding: 22px 21px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
  transition:
    transform 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease;
}

.intimo-bra-support-v1__item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.17);
}

.intimo-bra-support-v1__item span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #f4bfd4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.intimo-bra-support-v1__item h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.intimo-bra-support-v1__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .intimo-bra-support-v1__box {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 767px) {
  .intimo-bra-support-v1 {
    padding: 62px 0 64px;
  }

  .intimo-bra-support-v1__container {
    padding: 0 19px;
  }

  .intimo-bra-support-v1__box {
    gap: 28px;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .intimo-bra-support-v1__title {
    font-size: clamp(33px, 10vw, 47px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .intimo-bra-support-v1__lead,
  .intimo-bra-support-v1__text {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-support-v1__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-bra-support-v1__button {
    width: 100%;
  }

  .intimo-bra-support-v1__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .intimo-bra-support-v1__item {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 16px;
  }

  .intimo-bra-support-v1__item h3 {
    font-size: 23px;
  }
}

/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 05 - BIUSTONOSZ DO UBRANIA I OKAZJI
   ========================================================= */

.intimo-bra-occasion-v1,
.intimo-bra-occasion-v1 * {
  box-sizing: border-box;
}

.intimo-bra-occasion-v1 {
  position: relative;
  overflow: hidden;
  padding: 88px 0 90px;
  background:
    radial-gradient(circle at 84% 16%, rgba(242, 189, 210, 0.24) 0%, rgba(242, 189, 210, 0) 34%),
    linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
}

.intimo-bra-occasion-v1::before {
  position: absolute;
  left: -150px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.05);
  content: "";
}

.intimo-bra-occasion-v1__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.intimo-bra-occasion-v1__content {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.intimo-bra-occasion-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-occasion-v1__title {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.intimo-bra-occasion-v1__title span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-bra-occasion-v1__lead {
  max-width: 790px;
  margin: 19px auto 0;
  color: #5f5057;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-bra-occasion-v1__text {
  max-width: 760px;
  margin: 15px auto 0;
  color: #6b5b63;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.intimo-bra-occasion-v1__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.intimo-bra-occasion-v1__card {
  position: relative;
  min-height: 260px;
  padding: 25px 23px 24px;
  border: 1px solid rgba(160, 25, 91, 0.11);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.06);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.intimo-bra-occasion-v1__card:not(.intimo-bra-occasion-v1__card--featured):hover {
  transform: translateY(-5px);
  border-color: rgba(160, 25, 91, 0.24);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(74, 27, 50, 0.1);
}

.intimo-bra-occasion-v1__card--featured {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #a0195b 0%, #641238 100%);
  box-shadow: 0 18px 42px rgba(160, 25, 91, 0.22);
}

.intimo-bra-occasion-v1__card--featured::after {
  position: absolute;
  right: -74px;
  bottom: -86px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.intimo-bra-occasion-v1__card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 15px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.intimo-bra-occasion-v1__card h3 {
  position: relative;
  z-index: 2;
  min-height: 58px;
  margin: 0 0 13px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.043em;
}

.intimo-bra-occasion-v1__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #66565e;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
}

.intimo-bra-occasion-v1__card--featured span,
.intimo-bra-occasion-v1__card--featured h3,
.intimo-bra-occasion-v1__card--featured p {
  color: #ffffff;
}

.intimo-bra-occasion-v1__card--featured p {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1100px) {
  .intimo-bra-occasion-v1__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intimo-bra-occasion-v1__card {
    min-height: 230px;
  }
}

@media (max-width: 767px) {
  .intimo-bra-occasion-v1 {
    padding: 62px 0 64px;
  }

  .intimo-bra-occasion-v1__container {
    padding: 0 19px;
  }

  .intimo-bra-occasion-v1__content {
    margin-bottom: 28px;
    text-align: left;
  }

  .intimo-bra-occasion-v1__title {
    font-size: clamp(33px, 10vw, 47px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .intimo-bra-occasion-v1__lead,
  .intimo-bra-occasion-v1__text {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-occasion-v1__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .intimo-bra-occasion-v1__card {
    min-height: 0;
    padding: 22px 20px 21px;
    border-radius: 18px;
  }

  .intimo-bra-occasion-v1__card h3 {
    min-height: 0;
    font-size: 25px;
  }
}


/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 06 - FAQ SEO
   ========================================================= */

.intimo-bra-faq-v1,
.intimo-bra-faq-v1 * {
  box-sizing: border-box;
}

.intimo-bra-faq-v1 {
  position: relative;
  overflow: hidden;
  padding: 88px 0 90px;
  background:
    radial-gradient(circle at 12% 16%, rgba(242, 189, 210, 0.22) 0%, rgba(242, 189, 210, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}

.intimo-bra-faq-v1::before {
  position: absolute;
  right: -150px;
  top: 90px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

.intimo-bra-faq-v1__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}

.intimo-bra-faq-v1__heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.intimo-bra-faq-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-faq-v1__title {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 4.1vw, 60px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.intimo-bra-faq-v1__title span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-bra-faq-v1__lead {
  max-width: 760px;
  margin: 19px auto 0;
  color: #66565e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-bra-faq-v1__list {
  display: grid;
  gap: 13px;
}

.intimo-bra-faq-v1__item {
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.055);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.intimo-bra-faq-v1__item[open] {
  border-color: rgba(160, 25, 91, 0.24);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(74, 27, 50, 0.09);
}

.intimo-bra-faq-v1__item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 20px 62px 20px 24px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.035em;
  cursor: pointer;
  list-style: none;
}

.intimo-bra-faq-v1__item summary::-webkit-details-marker {
  display: none;
}

.intimo-bra-faq-v1__item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  content: "+";
}

.intimo-bra-faq-v1__item[open] summary::after {
  background: #a0195b;
  color: #ffffff;
  content: "−";
}

.intimo-bra-faq-v1__answer {
  padding: 0 24px 23px;
}

.intimo-bra-faq-v1__answer p {
  max-width: 900px;
  margin: 0;
  color: #66565e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
}

@media (max-width: 767px) {
  .intimo-bra-faq-v1 {
    padding: 62px 0 64px;
  }

  .intimo-bra-faq-v1__container {
    padding: 0 19px;
  }

  .intimo-bra-faq-v1__heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .intimo-bra-faq-v1__title {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .intimo-bra-faq-v1__lead {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-faq-v1__item {
    border-radius: 16px;
  }

  .intimo-bra-faq-v1__item summary {
    min-height: 62px;
    padding: 18px 56px 18px 18px;
    font-size: 20px;
    line-height: 1.2;
  }

  .intimo-bra-faq-v1__item summary::after {
    right: 16px;
    width: 31px;
    height: 31px;
    font-size: 21px;
  }

  .intimo-bra-faq-v1__answer {
    padding: 0 18px 20px;
  }

  .intimo-bra-faq-v1__answer p {
    font-size: 14.5px;
    line-height: 1.66;
  }
}

/* =========================================================
   INTIMO 2026
   OFERTA - BIUSTONOSZE CZĘSTOCHOWA
   SEKCJA 07 - CTA KOŃCOWE
   ========================================================= */

.intimo-bra-final-v1,
.intimo-bra-final-v1 * {
  box-sizing: border-box;
}

.intimo-bra-final-v1 {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background:
    radial-gradient(circle at 82% 16%, rgba(242, 189, 210, 0.16) 0%, rgba(242, 189, 210, 0) 34%),
    linear-gradient(135deg, #421329 0%, #681039 52%, #a0195b 100%);
}

.intimo-bra-final-v1::before {
  position: absolute;
  top: -150px;
  right: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.intimo-bra-final-v1::after {
  position: absolute;
  left: -160px;
  bottom: -190px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  content: "";
}

.intimo-bra-final-v1__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.intimo-bra-final-v1__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 46px;
  align-items: center;
}

.intimo-bra-final-v1__content {
  max-width: 760px;
}

.intimo-bra-final-v1__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f8d7e5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.intimo-bra-final-v1__title {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
}

.intimo-bra-final-v1__title span {
  display: block;
  color: #f4bfd4;
  font-weight: 600;
}

.intimo-bra-final-v1__lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.74;
}

.intimo-bra-final-v1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}

.intimo-bra-final-v1__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.intimo-bra-final-v1__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.intimo-bra-final-v1__button--primary {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #a0195b;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.intimo-bra-final-v1__button--primary:hover {
  border-color: #f8d7e5;
  background: #f8d7e5;
  color: #7d1247;
}

.intimo-bra-final-v1__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.intimo-bra-final-v1__button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.intimo-bra-final-v1__info {
  display: grid;
  gap: 13px;
}

.intimo-bra-final-v1__card {
  padding: 21px 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(8px);
}

.intimo-bra-final-v1__card span {
  display: block;
  margin-bottom: 9px;
  color: #f4bfd4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.intimo-bra-final-v1__card p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.intimo-bra-final-v1__card a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.intimo-bra-final-v1__card a:hover {
  color: #f8d7e5;
  text-decoration: none;
}

.intimo-bra-final-v1__card--highlight {
  background: rgba(255, 255, 255, 0.18);
}

.intimo-bra-final-v1__card--highlight > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.intimo-bra-final-v1__card--highlight > a:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

@media (max-width: 991px) {
  .intimo-bra-final-v1__box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intimo-bra-final-v1__info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .intimo-bra-final-v1 {
    padding: 62px 0 66px;
  }

  .intimo-bra-final-v1__container {
    padding: 0 19px;
  }

  .intimo-bra-final-v1__title {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .intimo-bra-final-v1__lead {
    font-size: 14.5px;
    line-height: 1.66;
  }

  .intimo-bra-final-v1__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-bra-final-v1__button {
    width: 100%;
  }

  .intimo-bra-final-v1__info {
    grid-template-columns: 1fr;
  }

  .intimo-bra-final-v1__card {
    padding: 19px 18px;
    border-radius: 16px;
  }

  .intimo-bra-final-v1__card--highlight > a {
    width: 100%;
  }
}





