.benefits-page {
  --benefits-accent: #c441ff;
  background: #080919;
  color: #eeedf8;
  overflow: hidden;
}
.benefits-page h1,
.benefits-page h2,
.benefits-page h3 {
  color: #fff;
}
.benefits-wrap {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}
.benefits-page a:focus-visible {
  outline: 3px solid #ffc600;
  outline-offset: 6px;
}
.benefits-hero {
  position: relative;
  min-height: 640px;
  padding-top: 110px;
  isolation: isolate;
}
.benefits-hero__image {
  position: absolute;
  z-index: -2;
  inset: 90px 0 0;
  width: 100%;
  height: calc(100% - 90px);
  object-fit: cover;
  object-position: center top;
}
.benefits-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, #080919, transparent 23%),
    linear-gradient(90deg, #080919a8, transparent 65%, #080919c9);
}
.benefits-hero__inner {
  position: relative;
  padding-block: 48px 65px;
}
.benefits-hero__copy {
  max-width: 540px;
}
.benefits-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 12px;
  font-weight: 500;
  color: #d3b9e8;
  margin-bottom: 18px;
}
.benefits-hero h1 {
  font-size: clamp(64px, 7.2vw, 104px);
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0 0 22px;
  text-shadow: 0 0 25px #baabff30;
}
.benefits-hero h1 span,
.benefits-offers h2 span {
  color: var(--benefits-accent);
}
.benefits-hero__lead {
  font-size: 21px;
  margin-bottom: 22px;
}
.benefits-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.benefits-highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.35;
}
.benefits-highlights i {
  font-size: 23px;
  border: 1px solid #b981d638;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #dac3ee;
}
.benefits-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: linear-gradient(115deg, #ffda2f, #ffbe00);
  color: #100c07;
  border: 1px solid #ffe26f;
  border-radius: 18px;
  padding: 18px 26px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 5px 28px #fbc30018;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.benefits-button:hover {
  color: #100c07;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px #fbc30035;
}
.benefits-handwritten {
  font-family: cursive;
  font-style: italic;
  color: #d593fa;
  line-height: 1.15;
}
.benefits-hero__note {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 18px;
  font-size: 19px;
  transform: rotate(-8deg);
}
.benefits-hero__recommendation {
  position: absolute;
  top: 30px;
  left: 46%;
  color: #ce69ff;
  font: italic 29px/1.05 cursive;
  transform: rotate(-10deg);
  text-align: center;
}
.benefits-hero__recommendation i {
  display: block;
  color: #ffc600;
  font-size: 34px;
  margin-bottom: 12px;
}
.benefits-values {
  position: absolute;
  right: 0;
  top: 45px;
  list-style: none;
  padding: 15px;
  border-radius: 20px;
  background: #0809197a;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.benefits-values li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  padding: 12px 0;
}
.benefits-values i {
  width: 35px;
  height: 35px;
  border: 1px solid #a945dc35;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 19px;
  color: #cf6aff;
}
.benefits-catalog {
  padding-block: 22px 0;
}
.benefits-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.benefits-section-heading h2 {
  position: relative;
  font-size: clamp(32px, 3.5vw, 48px);
  letter-spacing: -0.035em;
  margin: 0;
  padding-bottom: 12px;
}
.benefits-section-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 3px;
  background: #c441ff;
  box-shadow: 70px 0 25px #a400fc80;
}
.benefits-section-heading p {
  color: #c9c4dd;
  margin: 0;
  line-height: 1.5;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.benefit-card {
  padding: 16px 17px 23px;
  background: linear-gradient(145deg, #191a31, #101426);
  border: 1px solid #ffffff20;
  border-radius: 19px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.benefit-card:hover {
  border-color: #b24cfb85;
  transform: translateY(-4px);
}
.benefit-card__icon {
  width: 116px;
  height: 116px;
  margin: 0 auto 12px;
  background-image: url("/img/benefity/icons-transparent.webp");
  background-size: 500% 400%;
  background-position: var(--icon-x) var(--icon-y);
  clip-path: inset(0 5% 8% 0);
}
.benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 12px;
}
.benefit-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #e2deee;
}
.benefits-assistance {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 14px;
  padding: 24px 32px;
  border: 1px solid #a746e777;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 0 50%, #65288635, transparent 65%),
    linear-gradient(120deg, #18172d, #101122);
  color: #dcd5ed;
  transition: border-color 0.2s;
}
.benefits-assistance:hover {
  color: #fff;
  border-color: #c441ff;
}
.benefits-assistance h2 {
  font-size: 29px;
  color: #c441ff;
  margin-bottom: 5px;
}
.benefits-assistance p {
  margin: 0;
  line-height: 1.4;
}
.benefits-assistance .benefits-assistance__lead {
  font-size: 19px;
  margin-bottom: 5px;
}
.benefits-assistance__icon {
  flex: 0 0 140px;
  height: 130px;
  position: relative;
  display: grid;
  place-items: center;
  color: #b951fc;
  text-shadow:
    2px 3px #6924a8,
    0 0 20px #9439e93b;
}
.benefits-assistance__icon i {
  font-size: 122px;
}
.benefits-assistance__icon b {
  position: absolute;
  top: 50px;
  left: 39px;
  font-size: 27px;
}
.benefits-assistance__arrow {
  margin-left: auto;
  font-size: 22px;
}
.benefits-offers {
  position: relative;
  background:
    linear-gradient(0deg, #08091915, #080919 100%),
    url("/img/benefity/offers.webp") center 70% / cover;
  margin-top: 8px;
}
.benefits-offers__inner {
  display: flex;
  align-items: center;
  min-height: 435px;
  position: relative;
}
.benefits-offers__copy {
  width: 59%;
  position: relative;
  z-index: 2;
  padding-block: 50px;
}
.benefits-offers__copy > p:first-child {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #fff;
}
.benefits-offers h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 30px;
  max-width: 640px;
}
.benefits-offers__copy > .benefits-handwritten {
  font-size: 24px;
  margin: 24px 0 0 50px;
  transform: rotate(-7deg);
}
.benefits-offers__art {
  position: absolute;
  width: 48%;
  right: -2%;
  bottom: -38px;
  height: 425px;
}
.benefits-phone {
  position: absolute;
  left: 0;
  bottom: -20px;
  transform: rotate(8deg);
  width: 240px;
  min-height: 400px;
  padding: 35px 14px 22px;
  border: 7px solid #21192b;
  border-radius: 38px;
  background: #f6f4fb;
  color: #171123;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 2px #a198b3,
    15px 10px 35px #0009;
}
.benefits-phone__notch {
  position: absolute;
  top: 0;
  left: 55px;
  right: 55px;
  height: 20px;
  background: #21192b;
  border-radius: 0 0 15px 15px;
}
.benefits-phone > img {
  display: block;
  width: 122px;
  height: auto;
  margin-bottom: 10px;
}
.benefits-phone > strong {
  display: block;
  font:
    700 19px/1.2 "Jost",
    sans-serif;
}
.benefits-phone__intro {
  display: block;
  font-size: 10px;
  margin: 8px 0 17px;
  color: #62576f;
}
.benefits-phone__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 8px;
  margin-bottom: 9px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 8px #24123409;
  font-size: 10px;
  font-weight: 700;
}
.benefits-phone__row > i:first-child {
  color: #8e37c3;
  font-size: 24px;
}
.benefits-phone__row > i:last-child {
  color: #8e37c3;
  margin-left: auto;
}
.benefits-phone__footer {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #62576f;
  margin-top: 17px;
}
.benefits-offers__note {
  position: absolute;
  right: 2%;
  top: 3px;
  font-size: 33px;
  transform: rotate(-12deg);
}
/* Jasny motyw korzysta z tego samego przełącznika co pozostałe podstrony. */
body:not(.dark-mode) .benefits-page {
  --benefits-accent: #8529b5;
  background: #f6f4f9;
  color: #30213f;
}
body:not(.dark-mode) .benefits-page h1,
body:not(.dark-mode) .benefits-page h2,
body:not(.dark-mode) .benefits-page h3,
body:not(.dark-mode) .benefits-offers__copy > p:first-child {
  color: #241331;
}
body:not(.dark-mode) .benefits-hero::after {
  background:
    linear-gradient(0deg, #f6f4f9, transparent 28%),
    linear-gradient(90deg, #f6f4f9 5%, #f6f4f9f2 29%, #f6f4f938 65%, #f6f4f945);
}
body:not(.dark-mode) .benefits-eyebrow,
body:not(.dark-mode) .benefits-handwritten,
body:not(.dark-mode) .benefits-highlights i,
body:not(.dark-mode) .benefits-values i {
  color: #652886;
}
body:not(.dark-mode) .benefits-hero__recommendation {
  color: #652886;
  background: #f6f4f9e6;
  padding: 14px;
  border-radius: 18px;
}
body:not(.dark-mode) .benefits-values {
  background: #fffffff0;
  box-shadow: 0 8px 32px #42205814;
}
body:not(.dark-mode) .benefits-section-heading p,
body:not(.dark-mode) .benefit-card p {
  color: #594968;
}
body:not(.dark-mode) .benefit-card {
  background: linear-gradient(145deg, #fff, #f1eaf8);
  border-color: #dfd3e9;
  box-shadow: 0 5px 18px #42205808;
}
body:not(.dark-mode) .benefit-card:hover {
  border-color: #a568c5;
}
body:not(.dark-mode) .benefits-assistance {
  background: linear-gradient(120deg, #ece0f7, #fff);
  border-color: #ccb0df;
  color: #594968;
}
body:not(.dark-mode) .benefits-assistance h2 {
  color: #8529b5;
}
body:not(.dark-mode) .benefits-assistance:hover {
  border-color: #8529b5;
  color: #30213f;
}
body:not(.dark-mode) .benefits-offers {
  background:
    linear-gradient(90deg, #f6f4f9f5 10%, #f6f4f9e8 40%, #f6f4f940),
    linear-gradient(0deg, transparent 65%, #f6f4f9),
    url("/img/benefity/offers.webp") center 70% / cover;
}
body:not(.dark-mode) .benefits-offers__note {
  color: #f6f4f9;
  text-shadow: 0 2px 8px #241331;
}
@media (min-width: 992px) {
  body.dark-mode:has(.benefits-page) .navbar-light,
  body.dark-mode:has(.benefits-page) .sticky-top.navbar-light {
    background: #080919ed;
  }
  body.dark-mode:has(.benefits-page) .navbar-light .navbar-nav .nav-link {
    color: #eeedf8 !important;
  }
  body.dark-mode:has(.benefits-page) .navbar-light .navbar-nav .nav-link.active,
  body.dark-mode:has(.benefits-page) .navbar-light .navbar-nav .nav-link:hover {
    color: #ffc600 !important;
  }
  body:not(.dark-mode):has(.benefits-page) .navbar-light {
    background: #fffffff5;
    border-bottom-color: #e5dcec;
  }
  body:not(.dark-mode):has(.benefits-page) .navbar-light .navbar-brand img {
    content: url("/img/bitbus-logo-purple.webp");
  }
  body:not(.dark-mode):has(.benefits-page) .navbar-light .navbar-nav .nav-link {
    color: #30213f !important;
  }
  body:not(.dark-mode):has(.benefits-page)
    .navbar-light
    .navbar-nav
    .nav-link.active,
  body:not(.dark-mode):has(.benefits-page)
    .navbar-light
    .navbar-nav
    .nav-link:hover {
    color: #8529b5 !important;
  }
}
@media (max-width: 1199.98px) {
  .benefits-hero__copy {
    max-width: 470px;
  }
  .benefits-hero__note {
    display: block;
    margin: 24px 0 0 30px;
  }
  .benefits-values {
    right: -15px;
  }
  .benefit-card {
    padding-inline: 13px;
  }
  .benefit-card h3 {
    font-size: 18px;
  }
  .benefit-card p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .benefits-wrap {
    width: calc(100% - 40px);
  }
  .benefits-hero {
    padding-top: 0;
    min-height: 570px;
  }
  .benefits-hero__inner {
    padding-block: 55px 30px;
  }
  .benefits-hero__image {
    inset: 0;
    height: 100%;
    object-position: 58% center;
  }
  .benefits-hero::after {
    background:
      linear-gradient(0deg, #080919, transparent 30%),
      linear-gradient(90deg, #080919d9, #08091930 70%);
  }
  .benefits-hero__recommendation {
    left: auto;
    right: 5%;
    top: 24px;
    font-size: 23px;
  }
  .benefits-values {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 35px 0 0;
    padding: 10px 0;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  body:not(.dark-mode) .benefits-values {
    background: none;
    box-shadow: none;
  }
  .benefits-values li {
    font-size: 12px;
    gap: 7px;
    padding: 0;
  }
  .benefits-values i {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .benefits-section-heading p {
    max-width: 320px;
  }
  .benefits-assistance {
    padding: 20px;
    gap: 22px;
  }
  .benefits-assistance__icon {
    flex-basis: 110px;
  }
  .benefits-assistance__icon i {
    font-size: 105px;
  }
  .benefits-assistance__icon b {
    left: 25px;
  }
  .benefits-offers__copy {
    width: 56%;
  }
  .benefits-offers__art {
    right: -5%;
  }
  .benefits-offers__note {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefits-section-heading {
    display: block;
  }
  .benefits-section-heading p {
    margin-top: 18px;
    max-width: none;
  }
  .benefits-hero__copy {
    max-width: 420px;
  }
  .benefits-hero__image {
    opacity: 0.65;
    object-position: 64% center;
  }
  body:not(.dark-mode) .benefits-hero::after {
    background:
      linear-gradient(0deg, #f6f4f9, #f6f4f970 70%),
      linear-gradient(90deg, #f6f4f9eb, #f6f4f955);
  }
  body:not(.dark-mode) .benefits-offers {
    background:
      linear-gradient(180deg, #f6f4f9 10%, #f6f4f9ed 43%, #f6f4f933),
      url("/img/benefity/offers.webp") center 70% / cover;
  }
  .benefits-hero__recommendation {
    display: none;
  }
  .benefits-assistance {
    gap: 16px;
    flex-wrap: wrap;
  }
  .benefits-assistance__icon {
    flex-basis: 72px;
    height: 80px;
  }
  .benefits-assistance__icon i {
    font-size: 75px;
  }
  .benefits-assistance__icon b {
    font-size: 19px;
    top: 29px;
    left: 16px;
  }
  .benefits-assistance > div {
    flex: 1;
    min-width: 190px;
  }
  .benefits-assistance h2 {
    font-size: 24px;
  }
  .benefits-assistance .benefits-assistance__lead {
    font-size: 16px;
  }
  .benefits-assistance p {
    font-size: 14px;
  }
  .benefits-assistance__arrow {
    display: none;
  }
  .benefits-offers__inner {
    display: block;
  }
  .benefits-offers__copy {
    width: 100%;
    padding-block: 45px 25px;
  }
  .benefits-offers__copy > p:first-child {
    font-size: 25px;
  }
  .benefits-offers__art {
    position: relative;
    width: 100%;
    right: auto;
    bottom: -40px;
    height: 340px;
    margin-top: -5px;
  }
  .benefits-phone {
    left: 10%;
  }
}
@media (max-width: 419.98px) {
  .benefits-wrap {
    width: calc(100% - 28px);
  }
  .benefits-hero h1 {
    font-size: 66px;
  }
  .benefits-hero__lead {
    font-size: 18px;
  }
  .benefits-highlights {
    gap: 13px;
  }
  .benefits-highlights li {
    gap: 6px;
    font-size: 13px;
  }
  .benefits-highlights i {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .benefits-button {
    width: 100%;
    gap: 16px;
    padding-inline: 15px;
    font-size: 16px;
  }
  .benefits-grid {
    gap: 10px;
  }
  .benefit-card {
    padding: 12px 12px 20px;
  }
  .benefit-card h3 {
    font-size: 17px;
  }
  .benefit-card__icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 359.98px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card h3 {
    font-size: 21px;
  }
  .benefit-card p {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .benefits-page *,
  .benefits-page *::before,
  .benefits-page *::after {
    transition: none !important;
  }
}
