/* JAPI CSS Manager - menu ID 103 */


/* =========================================================
   INTIMO HOME 2026
   BLOK 01: HERO ZE ZDJĘCIEM W TLE
   ========================================================= */

#intimo-home-hero,
#intimo-home-hero * {
  box-sizing: border-box;
}

#intimo-home-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(30, 10, 18, 0.86) 0%,
      rgba(46, 15, 28, 0.78) 32%,
      rgba(71, 20, 43, 0.56) 58%,
      rgba(71, 20, 43, 0.36) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.16) 0%,
      rgba(0, 0, 0, 0.28) 100%
    ),
    url("/images/intimo/hero/intimo-hero.jpg") center center / cover no-repeat;
}

#intimo-home-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 26%,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0) 28%
    );
  content: "";
  pointer-events: none;
}

#intimo-home-hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
  content: "";
  pointer-events: none;
}

#intimo-home-hero .ihh-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 118px 28px 0;
}

#intimo-home-hero .ihh-main {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
  gap: 60px;
  align-items: center;
  min-height: 680px;
  padding-bottom: 74px;
}

#intimo-home-hero .ihh-content {
  max-width: 860px;
}

#intimo-home-hero .ihh-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-home-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 6.9vw, 104px);
  font-weight: 400;
  letter-spacing: -4.4px;
  line-height: 0.93;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
}

#intimo-home-hero h1 span {
  display: block;
  color: #f0bfd3;
}

#intimo-home-hero .ihh-lead {
  max-width: 760px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.78;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.14);
}

#intimo-home-hero .ihh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 37px;
}

#intimo-home-hero .ihh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  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-home-hero .ihh-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

#intimo-home-hero .ihh-btn-primary {
  background: #a0195b;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(64, 10, 38, 0.34);
}

#intimo-home-hero .ihh-btn-primary:hover {
  background: #84124a;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(64, 10, 38, 0.42);
}

#intimo-home-hero .ihh-btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ffffff;
}

#intimo-home-hero .ihh-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

#intimo-home-hero .ihh-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#intimo-home-hero .ihh-side-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 22px rgba(19, 7, 13, 0.18);
}

#intimo-home-hero .ihh-side-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 24px;
}

#intimo-home-hero .ihh-side-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#intimo-home-hero .ihh-side-text strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

#intimo-home-hero .ihh-side-text span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.52;
}

#intimo-home-hero .ihh-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(24, 9, 16, 0.34);
  backdrop-filter: blur(8px);
}

#intimo-home-hero .ihh-feature {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 150px;
  padding: 24px 22px;
}

#intimo-home-hero .ihh-feature:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#intimo-home-hero .ihh-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 21px;
}

#intimo-home-hero .ihh-feature strong {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.55px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-home-hero .ihh-feature span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
  #intimo-home-hero .ihh-container {
    padding-top: 86px;
  }

  #intimo-home-hero .ihh-main {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding-bottom: 58px;
  }

  #intimo-home-hero .ihh-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  #intimo-home-hero .ihh-side-item {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 14px;
  }

  #intimo-home-hero .ihh-side-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  #intimo-home-hero .ihh-side-text strong {
    font-size: 16px;
  }

  #intimo-home-hero .ihh-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #intimo-home-hero .ihh-feature:nth-child(2) {
    border-right: 0;
  }

  #intimo-home-hero .ihh-feature:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-hero {
    background:
      linear-gradient(
        180deg,
        rgba(30, 10, 18, 0.82) 0%,
        rgba(52, 16, 31, 0.72) 100%
      ),
      url("/images/intimo/hero/intimo-hero.jpg") center center / cover no-repeat;
  }

  #intimo-home-hero .ihh-container {
    padding: 62px 19px 0;
  }

  #intimo-home-hero .ihh-main {
    gap: 22px;
    padding-bottom: 42px;
  }

  #intimo-home-hero .ihh-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.8px;
  }

  #intimo-home-hero h1 {
    font-size: clamp(50px, 15vw, 74px);
    letter-spacing: -2.8px;
  }

  #intimo-home-hero .ihh-lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.66;
  }

  #intimo-home-hero .ihh-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  #intimo-home-hero .ihh-btn {
    width: 100%;
    min-height: 53px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 11px;
  }

  #intimo-home-hero .ihh-side {
    grid-template-columns: 1fr;
  }

  #intimo-home-hero .ihh-side-item {
    grid-template-columns: 50px 1fr;
    gap: 12px;
    padding: 13px;
    border-radius: 15px;
  }

  #intimo-home-hero .ihh-side-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  #intimo-home-hero .ihh-side-text strong {
    font-size: 16px;
  }

  #intimo-home-hero .ihh-side-text span {
    font-size: 12px;
  }

  #intimo-home-hero .ihh-features {
    grid-template-columns: 1fr;
    margin-right: -19px;
    margin-left: -19px;
  }

  #intimo-home-hero .ihh-feature {
    min-height: auto;
    padding: 18px 19px;
    border-right: 0 !important;
  }

  #intimo-home-hero .ihh-feature:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #intimo-home-hero .ihh-feature-icon {
    width: 49px;
    height: 49px;
    font-size: 19px;
  }

  #intimo-home-hero .ihh-feature strong {
    font-size: 11px;
  }

  #intimo-home-hero .ihh-feature span {
    font-size: 12px;
  }
}



/* =========================================================
   INTIMO HOME 2026
   BLOK 02: GŁÓWNE ŚCIEŻKI KLIENTKI
   ========================================================= */

#intimo-home-categories,
#intimo-home-categories * {
  box-sizing: border-box;
}

#intimo-home-categories {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-home-categories::before {
  position: absolute;
  top: 50px;
  left: -120px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-categories::after {
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-categories .ihc-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 108px 28px 118px;
}

#intimo-home-categories .ihc-head {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

#intimo-home-categories .ihc-eyebrow {
  margin-bottom: 15px;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-categories h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1;
}

#intimo-home-categories h2 span {
  color: #c86a96;
}

#intimo-home-categories .ihc-head p {
  max-width: 730px;
  margin: 20px auto 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.72;
}

#intimo-home-categories .ihc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

#intimo-home-categories .ihc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 248, 251, 0.98) 100%
    );
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(74, 27, 50, 0.07);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

#intimo-home-categories .ihc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(160, 25, 91, 0.28);
  text-decoration: none;
  box-shadow: 0 22px 42px rgba(74, 27, 50, 0.12);
}

#intimo-home-categories .ihc-card::before {
  position: absolute;
  top: -68px;
  right: -68px;
  width: 176px;
  height: 176px;
  border: 1px solid rgba(160, 25, 91, 0.08);
  border-radius: 50%;
  content: "";
}

