@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.biv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  color: #182033;
  background: #ffffff;
}

.biv-editorial-wrap,
.biv-editorial-wrap section,
.biv-editorial-wrap div,
.biv-editorial-wrap article {
  box-sizing: border-box;
}

.biv-editorial-wrap .biv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.biv-editorial-wrap .biv-section-white {
  background: #ffffff;
}

.biv-editorial-wrap .biv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 84, 141, 0.09), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 183, 77, 0.10), transparent 30%),
    #faf8fb;
}

.biv-editorial-wrap .biv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.biv-editorial-wrap .biv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.biv-editorial-wrap .biv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(232, 84, 141, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 84, 141, 0.10), rgba(255, 183, 77, 0.12));
  color: #a3346b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.biv-editorial-wrap .biv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8548d, #ffb74d);
  box-shadow: 0 0 0 5px rgba(232, 84, 141, 0.12);
}

.biv-editorial-wrap .biv-section-head h2 {
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}

.biv-editorial-wrap .biv-section-head p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #5d6577;
  font-weight: 400;
  line-height: 1.72;
}

.biv-editorial-wrap .biv-card-grid {
  display: grid;
  align-items: stretch;
}

.biv-editorial-wrap .biv-card,
.biv-editorial-wrap .biv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 36, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.biv-editorial-wrap .biv-card::after,
.biv-editorial-wrap .biv-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(232, 84, 141, 0.22), rgba(255, 183, 77, 0.14), rgba(126, 92, 255, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.biv-editorial-wrap .biv-card > *,
.biv-editorial-wrap .biv-trust-card > * {
  position: relative;
  z-index: 1;
}

.biv-editorial-wrap .biv-card:hover,
.biv-editorial-wrap .biv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 84, 141, 0.28);
  box-shadow: 0 24px 60px rgba(31, 36, 58, 0.13);
}

.biv-editorial-wrap .biv-card:hover::after,
.biv-editorial-wrap .biv-trust-card:hover::after {
  opacity: 1;
}

.biv-editorial-wrap .biv-card h3,
.biv-editorial-wrap .biv-step-card h3,
.biv-editorial-wrap .biv-trust-card h3 {
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.biv-editorial-wrap .biv-card p,
.biv-editorial-wrap .biv-step-card p,
.biv-editorial-wrap .biv-trust-card p {
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.7;
}

.biv-editorial-wrap .biv-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e8548d, #ffb74d);
  box-shadow: 0 12px 24px rgba(232, 84, 141, 0.22);
  transition: transform 220ms ease;
}

.biv-editorial-wrap .biv-card:hover .biv-icon {
  transform: translateY(-3px) rotate(-3deg);
}

.biv-editorial-wrap .biv-icon-frame::before,
.biv-editorial-wrap .biv-icon-preview::before,
.biv-editorial-wrap .biv-icon-mobile::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 12px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.biv-editorial-wrap .biv-icon-bolt::before {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  margin: 10px 15px;
  background: #ffffff;
  clip-path: polygon(54% 0, 10% 54%, 45% 54%, 31% 100%, 90% 39%, 55% 39%);
}

.biv-editorial-wrap .biv-icon-path::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  margin: 15px 11px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0 10px 0 0;
}

.biv-editorial-wrap .biv-icon-daily::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: inset 6px 0 0 rgba(255, 255, 255, 0.45);
}

.biv-editorial-wrap .biv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.biv-editorial-wrap .biv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(232, 84, 141, 0.12), rgba(255, 183, 77, 0.12));
  box-shadow: 0 18px 50px rgba(31, 36, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.biv-editorial-wrap .biv-step-card:hover {
  transform: translateX(5px);
  border-color: rgba(232, 84, 141, 0.24);
  box-shadow: 0 24px 58px rgba(31, 36, 58, 0.12);
}

.biv-editorial-wrap .biv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #e8548d, #ffb74d);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(232, 84, 141, 0.24);
}

.biv-editorial-wrap .biv-badge-dot {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #e8548d, #ffb74d);
  box-shadow: 0 12px 24px rgba(255, 183, 77, 0.20);
}

.biv-editorial-wrap .biv-trust-card {
  overflow: hidden;
}

.biv-editorial-wrap .biv-trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8548d, #ffb74d, #7e5cff);
}

.biv-editorial-wrap .biv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(232, 84, 141, 0.10);
  color: #a3346b;
  font-size: 13px;
  font-weight: 900;
}

