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

.bigv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.bigv-content-wrap .bigv-section {
  position: relative;
  overflow: hidden;
}

.bigv-content-wrap .bigv-section-white {
  background: #ffffff;
}

.bigv-content-wrap .bigv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}

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

.bigv-content-wrap .bigv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bigv-content-wrap .bigv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(222, 51, 122, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(222, 51, 122, 0.09), rgba(255, 134, 74, 0.09));
  color: #a81758;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.bigv-content-wrap .bigv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #de337a, #ff864a);
  box-shadow: 0 0 0 5px rgba(222, 51, 122, 0.11);
}

.bigv-content-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.bigv-content-wrap .bigv-heading p {
  margin: 14px auto 0;
  color: #5a6577;
  line-height: 1.75;
}

.bigv-content-wrap .bigv-grid {
  display: grid;
  align-items: stretch;
}

.bigv-content-wrap .bigv-card,
.bigv-content-wrap .bigv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.bigv-content-wrap .bigv-card::after,
.bigv-content-wrap .bigv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(222, 51, 122, 0.14), rgba(255, 134, 74, 0.11));
  opacity: 0;
  transition: opacity 260ms ease;
}

.bigv-content-wrap .bigv-card:hover,
.bigv-content-wrap .bigv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(222, 51, 122, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.11);
}

.bigv-content-wrap .bigv-card:hover::after,
.bigv-content-wrap .bigv-trust-card:hover::after {
  opacity: 1;
}

.bigv-content-wrap .bigv-card h3,
.bigv-content-wrap .bigv-trust-card h3,
.bigv-content-wrap .bigv-step-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.bigv-content-wrap .bigv-card p,
.bigv-content-wrap .bigv-trust-card p,
.bigv-content-wrap .bigv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.7;
}

.bigv-content-wrap .bigv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #de337a, #ff864a);
  box-shadow: 0 14px 28px rgba(222, 51, 122, 0.22);
  transition: transform 260ms ease;
}

.bigv-content-wrap .bigv-card:hover .bigv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.bigv-content-wrap .bigv-icon::before,
.bigv-content-wrap .bigv-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.bigv-content-wrap .bigv-icon-lens::before {
  width: 18px;
  height: 18px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.bigv-content-wrap .bigv-icon-lens::after {
  width: 12px;
  height: 3px;
  right: 10px;
  bottom: 13px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(45deg);
}

.bigv-content-wrap .bigv-icon-bolt::before {
  left: 17px;
  top: 9px;
  width: 13px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(55% 0, 10% 48%, 48% 48%, 33% 100%, 91% 38%, 55% 38%);
}

.bigv-content-wrap .bigv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.bigv-content-wrap .bigv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
}

.bigv-content-wrap .bigv-icon-path::before {
  left: 12px;
  right: 12px;
  top: 21px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.bigv-content-wrap .bigv-icon-path::after {
  right: 12px;
  top: 15px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}

.bigv-content-wrap .bigv-icon-phone::before {
  left: 15px;
  top: 8px;
  width: 17px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.bigv-content-wrap .bigv-icon-phone::after {
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}

.bigv-content-wrap .bigv-icon-daily::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.bigv-content-wrap .bigv-icon-daily::after {
  left: 17px;
  top: 9px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.bigv-content-wrap .bigv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.bigv-content-wrap .bigv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.bigv-content-wrap .bigv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #de337a, #ff864a);
}

.bigv-content-wrap .bigv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(222, 51, 122, 0.22);
  box-shadow: 0 24px 64px rgba(23, 32, 51, 0.11);
}

.bigv-content-wrap .bigv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #de337a, #ff864a);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(222, 51, 122, 0.22);
}

.bigv-content-wrap .bigv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(222, 51, 122, 0.09);
  color: #a81758;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.bigv-content-wrap .bigv-trust-card {
  background:
    radial-gradient(circle at top right, rgba(255, 134, 74, 0.12), transparent 34%),
    #ffffff;
}

.bigv-content-wrap .bigv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(222, 51, 122, 0.12), rgba(255, 134, 74, 0.14));
  border: 1px solid rgba(222, 51, 122, 0.18);
}

.bigv-content-wrap .bigv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #de337a;
  border-bottom: 3px solid #de337a;
  transform: rotate(42deg);
}

.bigv-content-wrap .bigv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

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

  .bigv-content-wrap .bigv-container {
    padding: 0 16px;
  }

  .bigv-content-wrap h2 {
    font-size: 27px;
  }

  .bigv-content-wrap .bigv-heading p {
    font-size: 15px;
  }

  .bigv-content-wrap .bigv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .bigv-content-wrap .bigv-card,
  .bigv-content-wrap .bigv-trust-card {
    padding: 22px;
  }

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

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

  .bigv-content-wrap .bigv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

  .bigv-content-wrap .bigv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

  .bigv-content-wrap .bigv-container {
    padding: 0 18px;
  }

  .bigv-content-wrap h2 {
    font-size: 30px;
  }

  .bigv-content-wrap .bigv-heading p {
    font-size: 15.5px;
  }

  .bigv-content-wrap .bigv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .bigv-content-wrap .bigv-card,
  .bigv-content-wrap .bigv-trust-card {
    padding: 24px;
  }

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

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

  .bigv-content-wrap .bigv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

  .bigv-content-wrap .bigv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .bigv-content-wrap .bigv-section {
    padding: 68px 0;
  }

  .bigv-content-wrap .bigv-container {
    padding: 0 22px;
  }

  .bigv-content-wrap h2 {
    font-size: 34px;
  }

  .bigv-content-wrap .bigv-heading p {
    font-size: 16px;
  }

  .bigv-content-wrap .bigv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .bigv-content-wrap .bigv-card,
  .bigv-content-wrap .bigv-trust-card {
    padding: 26px;
  }

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

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

  .bigv-content-wrap .bigv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

  .bigv-content-wrap .bigv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

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

  .bigv-content-wrap .bigv-container {
    padding: 0 32px;
  }

  .bigv-content-wrap h2 {
    font-size: 42px;
  }

  .bigv-content-wrap .bigv-heading p {
    font-size: 17px;
  }

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

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

  .bigv-content-wrap .bigv-card,
  .bigv-content-wrap .bigv-trust-card {
    padding: 28px;
  }

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

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

  .bigv-content-wrap .bigv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .bigv-content-wrap .bigv-step-card {
    gap: 22px;
    padding: 30px;
  }

  .bigv-content-wrap .bigv-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

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

  .bigv-content-wrap .bigv-container {
    padding: 0 28px;
  }

  .bigv-content-wrap h2 {
    font-size: 48px;
  }

  .bigv-content-wrap .bigv-heading p {
    font-size: 18px;
  }

  .bigv-content-wrap .bigv-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .bigv-content-wrap .bigv-grid-three,
  .bigv-content-wrap .bigv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bigv-content-wrap .bigv-card,
  .bigv-content-wrap .bigv-trust-card {
    padding: 30px;
  }

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

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

  .bigv-content-wrap .bigv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .bigv-content-wrap .bigv-step-card {
    gap: 26px;
    padding: 34px 36px;
  }

  .bigv-content-wrap .bigv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}