/* JAPI CSS Manager - menu ID 1130 */

/* INTIMO 2026 - BRAFITTERKA - MODUŁ 01 HERO - STYLE SPÓJNE Z HOME */

.ibraf-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 92px 0 54px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(42, 6, 23, 0.96) 0%, rgba(70, 10, 38, 0.9) 45%, rgba(88, 16, 49, 0.7) 100%),
    url("/images/intimo/brafitterka/intimo-brafitterka-czestochowa-hero.jpg") center center / cover no-repeat,
    linear-gradient(135deg, #421329 0%, #681039 100%);
}

.ibraf-hero *,
.ibraf-hero *::before,
.ibraf-hero *::after {
  box-sizing: border-box;
}

.ibraf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(160, 25, 91, 0.34) 0%, rgba(160, 25, 91, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(32, 5, 18, 0.24) 100%);
  pointer-events: none;
}

.ibraf-container {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.ibraf-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.ibraf-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ibraf-kicker-light {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.ibraf-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.7vw, 70px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.052em;
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.22);
}

.ibraf-hero h1 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.ibraf-hero-content > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.72;
}

.ibraf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.ibraf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.ibraf-btn span,
.ibraf-btn i {
  color: inherit !important;
}

.ibraf-btn:hover {
  transform: translateY(-3px);
  text-decoration: none !important;
}

.ibraf-btn-primary {
  background: #a0195b;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(58, 7, 32, 0.34);
}

.ibraf-btn-primary:hover {
  background: #7d1247;
  color: #ffffff !important;
}

.ibraf-btn-glass {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  backdrop-filter: blur(9px);
}

.ibraf-btn-glass:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.17);
  color: #ffffff !important;
}

.ibraf-hero-cards {
  display: grid;
  gap: 16px;
  justify-content: end;
}

.ibraf-hero-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  width: min(420px, 100%);
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.145);
  border: 1px solid rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.ibraf-hero-card i {
  display: inline-flex;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 20px;
}

.ibraf-hero-card span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.25;
}

.ibraf-hero-card strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.22;
}

@media (max-width: 991px) {
  .ibraf-hero {
    min-height: 520px;
  }

  .ibraf-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ibraf-hero-cards {
    justify-content: start;
  }

  .ibraf-hero-card {
    width: min(460px, 100%);
  }
}

@media (max-width: 767px) {
  .ibraf-container {
    width: min(100% - 34px, 1320px);
  }

  .ibraf-hero {
    min-height: 520px;
    padding-top: 76px;
    padding-bottom: 54px;
  }

  .ibraf-hero h1 {
    font-size: clamp(36px, 10.5vw, 52px);
    line-height: 1;
  }

  .ibraf-hero-content > p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ibraf-btn {
    width: 100%;
    min-height: 51px;
    font-size: 11px;
  }

  .ibraf-hero-card {
    width: 100%;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
  }

  .ibraf-hero-card i {
    width: 48px;
    height: 48px;
  }

  .ibraf-hero-card strong {
    font-size: 17px;
  }
}


/* INTIMO 2026 - BRAFITTERKA - MODUŁ 02 DLACZEGO WARTO - STYLE SPÓJNE Z HOME */

.ibraf-intro {
  overflow: hidden;
  padding: 82px 0;
  background: #ffffff;
  color: #421329;
}

.ibraf-intro *,
.ibraf-intro *::before,
.ibraf-intro *::after {
  box-sizing: border-box;
}

.ibraf-intro-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.ibraf-intro h2 {
  max-width: 600px;
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ibraf-intro h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-intro-text p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #65565d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.ibraf-intro-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ibraf-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ibraf-intro h2 {
    max-width: 760px;
  }

  .ibraf-intro-text p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .ibraf-intro {
    padding: 62px 0;
  }

  .ibraf-intro h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-intro-text p {
    font-size: 15.5px;
    line-height: 1.66;
  }
}

/* INTIMO 2026 - BRAFITTERKA - MODUŁ 03 SYGNAŁY - STYLE SPÓJNE Z HOME */

.ibraf-signals {
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 30%),
    #fff8fb;
  color: #421329;
}

.ibraf-signals *,
.ibraf-signals *::before,
.ibraf-signals *::after {
  box-sizing: border-box;
}

.ibraf-heading-center {
  max-width: 880px;
  margin: 0 auto 44px;
  text-align: center;
}