#intimo-home-categories .ihc-card::after {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(160, 25, 91, 0.1);
  border-radius: 50%;
  content: "";
}

#intimo-home-categories .ihc-card-featured {
  border-color: rgba(160, 25, 91, 0.2);
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #7f1248 100%
    );
}

#intimo-home-categories .ihc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 0;
}

#intimo-home-categories .ihc-number {
  color: rgba(160, 25, 91, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
}

#intimo-home-categories .ihc-card-featured .ihc-number {
  color: rgba(255, 255, 255, 0.56);
}

#intimo-home-categories .ihc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(160, 25, 91, 0.15);
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.06);
  color: #b44f80;
  font-size: 29px;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease;
}

#intimo-home-categories .ihc-card:hover .ihc-icon {
  transform: scale(1.07);
}

#intimo-home-categories .ihc-card-featured .ihc-icon {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

#intimo-home-categories .ihc-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 28px 28px;
}

#intimo-home-categories .ihc-card h3 {
  margin: 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.9px;
  line-height: 1.08;
}

#intimo-home-categories .ihc-card p {
  margin: 17px 0 0;
  color: #5a4b52;
  font-size: 15px;
  line-height: 1.7;
}

#intimo-home-categories .ihc-card-featured h3,
#intimo-home-categories .ihc-card-featured p {
  color: #ffffff;
}

#intimo-home-categories .ihc-card-featured p {
  color: rgba(255, 255, 255, 0.8);
}

#intimo-home-categories .ihc-link {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 28px;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-home-categories .ihc-link i {
  transition: transform 0.22s ease;
}

#intimo-home-categories .ihc-card:hover .ihc-link i {
  transform: translateX(5px);
}

#intimo-home-categories .ihc-card-featured .ihc-link {
  color: #ffffff;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  #intimo-home-categories .ihc-container {
    padding: 86px 24px 94px;
  }

  #intimo-home-categories .ihc-grid {
    grid-template-columns: 1fr;
  }

  #intimo-home-categories .ihc-card {
    min-height: 290px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-categories .ihc-container {
    padding: 68px 19px 76px;
  }

  #intimo-home-categories .ihc-head {
    margin-bottom: 34px;
  }

  #intimo-home-categories .ihc-eyebrow {
    font-size: 11px;
    letter-spacing: 0.95px;
  }

  #intimo-home-categories h2 {
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -1.7px;
  }

  #intimo-home-categories .ihc-head p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  #intimo-home-categories .ihc-grid {
    gap: 14px;
  }

  #intimo-home-categories .ihc-card {
    min-height: 275px;
    border-radius: 20px;
  }

  #intimo-home-categories .ihc-card-top {
    padding: 22px 22px 0;
  }

  #intimo-home-categories .ihc-number {
    font-size: 29px;
  }

  #intimo-home-categories .ihc-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  #intimo-home-categories .ihc-card-body {
    padding: 22px;
  }

  #intimo-home-categories .ihc-card h3 {
    font-size: 29px;
  }

  #intimo-home-categories .ihc-card p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.62;
  }

  #intimo-home-categories .ihc-link {
    padding-top: 22px;
    font-size: 12px;
  }
}


/* =========================================================
   INTIMO HOME 2026
   BLOK 03: DLACZEGO INTIMO
   ========================================================= */

#intimo-home-why,
#intimo-home-why * {
  box-sizing: border-box;
}

#intimo-home-why {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #fff9fb 0%,
      #fdf4f7 100%
    );
}

#intimo-home-why::before {
  position: absolute;
  top: -150px;
  right: -120px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(160, 25, 91, 0.08);
  border-radius: 50%;
  content: "";
}

#intimo-home-why::after {
  position: absolute;
  bottom: -180px;
  left: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-why .ihw-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 112px 28px 120px;
}

#intimo-home-why .ihw-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 68px;
  align-items: start;
}

#intimo-home-why .ihw-intro {
  position: sticky;
  top: 40px;
}

#intimo-home-why .ihw-eyebrow {
  margin-bottom: 15px;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.15px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-why h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 69px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1.02;
}

#intimo-home-why h2 span {
  display: block;
  color: #c86a96;
}

#intimo-home-why .ihw-lead {
  max-width: 590px;
  margin: 23px 0 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.75;
}

#intimo-home-why .ihw-years {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 31px;
  padding-top: 27px;
  border-top: 1px solid rgba(160, 25, 91, 0.15);
}

#intimo-home-why .ihw-years-number {
  color: #a0195b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 0.92;
}

#intimo-home-why .ihw-years-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#intimo-home-why .ihw-years-text strong {
  color: #4a1b32;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

#intimo-home-why .ihw-years-text span {
  color: #6a5b62;
  font-size: 14px;
  line-height: 1.45;
}

#intimo-home-why .ihw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 55px;
  margin-top: 30px;
  padding: 14px 23px;
  border: 1px solid #a0195b;
  border-radius: 14px;
  background: #a0195b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 11px 24px rgba(160, 25, 91, 0.17);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

#intimo-home-why .ihw-btn:hover {
  transform: translateY(-2px);
  background: #84124a;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 15px 29px rgba(160, 25, 91, 0.24);
}

#intimo-home-why .ihw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#intimo-home-why .ihw-card {
  min-height: 240px;
  padding: 25px;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.055);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background-color 0.26s ease;
}

#intimo-home-why .ihw-card:hover {
  transform: translateY(-5px);
  border-color: rgba(160, 25, 91, 0.24);
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(74, 27, 50, 0.1);
}

#intimo-home-why .ihw-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #b44f80;
  font-size: 23px;
  transition:
    transform 0.26s ease,
    background-color 0.26s ease;
}

#intimo-home-why .ihw-card:hover .ihw-icon {
  transform: scale(1.06);
  background: rgba(160, 25, 91, 0.12);
}

#intimo-home-why .ihw-card h3 {
  margin: 18px 0 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.12;
}

