@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;
  color: #172033;
  font-family: inherit;
  --biv-accent: #d7357c;
  --biv-accent-2: #ff7a45;
  --biv-accent-3: #6b5cff;
  --biv-text: #172033;
  --biv-muted: #5f6b7a;
  --biv-line: rgba(23, 32, 51, 0.1);
  --biv-soft: #f8f6f4;
  --biv-white: #ffffff;
  --biv-shadow: 0 18px 45px rgba(23, 32, 51, 0.1);
  --biv-shadow-soft: 0 12px 28px rgba(23, 32, 51, 0.07);
}

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

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

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

.biv-editorial-wrap .biv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 53, 124, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 122, 69, 0.08), transparent 28%),
    #f8f6f4;
}

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

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

.biv-editorial-wrap .biv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(215, 53, 124, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(215, 53, 124, 0.1), rgba(255, 122, 69, 0.1));
  color: #a82360;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.biv-editorial-wrap .biv-section-head h2 {
  margin: 0;
  color: var(--biv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.biv-editorial-wrap .biv-section-head p {
  margin: 14px auto 0;
  color: var(--biv-muted);
  line-height: 1.7;
  letter-spacing: 0;
}

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

.biv-editorial-wrap .biv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--biv-line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: var(--biv-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.biv-editorial-wrap .biv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(215, 53, 124, 0.14), rgba(255, 122, 69, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.biv-editorial-wrap .biv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(215, 53, 124, 0.24);
  box-shadow: var(--biv-shadow);
}

.biv-editorial-wrap .biv-card:hover::before {
  opacity: 1;
}

.biv-editorial-wrap .biv-card h3,
.biv-editorial-wrap .biv-step-content h3 {
  position: relative;
  margin: 0;
  color: var(--biv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.biv-editorial-wrap .biv-card p,
.biv-editorial-wrap .biv-step-content p {
  position: relative;
  margin: 10px 0 0;
  color: var(--biv-muted);
  line-height: 1.68;
  letter-spacing: 0;
}

.biv-editorial-wrap .biv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--biv-accent), var(--biv-accent-2));
  box-shadow: 0 12px 24px rgba(215, 53, 124, 0.22);
  transition: transform 260ms ease;
}

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

.biv-editorial-wrap .biv-icon::before,
.biv-editorial-wrap .biv-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.biv-editorial-wrap .biv-icon-eye::before {
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.biv-editorial-wrap .biv-icon-eye::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.biv-editorial-wrap .biv-icon-bolt::before {
  width: 10px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(55% 0, 0 52%, 42% 52%, 27% 100%, 100% 38%, 58% 38%);
}

.biv-editorial-wrap .biv-icon-frame::before {
  width: 21px;
  height: 17px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.biv-editorial-wrap .biv-icon-frame::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-15%, -45%);
}

.biv-editorial-wrap .biv-icon-path::before {
  width: 22px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0 10px 0 0;
}

.biv-editorial-wrap .biv-icon-path::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -12px 8px 0 #ffffff;
}

.biv-editorial-wrap .biv-icon-phone::before {
  width: 15px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.biv-editorial-wrap .biv-icon-phone::after {
  width: 4px;
  height: 4px;
  top: 72%;
  border-radius: 50%;
  background: #ffffff;
}

.biv-editorial-wrap .biv-icon-calendar::before {
  width: 22px;
  height: 19px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.biv-editorial-wrap .biv-icon-calendar::after {
  width: 14px;
  height: 2px;
  top: 45%;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}

.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;
  min-width: 0;
  border: 1px solid rgba(215, 53, 124, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--biv-shadow-soft);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.biv-editorial-wrap .biv-step-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--biv-accent), var(--biv-accent-2), var(--biv-accent-3));
  opacity: 0.82;
}

.biv-editorial-wrap .biv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 53, 124, 0.28);
  box-shadow: var(--biv-shadow);
}

.biv-editorial-wrap .biv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #343a55);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(23, 32, 51, 0.18);
}

.biv-editorial-wrap .biv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96)),
    #ffffff;
}

.biv-editorial-wrap .biv-dot {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--biv-accent), var(--biv-accent-2));
  box-shadow: 0 0 0 8px rgba(215, 53, 124, 0.1);
}

.biv-editorial-wrap .biv-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(215, 53, 124, 0.1);
  color: #a82360;
  font-weight: 800;
  line-height: 1;
}

.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 260ms ease, border-color 260ms 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-kicker {
    padding: 8px 11px;
    font-size: 11px;
  }

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

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

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

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

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

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

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

  .biv-editorial-wrap .biv-badge {
    padding: 8px 10px;
    font-size: 11px;
  }
}

@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-kicker {
    padding: 9px 12px;
    font-size: 12px;
  }

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

  .biv-editorial-wrap .biv-card {
    padding: 24px;
  }

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

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

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

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

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

  .biv-editorial-wrap .biv-badge {
    padding: 8px 11px;
    font-size: 12px;
  }
}

@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: 15.5px;
  }

  .biv-editorial-wrap .biv-kicker {
    padding: 9px 13px;
    font-size: 12px;
  }

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

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

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

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

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

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

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

  .biv-editorial-wrap .biv-badge {
    padding: 9px 12px;
    font-size: 12px;
  }
}

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

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

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

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

  .biv-editorial-wrap .biv-kicker {
    padding: 10px 14px;
    font-size: 12px;
  }

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

  .biv-editorial-wrap .biv-card-grid {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

  .biv-editorial-wrap .biv-step-card {
    gap: 24px;
    padding: 28px;
  }

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

  .biv-editorial-wrap .biv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}

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

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

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

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

  .biv-editorial-wrap .biv-kicker {
    padding: 10px 15px;
    font-size: 12px;
  }

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

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

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

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

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

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

  .biv-editorial-wrap .biv-step-card {
    gap: 28px;
    padding: 30px 34px;
  }

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

  .biv-editorial-wrap .biv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}