/* JAPI CSS Manager - menu ID 801 */

/* =========================================================
   INTIMO FAQ / PORADNIKI
   BLOK 01: HERO
   ========================================================= */

#intimo-guides-hero,
#intimo-guides-hero * {
  box-sizing: border-box;
}

#intimo-guides-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(160, 25, 91, 0.08) 0,
      rgba(160, 25, 91, 0) 30%
    ),
    linear-gradient(
      135deg,
      #fffdfd 0%,
      #fff8fb 56%,
      #fdf2f6 100%
    );
}

#intimo-guides-hero::before {
  position: absolute;
  top: -130px;
  right: -100px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(160, 25, 91, 0.07);
  border-radius: 50%;
  content: "";
}

#intimo-guides-hero .igh-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 88px 28px 78px;
}

#intimo-guides-hero .igh-content {
  max-width: 880px;
}

#intimo-guides-hero .igh-eyebrow {
  margin-bottom: 14px;
  color: #a0195b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
}

#intimo-guides-hero .igh-title {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -3.6px;
  line-height: 0.95;
}

#intimo-guides-hero .igh-title span {
  display: block;
  color: #c86a96;
}

#intimo-guides-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: #5a4b52;
  font-size: 17px;
  line-height: 1.72;
}

#intimo-guides-hero .igh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

#intimo-guides-hero .igh-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(160, 25, 91, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #a0195b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

#intimo-guides-hero .igh-tags a:hover {
  transform: translateY(-2px);
  border-color: #a0195b;
  background: #fff0f5;
  color: #7d1247;
  text-decoration: none;
}

@media (max-width: 767px) {
  #intimo-guides-hero .igh-container {
    padding: 62px 19px 58px;
  }

  #intimo-guides-hero h1 {
    font-size: clamp(47px, 14vw, 68px);
    letter-spacing: -2.4px;
  }

  #intimo-guides-hero p {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.64;
  }

  #intimo-guides-hero .igh-tags {
    gap: 7px;
    margin-top: 21px;
  }

  #intimo-guides-hero .igh-tags a {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 9px;
  }
}




/* =========================================================
   INTIMO FAQ / PORADNIKI
   LISTING ARTYKUŁÓW JOOMLA
   POPRAWKA: WYŻSZE KARTY, WIĘKSZE ELEMENTY, PRZYCISK NIŻEJ
   ========================================================= */

body.itemid-FAQ .blog,
body.view-category .blog {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 78px 28px 88px;
}

body.itemid-FAQ .blog-items,
body.view-category .blog-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

body.itemid-FAQ .blog-item,
body.view-category .blog-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  min-height: 565px;
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.06);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

body.itemid-FAQ .blog-item:hover,
body.view-category .blog-item:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.28);
  box-shadow: 0 19px 36px rgba(74, 27, 50, 0.11);
}

body.itemid-FAQ .blog-item .item-image,
body.view-category .blog-item .item-image {
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  background: #fdf4f7;
}

body.itemid-FAQ .blog-item .item-image img,
body.view-category .blog-item .item-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.34s ease;
}

body.itemid-FAQ .blog-item:hover .item-image img,
body.view-category .blog-item:hover .item-image img {
  transform: scale(1.045);
}

body.itemid-FAQ .blog-item .item-content,
body.view-category .blog-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 246px;
  padding: 26px 26px 24px;
}

body.itemid-FAQ .blog-item h2,
body.itemid-FAQ .blog-item h3,
body.view-category .blog-item h2,
body.view-category .blog-item h3 {
  min-height: 92px;
  margin: 0;
  color: #4a1b32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.55px;
  line-height: 1.12;
}

body.itemid-FAQ .blog-item h2 a,
body.itemid-FAQ .blog-item h3 a,
body.view-category .blog-item h2 a,
body.view-category .blog-item h3 a {
  color: #4a1b32;
  text-decoration: none;
}

body.itemid-FAQ .blog-item h2 a:hover,
body.itemid-FAQ .blog-item h3 a:hover,
body.view-category .blog-item h2 a:hover,
body.view-category .blog-item h3 a:hover {
  color: #a0195b;
}

body.itemid-FAQ .blog-item .article-info,
body.view-category .blog-item .article-info {
  display: block;
  min-height: 22px;
  margin: 16px 0 0;
  color: #947d87;
  font-size: 13px;
  line-height: 1.45;
}

body.itemid-FAQ .blog-item .readmore,
body.view-category .blog-item .readmore {
  position: static !important;
  inset: auto !important;
  display: block;
  margin-top: auto;
  padding-top: 26px;
  text-align: left;
}