#intimo-home-why .ihw-card p {
  margin: 12px 0 0;
  color: #65565d;
  font-size: 14px;
  line-height: 1.68;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
  #intimo-home-why .ihw-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #intimo-home-why .ihw-intro {
    position: static;
  }

  #intimo-home-why .ihw-lead {
    max-width: 780px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-why .ihw-container {
    padding: 72px 19px 78px;
  }

  #intimo-home-why .ihw-layout {
    gap: 32px;
  }

  #intimo-home-why .ihw-eyebrow {
    font-size: 11px;
    letter-spacing: 0.95px;
  }

  #intimo-home-why h2 {
    font-size: clamp(42px, 13vw, 57px);
    letter-spacing: -1.7px;
  }

  #intimo-home-why .ihw-lead {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.66;
  }

  #intimo-home-why .ihw-years {
    gap: 13px;
    margin-top: 24px;
    padding-top: 21px;
  }

  #intimo-home-why .ihw-years-number {
    font-size: 59px;
  }

  #intimo-home-why .ihw-years-text strong {
    font-size: 15px;
  }

  #intimo-home-why .ihw-years-text span {
    font-size: 13px;
  }

  #intimo-home-why .ihw-btn {
    width: 100%;
    min-height: 53px;
    margin-top: 24px;
    font-size: 12px;
  }

  #intimo-home-why .ihw-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  #intimo-home-why .ihw-card {
    min-height: auto;
    padding: 21px;
    border-radius: 18px;
  }

  #intimo-home-why .ihw-icon {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }

  #intimo-home-why .ihw-card h3 {
    margin-top: 15px;
    font-size: 22px;
  }

  #intimo-home-why .ihw-card p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.64;
  }
}



/* =========================================================
   INTIMO HOME 2026
   BLOK 04: BRAFFITING KROK PO KROKU
   ========================================================= */

#intimo-home-brafitting,
#intimo-home-brafitting * {
  box-sizing: border-box;
}

#intimo-home-brafitting {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-home-brafitting::before {
  position: absolute;
  top: -180px;
  left: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(160, 25, 91, 0.06);
  border-radius: 50%;
  content: "";
}

#intimo-home-brafitting::after {
  position: absolute;
  right: -170px;
  bottom: -190px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(160, 25, 91, 0.06);
  border-radius: 50%;
  content: "";
}

#intimo-home-brafitting .ihb-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 112px 28px 118px;
}

#intimo-home-brafitting .ihb-head {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

#intimo-home-brafitting .ihb-eyebrow {
  margin-bottom: 15px;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.15px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-brafitting h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1;
}

#intimo-home-brafitting h2 span {
  display: block;
  color: #c86a96;
}

#intimo-home-brafitting .ihb-head p {
  max-width: 780px;
  margin: 21px auto 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.72;
}

#intimo-home-brafitting .ihb-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: stretch;
}

#intimo-home-brafitting .ihb-highlight {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #791144 100%
    );
  box-shadow: 0 18px 38px rgba(97, 15, 54, 0.2);
}

#intimo-home-brafitting .ihb-highlight::before {
  position: absolute;
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

#intimo-home-brafitting .ihb-highlight::after {
  position: absolute;
  right: -35px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
}

#intimo-home-brafitting .ihb-highlight-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#intimo-home-brafitting .ihb-highlight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 26px;
}

#intimo-home-brafitting .ihb-highlight-badge {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.91);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-home-brafitting .ihb-highlight h3 {
  position: relative;
  z-index: 2;
  margin: 29px 0 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.06;
}

#intimo-home-brafitting .ihb-highlight p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.72;
}

#intimo-home-brafitting .ihb-highlight ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

#intimo-home-brafitting .ihb-highlight li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 14px;
  line-height: 1.55;
}

#intimo-home-brafitting .ihb-highlight li i {
  margin-top: 3px;
  color: #f1c4d7;
  font-size: 13px;
}

#intimo-home-brafitting .ihb-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 28px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease;
}

#intimo-home-brafitting .ihb-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
}

#intimo-home-brafitting .ihb-steps {
  display: grid;
  gap: 14px;
}

#intimo-home-brafitting .ihb-step {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 133px;
  padding: 20px 23px;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 248, 251, 0.98) 100%
    );
  box-shadow: 0 10px 26px rgba(74, 27, 50, 0.05);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

#intimo-home-brafitting .ihb-step:hover {
  transform: translateX(6px);
  border-color: rgba(160, 25, 91, 0.25);
  box-shadow: 0 15px 30px rgba(74, 27, 50, 0.1);
}

#intimo-home-brafitting .ihb-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #a0195b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
}

#intimo-home-brafitting .ihb-step-content h3 {
  margin: 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 1.14;
}

#intimo-home-brafitting .ihb-step-content p {
  margin: 9px 0 0;
  color: #65565d;
  font-size: 14px;
  line-height: 1.63;
}

#intimo-home-brafitting .ihb-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 27px;
  padding: 22px 26px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 18px;
  background: #fff8fa;
}

#intimo-home-brafitting .ihb-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#intimo-home-brafitting .ihb-bottom-text strong {
  color: #4a1b32;
  font-size: 16px;
  line-height: 1.3;
}

#intimo-home-brafitting .ihb-bottom-text span {
  color: #65565d;
  font-size: 14px;
  line-height: 1.45;
}

#intimo-home-brafitting .ihb-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #a0195b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.22s ease;
}

#intimo-home-brafitting .ihb-phone:hover {
  color: #791144;
  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1020px) {
  #intimo-home-brafitting .ihb-layout {
    grid-template-columns: 1fr;
  }

  #intimo-home-brafitting .ihb-highlight {
    padding: 30px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-brafitting .ihb-container {
    padding: 72px 19px 78px;
  }

  #intimo-home-brafitting .ihb-head {
    margin-bottom: 34px;
  }

  #intimo-home-brafitting .ihb-eyebrow {
    font-size: 11px;
    letter-spacing: 0.95px;
  }

  #intimo-home-brafitting h2 {
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -1.7px;
  }

  #intimo-home-brafitting .ihb-head p {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.65;
  }

  #intimo-home-brafitting .ihb-layout {
    gap: 14px;
  }

  #intimo-home-brafitting .ihb-highlight {
    padding: 23px;
    border-radius: 21px;
  }

  #intimo-home-brafitting .ihb-highlight-icon {
    width: 57px;
    height: 57px;
    font-size: 22px;
  }

  #intimo-home-brafitting .ihb-highlight-badge {
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: 0.5px;
  }

  #intimo-home-brafitting .ihb-highlight h3 {
    margin-top: 22px;
    font-size: 31px;
  }

  #intimo-home-brafitting .ihb-highlight p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.66;
  }

  #intimo-home-brafitting .ihb-highlight li {
    font-size: 13px;
  }

  #intimo-home-brafitting .ihb-btn {
    width: 100%;
    min-height: 52px;
    font-size: 11px;
    text-align: center;
  }

  #intimo-home-brafitting .ihb-steps {
    gap: 11px;
  }

  #intimo-home-brafitting .ihb-step {
    grid-template-columns: 52px 1fr;
    gap: 13px;
    min-height: auto;
    padding: 17px;
    border-radius: 17px;
  }

  #intimo-home-brafitting .ihb-step:hover {
    transform: none;
  }

  #intimo-home-brafitting .ihb-step-number {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  #intimo-home-brafitting .ihb-step-content h3 {
    font-size: 20px;
  }

  #intimo-home-brafitting .ihb-step-content p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.58;
  }

  #intimo-home-brafitting .ihb-bottom {
    display: grid;
    gap: 14px;
    margin-top: 17px;
    padding: 18px;
    border-radius: 16px;
  }

  #intimo-home-brafitting .ihb-bottom-text strong {
    font-size: 15px;
  }

  #intimo-home-brafitting .ihb-bottom-text span {
    font-size: 13px;
  }

  #intimo-home-brafitting .ihb-phone {
    font-size: 20px;
  }
}



