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

.ibv-bottom-content {
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}

.ibv-bottom-content,
.ibv-bottom-content section,
.ibv-bottom-content div,
.ibv-bottom-content article {
  box-sizing: border-box;
}

.ibv-bottom-content .ibv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ibv-bottom-content .ibv-section-white {
  background: #ffffff;
}

.ibv-bottom-content .ibv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(99, 102, 241, 0.08), transparent 34%),
    #fafafa;
}

.ibv-bottom-content .ibv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ibv-bottom-content .ibv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ibv-bottom-content .ibv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 29, 108, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 29, 108, 0.1), rgba(124, 58, 237, 0.1));
  color: #a31357;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ibv-bottom-content .ibv-section-head h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.ibv-bottom-content .ibv-section-head p {
  margin: 16px auto 0;
  color: #5c667a;
  font-weight: 400;
  line-height: 1.7;
}

.ibv-bottom-content .ibv-grid {
  display: grid;
  align-items: stretch;
}

.ibv-bottom-content .ibv-card,
.ibv-bottom-content .ibv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ibv-bottom-content .ibv-card::before,
.ibv-bottom-content .ibv-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(225, 29, 108, 0.12), rgba(124, 58, 237, 0.1), rgba(14, 165, 233, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ibv-bottom-content .ibv-card:hover,
.ibv-bottom-content .ibv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 29, 108, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.ibv-bottom-content .ibv-card:hover::before,
.ibv-bottom-content .ibv-step-card:hover::before {
  opacity: 1;
}

.ibv-bottom-content .ibv-feature-card,
.ibv-bottom-content .ibv-use-card,
.ibv-bottom-content .ibv-benefit-card {
  border-radius: 22px;
}

.ibv-bottom-content .ibv-card h3,
.ibv-bottom-content .ibv-step-card h3 {
  position: relative;
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ibv-bottom-content .ibv-card p,
.ibv-bottom-content .ibv-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #606b7f;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}

.ibv-bottom-content .ibv-icon {
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f11d72, #7c3aed 55%, #0ea5e9);
  box-shadow: 0 12px 26px rgba(225, 29, 108, 0.22);
  transition: transform 260ms ease;
}

.ibv-bottom-content .ibv-card:hover .ibv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.ibv-bottom-content .ibv-icon::before,
.ibv-bottom-content .ibv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ibv-bottom-content .ibv-icon-eye::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ibv-bottom-content .ibv-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.ibv-bottom-content .ibv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 9px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 31% 100%, 45% 56%, 0 56%);
}

.ibv-bottom-content .ibv-icon-frame::before {
  width: 23px;
  height: 18px;
  left: 11px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ibv-bottom-content .ibv-icon-frame::after {
  width: 9px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 9px;
  background: #ffffff;
}

.ibv-bottom-content .ibv-icon-flow::before {
  width: 24px;
  height: 2px;
  left: 11px;
  top: 22px;
  background: #ffffff;
  border-radius: 999px;
}

.ibv-bottom-content .ibv-icon-flow::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.ibv-bottom-content .ibv-icon-mobile::before {
  width: 17px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ibv-bottom-content .ibv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 999px;
  background: #ffffff;
}

.ibv-bottom-content .ibv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ibv-bottom-content .ibv-icon-daily::after {
  width: 9px;
  height: 9px;
  left: 23px;
  top: 13px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ibv-bottom-content .ibv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ibv-bottom-content .ibv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.ibv-bottom-content .ibv-step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #f11d72, #7c3aed 62%, #0ea5e9);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
}

.ibv-bottom-content .ibv-step-copy {
  position: relative;
}

.ibv-bottom-content .ibv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(225, 29, 108, 0.28), rgba(124, 58, 237, 0.16), rgba(14, 165, 233, 0.18)) border-box;
  border: 1px solid transparent;
}

.ibv-bottom-content .ibv-card-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f11d72;
  box-shadow:
    18px 0 0 rgba(124, 58, 237, 0.88),
    36px 0 0 rgba(14, 165, 233, 0.88),
    0 0 0 7px rgba(225, 29, 108, 0.09);
}

.ibv-bottom-content .ibv-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.05);
  color: #a31357;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.ibv-bottom-content .ibv-benefit-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    #ffffff;
}