body.itemid-FAQ .blog-item .readmore a,
body.view-category .blog-item .readmore a {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid #a0195b;
  border-radius: 13px;
  background: #a0195b;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

body.itemid-FAQ .blog-item .readmore a:hover,
body.view-category .blog-item .readmore a:hover {
  transform: translateY(-2px);
  background: #7d1247;
  color: #ffffff !important;
  text-decoration: none;
}

/* PAGINACJA */

body.itemid-FAQ .pagination,
body.view-category .pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

body.itemid-FAQ .pagination ul,
body.view-category .pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.itemid-FAQ .pagination a,
body.itemid-FAQ .pagination span,
body.view-category .pagination a,
body.view-category .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid rgba(160, 25, 91, 0.16);
  border-radius: 10px;
  background: #ffffff;
  color: #a0195b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.itemid-FAQ .pagination a:hover,
body.view-category .pagination a:hover {
  border-color: #a0195b;
  background: #fff0f5;
  color: #7d1247;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.itemid-FAQ .blog-items,
  body.view-category .blog-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.itemid-FAQ .blog-item,
  body.view-category .blog-item {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  body.itemid-FAQ .blog,
  body.view-category .blog {
    padding: 52px 19px 62px;
  }

  body.itemid-FAQ .blog-items,
  body.view-category .blog-items {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.itemid-FAQ .blog-item,
  body.view-category .blog-item {
    min-height: auto;
    border-radius: 17px;
  }

  body.itemid-FAQ .blog-item .item-content,
  body.view-category .blog-item .item-content {
    min-height: 0;
    padding: 22px;
  }

  body.itemid-FAQ .blog-item h2,
  body.itemid-FAQ .blog-item h3,
  body.view-category .blog-item h2,
  body.view-category .blog-item h3 {
    min-height: 0;
    font-size: 24px;
    line-height: 1.13;
  }

  body.itemid-FAQ .blog-item .readmore,
  body.view-category .blog-item .readmore {
    margin-top: 22px;
    padding-top: 0;
  }
}



/* =========================================================
   INTIMO FAQ / PORADNIKI
   NOWOCZESNY LISTING ARTYKUŁÓW
   POPRAWKA: WYŻSZE KARTY, WIĘKSZE ELEMENTY, PRZYCISK NIŻEJ
   ========================================================= */

.intimo-faq-page .article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 78px 28px 42px;
  align-items: stretch;
}

.intimo-faq-page .article-list > .row {
  display: contents;
}

.intimo-faq-page .article-list [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.intimo-faq-page .article-list .article {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 525px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(160, 25, 91, 0.13);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(74, 27, 50, 0.06);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.intimo-faq-page .article-list .article:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 25, 91, 0.28);
  box-shadow: 0 19px 36px rgba(74, 27, 50, 0.11);
}

.intimo-faq-page .article-list .article-intro-image,
.intimo-faq-page .article-list .article-featured-image,
.intimo-faq-page .article-list .item-image {
  flex: 0 0 auto;
  margin: 0 !important;
  overflow: hidden;
  background: #fdf4f7;
}

.intimo-faq-page .article-list img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.intimo-faq-page .article-list .article:hover img {
  transform: scale(1.045);
}

.intimo-faq-page .article-list .article-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 246px;
  padding: 26px 26px 24px;
}

.intimo-faq-page .article-list .article-header {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 140px;
}

.intimo-faq-page .article-list .article-header h1,
.intimo-faq-page .article-list .article-header h2 {
  min-height: 66px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.intimo-faq-page .article-list .article-header h1 a,
.intimo-faq-page .article-list .article-header h2 a {
  color: #4a1b32 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: -0.55px;
  line-height: 1.12;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.intimo-faq-page .article-list .article-header h1 a:hover,
.intimo-faq-page .article-list .article-header h2 a:hover {
  color: #a0195b !important;
}

.intimo-faq-page .article-list .article-info {
  display: block !important;
  min-height: 22px;
  margin: 8px 0 0 !important;
  color: #9a838e;
  font-size: 13px;
  line-height: 1.45;
  text-align: left !important;
}

.intimo-faq-page .article-list .article-info > span {
  margin: 0 8px 0 0;
}

.intimo-faq-page .article-list .article-introtext {
  margin-top: 12px;
  color: #66565e;
  font-size: 14px;
  line-height: 1.62;
}

.intimo-faq-page .article-list .readmore {
  position: static !important;
  inset: auto !important;
  display: block !important;
  margin-top: auto !important;
  padding-top: 26px;
  text-align: left !important;
}

.intimo-faq-page .article-list .readmore a {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: auto !important;
  padding: 13px 20px !important;
  border: 1px solid #a0195b !important;
  border-radius: 13px;
  background: #a0195b !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.intimo-faq-page .article-list .readmore a:hover {
  transform: translateY(-2px);
  background: #7d1247 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 16px rgba(160, 25, 91, 0.16);
}

@media (max-width: 991px) {
  .intimo-faq-page .article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intimo-faq-page .article-list .article {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .intimo-faq-page .article-list {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 52px 19px 34px;
  }

  .intimo-faq-page .article-list .article {
    min-height: auto;
    border-radius: 17px;
  }

  .intimo-faq-page .article-list .article-body {
    min-height: 0;
    padding: 22px;
  }

  .intimo-faq-page .article-list .article-header h1,
  .intimo-faq-page .article-list .article-header h2 {
    min-height: 0 !important;
  }

  .intimo-faq-page .article-list .article-header h1 a,
  .intimo-faq-page .article-list .article-header h2 a {
    font-size: 24px !important;
    line-height: 1.13;
  }

  .intimo-faq-page .article-list .readmore {
    margin-top: 22px !important;
    padding-top: 0;
  }
}