/* =========================================================
   INTIMO HOME 2026
   BLOK 05: OFERTA SPECJALISTYCZNA
   ========================================================= */

#intimo-home-offer,
#intimo-home-offer * {
  box-sizing: border-box;
}

#intimo-home-offer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #fff9fb 0%,
      #fdf4f7 100%
    );
}

#intimo-home-offer::before {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(160, 25, 91, 0.075);
  border-radius: 50%;
  content: "";
}

#intimo-home-offer::after {
  position: absolute;
  bottom: -190px;
  left: -140px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-offer .iho-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 112px 28px 118px;
}

#intimo-home-offer .iho-head {
  max-width: 850px;
  margin: 0 auto 49px;
  text-align: center;
}

#intimo-home-offer .iho-eyebrow {
  margin-bottom: 15px;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.15px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-offer h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1;
}

#intimo-home-offer h2 span {
  display: block;
  color: #c86a96;
}

#intimo-home-offer .iho-head p {
  max-width: 760px;
  margin: 21px auto 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.72;
}

#intimo-home-offer .iho-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#intimo-home-offer .iho-card {
  position: relative;
  display: flex;
  gap: 17px;
  min-height: 222px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 29px rgba(74, 27, 50, 0.055);
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background-color 0.26s ease;
}

#intimo-home-offer .iho-card::after {
  position: absolute;
  right: -44px;
  bottom: -47px;
  width: 115px;
  height: 115px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-offer .iho-card:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.27);
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 19px 36px rgba(74, 27, 50, 0.1);
}

#intimo-home-offer .iho-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #b44f80;
  font-size: 22px;
  transition:
    transform 0.26s ease,
    background-color 0.26s ease;
}

#intimo-home-offer .iho-card:hover .iho-icon {
  transform: scale(1.07);
  background: rgba(160, 25, 91, 0.12);
}

#intimo-home-offer .iho-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#intimo-home-offer .iho-card h3 {
  margin: 2px 0 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.55px;
  line-height: 1.13;
}

#intimo-home-offer .iho-card p {
  margin: 11px 0 0;
  color: #65565d;
  font-size: 14px;
  line-height: 1.64;
}

#intimo-home-offer .iho-link {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-home-offer .iho-link i {
  font-size: 12px;
  transition: transform 0.22s ease;
}

#intimo-home-offer .iho-card:hover .iho-link i {
  transform: translateX(5px);
}

#intimo-home-offer .iho-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 29px;
  padding: 24px 26px;
  border: 1px solid rgba(160, 25, 91, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

#intimo-home-offer .iho-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#intimo-home-offer .iho-bottom-text strong {
  color: #4a1b32;
  font-size: 17px;
  line-height: 1.3;
}

#intimo-home-offer .iho-bottom-text span {
  color: #65565d;
  font-size: 14px;
  line-height: 1.45;
}

#intimo-home-offer .iho-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

#intimo-home-offer .iho-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 51px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

#intimo-home-offer .iho-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-home-offer .iho-btn-primary {
  background: #a0195b;
  color: #ffffff;
}

#intimo-home-offer .iho-btn-primary:hover {
  background: #84124a;
  color: #ffffff;
}

#intimo-home-offer .iho-btn-secondary {
  border-color: rgba(160, 25, 91, 0.38);
  background: rgba(255, 255, 255, 0.66);
  color: #a0195b;
}

#intimo-home-offer .iho-btn-secondary:hover {
  border-color: #a0195b;
  background: #fff0f5;
  color: #84124a;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1080px) {
  #intimo-home-offer .iho-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #intimo-home-offer .iho-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-offer .iho-container {
    padding: 72px 19px 78px;
  }

  #intimo-home-offer .iho-head {
    margin-bottom: 34px;
  }

  #intimo-home-offer .iho-eyebrow {
    font-size: 11px;
    letter-spacing: 0.95px;
  }

  #intimo-home-offer h2 {
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -1.7px;
  }

  #intimo-home-offer .iho-head p {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.65;
  }

  #intimo-home-offer .iho-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #intimo-home-offer .iho-card {
    gap: 14px;
    min-height: auto;
    padding: 19px;
    border-radius: 17px;
  }

  #intimo-home-offer .iho-icon {
    width: 51px;
    height: 51px;
    font-size: 20px;
  }

  #intimo-home-offer .iho-card h3 {
    font-size: 22px;
  }

  #intimo-home-offer .iho-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.6;
  }

  #intimo-home-offer .iho-link {
    padding-top: 15px;
    font-size: 11px;
  }

  #intimo-home-offer .iho-bottom {
    gap: 15px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 16px;
  }

  #intimo-home-offer .iho-bottom-text strong {
    font-size: 15px;
  }

  #intimo-home-offer .iho-bottom-text span {
    font-size: 13px;
  }

  #intimo-home-offer .iho-bottom-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  #intimo-home-offer .iho-btn {
    width: 100%;
    min-height: 50px;
    font-size: 11px;
    text-align: center;
  }
} 


/* =========================================================
   INTIMO HOME 2026
   BLOK 06: KOSTIUMY KĄPIELOWE I PLAŻOWY BUTIK
   ========================================================= */

#intimo-home-swimwear,
#intimo-home-swimwear * {
  box-sizing: border-box;
}

#intimo-home-swimwear {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-home-swimwear .ihs-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 112px 28px 118px;
}

#intimo-home-swimwear .ihs-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(255, 255, 255, 0.14) 0,
      rgba(255, 255, 255, 0) 25%
    ),
    linear-gradient(
      135deg,
      #a0195b 0%,
      #86134c 52%,
      #671039 100%
    );
  box-shadow: 0 22px 46px rgba(92, 13, 49, 0.2);
}

#intimo-home-swimwear .ihs-panel::before {
  position: absolute;
  top: -120px;
  left: -95px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