.ibraf-heading-center .ibraf-kicker {
  margin-left: auto;
  margin-right: auto;
}

.ibraf-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ibraf-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-heading-center p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #65565d;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.72;
}

.ibraf-signals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ibraf-signal-card {
  min-height: 250px;
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.1);
  box-shadow: 0 16px 38px rgba(66, 19, 41, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ibraf-signal-card:not(.ibraf-signal-featured):hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(66, 19, 41, 0.11);
}

.ibraf-signal-card span {
  display: block;
  margin-bottom: 32px;
  color: #c86a96;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ibraf-signal-card h3 {
  margin: 0 0 12px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.ibraf-signal-card p {
  margin: 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.72;
}

.ibraf-signal-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  border-color: transparent;
  box-shadow: 0 20px 48px rgba(160, 25, 91, 0.27);
}

.ibraf-signal-featured span,
.ibraf-signal-featured h3,
.ibraf-signal-featured p {
  color: #ffffff !important;
}

.ibraf-signal-featured:hover {
  transform: translateY(-5px);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #8d1652 0%, #681039 100%);
  box-shadow: 0 22px 52px rgba(160, 25, 91, 0.3);
}

@media (max-width: 1100px) {
  .ibraf-signals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ibraf-signals {
    padding: 62px 0;
  }

  .ibraf-heading-center {
    margin-bottom: 34px;
  }

  .ibraf-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-signals-grid {
    grid-template-columns: 1fr;
  }

  .ibraf-signal-card {
    min-height: auto;
    padding: 26px;
  }
}


/* INTIMO 2026 - BRAFITTERKA - MODUŁ 04 JAK WYGLĄDA WIZYTA - STYLE SPÓJNE Z HOME */

.ibraf-visit {
  overflow: hidden;
  padding: 88px 0;
  background: #ffffff;
  color: #421329;
}

.ibraf-visit *,
.ibraf-visit *::before,
.ibraf-visit *::after {
  box-sizing: border-box;
}

.ibraf-visit-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  align-items: stretch;
}

.ibraf-visit-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 44px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 22px 54px rgba(160, 25, 91, 0.24);
}

