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

.ipsconv-bottom {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.ipsconv-bottom .ipsconv-section {
  position: relative;
}

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

.ipsconv-bottom .ipsconv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}

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

.ipsconv-bottom .ipsconv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ipsconv-bottom .ipsconv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 89, 117, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 89, 117, 0.1), rgba(116, 86, 255, 0.1));
  color: #b72f56;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ipsconv-bottom .ipsconv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f75, #7c5cff);
  box-shadow: 0 0 0 5px rgba(255, 79, 117, 0.12);
}

.ipsconv-bottom h2 {
  margin: 0;
  color: #121826;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.ipsconv-bottom .ipsconv-heading p {
  margin: 16px auto 0;
  color: #5b6475;
  max-width: 720px;
}

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

.ipsconv-bottom .ipsconv-card,
.ipsconv-bottom .ipsconv-benefit-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 38, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ipsconv-bottom .ipsconv-card::after,
.ipsconv-bottom .ipsconv-benefit-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 79, 117, 0.24), rgba(124, 92, 255, 0.2));
  transition: opacity 240ms ease;
  z-index: 0;
}

.ipsconv-bottom .ipsconv-card > *,
.ipsconv-bottom .ipsconv-benefit-card > * {
  position: relative;
  z-index: 1;
}

.ipsconv-bottom .ipsconv-card:hover,
.ipsconv-bottom .ipsconv-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 79, 117, 0.26);
  box-shadow: 0 24px 58px rgba(18, 24, 38, 0.11);
}

.ipsconv-bottom .ipsconv-card:hover::after,
.ipsconv-bottom .ipsconv-benefit-card:hover::after {
  opacity: 1;
}

.ipsconv-bottom .ipsconv-card h3,
.ipsconv-bottom .ipsconv-benefit-card h3,
.ipsconv-bottom .ipsconv-step-card h3 {
  margin: 0;
  color: #151c2c;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

.ipsconv-bottom .ipsconv-card p,
.ipsconv-bottom .ipsconv-benefit-card p,
.ipsconv-bottom .ipsconv-step-card p {
  margin: 10px 0 0;
  color: #5e687a;
}

.ipsconv-bottom .ipsconv-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f75, #7c5cff);
  box-shadow: 0 14px 24px rgba(124, 92, 255, 0.2);
}

.ipsconv-bottom .ipsconv-icon::before,
.ipsconv-bottom .ipsconv-icon::after {
  content: "";
  position: absolute;
}

.ipsconv-bottom .ipsconv-icon {
  position: relative;
}

.ipsconv-bottom .ipsconv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.ipsconv-bottom .ipsconv-icon-crop::before {
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ipsconv-bottom .ipsconv-icon-crop::after {
  width: 21px;
  height: 21px;
  right: 12px;
  bottom: 12px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.ipsconv-bottom .ipsconv-icon-feed::before {
  left: 12px;
  right: 12px;
  top: 13px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ipsconv-bottom .ipsconv-icon-sharp::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.ipsconv-bottom .ipsconv-icon-sharp::after {
  width: 7px;
  height: 2px;
  right: 12px;
  bottom: 14px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(45deg);
}

.ipsconv-bottom .ipsconv-icon-stack::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: 5px -5px 0 rgba(255, 255, 255, 0.55);
}

.ipsconv-bottom .ipsconv-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ipsconv-bottom .ipsconv-icon-speed::after {
  width: 10px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-35deg);
}

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

.ipsconv-bottom .ipsconv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(18, 24, 38, 0.065);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.ipsconv-bottom .ipsconv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #ff4f75, #7c5cff);
}

.ipsconv-bottom .ipsconv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(18, 24, 38, 0.1);
}

.ipsconv-bottom .ipsconv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4f75, #7c5cff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(124, 92, 255, 0.22);
}

.ipsconv-bottom .ipsconv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff1f5;
  color: #bd3157;
  font-size: 12px;
  font-weight: 800;
}

.ipsconv-bottom .ipsconv-card-subtle {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.ipsconv-bottom .ipsconv-benefit-card {
  background: #ffffff;
}

.ipsconv-bottom .ipsconv-benefit-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 117, 0.14), rgba(124, 92, 255, 0.14));
  position: relative;
}

.ipsconv-bottom .ipsconv-benefit-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #e33d68;
  border-bottom: 3px solid #e33d68;
  transform: rotate(-45deg);
}