#intimo-home-swimwear .ihs-panel::after {
  position: absolute;
  right: 260px;
  bottom: -180px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

#intimo-home-swimwear .ihs-bg-text {
  position: absolute;
  right: 295px;
  bottom: -24px;
  color: rgba(255, 255, 255, 0.045);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 175px;
  font-weight: 400;
  letter-spacing: -11px;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
}

#intimo-home-swimwear .ihs-content {
  position: relative;
  z-index: 2;
  padding: 55px 52px 57px;
}

#intimo-home-swimwear .ihs-eyebrow {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-swimwear h2 {
  max-width: 750px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(47px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -2.4px;
  line-height: 0.99;
}

#intimo-home-swimwear h2 span {
  display: block;
  color: #f3bdd3;
}

#intimo-home-swimwear .ihs-lead {
  max-width: 760px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 16px;
  line-height: 1.72;
}

#intimo-home-swimwear .ihs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

#intimo-home-swimwear .ihs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

#intimo-home-swimwear .ihs-tag i {
  color: #f2bfd4;
  font-size: 11px;
}

#intimo-home-swimwear .ihs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

#intimo-home-swimwear .ihs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

#intimo-home-swimwear .ihs-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-home-swimwear .ihs-btn-light {
  background: #ffffff;
  color: #8b144f;
}

#intimo-home-swimwear .ihs-btn-light:hover {
  background: #fff1f6;
  color: #74103f;
}

#intimo-home-swimwear .ihs-btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#intimo-home-swimwear .ihs-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.63);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

#intimo-home-swimwear .ihs-shop {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(48, 7, 26, 0.22);
  backdrop-filter: blur(12px);
}

#intimo-home-swimwear .ihs-shop-label {
  align-self: flex-start;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-home-swimwear .ihs-shop h3 {
  margin: 22px 0 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 51px;
  font-weight: 400;
  letter-spacing: -2.3px;
  line-height: 0.94;
}

#intimo-home-swimwear .ihs-shop h3 span {
  display: block;
  color: #f3bdd3;
}

#intimo-home-swimwear .ihs-shop p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

#intimo-home-swimwear .ihs-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  margin-top: 24px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease;
}

#intimo-home-swimwear .ihs-shop-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  text-decoration: none;
}

#intimo-home-swimwear .ihs-shop-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

#intimo-home-swimwear .ihs-shop-note i {
  color: #f2bfd4;
  font-size: 15px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1020px) {
  #intimo-home-swimwear .ihs-panel {
    grid-template-columns: 1fr;
  }

  #intimo-home-swimwear .ihs-shop {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  #intimo-home-swimwear .ihs-bg-text {
    right: -15px;
    bottom: 240px;
    font-size: 140px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-swimwear .ihs-container {
    padding: 72px 19px 78px;
  }

  #intimo-home-swimwear .ihs-panel {
    border-radius: 21px;
  }

  #intimo-home-swimwear .ihs-content {
    padding: 29px 22px 30px;
  }

  #intimo-home-swimwear .ihs-eyebrow {
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  #intimo-home-swimwear h2 {
    font-size: clamp(41px, 13vw, 57px);
    letter-spacing: -1.8px;
  }

  #intimo-home-swimwear .ihs-lead {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.66;
  }

  #intimo-home-swimwear .ihs-tags {
    display: grid;
    gap: 8px;
    margin-top: 21px;
  }

  #intimo-home-swimwear .ihs-tag {
    justify-content: flex-start;
    width: 100%;
    min-height: 36px;
    font-size: 11px;
  }

  #intimo-home-swimwear .ihs-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 24px;
  }

  #intimo-home-swimwear .ihs-btn {
    width: 100%;
    min-height: 51px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 11px;
  }

  #intimo-home-swimwear .ihs-shop {
    padding: 27px 22px 28px;
  }

  #intimo-home-swimwear .ihs-shop h3 {
    margin-top: 17px;
    font-size: 44px;
  }

  #intimo-home-swimwear .ihs-shop p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.62;
  }

  #intimo-home-swimwear .ihs-shop-btn {
    width: 100%;
    min-height: 50px;
    font-size: 11px;
  }

  #intimo-home-swimwear .ihs-bg-text {
    display: none;
  }
}


/* =========================================================
   INTIMO HOME 2026
   BLOK 07: MARKI - WERSJA POPRAWIONA I KOMPAKTOWA
   ========================================================= */

#intimo-home-brands,
#intimo-home-brands * {
  box-sizing: border-box;
}

#intimo-home-brands {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #fff9fb 0%,
      #fdf4f7 100%
    );
}

#intimo-home-brands::before {
  position: absolute;
  top: -145px;
  left: -125px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(160, 25, 91, 0.065);
  border-radius: 50%;
  content: "";
}

#intimo-home-brands::after {
  position: absolute;
  right: -145px;
  bottom: -165px;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(160, 25, 91, 0.065);
  border-radius: 50%;
  content: "";
}

#intimo-home-brands .ihm-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 76px 28px 80px;
}

#intimo-home-brands .ihm-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: center;
}

#intimo-home-brands .ihm-intro {
  max-width: 560px;
}

#intimo-home-brands .ihm-eyebrow {
  margin-bottom: 13px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-brands h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 4.5vw, 63px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.99;
}

#intimo-home-brands h2 span {
  display: block;
  color: #c86a96;
}

#intimo-home-brands .ihm-lead {
  margin: 18px 0 0;
  color: #5a4b52;
  font-size: 15px;
  line-height: 1.7;
}

#intimo-home-brands .ihm-note {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 13px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}

#intimo-home-brands .ihm-note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #b44f80;
  font-size: 18px;
}

#intimo-home-brands .ihm-note-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#intimo-home-brands .ihm-note-text strong {
  color: #4a1b32;
  font-size: 14px;
  line-height: 1.3;
}

#intimo-home-brands .ihm-note-text span {
  color: #65565d;
  font-size: 12px;
  line-height: 1.45;
}

#intimo-home-brands .ihm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 49px;
  margin-top: 21px;
  padding: 12px 18px;
  border: 1px solid #a0195b;
  border-radius: 13px;
  background: #a0195b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 9px 20px rgba(160, 25, 91, 0.15);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

#intimo-home-brands .ihm-btn:hover {
  transform: translateY(-2px);
  background: #84124a;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 13px 25px rgba(160, 25, 91, 0.22);
}

/* =========================================================
   SIATKA MAREK
   ========================================================= */

#intimo-home-brands .ihm-brands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

#intimo-home-brands .ihm-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 53px;
  overflow: hidden;
  padding: 7px 8px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 6px 14px rgba(74, 27, 50, 0.035);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