.ibv-bottom-content .ibv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ibv-bottom-content .ibv-reveal.ibv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .ibv-bottom-content .ibv-section {
    padding: 54px 0;
  }

  .ibv-bottom-content .ibv-container {
    padding: 0 14px;
  }

  .ibv-bottom-content .ibv-section-head {
    margin-bottom: 28px;
  }

  .ibv-bottom-content .ibv-section-head h2 {
    font-size: 26px;
  }

  .ibv-bottom-content .ibv-section-head p {
    font-size: 14px;
  }

  .ibv-bottom-content .ibv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ibv-bottom-content .ibv-card {
    padding: 22px;
  }

  .ibv-bottom-content .ibv-card h3,
  .ibv-bottom-content .ibv-step-card h3 {
    font-size: 18px;
  }

  .ibv-bottom-content .ibv-card p,
  .ibv-bottom-content .ibv-step-card p {
    font-size: 14px;
  }

  .ibv-bottom-content .ibv-steps {
    gap: 16px;
  }

  .ibv-bottom-content .ibv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ibv-bottom-content .ibv-step-number {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ibv-bottom-content .ibv-section {
    padding: 60px 0;
  }

  .ibv-bottom-content .ibv-container {
    padding: 0 18px;
  }

  .ibv-bottom-content .ibv-section-head {
    margin-bottom: 30px;
  }

  .ibv-bottom-content .ibv-section-head h2 {
    font-size: 29px;
  }

  .ibv-bottom-content .ibv-section-head p {
    font-size: 15px;
  }

  .ibv-bottom-content .ibv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ibv-bottom-content .ibv-card {
    padding: 24px;
  }

  .ibv-bottom-content .ibv-card h3,
  .ibv-bottom-content .ibv-step-card h3 {
    font-size: 19px;
  }

  .ibv-bottom-content .ibv-card p,
  .ibv-bottom-content .ibv-step-card p {
    font-size: 15px;
  }

  .ibv-bottom-content .ibv-steps {
    gap: 18px;
  }

  .ibv-bottom-content .ibv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ibv-bottom-content .ibv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ibv-bottom-content .ibv-section {
    padding: 66px 0;
  }

  .ibv-bottom-content .ibv-container {
    padding: 0 22px;
  }

  .ibv-bottom-content .ibv-section-head {
    margin-bottom: 34px;
  }

  .ibv-bottom-content .ibv-section-head h2 {
    font-size: 32px;
  }

  .ibv-bottom-content .ibv-section-head p {
    font-size: 16px;
  }

  .ibv-bottom-content .ibv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ibv-bottom-content .ibv-card {
    padding: 26px;
  }

  .ibv-bottom-content .ibv-card h3,
  .ibv-bottom-content .ibv-step-card h3 {
    font-size: 20px;
  }

  .ibv-bottom-content .ibv-card p,
  .ibv-bottom-content .ibv-step-card p {
    font-size: 15.5px;
  }

  .ibv-bottom-content .ibv-steps {
    gap: 20px;
  }

  .ibv-bottom-content .ibv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ibv-bottom-content .ibv-step-number {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ibv-bottom-content .ibv-section {
    padding: 78px 0;
  }

  .ibv-bottom-content .ibv-container {
    padding: 0 30px;
  }

  .ibv-bottom-content .ibv-section-head {
    margin-bottom: 42px;
  }

  .ibv-bottom-content .ibv-section-head h2 {
    font-size: 38px;
  }

  .ibv-bottom-content .ibv-section-head p {
    font-size: 17px;
  }

  .ibv-bottom-content .ibv-grid-three,
  .ibv-bottom-content .ibv-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .ibv-bottom-content .ibv-card {
    padding: 28px;
  }

  .ibv-bottom-content .ibv-card h3,
  .ibv-bottom-content .ibv-step-card h3 {
    font-size: 21px;
  }

  .ibv-bottom-content .ibv-card p,
  .ibv-bottom-content .ibv-step-card p {
    font-size: 16px;
  }

  .ibv-bottom-content .ibv-steps {
    gap: 22px;
  }

  .ibv-bottom-content .ibv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .ibv-bottom-content .ibv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }
}

@media (min-width: 1024px) {
  .ibv-bottom-content .ibv-section {
    padding: 92px 0;
  }

  .ibv-bottom-content .ibv-container {
    padding: 0 34px;
  }

  .ibv-bottom-content .ibv-section-head {
    margin-bottom: 48px;
  }

  .ibv-bottom-content .ibv-section-head h2 {
    font-size: 44px;
  }

  .ibv-bottom-content .ibv-section-head p {
    font-size: 18px;
  }

  .ibv-bottom-content .ibv-grid-three,
  .ibv-bottom-content .ibv-grid-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ibv-bottom-content .ibv-card {
    padding: 30px;
  }

  .ibv-bottom-content .ibv-card h3,
  .ibv-bottom-content .ibv-step-card h3 {
    font-size: 22px;
  }

  .ibv-bottom-content .ibv-card p,
  .ibv-bottom-content .ibv-step-card p {
    font-size: 16px;
  }

  .ibv-bottom-content .ibv-steps {
    gap: 22px;
  }

  .ibv-bottom-content .ibv-step-card {
    gap: 28px;
    padding: 32px 34px;
  }

  .ibv-bottom-content .ibv-step-number {
    width: 74px;
    height: 74px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ibv-bottom-content .ibv-reveal,
  .ibv-bottom-content .ibv-card,
  .ibv-bottom-content .ibv-step-card,
  .ibv-bottom-content .ibv-icon,
  .ibv-bottom-content .ibv-card::before,
  .ibv-bottom-content .ibv-step-card::before {
    transition: none;
  }

  .ibv-bottom-content .ibv-reveal {
    opacity: 1;
    transform: none;
  }
}