/* JAPI CSS Manager - menu ID 1128 */

/* INTIMO 2026 - OFERTA - SEKCJA 01 HERO - OSOBNY RAW HTML */

.intimo-offer-page.iop-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 92px 0 54px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(42, 6, 23, 0.96) 0%, rgba(70, 10, 38, 0.90) 45%, rgba(88, 16, 49, 0.68) 100%),
    url("/images/intimo/oferta/intimo-oferta-bielizna-damska-czestochowa.jpg") center center / cover no-repeat,
    linear-gradient(135deg, #421329 0%, #681039 100%);
}

.intimo-offer-page.iop-hero *,
.intimo-offer-page.iop-hero *::before,
.intimo-offer-page.iop-hero *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(160, 25, 91, 0.34) 0%, rgba(160, 25, 91, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 5, 18, 0.24) 100%);
  pointer-events: none;
}

.intimo-offer-page.iop-hero .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-hero .iop-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.intimo-offer-page.iop-hero .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.7vw, 70px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.052em;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.22);
}

.intimo-offer-page.iop-hero h1 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.intimo-offer-page.iop-hero .iop-hero-content > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-offer-page.iop-hero .iop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.intimo-offer-page.iop-hero .iop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.intimo-offer-page.iop-hero .iop-btn span,
.intimo-offer-page.iop-hero .iop-btn i {
  color: inherit !important;
}

.intimo-offer-page.iop-hero .iop-btn:hover {
  transform: translateY(-3px);
  text-decoration: none !important;
}

.intimo-offer-page.iop-hero .iop-btn-primary {
  background: #a0195b;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(58, 7, 32, 0.34);
}

.intimo-offer-page.iop-hero .iop-btn-primary:hover {
  background: #7d1247;
  color: #ffffff !important;
}

.intimo-offer-page.iop-hero .iop-btn-secondary {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  backdrop-filter: blur(9px);
}

.intimo-offer-page.iop-hero .iop-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.17);
  color: #ffffff !important;
}

.intimo-offer-page.iop-hero .iop-hero-mini {
  display: grid;
  gap: 16px;
  justify-content: end;
}

.intimo-offer-page.iop-hero .iop-mini-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  width: min(420px, 100%);
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.145);
  border: 1px solid rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.intimo-offer-page.iop-hero .iop-mini-card i {
  display: inline-flex;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 20px;
}

.intimo-offer-page.iop-hero .iop-mini-card span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.25;
}

.intimo-offer-page.iop-hero .iop-mini-card strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.22;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-hero {
    min-height: 520px;
  }

  .intimo-offer-page.iop-hero .iop-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intimo-offer-page.iop-hero .iop-hero-mini {
    justify-content: start;
  }

  .intimo-offer-page.iop-hero .iop-mini-card {
    width: min(460px, 100%);
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-hero {
    min-height: 520px;
    padding-top: 76px;
    padding-bottom: 54px;
  }

  .intimo-offer-page.iop-hero .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-hero h1 {
    font-size: clamp(36px, 10.5vw, 52px);
    line-height: 1;
  }

  .intimo-offer-page.iop-hero .iop-hero-content > p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-hero .iop-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-offer-page.iop-hero .iop-hero-actions .iop-btn {
    width: 100%;
    min-height: 51px;
    font-size: 11px;
  }

  .intimo-offer-page.iop-hero .iop-mini-card {
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
  }

  .intimo-offer-page.iop-hero .iop-mini-card i {
    width: 48px;
    height: 48px;
  }

  .intimo-offer-page.iop-hero .iop-mini-card strong {
    font-size: 17px;
  }
}
/* INTIMO 2026 - OFERTA - SEKCJA 02 KATEGORIE START - OSOBNY RAW HTML */

.intimo-offer-page.iop-paths {
  overflow: hidden;
  padding: 72px 0 74px;
  background: #ffffff;
  color: #421329;
}