#intimo-home-brands .ihm-brand::before {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(160, 25, 91, 0.055);
  border-radius: 50%;
  content: "";
}

#intimo-home-brands .ihm-brand:hover {
  transform: translateY(-3px);
  border-color: rgba(160, 25, 91, 0.29);
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(74, 27, 50, 0.075);
}

#intimo-home-brands .ihm-brand span {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  color: #541d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-align: center;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
  #intimo-home-brands .ihm-container {
    padding: 66px 24px 70px;
  }

  #intimo-home-brands .ihm-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #intimo-home-brands .ihm-intro {
    max-width: 780px;
  }

  #intimo-home-brands .ihm-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-brands .ihm-container {
    padding: 55px 19px 60px;
  }

  #intimo-home-brands .ihm-layout {
    gap: 23px;
  }

  #intimo-home-brands .ihm-eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  #intimo-home-brands h2 {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -1.6px;
  }

  #intimo-home-brands .ihm-lead {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.62;
  }

  #intimo-home-brands .ihm-note {
    grid-template-columns: 42px 1fr;
    gap: 10px;
    margin-top: 17px;
    padding: 11px;
    border-radius: 13px;
  }

  #intimo-home-brands .ihm-note-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  #intimo-home-brands .ihm-note-text strong {
    font-size: 13px;
  }

  #intimo-home-brands .ihm-note-text span {
    font-size: 11px;
  }

  #intimo-home-brands .ihm-btn {
    width: 100%;
    min-height: 48px;
    margin-top: 17px;
    font-size: 10px;
    text-align: center;
  }

  #intimo-home-brands .ihm-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  #intimo-home-brands .ihm-brand {
    min-height: 45px;
    padding: 5px 6px;
    border-radius: 9px;
  }

  #intimo-home-brands .ihm-brand span {
    font-size: 13px;
    line-height: 1.06;
  }
}



/* =========================================================
   INTIMO HOME 2026
   BLOK 08: PORADNIKI I WIEDZA
   ========================================================= */

#intimo-home-guides,
#intimo-home-guides * {
  box-sizing: border-box;
}

#intimo-home-guides {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-home-guides::before {
  position: absolute;
  top: -145px;
  right: -125px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(160, 25, 91, 0.06);
  border-radius: 50%;
  content: "";
}

#intimo-home-guides::after {
  position: absolute;
  bottom: -170px;
  left: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(160, 25, 91, 0.06);
  border-radius: 50%;
  content: "";
}

#intimo-home-guides .ihg-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 92px 28px 98px;
}

#intimo-home-guides .ihg-head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

#intimo-home-guides .ihg-eyebrow {
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-guides h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -2.1px;
  line-height: 1;
}

#intimo-home-guides h2 span {
  display: block;
  color: #c86a96;
}

#intimo-home-guides .ihg-head p {
  max-width: 740px;
  margin: 19px auto 0;
  color: #5a4b52;
  font-size: 16px;
  line-height: 1.7;
}

#intimo-home-guides .ihg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

#intimo-home-guides .ihg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(160, 25, 91, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 248, 251, 0.98) 100%
    );
  color: inherit;
  text-decoration: none;
  box-shadow: 0 11px 27px rgba(74, 27, 50, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

#intimo-home-guides .ihg-card::after {
  position: absolute;
  right: -42px;
  bottom: -43px;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-guides .ihg-card:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.28);
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(74, 27, 50, 0.1);
}

#intimo-home-guides .ihg-card-featured {
  border-color: rgba(160, 25, 91, 0.2);
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #7d1247 100%
    );
}

#intimo-home-guides .ihg-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

#intimo-home-guides .ihg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #b44f80;
  font-size: 21px;
}

#intimo-home-guides .ihg-card-featured .ihg-icon {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

#intimo-home-guides .ihg-category {
  padding: 7px 10px;
  border: 1px solid rgba(160, 25, 91, 0.15);
  border-radius: 999px;
  color: #a0195b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.25;
  text-transform: uppercase;
}

#intimo-home-guides .ihg-card-featured .ihg-category {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.84);
}

#intimo-home-guides .ihg-card h3 {
  margin: 21px 0 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.65px;
  line-height: 1.1;
}

#intimo-home-guides .ihg-card p {
  margin: 13px 0 0;
  color: #65565d;
  font-size: 14px;
  line-height: 1.66;
}

#intimo-home-guides .ihg-card-featured h3 {
  color: #ffffff;
}

#intimo-home-guides .ihg-card-featured p {
  color: rgba(255, 255, 255, 0.8);
}

#intimo-home-guides .ihg-link {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 20px;
  color: #a0195b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-home-guides .ihg-card-featured .ihg-link {
  color: #ffffff;
}

#intimo-home-guides .ihg-link i {
  font-size: 11px;
  transition: transform 0.22s ease;
}

#intimo-home-guides .ihg-card:hover .ihg-link i {
  transform: translateX(5px);
}

#intimo-home-guides .ihg-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 22px;
  padding: 20px 23px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 17px;
  background: #fff8fa;
}

#intimo-home-guides .ihg-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#intimo-home-guides .ihg-bottom-text strong {
  color: #4a1b32;
  font-size: 16px;
  line-height: 1.3;
}

#intimo-home-guides .ihg-bottom-text span {
  color: #65565d;
  font-size: 14px;
  line-height: 1.45;
}

#intimo-home-guides .ihg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-shrink: 0;
  min-height: 49px;
  padding: 12px 17px;
  border: 1px solid #a0195b;
  border-radius: 13px;
  background: #a0195b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease;
}

#intimo-home-guides .ihg-btn:hover {
  transform: translateY(-2px);
  background: #84124a;
  color: #ffffff;
  text-decoration: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  #intimo-home-guides .ihg-grid {
    grid-template-columns: 1fr;
  }

  #intimo-home-guides .ihg-card {
    min-height: 245px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-guides .ihg-container {
    padding: 65px 19px 70px;
  }

  #intimo-home-guides .ihg-head {
    margin-bottom: 30px;
  }

  #intimo-home-guides .ihg-eyebrow {
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  #intimo-home-guides h2 {
    font-size: clamp(41px, 12vw, 55px);
    letter-spacing: -1.7px;
  }

  #intimo-home-guides .ihg-head p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.62;
  }

  #intimo-home-guides .ihg-grid {
    gap: 12px;
  }

  #intimo-home-guides .ihg-card {
    min-height: auto;
    padding: 20px;
    border-radius: 17px;
  }

  #intimo-home-guides .ihg-icon {
    width: 49px;
    height: 49px;
    font-size: 19px;
  }

  #intimo-home-guides .ihg-card h3 {
    margin-top: 17px;
    font-size: 24px;
  }

  #intimo-home-guides .ihg-card p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }

  #intimo-home-guides .ihg-link {
    padding-top: 16px;
    font-size: 10px;
  }

  #intimo-home-guides .ihg-bottom {
    display: grid;
    gap: 13px;
    margin-top: 16px;
    padding: 17px;
    border-radius: 15px;
  }

  #intimo-home-guides .ihg-bottom-text strong {
    font-size: 14px;
  }

  #intimo-home-guides .ihg-bottom-text span {
    font-size: 12px;
  }

  #intimo-home-guides .ihg-btn {
    width: 100%;
    min-height: 48px;
    font-size: 10px;
    text-align: center;
  }
}
/* POPRAWKA: wyróżniony kafel poradnika nie może bieleć po najechaniu */
#intimo-home-guides .ihg-card-featured:hover {
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #7d1247 100%
    ) !important;
  border-color: rgba(160, 25, 91, 0.24);
}