.biv-editorial-wrap .biv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.biv-editorial-wrap .biv-reveal.biv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .biv-editorial-wrap .biv-section {
    padding: 54px 0;
  }

  .biv-editorial-wrap .biv-container {
    padding: 0 14px;
  }

  .biv-editorial-wrap .biv-section-head h2 {
    font-size: 25px;
  }

  .biv-editorial-wrap .biv-section-head p {
    font-size: 14px;
  }

  .biv-editorial-wrap .biv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .biv-editorial-wrap .biv-card,
  .biv-editorial-wrap .biv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .biv-editorial-wrap .biv-card h3,
  .biv-editorial-wrap .biv-step-card h3,
  .biv-editorial-wrap .biv-trust-card h3 {
    font-size: 18px;
  }

  .biv-editorial-wrap .biv-card p,
  .biv-editorial-wrap .biv-step-card p,
  .biv-editorial-wrap .biv-trust-card p {
    font-size: 14px;
  }

  .biv-editorial-wrap .biv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .biv-editorial-wrap .biv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .biv-editorial-wrap .biv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .biv-editorial-wrap .biv-section {
    padding: 60px 0;
  }

  .biv-editorial-wrap .biv-container {
    padding: 0 18px;
  }

  .biv-editorial-wrap .biv-section-head h2 {
    font-size: 28px;
  }

  .biv-editorial-wrap .biv-section-head p {
    font-size: 15px;
  }

  .biv-editorial-wrap .biv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .biv-editorial-wrap .biv-card,
  .biv-editorial-wrap .biv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .biv-editorial-wrap .biv-card h3,
  .biv-editorial-wrap .biv-step-card h3,
  .biv-editorial-wrap .biv-trust-card h3 {
    font-size: 19px;
  }

  .biv-editorial-wrap .biv-card p,
  .biv-editorial-wrap .biv-step-card p,
  .biv-editorial-wrap .biv-trust-card p {
    font-size: 15px;
  }

  .biv-editorial-wrap .biv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .biv-editorial-wrap .biv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

  .biv-editorial-wrap .biv-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .biv-editorial-wrap .biv-section {
    padding: 66px 0;
  }

  .biv-editorial-wrap .biv-container {
    padding: 0 22px;
  }

  .biv-editorial-wrap .biv-section-head h2 {
    font-size: 31px;
  }

  .biv-editorial-wrap .biv-section-head p {
    font-size: 16px;
  }

  .biv-editorial-wrap .biv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .biv-editorial-wrap .biv-card,
  .biv-editorial-wrap .biv-trust-card {
    padding: 26px;
  }

  .biv-editorial-wrap .biv-card h3,
  .biv-editorial-wrap .biv-step-card h3,
  .biv-editorial-wrap .biv-trust-card h3 {
    font-size: 20px;
  }

  .biv-editorial-wrap .biv-card p,
  .biv-editorial-wrap .biv-step-card p,
  .biv-editorial-wrap .biv-trust-card p {
    font-size: 15px;
  }

  .biv-editorial-wrap .biv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .biv-editorial-wrap .biv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .biv-editorial-wrap .biv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .biv-editorial-wrap .biv-section {
    padding: 78px 0;
  }

  .biv-editorial-wrap .biv-container {
    padding: 0 28px;
  }

  .biv-editorial-wrap .biv-section-head h2 {
    font-size: 38px;
  }

  .biv-editorial-wrap .biv-section-head p {
    font-size: 17px;
  }

  .biv-editorial-wrap .biv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .biv-editorial-wrap .biv-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .biv-editorial-wrap .biv-card,
  .biv-editorial-wrap .biv-trust-card {
    padding: 28px;
  }

  .biv-editorial-wrap .biv-card h3,
  .biv-editorial-wrap .biv-step-card h3,
  .biv-editorial-wrap .biv-trust-card h3 {
    font-size: 21px;
  }

  .biv-editorial-wrap .biv-card p,
  .biv-editorial-wrap .biv-step-card p,
  .biv-editorial-wrap .biv-trust-card p {
    font-size: 15.5px;
  }

  .biv-editorial-wrap .biv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .biv-editorial-wrap .biv-step-card {
    grid-template-columns: 76px 1fr;
    gap: 24px;
    padding: 30px;
  }

  .biv-editorial-wrap .biv-step-number {
    width: 76px;
    height: 76px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .biv-editorial-wrap .biv-section {
    padding: 92px 0;
  }

  .biv-editorial-wrap .biv-container {
    padding: 0 32px;
  }

  .biv-editorial-wrap .biv-section-head h2 {
    font-size: 44px;
  }

  .biv-editorial-wrap .biv-section-head p {
    font-size: 18px;
  }

  .biv-editorial-wrap .biv-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .biv-editorial-wrap .biv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .biv-editorial-wrap .biv-card,
  .biv-editorial-wrap .biv-trust-card {
    padding: 30px;
  }

  .biv-editorial-wrap .biv-card h3,
  .biv-editorial-wrap .biv-step-card h3,
  .biv-editorial-wrap .biv-trust-card h3 {
    font-size: 22px;
  }

  .biv-editorial-wrap .biv-card p,
  .biv-editorial-wrap .biv-step-card p,
  .biv-editorial-wrap .biv-trust-card p {
    font-size: 16px;
  }

  .biv-editorial-wrap .biv-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .biv-editorial-wrap .biv-step-card {
    grid-template-columns: 86px 1fr;
    gap: 28px;
    padding: 32px;
  }

  .biv-editorial-wrap .biv-step-number {
    width: 86px;
    height: 86px;
    font-size: 22px;
  }
}