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

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

.svx-highlight-content .svx-section {
  position: relative;
}

.svx-highlight-content .svx-section-white {
  background: #ffffff;
}

.svx-highlight-content .svx-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 252, 0, 0.18), transparent 26%),
    radial-gradient(circle at 90% 20%, rgba(0, 204, 255, 0.12), transparent 28%),
    #f8fafc;
}

.svx-highlight-content .svx-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.svx-highlight-content .svx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 214, 0, 0.44);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 204, 255, 0.12));
  color: #394150;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.svx-highlight-content .svx-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc00, #00c2ff);
  box-shadow: 0 0 0 5px rgba(255, 252, 0, 0.16);
}

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

.svx-highlight-content .svx-section-head p {
  margin: 16px auto 0;
  color: #5f6b7a;
  line-height: 1.75;
}

.svx-highlight-content .svx-card-grid {
  display: grid;
  align-items: stretch;
}

.svx-highlight-content .svx-info-card,
.svx-highlight-content .svx-use-card,
.svx-highlight-content .svx-trust-card,
.svx-highlight-content .svx-step-card {
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.svx-highlight-content .svx-info-card,
.svx-highlight-content .svx-use-card,
.svx-highlight-content .svx-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.svx-highlight-content .svx-info-card::after,
.svx-highlight-content .svx-use-card::after,
.svx-highlight-content .svx-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.18), transparent 42%, rgba(0, 194, 255, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}

.svx-highlight-content .svx-info-card:hover,
.svx-highlight-content .svx-use-card:hover,
.svx-highlight-content .svx-trust-card:hover,
.svx-highlight-content .svx-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 214, 0, 0.42);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.svx-highlight-content .svx-info-card:hover::after,
.svx-highlight-content .svx-use-card:hover::after,
.svx-highlight-content .svx-trust-card:hover::after {
  opacity: 1;
}

.svx-highlight-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #152033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.svx-highlight-content article p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #647184;
  line-height: 1.7;
}

.svx-highlight-content .svx-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00, #00c2ff);
  box-shadow: 0 14px 28px rgba(0, 194, 255, 0.18);
}

.svx-highlight-content .svx-icon::before,
.svx-highlight-content .svx-icon::after {
  content: "";
  position: absolute;
  background: #142033;
}

.svx-highlight-content .svx-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #142033;
}

.svx-highlight-content .svx-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 21px;
  border-radius: 50%;
}

.svx-highlight-content .svx-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #142033;
  border-radius: 50%;
  background: transparent;
}

.svx-highlight-content .svx-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.svx-highlight-content .svx-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #142033;
  border-radius: 6px;
  background: transparent;
}

.svx-highlight-content .svx-icon-preview::after {
  width: 14px;
  height: 3px;
  left: 16px;
  top: 24px;
  border-radius: 999px;
}

.svx-highlight-content .svx-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 13px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #142033, 0 16px 0 #142033;
}

.svx-highlight-content .svx-icon-steps::after {
  width: 15px;
  height: 3px;
  left: 23px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #142033, 0 16px 0 #142033;
}

.svx-highlight-content .svx-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #142033;
  border-radius: 6px;
  background: transparent;
}

.svx-highlight-content .svx-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
}

.svx-highlight-content .svx-icon-daily::before {
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border: 2px solid #142033;
  border-radius: 8px;
  background: transparent;
}

.svx-highlight-content .svx-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  box-shadow: 0 6px 0 #142033;
}

.svx-highlight-content .svx-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.svx-highlight-content .svx-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 252, 0, 0.12), rgba(255, 255, 255, 0.96) 38%, rgba(0, 194, 255, 0.1)),
    #ffffff;
}

.svx-highlight-content .svx-step-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 214, 0, 0.55), rgba(0, 194, 255, 0.45), transparent);
}

.svx-highlight-content .svx-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #111827;
  color: #fffc00;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.2);
}

.svx-highlight-content .svx-step-copy {
  min-width: 0;
}

.svx-highlight-content .svx-mini-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc00, #00c2ff);
  box-shadow: 0 0 0 8px rgba(255, 252, 0, 0.16);
}

.svx-highlight-content .svx-badge {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 252, 0, 0.2);
  color: #263243;
  font-size: 12px;
  font-weight: 850;
}