#intimo-home-guides .ihg-card-featured:hover h3,
#intimo-home-guides .ihg-card-featured:hover p,
#intimo-home-guides .ihg-card-featured:hover .ihg-link,
#intimo-home-guides .ihg-card-featured:hover .ihg-category,
#intimo-home-guides .ihg-card-featured:hover .ihg-icon {
  color: #ffffff !important;
}

/* =========================================================
   INTIMO HOME 2026
   BLOK 09: KONTAKT, DOJAZD I GODZINY OTWARCIA
   ========================================================= */

#intimo-home-contact,
#intimo-home-contact * {
  box-sizing: border-box;
}

#intimo-home-contact {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #fff9fb 0%,
      #fdf4f7 100%
    );
}

#intimo-home-contact::before {
  position: absolute;
  top: -160px;
  right: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-contact::after {
  position: absolute;
  bottom: -190px;
  left: -155px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-home-contact .ihk-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 92px 28px 98px;
}

#intimo-home-contact .ihk-head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

#intimo-home-contact .ihk-eyebrow {
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-contact h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -2.1px;
  line-height: 1;
}

#intimo-home-contact h2 span {
  display: block;
  color: #c86a96;
}

#intimo-home-contact .ihk-head p {
  max-width: 730px;
  margin: 19px auto 0;
  color: #5a4b52;
  font-size: 16px;
  line-height: 1.7;
}

#intimo-home-contact .ihk-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
}

#intimo-home-contact .ihk-info {
  display: grid;
  gap: 14px;
}

#intimo-home-contact .ihk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#intimo-home-contact .ihk-card {
  display: flex;
  gap: 15px;
  padding: 21px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 9px 23px rgba(74, 27, 50, 0.045);
}

#intimo-home-contact .ihk-card-featured {
  background:
    linear-gradient(
      145deg,
      #a0195b 0%,
      #7d1247 100%
    );
  box-shadow: 0 14px 28px rgba(97, 15, 54, 0.16);
}

#intimo-home-contact .ihk-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: rgba(160, 25, 91, 0.075);
  color: #b44f80;
  font-size: 20px;
}

#intimo-home-contact .ihk-card-featured .ihk-icon {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

#intimo-home-contact .ihk-card-content {
  min-width: 0;
}

#intimo-home-contact .ihk-label {
  color: #a0195b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-home-contact .ihk-card-featured .ihk-label {
  color: rgba(255, 255, 255, 0.68);
}

#intimo-home-contact .ihk-card h3 {
  margin: 7px 0 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 1.2;
}

#intimo-home-contact .ihk-card-featured h3 {
  color: #ffffff;
}

#intimo-home-contact .ihk-card p {
  margin: 9px 0 0;
  color: #65565d;
  font-size: 13px;
  line-height: 1.58;
}

#intimo-home-contact .ihk-big-link {
  display: inline-block;
  margin-top: 7px;
  color: #a0195b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.1;
  text-decoration: none;
}

#intimo-home-contact .ihk-big-link:hover {
  color: #7d1247;
  text-decoration: none;
}

#intimo-home-contact .ihk-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

#intimo-home-contact .ihk-text-link i {
  transition: transform 0.22s ease;
}

#intimo-home-contact .ihk-text-link:hover {
  color: #ffffff;
  text-decoration: none;
}

#intimo-home-contact .ihk-text-link:hover i {
  transform: translateX(5px);
}

#intimo-home-contact .ihk-hours {
  padding: 19px 21px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 9px 23px rgba(74, 27, 50, 0.045);
}

#intimo-home-contact .ihk-hours-head {
  display: flex;
  gap: 14px;
  align-items: center;
}

#intimo-home-contact .ihk-hours h3 {
  margin: 4px 0 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.35px;
  line-height: 1.16;
}

#intimo-home-contact .ihk-hours-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(160, 25, 91, 0.12);
}

#intimo-home-contact .ihk-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #65565d;
  font-size: 13px;
  line-height: 1.4;
}

#intimo-home-contact .ihk-hours-row strong {
  color: #4a1b32;
  text-align: right;
}

#intimo-home-contact .ihk-map {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 27px rgba(74, 27, 50, 0.07);
}

#intimo-home-contact .ihk-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 535px;
  border: 0;
}

#intimo-home-contact .ihk-map-note {
  position: absolute;
  right: 17px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(160, 25, 91, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(74, 27, 50, 0.12);
}

#intimo-home-contact .ihk-map-note i {
  color: #a0195b;
  font-size: 19px;
}

#intimo-home-contact .ihk-map-note div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#intimo-home-contact .ihk-map-note strong {
  color: #4a1b32;
  font-size: 13px;
  line-height: 1.25;
}

#intimo-home-contact .ihk-map-note span {
  color: #65565d;
  font-size: 12px;
  line-height: 1.3;
}

#intimo-home-contact .ihk-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.74);
}

#intimo-home-contact .ihk-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#intimo-home-contact .ihk-bottom-text strong {
  color: #4a1b32;
  font-size: 16px;
  line-height: 1.3;
}

#intimo-home-contact .ihk-bottom-text span {
  color: #65565d;
  font-size: 13px;
  line-height: 1.45;
}

#intimo-home-contact .ihk-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  flex-shrink: 0;
}

#intimo-home-contact .ihk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

#intimo-home-contact .ihk-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-home-contact .ihk-btn-primary {
  background: #a0195b;
  color: #ffffff;
}

#intimo-home-contact .ihk-btn-primary:hover {
  background: #7d1247;
  color: #ffffff;
}