.ipsconv-bottom [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.ipsconv-bottom [data-reveal].ipsconv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .ipsconv-bottom .ipsconv-container {
    padding: 0 16px;
  }

  .ipsconv-bottom h2 {
    font-size: 27px;
  }

  .ipsconv-bottom .ipsconv-heading p {
    font-size: 15px;
  }

  .ipsconv-bottom .ipsconv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ipsconv-bottom .ipsconv-card,
  .ipsconv-bottom .ipsconv-benefit-card {
    padding: 22px;
  }

  .ipsconv-bottom .ipsconv-card h3,
  .ipsconv-bottom .ipsconv-benefit-card h3,
  .ipsconv-bottom .ipsconv-step-card h3 {
    font-size: 18px;
  }

  .ipsconv-bottom .ipsconv-card p,
  .ipsconv-bottom .ipsconv-benefit-card p,
  .ipsconv-bottom .ipsconv-step-card p {
    font-size: 14px;
  }

  .ipsconv-bottom .ipsconv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

  .ipsconv-bottom .ipsconv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

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

  .ipsconv-bottom h2 {
    font-size: 30px;
  }

  .ipsconv-bottom .ipsconv-heading p {
    font-size: 15.5px;
  }

  .ipsconv-bottom .ipsconv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ipsconv-bottom .ipsconv-card,
  .ipsconv-bottom .ipsconv-benefit-card {
    padding: 24px;
  }

  .ipsconv-bottom .ipsconv-card h3,
  .ipsconv-bottom .ipsconv-benefit-card h3,
  .ipsconv-bottom .ipsconv-step-card h3 {
    font-size: 19px;
  }

  .ipsconv-bottom .ipsconv-card p,
  .ipsconv-bottom .ipsconv-benefit-card p,
  .ipsconv-bottom .ipsconv-step-card p {
    font-size: 14.5px;
  }

  .ipsconv-bottom .ipsconv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

  .ipsconv-bottom h2 {
    font-size: 34px;
  }

  .ipsconv-bottom .ipsconv-heading p {
    font-size: 16px;
  }

  .ipsconv-bottom .ipsconv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ipsconv-bottom .ipsconv-card,
  .ipsconv-bottom .ipsconv-benefit-card {
    padding: 26px;
  }

  .ipsconv-bottom .ipsconv-card h3,
  .ipsconv-bottom .ipsconv-benefit-card h3,
  .ipsconv-bottom .ipsconv-step-card h3 {
    font-size: 20px;
  }

  .ipsconv-bottom .ipsconv-card p,
  .ipsconv-bottom .ipsconv-benefit-card p,
  .ipsconv-bottom .ipsconv-step-card p {
    font-size: 15px;
  }

  .ipsconv-bottom .ipsconv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .ipsconv-bottom .ipsconv-container {
    padding: 0 32px;
  }

  .ipsconv-bottom h2 {
    font-size: 42px;
  }

  .ipsconv-bottom .ipsconv-heading p {
    font-size: 17px;
  }

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

  .ipsconv-bottom .ipsconv-card,
  .ipsconv-bottom .ipsconv-benefit-card {
    padding: 28px;
  }

  .ipsconv-bottom .ipsconv-card h3,
  .ipsconv-bottom .ipsconv-benefit-card h3,
  .ipsconv-bottom .ipsconv-step-card h3 {
    font-size: 21px;
  }

  .ipsconv-bottom .ipsconv-card p,
  .ipsconv-bottom .ipsconv-benefit-card p,
  .ipsconv-bottom .ipsconv-step-card p {
    font-size: 15.5px;
  }

  .ipsconv-bottom .ipsconv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .ipsconv-bottom .ipsconv-step-card {
    padding: 30px 32px;
    gap: 24px;
  }

  .ipsconv-bottom .ipsconv-step-number {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .ipsconv-bottom .ipsconv-section {
    padding: 96px 0;
  }

  .ipsconv-bottom .ipsconv-container {
    padding: 0 32px;
  }

  .ipsconv-bottom h2 {
    font-size: 48px;
  }

  .ipsconv-bottom .ipsconv-heading p {
    font-size: 18px;
  }

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

  .ipsconv-bottom .ipsconv-card,
  .ipsconv-bottom .ipsconv-benefit-card {
    padding: 30px;
  }

  .ipsconv-bottom .ipsconv-card h3,
  .ipsconv-bottom .ipsconv-benefit-card h3,
  .ipsconv-bottom .ipsconv-step-card h3 {
    font-size: 22px;
  }

  .ipsconv-bottom .ipsconv-card p,
  .ipsconv-bottom .ipsconv-benefit-card p,
  .ipsconv-bottom .ipsconv-step-card p {
    font-size: 16px;
  }

  .ipsconv-bottom .ipsconv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .ipsconv-bottom .ipsconv-step-card {
    padding: 34px 38px;
    gap: 28px;
  }

  .ipsconv-bottom .ipsconv-step-number {
    width: 76px;
    height: 76px;
    font-size: 23px;
  }
}