.intimo-offer-page.iop-paths *,
.intimo-offer-page.iop-paths *::before,
.intimo-offer-page.iop-paths *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-paths .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-paths .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-paths .iop-heading-center {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.intimo-offer-page.iop-paths .iop-heading-center .iop-kicker {
  margin-left: auto;
  margin-right: auto;
}

.intimo-offer-page.iop-paths .iop-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-paths .iop-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-offer-page.iop-paths .iop-heading-center p {
  max-width: 660px;
  margin: 16px auto 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

.intimo-offer-page.iop-paths .iop-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.intimo-offer-page.iop-paths .iop-path-card {
  position: relative;
  min-height: 218px;
  padding: 28px;
  border-radius: 20px;
  background: #fff8fb;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 16px 38px rgba(66, 19, 41, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.intimo-offer-page.iop-paths .iop-path-card:not(.iop-path-featured):hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(66, 19, 41, 0.11);
}

.intimo-offer-page.iop-paths .iop-path-card > span {
  display: block;
  margin-bottom: 32px;
  color: #c86a96;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.intimo-offer-page.iop-paths .iop-path-card > i {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #a0195b;
  font-size: 18px;
}

.intimo-offer-page.iop-paths .iop-path-card h3 {
  margin: 0 0 10px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.intimo-offer-page.iop-paths .iop-path-card p {
  margin: 0;
  color: #65565d;
  font-size: 14.2px;
  font-weight: 400;
  line-height: 1.64;
}

.intimo-offer-page.iop-paths .iop-path-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(160, 25, 91, 0.27);
}

.intimo-offer-page.iop-paths .iop-path-featured:hover {
  transform: translateY(-5px);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #8d1652 0%, #681039 100%);
  box-shadow: 0 22px 52px rgba(160, 25, 91, 0.3);
}

.intimo-offer-page.iop-paths .iop-path-featured > span,
.intimo-offer-page.iop-paths .iop-path-featured > i,
.intimo-offer-page.iop-paths .iop-path-featured h3,
.intimo-offer-page.iop-paths .iop-path-featured p {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-paths .iop-paths-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-paths {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-paths .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-paths .iop-heading-center {
    margin-bottom: 34px;
  }

  .intimo-offer-page.iop-paths .iop-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-paths .iop-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-paths .iop-path-card {
    min-height: auto;
    padding: 26px;
  }
}



/* INTIMO 2026 - OFERTA - SEKCJA 03 DOBRE DOPASOWANIE - OSOBNY RAW HTML */

.intimo-offer-page.iop-fit {
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 28%),
    #fff8fb;
  color: #421329;
}

.intimo-offer-page.iop-fit *,
.intimo-offer-page.iop-fit *::before,
.intimo-offer-page.iop-fit *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-fit .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-fit .iop-fit-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
}

.intimo-offer-page.iop-fit .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-fit .iop-fit-intro h2 {
  max-width: 520px;
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-fit .iop-fit-intro h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-offer-page.iop-fit .iop-fit-intro p {
  max-width: 500px;
  margin: 18px 0 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-offer-page.iop-fit .iop-fit-stat {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 24px 0 20px;
}

.intimo-offer-page.iop-fit .iop-fit-stat strong {
  color: #a0195b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.intimo-offer-page.iop-fit .iop-fit-stat span {
  max-width: 230px;
  color: #65565d;
  font-size: 13px;
  line-height: 1.45;
}

.intimo-offer-page.iop-fit .iop-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #a0195b;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 10px 22px rgba(160, 25, 91, 0.22);
}

.intimo-offer-page.iop-fit .iop-small-btn:hover {
  transform: translateY(-2px);
  background: #86134c;
  color: #ffffff !important;
  text-decoration: none !important;
}

.intimo-offer-page.iop-fit .iop-small-btn span,
.intimo-offer-page.iop-fit .iop-small-btn i {
  color: #ffffff !important;
}

.intimo-offer-page.iop-fit .iop-fit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.intimo-offer-page.iop-fit .iop-fit-cards article {
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 16px 38px rgba(66, 19, 41, 0.075);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.intimo-offer-page.iop-fit .iop-fit-cards article:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(66, 19, 41, 0.12);
}

.intimo-offer-page.iop-fit .iop-fit-cards i {
  display: inline-flex;
  margin-bottom: 14px;
  color: #a0195b;
}

.intimo-offer-page.iop-fit .iop-fit-cards h3 {
  margin: 0 0 8px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.intimo-offer-page.iop-fit .iop-fit-cards p {
  margin: 0;
  color: #65565d;
  font-size: 13.8px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-fit .iop-fit-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intimo-offer-page.iop-fit .iop-fit-intro h2,
  .intimo-offer-page.iop-fit .iop-fit-intro p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-fit {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-fit .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-fit .iop-fit-intro h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-fit .iop-fit-intro p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-fit .iop-fit-cards {
    grid-template-columns: 1fr;
  }
}



/* INTIMO 2026 - OFERTA - SEKCJA 04 BRAFIT I DOBÓR BIELIZNY - OSOBNY RAW HTML */

.intimo-offer-page.iop-bra {
  overflow: hidden;
  padding: 78px 0 82px;
  background: #ffffff;
  color: #421329;
}

.intimo-offer-page.iop-bra *,
.intimo-offer-page.iop-bra *::before,
.intimo-offer-page.iop-bra *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-bra .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-bra .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-bra .iop-heading-center {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.intimo-offer-page.iop-bra .iop-heading-center .iop-kicker {
  margin-left: auto;
  margin-right: auto;
}

.intimo-offer-page.iop-bra .iop-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-bra .iop-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-offer-page.iop-bra .iop-heading-center p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

.intimo-offer-page.iop-bra .iop-bra-box {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  align-items: stretch;
}

.intimo-offer-page.iop-bra .iop-bra-main {
  padding: 34px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 20px 48px rgba(160, 25, 91, 0.24);
}

.intimo-offer-page.iop-bra .iop-bra-main > span {
  display: inline-flex;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.intimo-offer-page.iop-bra .iop-bra-main h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.intimo-offer-page.iop-bra .iop-bra-main p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14.8px;
  font-weight: 400;
  line-height: 1.68;
}

.intimo-offer-page.iop-bra .iop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.intimo-offer-page.iop-bra .iop-btn span,
.intimo-offer-page.iop-bra .iop-btn i {
  color: inherit !important;
}

.intimo-offer-page.iop-bra .iop-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.intimo-offer-page.iop-bra .iop-btn-light {
  background: #ffffff;
  color: #a0195b !important;
  border: 1px solid rgba(160, 25, 91, 0.16);
  box-shadow: 0 10px 24px rgba(66, 19, 41, 0.06);
}

.intimo-offer-page.iop-bra .iop-btn-light:hover {
  background: #fff8fb;
  color: #a0195b !important;
}

.intimo-offer-page.iop-bra .iop-bra-list {
  display: grid;
  gap: 12px;
}

.intimo-offer-page.iop-bra .iop-bra-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: #fff8fb;
  border: 1px solid rgba(160, 25, 91, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.intimo-offer-page.iop-bra .iop-bra-list article:hover {
  transform: translateX(4px);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(66, 19, 41, 0.08);
}

.intimo-offer-page.iop-bra .iop-bra-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(160, 25, 91, 0.09);
  color: #a0195b;
}

.intimo-offer-page.iop-bra .iop-bra-list h3 {
  margin: 0 0 5px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.intimo-offer-page.iop-bra .iop-bra-list p {
  margin: 0;
  color: #65565d;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-bra .iop-bra-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-bra {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-bra .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-bra .iop-heading-center {
    margin-bottom: 34px;
  }

  .intimo-offer-page.iop-bra .iop-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-bra .iop-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-bra .iop-bra-main {
    padding: 28px;
    border-radius: 20px;
  }

  .intimo-offer-page.iop-bra .iop-bra-main h3 {
    font-size: 26px;
  }

  .intimo-offer-page.iop-bra .iop-bra-list article {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .intimo-offer-page.iop-bra .iop-btn {
    width: 100%;
  }
}

/* INTIMO 2026 - OFERTA - SEKCJA 05 KATEGORIE BIELIZNY - OSOBNY RAW HTML */

.intimo-offer-page.iop-products {
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 28%),
    #fff8fb;
  color: #421329;
}

.intimo-offer-page.iop-products *,
.intimo-offer-page.iop-products *::before,
.intimo-offer-page.iop-products *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-products .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-products .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-products .iop-heading-center {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.intimo-offer-page.iop-products .iop-heading-center .iop-kicker {
  margin-left: auto;
  margin-right: auto;
}

.intimo-offer-page.iop-products .iop-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-products .iop-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-offer-page.iop-products .iop-heading-center p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

.intimo-offer-page.iop-products .iop-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.intimo-offer-page.iop-products .iop-products-grid article {
  min-height: 138px;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 12px 30px rgba(66, 19, 41, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.intimo-offer-page.iop-products .iop-products-grid article:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(66, 19, 41, 0.11);
}

.intimo-offer-page.iop-products .iop-products-grid i {
  display: inline-flex;
  margin-bottom: 13px;
  color: #a0195b;
}

.intimo-offer-page.iop-products .iop-products-grid h3 {
  margin: 0 0 7px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.intimo-offer-page.iop-products .iop-products-grid p {
  margin: 0;
  color: #65565d;
  font-size: 13.8px;
  font-weight: 400;
  line-height: 1.55;
}

.intimo-offer-page.iop-products .iop-products-note {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 12px 30px rgba(66, 19, 41, 0.045);
}

.intimo-offer-page.iop-products .iop-products-note span {
  color: #65565d;
  font-size: 13px;
  line-height: 1.45;
}

.intimo-offer-page.iop-products .iop-products-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a0195b !important;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
}

.intimo-offer-page.iop-products .iop-products-note i,
.intimo-offer-page.iop-products .iop-products-note strong {
  color: #a0195b !important;
}

@media (max-width: 1100px) {
  .intimo-offer-page.iop-products .iop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-products {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-products .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-products .iop-heading-center {
    margin-bottom: 34px;
  }

  .intimo-offer-page.iop-products .iop-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-products .iop-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-products .iop-products-grid {
    grid-template-columns: 1fr;
  }

  .intimo-offer-page.iop-products .iop-products-grid article {
    min-height: auto;
    padding: 22px;
  }

  .intimo-offer-page.iop-products .iop-products-note {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* INTIMO 2026 - OFERTA - SEKCJA 06 STROJE KĄPIELOWE / PLAŻOWY BUTIK - OSOBNY RAW HTML */

.intimo-offer-page.iop-swim {
  overflow: hidden;
  padding: 78px 0;
  background: #ffffff;
  color: #ffffff;
}

.intimo-offer-page.iop-swim *,
.intimo-offer-page.iop-swim *::before,
.intimo-offer-page.iop-swim *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-swim .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-swim .iop-swim-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
  gap: 22px;
  align-items: stretch;
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(242, 189, 210, 0.22) 0%, rgba(160, 25, 91, 0) 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 24px 58px rgba(160, 25, 91, 0.26);
}

.intimo-offer-page.iop-swim .iop-swim-box::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.intimo-offer-page.iop-swim .iop-swim-box::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.intimo-offer-page.iop-swim .iop-swim-content,
.intimo-offer-page.iop-swim .iop-swim-side {
  position: relative;
  z-index: 2;
}

.intimo-offer-page.iop-swim .iop-swim-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intimo-offer-page.iop-swim .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-swim h2 {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-swim h2 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.intimo-offer-page.iop-swim .iop-swim-content p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.68;
}

.intimo-offer-page.iop-swim .iop-swim-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.intimo-offer-page.iop-swim .iop-swim-tags span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.intimo-offer-page.iop-swim .iop-swim-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.intimo-offer-page.iop-swim .iop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.intimo-offer-page.iop-swim .iop-btn span,
.intimo-offer-page.iop-swim .iop-btn i {
  color: inherit !important;
}

.intimo-offer-page.iop-swim .iop-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.intimo-offer-page.iop-swim .iop-btn-white {
  background: #ffffff;
  color: #a0195b !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.intimo-offer-page.iop-swim .iop-btn-white:hover {
  background: #fff8fb;
  color: #a0195b !important;
}

.intimo-offer-page.iop-swim .iop-btn-outline {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.intimo-offer-page.iop-swim .iop-btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.intimo-offer-page.iop-swim .iop-swim-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  padding: 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.095);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.intimo-offer-page.iop-swim .iop-swim-side-head > span {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.intimo-offer-page.iop-swim .iop-swim-side h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.intimo-offer-page.iop-swim .iop-swim-side h3 span {
  color: #f2bdd2;
  font-weight: 600;
}

.intimo-offer-page.iop-swim .iop-swim-side p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}

.intimo-offer-page.iop-swim .iop-swim-side-list {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.intimo-offer-page.iop-swim .iop-swim-side-list div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.intimo-offer-page.iop-swim .iop-swim-side-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
}

.intimo-offer-page.iop-swim .iop-swim-side-list span {
  color: #ffffff;
  font-size: 12.8px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-swim .iop-swim-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-swim {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-swim .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-swim .iop-swim-box {
    padding: 28px;
    border-radius: 20px;
  }

  .intimo-offer-page.iop-swim h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-swim .iop-swim-content p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-swim .iop-swim-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-offer-page.iop-swim .iop-btn {
    width: 100%;
  }

  .intimo-offer-page.iop-swim .iop-swim-side {
    padding: 22px;
  }

  .intimo-offer-page.iop-swim .iop-swim-side h3 {
    font-size: 28px;
  }
}



/* INTIMO 2026 - OFERTA - SEKCJA 07 JAKOŚĆ I WYBÓR - OSOBNY RAW HTML */

.intimo-offer-page.iop-quality {
  overflow: hidden;
  padding: 78px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 28%),
    #fff8fb;
  color: #421329;
}

.intimo-offer-page.iop-quality *,
.intimo-offer-page.iop-quality *::before,
.intimo-offer-page.iop-quality *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-quality .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-quality .iop-quality-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
}

.intimo-offer-page.iop-quality .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-quality .iop-quality-intro h2 {
  max-width: 520px;
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-quality .iop-quality-intro h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-offer-page.iop-quality .iop-quality-intro p {
  max-width: 510px;
  margin: 18px 0 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.72;
}

.intimo-offer-page.iop-quality .iop-quality-small {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 460px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 12px 30px rgba(66, 19, 41, 0.055);
}

.intimo-offer-page.iop-quality .iop-quality-small i {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  border-radius: 12px;
  background: rgba(160, 25, 91, 0.09);
  color: #a0195b;
  font-size: 13px;
}

.intimo-offer-page.iop-quality .iop-quality-small span {
  color: #65565d;
  font-size: 13.5px;
  line-height: 1.55;
}

.intimo-offer-page.iop-quality .iop-quality-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.intimo-offer-page.iop-quality .iop-quality-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #421329;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 10px 24px rgba(66, 19, 41, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.intimo-offer-page.iop-quality .iop-quality-tags span:hover {
  transform: translateY(-3px);
  background: #a0195b;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(160, 25, 91, 0.2);
}

@media (max-width: 1100px) {
  .intimo-offer-page.iop-quality .iop-quality-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-quality .iop-quality-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intimo-offer-page.iop-quality .iop-quality-intro h2,
  .intimo-offer-page.iop-quality .iop-quality-intro p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-quality {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-quality .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-quality .iop-quality-intro h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-quality .iop-quality-intro p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-quality .iop-quality-tags {
    grid-template-columns: 1fr;
  }

  .intimo-offer-page.iop-quality .iop-quality-tags span {
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}

/* INTIMO 2026 - OFERTA - SEKCJA 09 KONTAKT - POPRAWIONA */

.intimo-offer-page.iop-contact {
  overflow: hidden;
  padding: 78px 0 82px;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 28%),
    #fff8fb;
  color: #421329;
}

.intimo-offer-page.iop-contact *,
.intimo-offer-page.iop-contact *::before,
.intimo-offer-page.iop-contact *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-contact .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-contact .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-contact .iop-heading-center {
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}

.intimo-offer-page.iop-contact .iop-heading-center .iop-kicker {
  margin-left: auto;
  margin-right: auto;
}

.intimo-offer-page.iop-contact .iop-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-contact .iop-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.intimo-offer-page.iop-contact .iop-heading-center p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

.intimo-offer-page.iop-contact .iop-contact-box {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.intimo-offer-page.iop-contact .iop-contact-main {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 30px;
  border-radius: 22px;
  background:
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 20px 48px rgba(160, 25, 91, 0.24);
}

.intimo-offer-page.iop-contact .iop-contact-main::after {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -88px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.intimo-offer-page.iop-contact .iop-contact-main-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
}

.intimo-offer-page.iop-contact .iop-contact-main-icon i {
  color: #ffffff !important;
  font-size: 20px;
}

.intimo-offer-page.iop-contact .iop-contact-main > span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-contact .iop-contact-main h3 {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.intimo-offer-page.iop-contact .iop-contact-main p {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
}

.intimo-offer-page.iop-contact .iop-contact-main > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 12px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease;
}

.intimo-offer-page.iop-contact .iop-contact-main > a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  text-decoration: none !important;
}

.intimo-offer-page.iop-contact .iop-contact-main > a i,
.intimo-offer-page.iop-contact .iop-contact-main > a strong {
  color: #ffffff !important;
}

.intimo-offer-page.iop-contact .iop-contact-main > a strong {
  font-size: 13px;
  font-weight: 900;
}

.intimo-offer-page.iop-contact .iop-contact-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.intimo-offer-page.iop-contact .iop-contact-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.intimo-offer-page.iop-contact .iop-contact-card {
  min-height: 150px;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 12px 30px rgba(66, 19, 41, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.intimo-offer-page.iop-contact .iop-contact-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(66, 19, 41, 0.105);
}

.intimo-offer-page.iop-contact .iop-contact-card i {
  display: inline-flex;
  margin-bottom: 16px;
  color: #a0195b;
  font-size: 18px;
}

.intimo-offer-page.iop-contact .iop-contact-card span {
  display: block;
  margin-bottom: 8px;
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-contact .iop-contact-card strong {
  display: block;
  color: #421329;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.38;
}

.intimo-offer-page.iop-contact .iop-contact-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.intimo-offer-page.iop-contact .iop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.intimo-offer-page.iop-contact .iop-btn span,
.intimo-offer-page.iop-contact .iop-btn i {
  color: inherit !important;
}

.intimo-offer-page.iop-contact .iop-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.intimo-offer-page.iop-contact .iop-btn-primary {
  background: #a0195b;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(160, 25, 91, 0.26);
}

.intimo-offer-page.iop-contact .iop-btn-primary:hover {
  background: #86134c;
  color: #ffffff !important;
}

.intimo-offer-page.iop-contact .iop-btn-light {
  background: #ffffff;
  color: #a0195b !important;
  border: 1px solid rgba(160, 25, 91, 0.16);
  box-shadow: 0 10px 24px rgba(66, 19, 41, 0.06);
}

.intimo-offer-page.iop-contact .iop-btn-light:hover {
  background: #fff8fb;
  color: #a0195b !important;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-contact .iop-contact-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-contact {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-contact .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-contact .iop-heading-center {
    margin-bottom: 34px;
  }

  .intimo-offer-page.iop-contact .iop-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-contact .iop-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-contact .iop-contact-main {
    padding: 28px;
    border-radius: 20px;
  }

  .intimo-offer-page.iop-contact .iop-contact-main h3 {
    font-size: clamp(29px, 8vw, 40px);
  }

  .intimo-offer-page.iop-contact .iop-contact-mini-grid {
    grid-template-columns: 1fr;
  }

  .intimo-offer-page.iop-contact .iop-contact-card {
    min-height: auto;
    padding: 22px;
  }

  .intimo-offer-page.iop-contact .iop-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-offer-page.iop-contact .iop-btn {
    width: 100%;
  }
}


/* INTIMO 2026 - OFERTA - SEKCJA 10 FINAL CTA - OSOBNY RAW HTML */

.intimo-offer-page.iop-final {
  overflow: hidden;
  padding: 78px 0 86px;
  background: #ffffff;
  color: #ffffff;
}

.intimo-offer-page.iop-final *,
.intimo-offer-page.iop-final *::before,
.intimo-offer-page.iop-final *::after {
  box-sizing: border-box;
}

.intimo-offer-page.iop-final .iop-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.intimo-offer-page.iop-final .iop-final-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 30px;
  align-items: center;
  padding: 38px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(242, 189, 210, 0.2) 0%, rgba(160, 25, 91, 0) 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 24px 58px rgba(160, 25, 91, 0.26);
}

.intimo-offer-page.iop-final .iop-final-box::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.intimo-offer-page.iop-final .iop-final-box::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

.intimo-offer-page.iop-final .iop-final-content,
.intimo-offer-page.iop-final .iop-final-list {
  position: relative;
  z-index: 2;
}

.intimo-offer-page.iop-final .iop-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.intimo-offer-page.iop-final h2 {
  max-width: 670px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.intimo-offer-page.iop-final h2 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.intimo-offer-page.iop-final p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.68;
}

.intimo-offer-page.iop-final .iop-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.intimo-offer-page.iop-final .iop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.intimo-offer-page.iop-final .iop-btn span,
.intimo-offer-page.iop-final .iop-btn i {
  color: inherit !important;
}

.intimo-offer-page.iop-final .iop-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.intimo-offer-page.iop-final .iop-btn-white {
  background: #ffffff;
  color: #a0195b !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.intimo-offer-page.iop-final .iop-btn-white:hover {
  background: #fff8fb;
  color: #a0195b !important;
}

.intimo-offer-page.iop-final .iop-btn-outline {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.intimo-offer-page.iop-final .iop-btn-outline:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.intimo-offer-page.iop-final .iop-final-list {
  display: grid;
  gap: 12px;
}

.intimo-offer-page.iop-final .iop-final-list div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.intimo-offer-page.iop-final .iop-final-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.intimo-offer-page.iop-final .iop-final-list span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .intimo-offer-page.iop-final .iop-final-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .intimo-offer-page.iop-final {
    padding: 62px 0;
  }

  .intimo-offer-page.iop-final .iop-container {
    width: min(100% - 34px, 1320px);
  }

  .intimo-offer-page.iop-final .iop-final-box {
    padding: 28px;
    border-radius: 20px;
  }

  .intimo-offer-page.iop-final h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .intimo-offer-page.iop-final p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .intimo-offer-page.iop-final .iop-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intimo-offer-page.iop-final .iop-btn {
    width: 100%;
  }

  .intimo-offer-page.iop-final .iop-final-list div {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .intimo-offer-page.iop-final .iop-final-list i {
    width: 38px;
    height: 38px;
  }
}