#intimo-home-contact .ihk-btn-secondary {
  border-color: rgba(160, 25, 91, 0.36);
  background: #ffffff;
  color: #a0195b;
}

#intimo-home-contact .ihk-btn-secondary:hover {
  border-color: #a0195b;
  background: #fff0f5;
  color: #7d1247;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1020px) {
  #intimo-home-contact .ihk-layout {
    grid-template-columns: 1fr;
  }

  #intimo-home-contact .ihk-map iframe {
    min-height: 390px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-contact .ihk-container {
    padding: 65px 19px 70px;
  }

  #intimo-home-contact .ihk-head {
    margin-bottom: 30px;
  }

  #intimo-home-contact .ihk-eyebrow {
    font-size: 10px;
    letter-spacing: 0.9px;
  }

  #intimo-home-contact h2 {
    font-size: clamp(41px, 12vw, 55px);
    letter-spacing: -1.7px;
  }

  #intimo-home-contact .ihk-head p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.62;
  }

  #intimo-home-contact .ihk-info {
    gap: 11px;
  }

  #intimo-home-contact .ihk-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  #intimo-home-contact .ihk-card {
    gap: 13px;
    padding: 17px;
    border-radius: 16px;
  }

  #intimo-home-contact .ihk-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  #intimo-home-contact .ihk-card h3 {
    font-size: 21px;
  }

  #intimo-home-contact .ihk-card p {
    font-size: 12px;
  }

  #intimo-home-contact .ihk-big-link {
    font-size: 25px;
  }

  #intimo-home-contact .ihk-hours {
    padding: 17px;
    border-radius: 16px;
  }

  #intimo-home-contact .ihk-hours h3 {
    font-size: 19px;
  }

  #intimo-home-contact .ihk-hours-row {
    font-size: 12px;
  }

  #intimo-home-contact .ihk-map {
    border-radius: 17px;
  }

  #intimo-home-contact .ihk-map iframe {
    min-height: 320px;
  }

  #intimo-home-contact .ihk-map-note {
    right: 11px;
    bottom: 11px;
    left: 11px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  #intimo-home-contact .ihk-bottom {
    display: grid;
    gap: 13px;
    margin-top: 15px;
    padding: 17px;
    border-radius: 15px;
  }

  #intimo-home-contact .ihk-bottom-text strong {
    font-size: 14px;
  }

  #intimo-home-contact .ihk-bottom-text span {
    font-size: 12px;
  }

  #intimo-home-contact .ihk-bottom-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  #intimo-home-contact .ihk-btn {
    width: 100%;
    min-height: 47px;
    font-size: 10px;
  }
}


/* =========================================================
   INTIMO HOME 2026
   BLOK 10: KOŃCOWE CTA
   ========================================================= */

#intimo-home-final-cta,
#intimo-home-final-cta * {
  box-sizing: border-box;
}

#intimo-home-final-cta {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

#intimo-home-final-cta .ihf-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 28px 82px;
}

#intimo-home-final-cta .ihf-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  overflow: hidden;
  padding: 42px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 255, 255, 0.14) 0,
      rgba(255, 255, 255, 0) 28%
    ),
    linear-gradient(
      135deg,
      #a0195b 0%,
      #86134c 52%,
      #681039 100%
    );
  box-shadow: 0 19px 40px rgba(92, 13, 49, 0.18);
}

#intimo-home-final-cta .ihf-decoration {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

#intimo-home-final-cta .ihf-decoration-one {
  top: -125px;
  left: -95px;
  width: 300px;
  height: 300px;
}

#intimo-home-final-cta .ihf-decoration-two {
  right: -120px;
  bottom: -150px;
  width: 350px;
  height: 350px;
}

#intimo-home-final-cta .ihf-content,
#intimo-home-final-cta .ihf-side {
  position: relative;
  z-index: 2;
}

#intimo-home-final-cta .ihf-content {
  align-self: center;
}

#intimo-home-final-cta .ihf-eyebrow {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 1.4;
  text-transform: uppercase;
}

#intimo-home-final-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 4.8vw, 66px);
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 0.99;
}

#intimo-home-final-cta h2 span {
  display: block;
  color: #f2bdd2;
}

#intimo-home-final-cta p {
  max-width: 720px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

#intimo-home-final-cta .ihf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

#intimo-home-final-cta .ihf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

#intimo-home-final-cta .ihf-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#intimo-home-final-cta .ihf-btn-light {
  background: #ffffff;
  color: #8b144f;
}

#intimo-home-final-cta .ihf-btn-light:hover {
  background: #fff1f6;
  color: #73103f;
}

#intimo-home-final-cta .ihf-btn-outline {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

#intimo-home-final-cta .ihf-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

#intimo-home-final-cta .ihf-side {
  display: grid;
  gap: 10px;
}

#intimo-home-final-cta .ihf-side-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 89px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(8px);
}

#intimo-home-final-cta .ihf-side-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 18px;
}

#intimo-home-final-cta .ihf-side-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#intimo-home-final-cta .ihf-side-text span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.55px;
  line-height: 1.3;
  text-transform: uppercase;
}

#intimo-home-final-cta .ihf-side-text strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1.14;
}

#intimo-home-final-cta .ihf-side-text small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.35;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {
  #intimo-home-final-cta .ihf-panel {
    grid-template-columns: 1fr;
  }

  #intimo-home-final-cta .ihf-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #intimo-home-final-cta .ihf-side-card {
    grid-template-columns: 1fr;
    align-content: start;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  #intimo-home-final-cta .ihf-container {
    padding: 48px 19px 58px;
  }

  #intimo-home-final-cta .ihf-panel {
    gap: 22px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  #intimo-home-final-cta .ihf-eyebrow {
    font-size: 10px;
    letter-spacing: 0.85px;
  }

  #intimo-home-final-cta h2 {
    font-size: clamp(40px, 12vw, 54px);
    letter-spacing: -1.7px;
  }

  #intimo-home-final-cta p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.62;
  }

  #intimo-home-final-cta .ihf-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 21px;
  }

  #intimo-home-final-cta .ihf-btn {
    width: 100%;
    min-height: 49px;
    font-size: 10px;
  }

  #intimo-home-final-cta .ihf-side {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #intimo-home-final-cta .ihf-side-card {
    grid-template-columns: 43px 1fr;
    min-height: auto;
    padding: 12px;
    border-radius: 13px;
  }

  #intimo-home-final-cta .ihf-side-icon {
    width: 41px;
    height: 41px;
    font-size: 16px;
  }

  #intimo-home-final-cta .ihf-side-text strong {
    font-size: 17px;
  }

  #intimo-home-final-cta .ihf-side-text small {
    font-size: 11px;
  }
}