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

.est-ist-editorial,
.est-ist-editorial div,
.est-ist-editorial section,
.est-ist-editorial article,
.est-ist-editorial span,
.est-ist-editorial h2,
.est-ist-editorial h3,
.est-ist-editorial p {
  box-sizing: border-box;
}

.est-ist-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.5;
  --est-ist-accent: #2563eb;
  --est-ist-accent-2: #06b6d4;
  --est-ist-accent-3: #7c3aed;
  --est-ist-text: #182033;
  --est-ist-muted: #5d687c;
  --est-ist-border: rgba(37, 99, 235, 0.14);
  --est-ist-soft: #f7f9fc;
  --est-ist-card: #ffffff;
  --est-ist-shadow: 0 18px 45px rgba(22, 34, 62, 0.09);
  --est-ist-shadow-hover: 0 24px 60px rgba(37, 99, 235, 0.16);
}

.est-ist-editorial__section {
  position: relative;
  width: 100%;
}

.est-ist-editorial__section--white {
  background: #ffffff;
}

.est-ist-editorial__section--soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(6, 182, 212, 0.08), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(124, 58, 237, 0.07), transparent 30%),
    #f7f9fc;
}

.est-ist-editorial__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.est-ist-editorial__header {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.est-ist-editorial__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(6, 182, 212, 0.08));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.est-ist-editorial h2 {
  margin: 0;
  color: var(--est-ist-text);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}

.est-ist-editorial__header p {
  margin: 16px auto 0;
  color: var(--est-ist-muted);
  font-weight: 450;
  line-height: 1.72;
}

.est-ist-editorial__grid {
  display: grid;
  width: 100%;
  align-items: stretch;
}

.est-ist-editorial__card,
.est-ist-editorial__benefit {
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.08);
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(6, 182, 212, 0.12), rgba(124, 58, 237, 0.18)) border-box;
  box-shadow: var(--est-ist-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.est-ist-editorial__card {
  border-radius: 22px;
}

.est-ist-editorial__card::before,
.est-ist-editorial__benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.05));
  transition: opacity 240ms ease;
}

.est-ist-editorial__card:hover,
.est-ist-editorial__benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: var(--est-ist-shadow-hover);
}

.est-ist-editorial__card:hover::before,
.est-ist-editorial__benefit:hover::before {
  opacity: 1;
}

.est-ist-editorial__icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--est-ist-accent), var(--est-ist-accent-2));
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
  transition: transform 240ms ease;
}

.est-ist-editorial__card:hover .est-ist-editorial__icon {
  transform: translateY(-2px) rotate(-2deg);
}

.est-ist-editorial__icon::before,
.est-ist-editorial__icon::after {
  content: "";
  position: absolute;
  display: block;
}

.est-ist-editorial__icon--clock::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.est-ist-editorial__icon--clock::after {
  width: 10px;
  height: 8px;
  left: 24px;
  top: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.est-ist-editorial__icon--calendar::before {
  left: 12px;
  right: 12px;
  top: 14px;
  bottom: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.est-ist-editorial__icon--calendar::after {
  left: 15px;
  right: 15px;
  top: 21px;
  height: 2px;
  background: #ffffff;
}

.est-ist-editorial__icon--sync::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.est-ist-editorial__icon--sync::after {
  right: 12px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.est-ist-editorial__icon--briefcase::before {
  left: 11px;
  right: 11px;
  top: 17px;
  bottom: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.est-ist-editorial__icon--briefcase::after {
  left: 19px;
  top: 12px;
  width: 10px;
  height: 7px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.est-ist-editorial__icon--bolt::before {
  left: 19px;
  top: 10px;
  width: 12px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(55% 0, 18% 48%, 50% 48%, 35% 100%, 85% 38%, 54% 38%);
}

.est-ist-editorial__icon--globe::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.est-ist-editorial__icon--globe::after {
  left: 23px;
  top: 12px;
  width: 2px;
  height: 24px;
  background: #ffffff;
  box-shadow: -9px 11px 0 -8px #ffffff, 9px 11px 0 -8px #ffffff;
}

.est-ist-editorial h3 {
  position: relative;
  margin: 0;
  color: var(--est-ist-text);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}

.est-ist-editorial__card p,
.est-ist-editorial__benefit p,
.est-ist-editorial__step p {
  position: relative;
  margin: 11px 0 0;
  color: var(--est-ist-muted);
  line-height: 1.68;
  font-weight: 430;
}

.est-ist-editorial__steps {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.est-ist-editorial__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--est-ist-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.est-ist-editorial__step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--est-ist-accent), var(--est-ist-accent-2), var(--est-ist-accent-3));
}

.est-ist-editorial__step:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: var(--est-ist-shadow-hover);
}

.est-ist-editorial__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--est-ist-accent), var(--est-ist-accent-2));
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.2);
}

.est-ist-editorial__card--use {
  background:
    linear-gradient(180deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.12)) border-box;
}

.est-ist-editorial__badge {
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.est-ist-editorial__benefit {
  overflow: hidden;
  border-radius: 22px;
}

.est-ist-editorial__benefit-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--est-ist-accent-2), var(--est-ist-accent-3));
  box-shadow: 0 14px 28px rgba(6, 182, 212, 0.18);
}