.svx-highlight-content .svx-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.svx-highlight-content .svx-reveal.svx-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

  .svx-highlight-content .svx-container {
    padding: 0 14px;
  }

  .svx-highlight-content h2 {
    font-size: 27px;
  }

  .svx-highlight-content .svx-section-head p {
    font-size: 15px;
  }

  .svx-highlight-content .svx-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .svx-highlight-content .svx-info-card,
  .svx-highlight-content .svx-use-card,
  .svx-highlight-content .svx-trust-card {
    padding: 22px;
  }

  .svx-highlight-content h3 {
    font-size: 18px;
  }

  .svx-highlight-content article p {
    font-size: 14px;
  }

  .svx-highlight-content .svx-step-list {
    gap: 16px;
    margin-top: 30px;
  }

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

  .svx-highlight-content .svx-step-card::before {
    display: none;
  }

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

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

  .svx-highlight-content .svx-container {
    padding: 0 18px;
  }

  .svx-highlight-content h2 {
    font-size: 30px;
  }

  .svx-highlight-content .svx-section-head p {
    font-size: 15.5px;
  }

  .svx-highlight-content .svx-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .svx-highlight-content .svx-info-card,
  .svx-highlight-content .svx-use-card,
  .svx-highlight-content .svx-trust-card {
    padding: 24px;
  }

  .svx-highlight-content h3 {
    font-size: 18.5px;
  }

  .svx-highlight-content article p {
    font-size: 14.5px;
  }

  .svx-highlight-content .svx-step-list {
    gap: 18px;
    margin-top: 34px;
  }

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

  .svx-highlight-content .svx-step-card::before {
    display: none;
  }

  .svx-highlight-content .svx-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

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

  .svx-highlight-content .svx-container {
    padding: 0 22px;
  }

  .svx-highlight-content h2 {
    font-size: 34px;
  }

  .svx-highlight-content .svx-section-head p {
    font-size: 16px;
  }

  .svx-highlight-content .svx-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .svx-highlight-content .svx-info-card,
  .svx-highlight-content .svx-use-card,
  .svx-highlight-content .svx-trust-card {
    padding: 26px;
  }

  .svx-highlight-content h3 {
    font-size: 19px;
  }

  .svx-highlight-content article p {
    font-size: 15px;
  }

  .svx-highlight-content .svx-step-list {
    gap: 20px;
    margin-top: 38px;
  }

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

  .svx-highlight-content .svx-step-card::before {
    display: none;
  }

  .svx-highlight-content .svx-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

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

  .svx-highlight-content .svx-container {
    padding: 0 32px;
  }

  .svx-highlight-content h2 {
    font-size: 40px;
  }

  .svx-highlight-content .svx-section-head p {
    font-size: 17px;
  }

  .svx-highlight-content .svx-grid-six,
  .svx-highlight-content .svx-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svx-highlight-content .svx-card-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .svx-highlight-content .svx-info-card,
  .svx-highlight-content .svx-use-card,
  .svx-highlight-content .svx-trust-card {
    padding: 28px;
  }

  .svx-highlight-content h3 {
    font-size: 20px;
  }

  .svx-highlight-content article p {
    font-size: 15.5px;
  }

  .svx-highlight-content .svx-step-list {
    gap: 22px;
    margin-top: 44px;
  }

  .svx-highlight-content .svx-step-card {
    gap: 24px;
    padding: 30px;
  }

  .svx-highlight-content .svx-step-number {
    font-size: 20px;
  }
}

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

  .svx-highlight-content .svx-container {
    padding: 0 32px;
  }

  .svx-highlight-content h2 {
    font-size: 46px;
  }

  .svx-highlight-content .svx-section-head p {
    font-size: 18px;
  }

  .svx-highlight-content .svx-grid-six,
  .svx-highlight-content .svx-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .svx-highlight-content .svx-card-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .svx-highlight-content .svx-info-card,
  .svx-highlight-content .svx-use-card,
  .svx-highlight-content .svx-trust-card {
    padding: 30px;
  }

  .svx-highlight-content h3 {
    font-size: 21px;
  }

  .svx-highlight-content article p {
    font-size: 16px;
  }

  .svx-highlight-content .svx-step-list {
    gap: 24px;
    margin-top: 50px;
  }

  .svx-highlight-content .svx-step-card {
    gap: 28px;
    padding: 32px;
  }

  .svx-highlight-content .svx-step-number {
    font-size: 21px;
  }
}