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

.sc-highlight-editorial,
.sc-highlight-editorial * {
  box-sizing: border-box;
}

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

.sc-highlight-editorial .sc-highlight-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sc-highlight-editorial .sc-highlight-section-white {
  background: #ffffff;
}

.sc-highlight-editorial .sc-highlight-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 252, 0, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 206, 201, 0.12), transparent 30%),
    #f8fafc;
}

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

.sc-highlight-editorial .sc-highlight-heading {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.sc-highlight-editorial .sc-highlight-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 206, 201, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.24), rgba(0, 206, 201, 0.13));
  color: #24515f;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}

.sc-highlight-editorial .sc-highlight-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00, #00cec9);
  box-shadow: 0 0 0 5px rgba(0, 206, 201, 0.1);
}

.sc-highlight-editorial h2,
.sc-highlight-editorial h3,
.sc-highlight-editorial p {
  margin-top: 0;
}

.sc-highlight-editorial h2 {
  margin-bottom: 14px;
  color: #121827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.sc-highlight-editorial .sc-highlight-heading p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5f6b7a;
  line-height: 1.75;
}

.sc-highlight-editorial .sc-highlight-grid {
  display: grid;
  align-items: stretch;
}

.sc-highlight-editorial .sc-highlight-card,
.sc-highlight-editorial .sc-highlight-trust-card,
.sc-highlight-editorial .sc-highlight-step {
  position: relative;
  border: 1px solid rgba(18, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.sc-highlight-editorial .sc-highlight-card {
  min-height: 100%;
  border-radius: 24px;
}

.sc-highlight-editorial .sc-highlight-card::after,
.sc-highlight-editorial .sc-highlight-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.16), rgba(0, 206, 201, 0.12));
  transition: opacity 220ms ease;
}

.sc-highlight-editorial .sc-highlight-card:hover,
.sc-highlight-editorial .sc-highlight-trust-card:hover,
.sc-highlight-editorial .sc-highlight-step:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 206, 201, 0.28);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

.sc-highlight-editorial .sc-highlight-card:hover::after,
.sc-highlight-editorial .sc-highlight-trust-card:hover::after {
  opacity: 1;
}

.sc-highlight-editorial .sc-highlight-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00, #00cec9);
  box-shadow: 0 14px 28px rgba(0, 206, 201, 0.18);
}

.sc-highlight-editorial .sc-highlight-icon::before,
.sc-highlight-editorial .sc-highlight-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.sc-highlight-editorial .sc-highlight-card:hover .sc-highlight-icon::before,
.sc-highlight-editorial .sc-highlight-card:hover .sc-highlight-icon::after {
  transform: translateY(-2px);
}

.sc-highlight-editorial .sc-icon-view::before {
  width: 20px;
  height: 14px;
  top: 16px;
  left: 13px;
  border: 2px solid #102033;
  border-radius: 50%;
}

.sc-highlight-editorial .sc-icon-view::after {
  width: 7px;
  height: 7px;
  top: 19px;
  left: 20px;
  border-radius: 50%;
  background: #102033;
}

.sc-highlight-editorial .sc-icon-speed::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #102033;
  border-top-color: transparent;
  border-radius: 50%;
}

.sc-highlight-editorial .sc-icon-speed::after {
  width: 12px;
  height: 2px;
  top: 22px;
  left: 23px;
  background: #102033;
  transform-origin: left center;
  transform: rotate(-28deg);
}

.sc-highlight-editorial .sc-icon-preview::before {
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border: 2px solid #102033;
  border-radius: 7px;
}

.sc-highlight-editorial .sc-icon-preview::after {
  width: 10px;
  height: 2px;
  top: 23px;
  left: 18px;
  background: #102033;
  box-shadow: 0 5px 0 #102033;
}

.sc-highlight-editorial .sc-icon-steps::before {
  width: 6px;
  height: 6px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: #102033;
  box-shadow: 0 10px 0 #102033, 0 20px 0 #102033;
}

.sc-highlight-editorial .sc-icon-steps::after {
  width: 15px;
  height: 2px;
  top: 15px;
  left: 24px;
  background: #102033;
  box-shadow: 0 10px 0 #102033, 0 20px 0 #102033;
}

.sc-highlight-editorial .sc-icon-mobile::before {
  width: 18px;
  height: 26px;
  top: 10px;
  left: 14px;
  border: 2px solid #102033;
  border-radius: 8px;
}