.ibraf-visit-main h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.9vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ibraf-visit-main h2 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.ibraf-visit-main p {
  max-width: 620px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.ibraf-visit-steps {
  display: grid;
  gap: 16px;
}

.ibraf-visit-step {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 32px;
  border-radius: 22px;
  background: #fff8fb;
  border: 1px solid rgba(160, 25, 91, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ibraf-visit-step:hover {
  transform: translateX(5px);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(66, 19, 41, 0.09);
}

.ibraf-visit-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #a0195b;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.ibraf-visit-step h3 {
  margin: 0 0 8px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.ibraf-visit-step p {
  margin: 0;
  color: #65565d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
}

@media (max-width: 991px) {
  .ibraf-visit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ibraf-visit {
    padding: 62px 0;
  }

  .ibraf-visit-main {
    padding: 28px;
    border-radius: 20px;
  }

  .ibraf-visit-main h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-visit-main p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-visit-step {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ibraf-visit-step strong {
    width: 54px;
    height: 54px;
  }

  .ibraf-visit-step h3 {
    font-size: 25px;
  }
}

/* INTIMO 2026 - BRAFITTERKA - MODUŁ 05 CO SPRAWDZAMY - STYLE SPÓJNE Z HOME */

.ibraf-check {
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 28%),
    #fff8fb;
  color: #421329;
}

.ibraf-check *,
.ibraf-check *::before,
.ibraf-check *::after {
  box-sizing: border-box;
}

.ibraf-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.ibraf-check-card {
  min-height: 138px;
  padding: 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 12px 30px rgba(66, 19, 41, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ibraf-check-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(66, 19, 41, 0.11);
}

.ibraf-check-card i {
  display: inline-flex;
  margin-bottom: 13px;
  color: #a0195b;
}

.ibraf-check-card h3 {
  margin: 0 0 7px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.ibraf-check-card p {
  margin: 0;
  color: #65565d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.58;
}

@media (max-width: 1100px) {
  .ibraf-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ibraf-check {
    padding: 62px 0;
  }

  .ibraf-check-grid {
    grid-template-columns: 1fr;
  }

  .ibraf-check-card {
    min-height: auto;
    padding: 22px;
  }
}

/* INTIMO 2026 - BRAFITTERKA - SEKCJA 6 SEO TEKSTOWA - STYLE SPÓJNE Z HOME */

.ibraf-seo {
  overflow: hidden;
  padding: 86px 0;
  background: #ffffff;
  color: #421329;
}

.ibraf-seo *,
.ibraf-seo *::before,
.ibraf-seo *::after {
  box-sizing: border-box;
}

.ibraf-seo-box {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 52px;
  align-items: start;
  padding: 46px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(242, 189, 210, 0.24) 0%, rgba(255, 248, 251, 0) 34%),
    linear-gradient(135deg, #fff8fb 0%, #ffffff 100%);
  border: 1px solid rgba(160, 25, 91, 0.1);
  box-shadow: 0 18px 46px rgba(66, 19, 41, 0.065);
}

.ibraf-seo-title {
  position: sticky;
  top: 96px;
}

.ibraf-seo-title h2 {
  max-width: 560px;
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ibraf-seo-title h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-seo-title > p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #65565d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.ibraf-seo-content p {
  margin: 0 0 22px;
  color: #65565d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.82;
}

.ibraf-seo-content p:last-child {
  margin-bottom: 0;
}

.ibraf-seo-content strong {
  color: #a0195b;
  font-weight: 800;
}

.ibraf-seo-highlight {
  margin: 32px 0;
  padding: 30px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 18px 42px rgba(160, 25, 91, 0.22);
}

.ibraf-seo-highlight h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.ibraf-seo-highlight h3 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.ibraf-seo-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

@media (max-width: 991px) {
  .ibraf-seo-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ibraf-seo-title {
    position: static;
  }

  .ibraf-seo-title h2,
  .ibraf-seo-title > p {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .ibraf-seo {
    padding: 62px 0;
  }

  .ibraf-seo-box {
    padding: 28px;
    border-radius: 20px;
  }

  .ibraf-seo-title h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-seo-title > p,
  .ibraf-seo-content p,
  .ibraf-seo-highlight p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-seo-highlight {
    padding: 24px;
    border-radius: 18px;
  }

  .ibraf-seo-highlight h3 {
    font-size: 25px;
  }
}

/* INTIMO 2026 - BRAFITTERKA - SEKCJA 7 USŁUGI BRAFITTINGOWE - STYLE SPÓJNE Z HOME */

.ibraf-services {
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 30%),
    #fff8fb;
  color: #421329;
}

.ibraf-services *,
.ibraf-services *::before,
.ibraf-services *::after {
  box-sizing: border-box;
}

.ibraf-services .ibraf-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ibraf-services .ibraf-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-services .ibraf-heading-center p {
  max-width: 800px;
  margin: 18px auto 0;
  color: #65565d;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.72;
}

.ibraf-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ibraf-service-card {
  min-height: 430px;
  padding: 30px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.1);
  box-shadow: 0 16px 38px rgba(66, 19, 41, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ibraf-service-card:not(.ibraf-service-featured):hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(66, 19, 41, 0.12);
}

.ibraf-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 18px;
  background: rgba(160, 25, 91, 0.1);
  color: #a0195b;
}

.ibraf-service-icon i {
  color: inherit;
  font-size: 20px;
}

.ibraf-service-card h3 {
  margin: 0 0 14px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.03em;
}

.ibraf-service-card p {
  margin: 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.74;
}

.ibraf-service-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  border-color: transparent;
  box-shadow: 0 22px 54px rgba(160, 25, 91, 0.26);
}

.ibraf-service-featured .ibraf-service-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.ibraf-service-featured h3,
.ibraf-service-featured p {
  color: #ffffff !important;
}

.ibraf-service-featured:hover {
  transform: translateY(-5px);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #8d1652 0%, #681039 100%);
  box-shadow: 0 24px 58px rgba(160, 25, 91, 0.31);
}

.ibraf-services-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.1);
  box-shadow: 0 16px 38px rgba(66, 19, 41, 0.065);
}

.ibraf-services-note h3 {
  margin: 0 0 8px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.ibraf-services-note h3 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-services-note p {
  max-width: 850px;
  margin: 0;
  color: #65565d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .ibraf-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ibraf-service-card {
    min-height: 330px;
  }
}

@media (max-width: 991px) {
  .ibraf-services-note {
    grid-template-columns: 1fr;
  }

  .ibraf-services-note .ibraf-btn {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ibraf-services {
    padding: 62px 0;
  }

  .ibraf-services .ibraf-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-services .ibraf-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-services-grid {
    grid-template-columns: 1fr;
  }

  .ibraf-service-card {
    min-height: auto;
    padding: 26px;
    border-radius: 20px;
  }

  .ibraf-service-card h3 {
    font-size: 25px;
  }

  .ibraf-service-card p {
    font-size: 15px;
    line-height: 1.66;
  }

  .ibraf-services-note {
    padding: 24px;
    border-radius: 20px;
  }

  .ibraf-services-note h3 {
    font-size: 26px;
  }

  .ibraf-services-note p {
    font-size: 15px;
    line-height: 1.64;
  }

  .ibraf-services-note .ibraf-btn {
    width: 100%;
  }
}


/* INTIMO 2026 - BRAFITTERKA - SEKCJA 8 DLA KOGO - STYLE SPÓJNE Z HOME */

.ibraf-for {
  overflow: hidden;
  padding: 82px 0;
  background: #ffffff;
  color: #421329;
}

.ibraf-for *,
.ibraf-for *::before,
.ibraf-for *::after {
  box-sizing: border-box;
}

.ibraf-for-box {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: center;
  padding: 42px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(242, 189, 210, 0.2) 0%, rgba(160, 25, 91, 0) 34%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 24px 58px rgba(160, 25, 91, 0.26);
}

.ibraf-for h2 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.9vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ibraf-for h2 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.ibraf-for p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.ibraf-for-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ibraf-for-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.22s ease, background 0.22s ease;
}

.ibraf-for-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
}