.est-ist-editorial__benefit-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(40deg);
}

.est-ist-editorial__reveal {
  opacity: 0;
  transform: translateY(18px);
}

.est-ist-editorial__reveal.est-ist-editorial__is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .est-ist-editorial__section {
    padding: 46px 0;
  }

  .est-ist-editorial__container {
    padding: 0 14px;
  }

  .est-ist-editorial h2 {
    font-size: 26px;
  }

  .est-ist-editorial__header p {
    font-size: 15px;
  }

  .est-ist-editorial__grid,
  .est-ist-editorial__steps {
    gap: 16px;
    margin-top: 30px;
  }

  .est-ist-editorial__grid--three,
  .est-ist-editorial__grid--benefits {
    grid-template-columns: 1fr;
  }

  .est-ist-editorial__card,
  .est-ist-editorial__benefit {
    padding: 22px;
  }

  .est-ist-editorial__step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .est-ist-editorial__step-number {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }

  .est-ist-editorial h3 {
    font-size: 18px;
  }

  .est-ist-editorial__card p,
  .est-ist-editorial__benefit p,
  .est-ist-editorial__step p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .est-ist-editorial__section {
    padding: 52px 0;
  }

  .est-ist-editorial__container {
    padding: 0 18px;
  }

  .est-ist-editorial h2 {
    font-size: 29px;
  }

  .est-ist-editorial__header p {
    font-size: 15.5px;
  }

  .est-ist-editorial__grid,
  .est-ist-editorial__steps {
    gap: 18px;
    margin-top: 32px;
  }

  .est-ist-editorial__grid--three,
  .est-ist-editorial__grid--benefits {
    grid-template-columns: 1fr;
  }

  .est-ist-editorial__card,
  .est-ist-editorial__benefit {
    padding: 24px;
  }

  .est-ist-editorial__step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .est-ist-editorial__step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }

  .est-ist-editorial h3 {
    font-size: 19px;
  }

  .est-ist-editorial__card p,
  .est-ist-editorial__benefit p,
  .est-ist-editorial__step p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .est-ist-editorial__section {
    padding: 60px 0;
  }

  .est-ist-editorial__container {
    padding: 0 22px;
  }

  .est-ist-editorial h2 {
    font-size: 33px;
  }

  .est-ist-editorial__header p {
    font-size: 16px;
  }

  .est-ist-editorial__grid,
  .est-ist-editorial__steps {
    gap: 20px;
    margin-top: 36px;
  }

  .est-ist-editorial__grid--three,
  .est-ist-editorial__grid--benefits {
    grid-template-columns: 1fr;
  }

  .est-ist-editorial__card,
  .est-ist-editorial__benefit {
    padding: 26px;
  }

  .est-ist-editorial__step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .est-ist-editorial__step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .est-ist-editorial h3 {
    font-size: 20px;
  }

  .est-ist-editorial__card p,
  .est-ist-editorial__benefit p,
  .est-ist-editorial__step p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .est-ist-editorial__section {
    padding: 76px 0;
  }

  .est-ist-editorial__container {
    padding: 0 32px;
  }

  .est-ist-editorial h2 {
    font-size: 40px;
  }

  .est-ist-editorial__header p {
    font-size: 17px;
  }

  .est-ist-editorial__grid,
  .est-ist-editorial__steps {
    gap: 22px;
    margin-top: 44px;
  }

  .est-ist-editorial__grid--three,
  .est-ist-editorial__grid--benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-ist-editorial__card,
  .est-ist-editorial__benefit {
    padding: 28px;
  }

  .est-ist-editorial__step {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }

  .est-ist-editorial__step-number {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }

  .est-ist-editorial h3 {
    font-size: 21px;
  }

  .est-ist-editorial__card p,
  .est-ist-editorial__benefit p,
  .est-ist-editorial__step p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .est-ist-editorial__section {
    padding: 92px 0;
  }

  .est-ist-editorial__container {
    padding: 0 28px;
  }

  .est-ist-editorial h2 {
    font-size: 46px;
  }

  .est-ist-editorial__header p {
    font-size: 18px;
  }

  .est-ist-editorial__grid,
  .est-ist-editorial__steps {
    gap: 24px;
    margin-top: 50px;
  }

  .est-ist-editorial__grid--three,
  .est-ist-editorial__grid--benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .est-ist-editorial__card,
  .est-ist-editorial__benefit {
    padding: 30px;
  }

  .est-ist-editorial__step {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px 36px;
  }

  .est-ist-editorial__step-number {
    width: 66px;
    height: 66px;
    font-size: 18px;
  }

  .est-ist-editorial h3 {
    font-size: 22px;
  }

  .est-ist-editorial__card p,
  .est-ist-editorial__benefit p,
  .est-ist-editorial__step p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .est-ist-editorial__card,
  .est-ist-editorial__benefit,
  .est-ist-editorial__step,
  .est-ist-editorial__icon,
  .est-ist-editorial__reveal,
  .est-ist-editorial__reveal.est-ist-editorial__is-visible {
    transition: none;
    transform: none;
  }

  .est-ist-editorial__reveal {
    opacity: 1;
  }
}