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

.faviewer-editorial {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #152033;
  background: #ffffff;
}

.faviewer-editorial .faviewer-section {
  position: relative;
  overflow: hidden;
}

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

.faviewer-editorial .faviewer-section-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}

.faviewer-editorial .faviewer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.faviewer-editorial .faviewer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(34, 120, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 120, 255, 0.1), rgba(0, 198, 167, 0.1));
  color: #1756b8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.faviewer-editorial .faviewer-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2278ff, #00c6a7);
  box-shadow: 0 0 0 5px rgba(34, 120, 255, 0.1);
}

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

.faviewer-editorial .faviewer-heading p {
  margin: 16px auto 0;
  color: #5a667a;
  line-height: 1.7;
  font-weight: 450;
}

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

.faviewer-editorial .faviewer-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(30, 65, 115, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.faviewer-editorial .faviewer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(34, 120, 255, 0.12), rgba(0, 198, 167, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}

.faviewer-editorial .faviewer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 120, 255, 0.25);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

.faviewer-editorial .faviewer-card:hover::after {
  opacity: 1;
}

.faviewer-editorial .faviewer-card h3,
.faviewer-editorial .faviewer-step h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.faviewer-editorial .faviewer-card p,
.faviewer-editorial .faviewer-step p {
  margin: 11px 0 0;
  color: #667085;
  line-height: 1.68;
  font-weight: 430;
}

.faviewer-editorial .faviewer-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2278ff, #00c6a7);
  box-shadow: 0 14px 28px rgba(34, 120, 255, 0.22);
  position: relative;
  transition: transform 260ms ease;
}

.faviewer-editorial .faviewer-card:hover .faviewer-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.faviewer-editorial .faviewer-icon::before,
.faviewer-editorial .faviewer-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faviewer-editorial .faviewer-icon-eye::before {
  width: 24px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.faviewer-editorial .faviewer-icon-eye::after {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.faviewer-editorial .faviewer-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(58% 0, 12% 55%, 48% 55%, 35% 100%, 90% 42%, 55% 42%);
}

.faviewer-editorial .faviewer-icon-window::before {
  width: 24px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.faviewer-editorial .faviewer-icon-window::after {
  width: 16px;
  height: 2px;
  background: #ffffff;
  top: 43%;
}

.faviewer-editorial .faviewer-icon-steps::before {
  width: 22px;
  height: 18px;
  background: repeating-linear-gradient(to bottom, #ffffff 0 3px, transparent 3px 7px);
}

.faviewer-editorial .faviewer-icon-mobile::before {
  width: 15px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.faviewer-editorial .faviewer-icon-mobile::after {
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  top: 69%;
}

.faviewer-editorial .faviewer-icon-calendar::before {
  width: 23px;
  height: 21px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.faviewer-editorial .faviewer-icon-calendar::after {
  width: 17px;
  height: 2px;
  background: #ffffff;
  top: 43%;
}

.faviewer-editorial .faviewer-steps {
  display: grid;
}

.faviewer-editorial .faviewer-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(34, 120, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.faviewer-editorial .faviewer-step:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 198, 167, 0.28);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}

.faviewer-editorial .faviewer-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #2278ff, #00c6a7);
  box-shadow: 0 14px 30px rgba(34, 120, 255, 0.22);
}

.faviewer-editorial .faviewer-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}

.faviewer-editorial .faviewer-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2278ff, #00c6a7);
  box-shadow: 0 0 0 8px rgba(34, 120, 255, 0.08);
}

.faviewer-editorial .faviewer-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 198, 167, 0.1);
  color: #087f72;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.faviewer-editorial .faviewer-trust-card {
  background: #ffffff;
}

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

.faviewer-editorial .faviewer-reveal.faviewer-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

  .faviewer-editorial .faviewer-container {
    padding: 0 14px;
  }

  .faviewer-editorial h2 {
    font-size: 27px;
  }

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

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

  .faviewer-editorial .faviewer-card {
    padding: 22px;
  }

  .faviewer-editorial .faviewer-card h3,
  .faviewer-editorial .faviewer-step h3 {
    font-size: 18px;
  }

  .faviewer-editorial .faviewer-card p,
  .faviewer-editorial .faviewer-step p {
    font-size: 14px;
  }

  .faviewer-editorial .faviewer-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .faviewer-editorial .faviewer-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

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

  .faviewer-editorial h2 {
    font-size: 30px;
  }

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

  .faviewer-editorial .faviewer-grid,
  .faviewer-editorial .faviewer-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .faviewer-editorial .faviewer-card {
    padding: 24px;
  }

  .faviewer-editorial .faviewer-card h3,
  .faviewer-editorial .faviewer-step h3 {
    font-size: 18.5px;
  }

  .faviewer-editorial .faviewer-card p,
  .faviewer-editorial .faviewer-step p {
    font-size: 14.5px;
  }

  .faviewer-editorial .faviewer-step {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

  .faviewer-editorial .faviewer-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

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

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

  .faviewer-editorial h2 {
    font-size: 34px;
  }

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

  .faviewer-editorial .faviewer-grid,
  .faviewer-editorial .faviewer-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .faviewer-editorial .faviewer-card {
    padding: 26px;
  }

  .faviewer-editorial .faviewer-card h3,
  .faviewer-editorial .faviewer-step h3 {
    font-size: 19px;
  }

  .faviewer-editorial .faviewer-card p,
  .faviewer-editorial .faviewer-step p {
    font-size: 15px;
  }

  .faviewer-editorial .faviewer-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .faviewer-editorial .faviewer-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

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

  .faviewer-editorial .faviewer-container {
    padding: 0 30px;
  }

  .faviewer-editorial h2 {
    font-size: 42px;
  }

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

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

  .faviewer-editorial .faviewer-card {
    padding: 28px;
  }

  .faviewer-editorial .faviewer-card h3,
  .faviewer-editorial .faviewer-step h3 {
    font-size: 20px;
  }

  .faviewer-editorial .faviewer-card p,
  .faviewer-editorial .faviewer-step p {
    font-size: 15.5px;
  }

  .faviewer-editorial .faviewer-steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }

  .faviewer-editorial .faviewer-step {
    gap: 24px;
    padding: 30px;
  }

  .faviewer-editorial .faviewer-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }
}

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

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

  .faviewer-editorial h2 {
    font-size: 48px;
  }

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

  .faviewer-editorial .faviewer-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }

  .faviewer-editorial .faviewer-card {
    padding: 30px;
  }

  .faviewer-editorial .faviewer-card h3,
  .faviewer-editorial .faviewer-step h3 {
    font-size: 21px;
  }

  .faviewer-editorial .faviewer-card p,
  .faviewer-editorial .faviewer-step p {
    font-size: 15.8px;
  }

  .faviewer-editorial .faviewer-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
  }

  .faviewer-editorial .faviewer-step {
    gap: 28px;
    padding: 34px 38px;
  }

  .faviewer-editorial .faviewer-step-number {
    width: 72px;
    height: 72px;
    font-size: 19px;
  }
}