.ibraf-for-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.ibraf-for-item span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.36;
}

@media (max-width: 991px) {
  .ibraf-for-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ibraf-for {
    padding: 62px 0;
  }

  .ibraf-for-box {
    padding: 28px;
    border-radius: 20px;
  }

  .ibraf-for h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-for p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-for-list {
    grid-template-columns: 1fr;
  }
}



/* INTIMO 2026 - BRAFITTERKA - SEKCJA 9 PRZED WIZYTĄ - STYLE SPÓJNE Z HOME */

.ibraf-guide {
  overflow: hidden;
  padding: 86px 0;
  background: #ffffff;
  color: #421329;
}

.ibraf-guide *,
.ibraf-guide *::before,
.ibraf-guide *::after {
  box-sizing: border-box;
}

.ibraf-guide-box {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: start;
  padding: 46px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 34%),
    linear-gradient(135deg, #fff8fb 0%, #ffffff 100%);
  border: 1px solid rgba(160, 25, 91, 0.1);
  box-shadow: 0 18px 46px rgba(66, 19, 41, 0.065);
}

.ibraf-guide-title h2 {
  max-width: 600px;
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ibraf-guide-title h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-guide-title > p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #65565d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.ibraf-guide-content p {
  margin: 0 0 22px;
  color: #65565d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.82;
}

.ibraf-guide-content p:last-child {
  margin-bottom: 0;
}

.ibraf-guide-content strong {
  color: #a0195b;
  font-weight: 800;
}

