

/* Start:/local/cveti172/info-help/assets/hubs.css?17864248058578*/
.c172-hub,
.c172-hub * {
  box-sizing: border-box;
}

.c172-hub {
  --c172-ink: #29232d;
  --c172-muted: #6e6572;
  --c172-pink: #ef3f83;
  --c172-green: #38a96b;
  color: var(--c172-ink);
  margin: 0 0 48px;
}

.c172-hub__hero {
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9) 0 44px, transparent 45px),
    linear-gradient(135deg, #fff0f6 0%, #fff9e9 52%, #edfff4 100%);
  border: 1px solid rgba(239, 63, 131, 0.12);
  border-radius: 28px;
  box-shadow: 0 16px 45px rgba(87, 50, 72, 0.1);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 260px;
  overflow: hidden;
  padding: 42px 46px;
  position: relative;
}

.c172-hub--help .c172-hub__hero {
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9) 0 44px, transparent 45px),
    linear-gradient(135deg, #effff5 0%, #fff9e8 50%, #fff0f7 100%);
}

.c172-hub__hero::before,
.c172-hub__hero::after {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.c172-hub__hero::before {
  background: rgba(239, 63, 131, 0.09);
  height: 180px;
  right: -45px;
  top: -65px;
  width: 180px;
}

.c172-hub__hero::after {
  background: rgba(56, 169, 107, 0.08);
  bottom: -85px;
  height: 190px;
  right: 95px;
  width: 190px;
}

.c172-hub__hero-copy {
  max-width: 690px;
  position: relative;
  z-index: 2;
}

.c172-hub__eyebrow {
  color: #a62d61;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.c172-hub--help .c172-hub__eyebrow {
  color: #267d51;
}

.c172-hub__hero h2 {
  color: var(--c172-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0 0 17px;
  max-width: 650px;
}

.c172-hub__hero p {
  color: #5f5661;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  max-width: 670px;
}

.c172-hub__bouquet {
  flex: 0 0 180px;
  height: 160px;
  position: relative;
  z-index: 2;
}

.c172-hub__flower {
  filter: drop-shadow(0 10px 12px rgba(84, 50, 65, 0.12));
  line-height: 1;
  position: absolute;
}

.c172-hub__flower--one {
  font-size: 86px;
  left: 28px;
  top: 40px;
  transform: rotate(-8deg);
}

.c172-hub__flower--two {
  font-size: 58px;
  right: 5px;
  top: 10px;
  transform: rotate(10deg);
}

.c172-hub__flower--three {
  bottom: 2px;
  font-size: 55px;
  right: 5px;
  transform: rotate(14deg);
}

.c172-hub__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.c172-hub__card {
  align-items: center;
  background: #fff;
  border: 1px solid #eee8ed;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(54, 39, 50, 0.07);
  color: var(--c172-ink);
  display: flex;
  gap: 16px;
  min-height: 126px;
  padding: 22px;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.c172-hub__card:hover,
.c172-hub__card:focus-visible {
  border-color: rgba(239, 63, 131, 0.36);
  box-shadow: 0 16px 36px rgba(72, 40, 60, 0.13);
  color: var(--c172-ink);
  text-decoration: none;
  transform: translateY(-3px);
}

.c172-hub__card:focus-visible {
  outline: 3px solid rgba(239, 63, 131, 0.2);
  outline-offset: 3px;
}

.c172-hub__card--wide {
  grid-column: 1 / -1;
}

.c172-hub__icon {
  align-items: center;
  background: #fff0f6;
  border-radius: 16px;
  display: flex;
  flex: 0 0 62px;
  font-size: 29px;
  height: 62px;
  justify-content: center;
}

.c172-hub__card--mint .c172-hub__icon {
  background: #e9fbf0;
}

.c172-hub__card--sun .c172-hub__icon {
  background: #fff7d9;
}

.c172-hub__card--lilac .c172-hub__icon {
  background: #f3edff;
}

.c172-hub__card--peach .c172-hub__icon {
  background: #fff0e6;
}

.c172-hub__card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.c172-hub__card-copy strong {
  color: var(--c172-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
}

.c172-hub__card-copy small {
  color: var(--c172-muted);
  font-size: 14px;
  line-height: 1.45;
  margin-top: 6px;
}

.c172-hub__arrow {
  align-items: center;
  background: #f8f4f7;
  border-radius: 50%;
  color: #a12f60;
  display: flex;
  flex: 0 0 34px;
  font-size: 19px;
  height: 34px;
  justify-content: center;
}

.c172-hub__steps {
  background: #fff;
  border: 1px solid #eee8ed;
  border-radius: 26px;
  margin-top: 24px;
  padding: 34px;
}

.c172-hub__section-heading {
  margin-bottom: 24px;
}

.c172-hub__section-heading h3 {
  color: var(--c172-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.c172-hub__steps-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.c172-hub__steps-grid li {
  background: linear-gradient(145deg, #fff9fb, #f7fff9);
  border: 1px solid #f0e8ed;
  border-radius: 20px;
  min-height: 170px;
  padding: 22px 22px 20px;
}

.c172-hub__step-number {
  align-items: center;
  background: linear-gradient(135deg, var(--c172-pink), #f680a9);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(239, 63, 131, 0.2);
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  margin-bottom: 15px;
  width: 38px;
}

.c172-hub__steps-grid li:nth-child(even) .c172-hub__step-number {
  background: linear-gradient(135deg, var(--c172-green), #75c896);
  box-shadow: 0 8px 18px rgba(56, 169, 107, 0.2);
}

.c172-hub__steps-grid strong {
  color: var(--c172-ink);
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.c172-hub__steps-grid p {
  color: var(--c172-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 8px 0 0;
}

.c172-hub__note {
  align-items: center;
  background: #f4fff8;
  border: 1px solid #dcefe4;
  border-radius: 20px;
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 24px;
}

.c172-hub__note--bright {
  background: linear-gradient(135deg, #fff3f8, #fffbe8);
  border-color: #f4dce6;
}

.c172-hub__note-icon {
  flex: 0 0 auto;
  font-size: 31px;
}

.c172-hub__note p {
  color: #594f58;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.c172-hub__note a {
  color: #a12f60;
  font-weight: 750;
  text-decoration: none;
}

.c172-hub__note a:hover,
.c172-hub__note a:focus-visible {
  color: #7d2047;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .c172-hub__hero {
    min-height: 235px;
    padding: 34px;
  }

  .c172-hub__bouquet {
    flex-basis: 145px;
    transform: scale(0.88);
    transform-origin: center right;
  }
}

@media (max-width: 767px) {
  .c172-hub {
    margin-bottom: 32px;
  }

  .c172-hub__hero {
    border-radius: 22px;
    display: block;
    min-height: 0;
    padding: 26px 22px 112px;
  }

  .c172-hub__hero h2 {
    font-size: clamp(27px, 9vw, 36px);
    line-height: 1.14;
    margin-bottom: 14px;
  }

  .c172-hub__hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  .c172-hub__bouquet {
    bottom: 4px;
    height: 105px;
    position: absolute;
    right: 8px;
    transform: scale(0.68);
    transform-origin: bottom right;
    width: 180px;
  }

  .c172-hub__grid,
  .c172-hub__steps-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .c172-hub__grid {
    gap: 13px;
    margin-top: 16px;
  }

  .c172-hub__card,
  .c172-hub__card--wide {
    grid-column: auto;
  }

  .c172-hub__card {
    border-radius: 18px;
    min-height: 100px;
    padding: 17px;
  }

  .c172-hub__icon {
    border-radius: 14px;
    flex-basis: 52px;
    font-size: 25px;
    height: 52px;
  }

  .c172-hub__card-copy strong {
    font-size: 16px;
  }

  .c172-hub__card-copy small {
    font-size: 13px;
  }

  .c172-hub__arrow {
    display: none;
  }

  .c172-hub__steps {
    border-radius: 22px;
    margin-top: 16px;
    padding: 24px 18px;
  }

  .c172-hub__section-heading {
    margin-bottom: 18px;
  }

  .c172-hub__section-heading h3 {
    font-size: 25px;
  }

  .c172-hub__steps-grid {
    gap: 12px;
  }

  .c172-hub__steps-grid li {
    min-height: 0;
    padding: 18px;
  }

  .c172-hub__note {
    align-items: flex-start;
    border-radius: 18px;
    gap: 12px;
    margin-top: 16px;
    padding: 18px;
  }
}

@media (max-width: 359px) {
  .c172-hub__hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .c172-hub__card {
    gap: 12px;
    padding: 15px;
  }

  .c172-hub__icon {
    flex-basis: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c172-hub__card {
    transition: none;
  }
}

/* End */
/* /local/cveti172/info-help/assets/hubs.css?17864248058578 */