.sc-highlight-editorial .sc-icon-mobile::after {
  width: 5px;
  height: 5px;
  top: 29px;
  left: 21px;
  border-radius: 50%;
  background: #102033;
}

.sc-highlight-editorial .sc-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #102033;
  border-radius: 9px;
}

.sc-highlight-editorial .sc-icon-daily::after {
  width: 12px;
  height: 8px;
  top: 19px;
  left: 17px;
  border-right: 2px solid #102033;
  border-bottom: 2px solid #102033;
  transform: rotate(42deg);
}

.sc-highlight-editorial .sc-highlight-card h3,
.sc-highlight-editorial .sc-highlight-step h3,
.sc-highlight-editorial .sc-highlight-trust-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.sc-highlight-editorial .sc-highlight-card p,
.sc-highlight-editorial .sc-highlight-step p,
.sc-highlight-editorial .sc-highlight-trust-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #637083;
}

.sc-highlight-editorial .sc-highlight-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.sc-highlight-editorial .sc-highlight-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
}

.sc-highlight-editorial .sc-highlight-step::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 252, 0, 0), rgba(0, 206, 201, 0.42), rgba(255, 252, 0, 0));
}

.sc-highlight-editorial .sc-highlight-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #121827, #24515f);
  color: #fffc00;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(18, 24, 39, 0.18);
}

.sc-highlight-editorial .sc-highlight-card-muted {
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.sc-highlight-editorial .sc-highlight-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #00cec9;
  box-shadow: 0 0 0 8px rgba(0, 206, 201, 0.12), 18px 0 0 rgba(255, 252, 0, 0.9);
}

.sc-highlight-editorial .sc-highlight-trust-card {
  min-height: 100%;
  border-radius: 24px;
  background: #ffffff;
}

.sc-highlight-editorial .sc-highlight-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #121827;
  color: #fffc00;
  font-weight: 800;
  line-height: 1;
}

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