.ibraf-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.ibraf-guide-card {
  min-height: 250px;
  padding: 30px;
  border-radius: 22px;
  background: #fff8fb;
  border: 1px solid rgba(160, 25, 91, 0.1);
  box-shadow: 0 14px 34px rgba(66, 19, 41, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ibraf-guide-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(66, 19, 41, 0.11);
}

.ibraf-guide-card > span {
  display: block;
  margin-bottom: 28px;
  color: #c86a96;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ibraf-guide-card h3 {
  margin: 0 0 12px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.ibraf-guide-card p {
  margin: 0;
  color: #65565d;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
}

.ibraf-guide-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 32px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 20px 48px rgba(160, 25, 91, 0.25);
}

.ibraf-guide-bottom h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.ibraf-guide-bottom h3 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.ibraf-guide-bottom p {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .ibraf-guide-grid {
    grid-template-columns: 1fr;
  }

  .ibraf-guide-card {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .ibraf-guide-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ibraf-guide-bottom {
    grid-template-columns: 1fr;
  }

  .ibraf-guide-bottom .ibraf-btn {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ibraf-guide {
    padding: 62px 0;
  }

  .ibraf-guide-box {
    padding: 28px;
    border-radius: 20px;
  }

  .ibraf-guide-title h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-guide-title > p,
  .ibraf-guide-content p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-guide-card {
    padding: 24px;
    border-radius: 18px;
  }

  .ibraf-guide-card h3 {
    font-size: 24px;
  }

  .ibraf-guide-card p {
    font-size: 15px;
    line-height: 1.64;
  }

  .ibraf-guide-bottom {
    padding: 24px;
    border-radius: 20px;
  }

  .ibraf-guide-bottom h3 {
    font-size: 26px;
  }

  .ibraf-guide-bottom p {
    font-size: 15px;
    line-height: 1.64;
  }

  .ibraf-guide-bottom .ibraf-btn {
    width: 100%;
  }
}

/* INTIMO 2026 - BRAFITTERKA - SEKCJA 10 FAQ - STYLE SPÓJNE Z HOME */

.ibraf-faq {
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 210, 0.22) 0%, rgba(255, 248, 251, 0) 28%),
    #fff8fb;
  color: #421329;
}

.ibraf-faq *,
.ibraf-faq *::before,
.ibraf-faq *::after {
  box-sizing: border-box;
}

.ibraf-faq .ibraf-heading-center h2 {
  margin: 0;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.ibraf-faq .ibraf-heading-center h2 span {
  display: block;
  color: #a0195b;
  font-weight: 600;
}

.ibraf-faq .ibraf-heading-center p {
  max-width: 820px;
  margin: 18px auto 0;
  color: #65565d;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.72;
}

.ibraf-faq-list {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ibraf-faq-item {
  padding: 28px 32px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(160, 25, 91, 0.09);
  box-shadow: 0 13px 32px rgba(66, 19, 41, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ibraf-faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(160, 25, 91, 0.18);
  box-shadow: 0 18px 42px rgba(66, 19, 41, 0.1);
}

.ibraf-faq-item h3 {
  margin: 0 0 10px;
  color: #421329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.ibraf-faq-item p {
  margin: 0;
  color: #65565d;
  font-size: 15.8px;
  font-weight: 400;
  line-height: 1.72;
}

@media (max-width: 767px) {
  .ibraf-faq {
    padding: 62px 0;
  }

  .ibraf-faq .ibraf-heading-center h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-faq .ibraf-heading-center p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-faq-list {
    gap: 12px;
  }

  .ibraf-faq-item {
    padding: 22px;
    border-radius: 16px;
  }

  .ibraf-faq-item h3 {
    font-size: 22px;
  }

  .ibraf-faq-item p {
    font-size: 15px;
    line-height: 1.62;
  }
}


/* INTIMO 2026 - BRAFITTERKA - SEKCJA 11 CTA KOŃCOWE - STYLE SPÓJNE Z HOME */

.ibraf-final {
  overflow: hidden;
  padding: 82px 0 92px;
  background: #ffffff;
  color: #421329;
}

.ibraf-final *,
.ibraf-final *::before,
.ibraf-final *::after {
  box-sizing: border-box;
}

.ibraf-final-box {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: center;
  padding: 42px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(242, 189, 210, 0.2) 0%, rgba(160, 25, 91, 0) 34%),
    linear-gradient(135deg, #a0195b 0%, #681039 100%);
  box-shadow: 0 24px 58px rgba(160, 25, 91, 0.26);
}

.ibraf-final h2 {
  max-width: 650px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.9vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ibraf-final h2 span {
  display: block;
  color: #f2bdd2;
  font-weight: 600;
}

.ibraf-final p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.ibraf-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ibraf-btn-white {
  background: #ffffff;
  color: #a0195b !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.ibraf-btn-white:hover {
  background: #fff8fb;
  color: #86134c !important;
}

.ibraf-final-list {
  display: grid;
  gap: 12px;
}

.ibraf-final-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.22s ease, background 0.22s ease;
}

.ibraf-final-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
}

.ibraf-final-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.ibraf-final-item span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.36;
}

@media (max-width: 991px) {
  .ibraf-final-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ibraf-final {
    padding: 62px 0 72px;
  }

  .ibraf-final-box {
    padding: 28px;
    border-radius: 20px;
  }

  .ibraf-final h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .ibraf-final p {
    font-size: 15.5px;
    line-height: 1.66;
  }

  .ibraf-final-actions {
    flex-direction: column;
    align-items: stretch;
  }
}