.sc-highlight-editorial .sc-reveal.sc-is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .sc-highlight-editorial .sc-highlight-section {
    padding: 48px 0;
  }

  .sc-highlight-editorial .sc-highlight-container {
    padding: 0 16px;
  }

  .sc-highlight-editorial h2 {
    font-size: 26px;
  }

  .sc-highlight-editorial .sc-highlight-heading p {
    font-size: 15px;
  }

  .sc-highlight-editorial .sc-highlight-kicker {
    font-size: 12px;
  }

  .sc-highlight-editorial .sc-highlight-grid,
  .sc-highlight-editorial .sc-highlight-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .sc-highlight-editorial .sc-highlight-card,
  .sc-highlight-editorial .sc-highlight-trust-card {
    padding: 22px;
    border-radius: 20px;
  }

  .sc-highlight-editorial .sc-highlight-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }

  .sc-highlight-editorial .sc-highlight-step::before {
    display: none;
  }

  .sc-highlight-editorial .sc-highlight-card h3,
  .sc-highlight-editorial .sc-highlight-step h3,
  .sc-highlight-editorial .sc-highlight-trust-card h3 {
    font-size: 18px;
  }

  .sc-highlight-editorial .sc-highlight-card p,
  .sc-highlight-editorial .sc-highlight-step p,
  .sc-highlight-editorial .sc-highlight-trust-card p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .sc-highlight-editorial .sc-highlight-section {
    padding: 54px 0;
  }

  .sc-highlight-editorial .sc-highlight-container {
    padding: 0 18px;
  }

  .sc-highlight-editorial h2 {
    font-size: 29px;
  }

  .sc-highlight-editorial .sc-highlight-heading p {
    font-size: 15.5px;
  }

  .sc-highlight-editorial .sc-highlight-kicker {
    font-size: 12.5px;
  }

  .sc-highlight-editorial .sc-highlight-grid,
  .sc-highlight-editorial .sc-highlight-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .sc-highlight-editorial .sc-highlight-card,
  .sc-highlight-editorial .sc-highlight-trust-card {
    padding: 24px;
    border-radius: 22px;
  }

  .sc-highlight-editorial .sc-highlight-step {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 22px;
  }

  .sc-highlight-editorial .sc-highlight-step::before {
    display: none;
  }

  .sc-highlight-editorial .sc-highlight-card h3,
  .sc-highlight-editorial .sc-highlight-step h3,
  .sc-highlight-editorial .sc-highlight-trust-card h3 {
    font-size: 19px;
  }

  .sc-highlight-editorial .sc-highlight-card p,
  .sc-highlight-editorial .sc-highlight-step p,
  .sc-highlight-editorial .sc-highlight-trust-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .sc-highlight-editorial .sc-highlight-section {
    padding: 62px 0;
  }

  .sc-highlight-editorial .sc-highlight-container {
    padding: 0 22px;
  }

  .sc-highlight-editorial h2 {
    font-size: 33px;
  }

  .sc-highlight-editorial .sc-highlight-heading p {
    font-size: 16px;
  }

  .sc-highlight-editorial .sc-highlight-kicker {
    font-size: 13px;
  }

  .sc-highlight-editorial .sc-highlight-grid,
  .sc-highlight-editorial .sc-highlight-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .sc-highlight-editorial .sc-highlight-card,
  .sc-highlight-editorial .sc-highlight-trust-card {
    padding: 28px;
  }

  .sc-highlight-editorial .sc-highlight-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .sc-highlight-editorial .sc-highlight-step::before {
    display: none;
  }

  .sc-highlight-editorial .sc-highlight-card h3,
  .sc-highlight-editorial .sc-highlight-step h3,
  .sc-highlight-editorial .sc-highlight-trust-card h3 {
    font-size: 20px;
  }

  .sc-highlight-editorial .sc-highlight-card p,
  .sc-highlight-editorial .sc-highlight-step p,
  .sc-highlight-editorial .sc-highlight-trust-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sc-highlight-editorial .sc-highlight-section {
    padding: 76px 0;
  }

  .sc-highlight-editorial .sc-highlight-container {
    padding: 0 32px;
  }

  .sc-highlight-editorial h2 {
    font-size: 40px;
  }

  .sc-highlight-editorial .sc-highlight-heading p {
    font-size: 17px;
  }

  .sc-highlight-editorial .sc-highlight-kicker {
    font-size: 13px;
  }

  .sc-highlight-editorial .sc-highlight-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .sc-highlight-editorial .sc-highlight-grid-three,
  .sc-highlight-editorial .sc-highlight-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-highlight-editorial .sc-highlight-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .sc-highlight-editorial .sc-highlight-card,
  .sc-highlight-editorial .sc-highlight-trust-card {
    padding: 30px;
  }

  .sc-highlight-editorial .sc-highlight-step {
    gap: 24px;
    padding: 28px;
  }

  .sc-highlight-editorial .sc-highlight-card h3,
  .sc-highlight-editorial .sc-highlight-step h3,
  .sc-highlight-editorial .sc-highlight-trust-card h3 {
    font-size: 21px;
  }

  .sc-highlight-editorial .sc-highlight-card p,
  .sc-highlight-editorial .sc-highlight-step p,
  .sc-highlight-editorial .sc-highlight-trust-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .sc-highlight-editorial .sc-highlight-section {
    padding: 94px 0;
  }

  .sc-highlight-editorial .sc-highlight-container {
    padding: 0 32px;
  }

  .sc-highlight-editorial h2 {
    font-size: 46px;
  }

  .sc-highlight-editorial .sc-highlight-heading p {
    font-size: 18px;
  }

  .sc-highlight-editorial .sc-highlight-kicker {
    font-size: 13px;
  }

  .sc-highlight-editorial .sc-highlight-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .sc-highlight-editorial .sc-highlight-grid-three,
  .sc-highlight-editorial .sc-highlight-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sc-highlight-editorial .sc-highlight-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .sc-highlight-editorial .sc-highlight-card,
  .sc-highlight-editorial .sc-highlight-trust-card {
    padding: 32px;
  }

  .sc-highlight-editorial .sc-highlight-step {
    gap: 28px;
    padding: 30px 34px;
  }

  .sc-highlight-editorial .sc-highlight-card h3,
  .sc-highlight-editorial .sc-highlight-step h3,
  .sc-highlight-editorial .sc-highlight-trust-card h3 {
    font-size: 22px;
  }

  .sc-highlight-editorial .sc-highlight-card p,
  .sc-highlight-editorial .sc-highlight-step p,
  .sc-highlight-editorial .sc-highlight-trust-card p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-highlight-editorial .sc-reveal,
  .sc-highlight-editorial .sc-reveal.sc-is-visible,
  .sc-highlight-editorial .sc-highlight-card,
  .sc-highlight-editorial .sc-highlight-trust-card,
  .sc-highlight-editorial .sc-highlight-step,
  .sc-highlight-editorial .sc-highlight-card::after,
  .sc-highlight-editorial .sc-highlight-trust-card::after {
    opacity: 1;
    transform: none;
    transition: none;
  }
}