@charset "UTF-8";
/* ============================================================
   Utelenet eSIM — Travel Data Plans (Coming Soon)
   Сестра about.css / security.css: те же токены (:root из
   main-style.css), контейнер .container-new, типографика,
   FAQ-аккордеон. Компактный type-scale, тёмные премиальные
   секции чередуются со светлыми. Проверено на 1366px.
   ============================================================ */
/* line 1, ../sass/index-new/index-faq.scss */
.FAQ {
  position: relative;
}
/* line 4, ../sass/index-new/index-faq.scss */
.FAQ .undertitle {
  margin-top: 25px;
}

/* line 9, ../sass/index-new/index-faq.scss */
.faq-result {
  position: relative;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 17, ../sass/index-new/index-faq.scss */
.faq-row {
  position: relative;
  border-radius: 20px;
  padding: 20px;
}
/* line 22, ../sass/index-new/index-faq.scss */
.faq-row.active {
  background: rgba(107, 107, 241, 0.1);
}
/* line 27, ../sass/index-new/index-faq.scss */
.faq-row.active .faq-title .plus:before {
  transform: rotate(-45deg);
}
/* line 31, ../sass/index-new/index-faq.scss */
.faq-row.active .faq-title .plus:after {
  transform: rotate(45deg);
}
/* line 37, ../sass/index-new/index-faq.scss */
.faq-row.active .faq-answer {
  max-height: 1000px;
  transition: 1s linear all;
}

/* line 44, ../sass/index-new/index-faq.scss */
.faq-title {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 30px;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
}
/* line 58, ../sass/index-new/index-faq.scss */
.faq-title .site-title {
  max-width: calc(100% - 22px - 15px);
}
/* line 62, ../sass/index-new/index-faq.scss */
.faq-title .plus {
  position: relative;
  display: block;
  transition: 0.3s ease;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
/* line 70, ../sass/index-new/index-faq.scss */
.faq-title .plus:before {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  transition: 0.3s ease;
  height: 2px;
  width: 10px;
  left: 3px;
  top: 10px;
  transform: rotate(45deg);
}
/* line 83, ../sass/index-new/index-faq.scss */
.faq-title .plus:after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  transition: 0.3s ease;
  height: 2px;
  width: 10px;
  right: 3px;
  top: 10px;
  transform: rotate(-45deg);
}
@media (hover: hover) {
  /* line 99, ../sass/index-new/index-faq.scss */
  .faq-title:hover .plus {
    border-color: var(--color-medium-slate-blue);
    background: var(--color-medium-slate-blue);
  }
  /* line 103, ../sass/index-new/index-faq.scss */
  .faq-title:hover .plus:before, .faq-title:hover .plus:after {
    background: #fff;
  }
}

/* line 111, ../sass/index-new/index-faq.scss */
.faq-answer {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: none;
}
/* line 117, ../sass/index-new/index-faq.scss */
.faq-answer .inner {
  padding-bottom: 30px;
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {
  /* line 125, ../sass/index-new/index-faq.scss */
  .FAQ .undertitle {
    margin-top: 20px;
  }

  /* line 130, ../sass/index-new/index-faq.scss */
  .faq-result {
    margin-top: 60px;
  }

  /* line 134, ../sass/index-new/index-faq.scss */
  .faq-row {
    border-radius: 17px;
    padding: 17px;
  }

  /* line 139, ../sass/index-new/index-faq.scss */
  .faq-title {
    padding-bottom: 25px;
    font-size: 20px;
  }

  /* line 145, ../sass/index-new/index-faq.scss */
  .faq-answer .inner {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 154, ../sass/index-new/index-faq.scss */
  .faq-result {
    margin-top: 45px;
  }

  /* line 158, ../sass/index-new/index-faq.scss */
  .faq-row {
    border-radius: 18px;
    padding: 18px;
  }

  /* line 163, ../sass/index-new/index-faq.scss */
  .faq-title {
    font-size: 19px;
    padding-bottom: 22px;
  }

  /* line 168, ../sass/index-new/index-faq.scss */
  .faq-answer .inner {
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 175, ../sass/index-new/index-faq.scss */
  .faq-result {
    margin-top: 40px;
  }

  /* line 179, ../sass/index-new/index-faq.scss */
  .faq-row {
    border-radius: 16px;
    padding: 16px;
  }

  /* line 184, ../sass/index-new/index-faq.scss */
  .faq-title {
    font-size: 18px;
    padding-bottom: 20px;
  }

  /* line 189, ../sass/index-new/index-faq.scss */
  .faq-answer .inner {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 196, ../sass/index-new/index-faq.scss */
  .faq-result {
    margin-top: 30px;
  }

  /* line 200, ../sass/index-new/index-faq.scss */
  .faq-row {
    border-radius: 14px;
    padding: 14px;
  }

  /* line 205, ../sass/index-new/index-faq.scss */
  .faq-title {
    font-size: 16px;
    padding-bottom: 15px;
    align-items: flex-start;
  }
  /* line 210, ../sass/index-new/index-faq.scss */
  .faq-title .site-title {
    max-width: calc(100% - 22px - 10px);
  }

  /* line 215, ../sass/index-new/index-faq.scss */
  .faq-title .plus {
    width: 18px;
    height: 18px;
  }
  /* line 219, ../sass/index-new/index-faq.scss */
  .faq-title .plus:before, .faq-title .plus:after {
    width: 8px;
    top: 8px;
  }

  /* line 226, ../sass/index-new/index-faq.scss */
  .faq-answer .inner {
    padding-bottom: 15px;
    font-size: 14px;
  }
}
/* line 237, ../sass/index-new/index-faq.scss */
html[lang="he"] .faq-title .plus:before,
html[lang="ar"] .faq-title .plus:before {
  right: 3px;
  left: initial;
}
/* line 243, ../sass/index-new/index-faq.scss */
html[lang="he"] .faq-title .plus:after,
html[lang="ar"] .faq-title .plus:after {
  left: 3px;
  right: initial;
}

/* line 11, ../sass/esim.scss */
:root {
  --es-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --es-grad: linear-gradient(135deg, var(--color-blue-energy), var(--color-majorelle-blue));
  --es-grad-text: linear-gradient(115deg, #02c4f2 0%, #3787fa 45%, #5151ef 100%);
  --es-dark: #07070f;
}

/* градиентный текст-акцент */
/* line 19, ../sass/esim.scss */
.grad-text {
  background: var(--es-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* секционный отступ + компактный type-scale (как на about/security) */
/* line 28, ../sass/esim.scss */
.es-section {
  position: relative;
  padding: 96px 0;
}

/* line 29, ../sass/esim.scss */
.es-head {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

/* line 30, ../sass/esim.scss */
.es-head .site-label {
  margin-bottom: 14px;
}

/* line 31, ../sass/esim.scss */
.es-head p.site-text {
  margin-top: 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* line 33, ../sass/esim.scss */
.esim-page .es-section .site-title,
.esim-page .es-head .site-title {
  font-size: 38px;
  line-height: 1.12;
}

/* line 35, ../sass/esim.scss */
.esim-page .es-section .site-text.max,
.esim-page .es-head .site-text.max {
  font-size: 16px;
  line-height: 1.55;
}

/* line 37, ../sass/esim.scss */
.esim-page .site-title:not(.min) {
  font-size: 38px;
  line-height: 1.12;
}

/* line 38, ../sass/esim.scss */
.esim-page .faq-title .site-title.min {
  font-size: 19px;
}

/* reveal-утилита (включается классом .anim-ready на <html>) */
/* line 41, ../sass/esim.scss */
.anim-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
}

/* видимый фокус */
/* line 44, ../sass/esim.scss */
a:focus-visible,
button:focus-visible,
.site-btn-new:focus-visible,
.faq-title:focus-visible,
.es-card:focus-visible,
.es-pill:focus-visible,
.es-plan:focus-visible,
.es-guide:focus-visible {
  outline: 3px solid var(--color-majorelle-blue);
  outline-offset: 4px;
  border-radius: 12px;
}

/* ============================================================
   ХЕДЕР поверх тёмного hero — светлый логотип и меню.
   На белом фоне (.go-top) или при открытом мега-меню — тёмное.
   ============================================================ */
/* line 61, ../sass/esim.scss */
.esim-page .header-new-logo .logo-light {
  display: block;
}

/* line 62, ../sass/esim.scss */
.esim-page .header-new-logo .logo-dark {
  display: none;
}

/* line 63, ../sass/esim.scss */
.esim-page .header-new-nav a {
  color: #fff;
}

/* line 64, ../sass/esim.scss */
.esim-page .burger svg path {
  stroke: #fff;
}

/* line 65, ../sass/esim.scss */
.esim-page .locale-switcher__trigger {
  color: #fff;
}

/* line 69, ../sass/esim.scss */
.esim-page.go-top .header-new-logo .logo-light {
  display: none;
}

/* line 70, ../sass/esim.scss */
.esim-page.go-top .header-new-logo .logo-dark {
  display: block;
}

/* line 71, ../sass/esim.scss */
.esim-page.go-top .header-new-nav a {
  color: var(--color-black);
}

/* line 72, ../sass/esim.scss */
.esim-page.go-top .burger svg path {
  stroke: #1C274C;
}

/* line 73, ../sass/esim.scss */
.esim-page.go-top .locale-switcher__trigger {
  color: var(--color-black);
}

/* line 77, ../sass/esim.scss */
.esim-page .header-new.show-menu .header-new-logo .logo-light {
  display: none;
}

/* line 78, ../sass/esim.scss */
.esim-page .header-new.show-menu .header-new-logo .logo-dark {
  display: block;
}

/* line 79, ../sass/esim.scss */
.esim-page .header-new.show-menu .header-new-nav a {
  color: var(--color-black);
}

/* бейдж «soon» в навигации и футере — читается и на тёмном, и на светлом */
/* line 82, ../sass/esim.scss */
.nav-soon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  padding: 2px 7px 1px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--es-grad);
}

/* ============================================================
   1. HERO — тёмный, сплит: текст слева, «телефон + орбита» справа
   ============================================================ */
/* line 99, ../sass/esim.scss */
.es-hero {
  position: relative;
  margin-top: calc(-1 * var(--header-height));
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 40px);
  padding-bottom: 64px;
  color: #fff;
  /* фирменный глубокий градиент: индиго → синий → бирюза */
  background: radial-gradient(62% 56% at 80% 24%, #113a63 0%, rgba(0, 0, 0, 0) 56%), radial-gradient(56% 62% at 16% 22%, #1c1452 0%, rgba(0, 0, 0, 0) 55%), radial-gradient(74% 80% at 52% 116%, #0a2a3f 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(160deg, #0a0a20 0%, #0a1030 50%, #071022 100%);
}

/* «дышащее» свечение + тонкий grain */
/* line 118, ../sass/esim.scss */
.es-hero-bg {
  position: absolute;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(38% 42% at 70% 46%, rgba(94, 235, 230, 0.14), rgba(0, 0, 0, 0) 70%), radial-gradient(44% 48% at 66% 54%, rgba(81, 81, 239, 0.22), rgba(0, 0, 0, 0) 70%);
  filter: blur(8px);
  animation: esDrift 18s ease-in-out infinite alternate;
}

/* line 129, ../sass/esim.scss */
.es-hero-bg::after {
  content: "";
  position: absolute;
  inset: 12%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: overlay;
}

@keyframes esDrift {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(3%, 2%, 0) scale(1.06);
  }
}
/* line 142, ../sass/esim.scss */
.es-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 64px;
}

/* -------- левая колонка: текст -------- */
/* line 152, ../sass/esim.scss */
.es-hero-copy {
  max-width: 600px;
}

/* line 153, ../sass/esim.scss */
.es-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #dfe6ff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin: 0 0 24px;
}

/* line 168, ../sass/esim.scss */
.es-hero .eyebrow .soon-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--color-neon-ice);
  box-shadow: 0 0 10px var(--color-neon-ice);
  animation: esPulse 2.2s ease-in-out infinite;
}

@keyframes esPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
/* line 181, ../sass/esim.scss */
.es-hl {
  margin: 0;
  font-size: 54px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 34px rgba(0, 0, 0, 0.45);
}

/* line 189, ../sass/esim.scss */
.es-hl .hl-line {
  display: block;
}

/* line 191, ../sass/esim.scss */
.es-sub {
  font-size: 17px;
  line-height: 1.55;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
  margin: 22px 0 0;
}

/* line 199, ../sass/esim.scss */
.es-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

/* стеклянная вторичная кнопка на тёмном */
/* line 207, ../sass/esim.scss */
.site-btn-new.ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

@media (hover: hover) {
  /* line 214, ../sass/esim.scss */
  .site-btn-new.ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
  }
}
/* мини-статистика под кнопками */
/* line 218, ../sass/esim.scss */
.es-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* line 226, ../sass/esim.scss */
.es-stat b {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* line 232, ../sass/esim.scss */
.es-stat span {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
}

/* -------- правая колонка: визуал -------- */
/* line 240, ../sass/esim.scss */
.es-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
}

/* орбита с точками-странами */
/* line 250, ../sass/esim.scss */
.es-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* вращающийся слой: внешнее кольцо + точки-страны */
/* line 260, ../sass/esim.scss */
.es-orbit-rot {
  position: absolute;
  inset: 0;
  will-change: transform;
}

/* line 261, ../sass/esim.scss */
.es-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.4px dashed rgba(126, 160, 255, 0.28);
}

/* line 267, ../sass/esim.scss */
.es-orbit-ring.r2 {
  inset: 11%;
  border-color: rgba(94, 235, 230, 0.2);
  border-style: solid;
  border-width: 1px;
}

/* line 273, ../sass/esim.scss */
.es-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  margin: -4.5px 0 0 -4.5px;
  border-radius: 50%;
  background: #9fe9ff;
  box-shadow: 0 0 12px rgba(94, 235, 230, 0.8);
  animation: esPulse 2.6s ease-in-out infinite;
}

/* line 282, ../sass/esim.scss */
.es-dot.d2 {
  animation-delay: 0.5s;
}

/* line 283, ../sass/esim.scss */
.es-dot.d3 {
  animation-delay: 1s;
}

/* line 284, ../sass/esim.scss */
.es-dot.d4 {
  animation-delay: 1.4s;
}

/* line 285, ../sass/esim.scss */
.es-dot.d5 {
  animation-delay: 1.9s;
}

/* line 286, ../sass/esim.scss */
.es-dot.d6 {
  animation-delay: 2.3s;
}

/* линии-данные, «летящие» к телефону */
/* line 289, ../sass/esim.scss */
.es-arcs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* line 296, ../sass/esim.scss */
.es-arc {
  fill: none;
  stroke: url(#esArcGrad);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 5 16;
  opacity: 0.65;
  animation: esArcFlow 2.8s linear infinite;
}

/* line 305, ../sass/esim.scss */
.es-arc.a2 {
  animation-duration: 3.4s;
  animation-delay: 0.6s;
  opacity: 0.5;
}

/* line 306, ../sass/esim.scss */
.es-arc.a3 {
  animation-duration: 3.1s;
  animation-delay: 1.1s;
  opacity: 0.55;
}

@keyframes esArcFlow {
  to {
    stroke-dashoffset: -84;
  }
}
/* смартфон с eSIM: фото — экран телефона, встроено в композицию */
/* line 312, ../sass/esim.scss */
.es-phone {
  position: relative;
  z-index: 2;
  width: 262px;
  aspect-ratio: 9 / 19;
  padding: 9px;
  border-radius: 42px;
  background: linear-gradient(160deg, #14142c, #0b0b1c);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 40px 90px -30px rgba(6, 10, 40, 0.85), 0 0 0 1px rgba(7, 7, 15, 0.6), 0 0 80px -20px rgba(81, 81, 239, 0.45);
}

/* line 326, ../sass/esim.scss */
.es-phone::before {
  /* «чёлка» */
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 20px;
  border-radius: 12px;
  background: #07070f;
  z-index: 3;
}

/* line 338, ../sass/esim.scss */
.es-screen {
  position: relative;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: var(--es-dark);
}

/* line 345, ../sass/esim.scss */
.es-screen > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* фирменный градиент-оверлей поверх фото */
/* line 353, ../sass/esim.scss */
.es-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(200deg, rgba(7, 7, 15, 0.55) 0%, rgba(7, 7, 15, 0.05) 40%, rgba(7, 7, 15, 0.72) 100%), radial-gradient(70% 50% at 50% 0%, rgba(81, 81, 239, 0.3), rgba(0, 0, 0, 0) 70%);
}

/* UI на экране */
/* line 364, ../sass/esim.scss */
.es-screen-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 14px 18px;
}

/* line 374, ../sass/esim.scss */
.es-qr-card {
  align-self: center;
  margin-bottom: auto;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #12122a;
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.6);
}

/* line 388, ../sass/esim.scss */
.es-qr-card svg {
  width: 84px;
  height: 84px;
  display: block;
}

/* line 389, ../sass/esim.scss */
.es-qr-card small {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5151ef;
}

/* line 396, ../sass/esim.scss */
.es-plan-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: #eaf0ff;
  background: rgba(16, 18, 40, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* line 410, ../sass/esim.scss */
.es-plan-chip .ok-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #4ade80;
  box-shadow: 0 0 10px rgba(74, 222, 128, 0.8);
}

/* line 417, ../sass/esim.scss */
.es-plan-chip b {
  font-weight: 700;
}

/* line 418, ../sass/esim.scss */
.es-plan-chip span {
  opacity: 0.7;
  font-weight: 500;
}

/* плавающие чипы-страны вокруг телефона */
/* line 421, ../sass/esim.scss */
.es-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 100px;
  white-space: nowrap;
  font-size: 12.5px;
  font-weight: 600;
  color: #eaf0ff;
  background: rgba(16, 18, 40, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px -14px rgba(0, 0, 0, 0.6);
}

/* line 439, ../sass/esim.scss */
.es-chip .sig {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--color-neon-ice);
  box-shadow: 0 0 10px var(--color-neon-ice);
}

/* на десктопе обёртка прозрачна — чипы позиционируются от .es-visual */
/* line 447, ../sass/esim.scss */
.es-chips-mob {
  display: contents;
}

/* line 448, ../sass/esim.scss */
.es-chip.c1 {
  top: 13%;
  right: calc(50% + 140px);
}

/* line 449, ../sass/esim.scss */
.es-chip.c2 {
  top: 34%;
  left: calc(50% + 138px);
}

/* line 450, ../sass/esim.scss */
.es-chip.c3 {
  bottom: 15%;
  right: calc(50% + 128px);
}

/* line 452, ../sass/esim.scss */
.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* line 467, ../sass/esim.scss */
.hero-scroll-cue .mouse {
  width: 22px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  position: relative;
}

/* line 473, ../sass/esim.scss */
.hero-scroll-cue .mouse::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 7px;
  border-radius: 4px;
  background: #fff;
  animation: esWheel 1.6s ease infinite;
}

@keyframes esWheel {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}
/* ============================================================
   2. HOW IT WORKS — 4 шага, линия-прогресс по скроллу
   ============================================================ */
/* line 492, ../sass/esim.scss */
.es-how {
  background: #fff;
}

/* line 493, ../sass/esim.scss */
.es-how-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}

/* line 500, ../sass/esim.scss */
.es-how-line {
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #ececf6;
  z-index: 0;
}

/* line 509, ../sass/esim.scss */
.es-how-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--p, 0) * 100%);
  background: linear-gradient(90deg, var(--color-neon-ice), var(--color-blue-energy), var(--color-majorelle-blue));
  box-shadow: 0 0 14px rgba(81, 129, 240, 0.4);
}

/* line 516, ../sass/esim.scss */
.how-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0 8px;
}

/* line 526, ../sass/esim.scss */
.how-step .h-node {
  position: relative;
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #8a8a9e;
  background: #fbfbff;
  border: 1px solid #e5e4f2;
  transition: color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

/* line 538, ../sass/esim.scss */
.how-step .h-node svg {
  width: 32px;
  height: 32px;
}

/* line 539, ../sass/esim.scss */
.how-step .h-num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--es-grad);
  box-shadow: 0 6px 14px -6px rgba(81, 81, 239, 0.6);
}

/* line 553, ../sass/esim.scss */
.how-step.is-active .h-node {
  color: var(--color-majorelle-blue);
  border-color: transparent;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(81, 81, 239, 0.08), 0 18px 34px -18px rgba(81, 81, 239, 0.45);
}

/* line 559, ../sass/esim.scss */
.how-step h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

/* line 560, ../sass/esim.scss */
.how-step p {
  font-size: 13.5px;
  line-height: 1.45;
  color: #6b6b7e;
  margin: 0;
  max-width: 230px;
}

/* line 561, ../sass/esim.scss */
.how-step .h-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-majorelle-blue);
}

/* ============================================================
   3. BENEFITS — тёмная премиальная сетка карточек
   ============================================================ */
/* line 569, ../sass/esim.scss */
.es-why {
  background: var(--es-dark);
  color: #fff;
  overflow: hidden;
}

/* line 570, ../sass/esim.scss */
.es-why .site-label span {
  -webkit-text-fill-color: transparent;
}

/* line 571, ../sass/esim.scss */
.es-why .es-head .site-title {
  color: #fff;
}

/* line 572, ../sass/esim.scss */
.es-why .es-head p {
  color: rgba(255, 255, 255, 0.66);
}

/* line 574, ../sass/esim.scss */
.es-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* line 579, ../sass/esim.scss */
.es-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 28px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  transition: transform 0.4s var(--es-ease), border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

/* line 591, ../sass/esim.scss */
.es-card .c-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: var(--es-grad);
  box-shadow: 0 12px 26px -12px rgba(81, 81, 239, 0.6);
  transition: transform 0.4s var(--es-ease);
}

/* line 602, ../sass/esim.scss */
.es-card .c-icon svg {
  width: 26px;
  height: 26px;
}

/* line 603, ../sass/esim.scss */
.es-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* line 604, ../sass/esim.scss */
.es-card p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  max-width: 480px;
}

/* line 605, ../sass/esim.scss */
.es-card.featured {
  grid-column: span 2;
}

/* line 606, ../sass/esim.scss */
.es-card.wide {
  grid-column: span 2;
}

/* line 607, ../sass/esim.scss */
.es-card.featured::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 235, 230, 0.16), rgba(0, 0, 0, 0) 68%);
  pointer-events: none;
}

@media (hover: hover) {
  /* line 619, ../sass/esim.scss */
  .es-card:hover {
    transform: translateY(-6px);
    border-color: rgba(94, 235, 230, 0.35);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 26px 50px -28px rgba(0, 0, 0, 0.8);
  }

  /* line 625, ../sass/esim.scss */
  .es-card:hover .c-icon {
    transform: translateY(-3px) rotate(-4deg);
  }
}
/* ============================================================
   4. PLANS / COUNTRY PICKER (превью, coming soon)
   ============================================================ */
/* line 631, ../sass/esim.scss */
.es-plans {
  background: #fff;
}

/* типы пакетов — пояснение */
/* line 634, ../sass/esim.scss */
.es-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* line 641, ../sass/esim.scss */
.es-type {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fbfbff;
  border: 1px solid #ececf6;
  font-size: 13.5px;
  line-height: 1.45;
  color: #6b6b7e;
}

/* line 653, ../sass/esim.scss */
.es-type svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--color-majorelle-blue);
  margin-top: 1px;
}

/* line 654, ../sass/esim.scss */
.es-type b {
  display: block;
  font-size: 14.5px;
  color: var(--color-black);
  margin-bottom: 2px;
}

/* селектор страны: пилюли + выпадающий список */
/* line 657, ../sass/esim.scss */
.es-picker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 0 auto 34px;
}

/* line 666, ../sass/esim.scss */
.es-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 100px;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
  background: #fbfbff;
  border: 1px solid #e3e2f0;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

/* line 681, ../sass/esim.scss */
.es-pill .flag {
  font-size: 17px;
  line-height: 1;
}

@media (hover: hover) {
  /* line 683, ../sass/esim.scss */
  .es-pill:hover {
    transform: translateY(-2px);
    border-color: var(--color-medium-slate-blue);
  }
}
/* line 685, ../sass/esim.scss */
.es-pill.active {
  color: #fff;
  background: var(--es-grad);
  border-color: transparent;
  box-shadow: 0 14px 28px -14px rgba(81, 81, 239, 0.55);
}

/* line 691, ../sass/esim.scss */
.es-select-wr {
  position: relative;
}

/* line 692, ../sass/esim.scss */
.es-select {
  appearance: none;
  -webkit-appearance: none;
  padding: 10px 40px 10px 16px;
  border-radius: 100px;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
  background: #fbfbff;
  border: 1px solid #e3e2f0;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
}

/* line 707, ../sass/esim.scss */
.es-select:focus {
  border-color: var(--color-medium-slate-blue);
}

/* line 708, ../sass/esim.scss */
.es-select-wr::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8a8a9e;
  border-bottom: 2px solid #8a8a9e;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

/* заголовок выбранного направления */
/* line 721, ../sass/esim.scss */
.es-plans-current {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 700;
}

/* line 730, ../sass/esim.scss */
.es-plans-current .flag {
  font-size: 26px;
  line-height: 1;
}

/* сетка карточек-пакетов */
/* line 733, ../sass/esim.scss */
.es-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

/* line 740, ../sass/esim.scss */
.es-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 22px 22px;
  border-radius: 20px;
  background: #fbfbff;
  border: 1px solid #ececf6;
  transition: transform 0.4s var(--es-ease), box-shadow 0.4s ease, border-color 0.4s ease;
  opacity: 0;
  transform: translateY(14px);
  animation: esPlanIn 0.5s var(--es-ease) forwards;
}

/* line 754, ../sass/esim.scss */
.es-plan:nth-child(2) {
  animation-delay: 0.07s;
}

/* line 755, ../sass/esim.scss */
.es-plan:nth-child(3) {
  animation-delay: 0.14s;
}

/* line 756, ../sass/esim.scss */
.es-plan:nth-child(4) {
  animation-delay: 0.21s;
}

@keyframes esPlanIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (hover: hover) {
  /* line 761, ../sass/esim.scss */
  .es-plan:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 26px 48px -26px rgba(31, 24, 73, 0.35);
  }
}
/* line 767, ../sass/esim.scss */
.es-plan .p-type {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-majorelle-blue);
}

/* line 774, ../sass/esim.scss */
.es-plan .p-data {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

/* line 780, ../sass/esim.scss */
.es-plan .p-days {
  font-size: 13.5px;
  color: #74748a;
}

/* line 781, ../sass/esim.scss */
.es-plan .p-price {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 700;
}

/* line 786, ../sass/esim.scss */
.es-plan .p-price small {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  font-weight: 500;
  color: #9b9aae;
}

/* line 793, ../sass/esim.scss */
.es-plan .p-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-majorelle-blue);
  background: rgba(81, 81, 239, 0.09);
  border: 1px solid rgba(81, 81, 239, 0.18);
}

/* line 807, ../sass/esim.scss */
.es-plan .es-notify {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  font-family: var(--font-text);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--color-black);
  background: #fff;
  border: 1px solid #dcdbee;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

@media (hover: hover) {
  /* line 826, ../sass/esim.scss */
  .es-plan .es-notify:hover {
    color: #fff;
    background: var(--es-grad);
    border-color: transparent;
  }
}
/* акцентная карточка Unlimited — тёмная */
/* line 830, ../sass/esim.scss */
.es-plan.hot {
  color: #fff;
  background: linear-gradient(165deg, #12122e 0%, #0a0a1e 100%);
  border-color: rgba(81, 81, 239, 0.45);
}

/* line 835, ../sass/esim.scss */
.es-plan.hot .p-type {
  color: var(--color-neon-ice);
}

/* line 836, ../sass/esim.scss */
.es-plan.hot .p-days {
  color: rgba(255, 255, 255, 0.6);
}

/* line 837, ../sass/esim.scss */
.es-plan.hot .p-price small {
  color: rgba(255, 255, 255, 0.45);
}

/* line 838, ../sass/esim.scss */
.es-plan.hot .p-badge {
  color: var(--color-neon-ice);
  background: rgba(94, 235, 230, 0.1);
  border-color: rgba(94, 235, 230, 0.25);
}

/* line 843, ../sass/esim.scss */
.es-plan.hot .es-notify {
  color: #fff;
  background: var(--es-grad);
  border-color: transparent;
}

@media (hover: hover) {
  /* line 849, ../sass/esim.scss */
  .es-plan.hot .es-notify:hover {
    filter: brightness(1.12);
  }
}
/* line 852, ../sass/esim.scss */
.es-plans-note {
  margin-top: 26px;
  text-align: center;
  font-size: 13px;
  color: #9b9aae;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* ============================================================
   5. ДЛЯ КОГО
   ============================================================ */
/* line 866, ../sass/esim.scss */
.es-who {
  background: #f6f5fc;
}

/* line 867, ../sass/esim.scss */
.es-who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* line 872, ../sass/esim.scss */
.es-persona {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e7e5f3;
  transition: transform 0.4s var(--es-ease), box-shadow 0.4s ease;
}

/* line 882, ../sass/esim.scss */
.es-persona .i-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--color-majorelle-blue);
  background: rgba(81, 81, 239, 0.1);
}

/* line 889, ../sass/esim.scss */
.es-persona .i-icon svg {
  width: 26px;
  height: 26px;
}

/* line 890, ../sass/esim.scss */
.es-persona h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* line 891, ../sass/esim.scss */
.es-persona p {
  font-size: 14px;
  line-height: 1.5;
  color: #5b5b6b;
  margin: 0;
}

@media (hover: hover) {
  /* line 893, ../sass/esim.scss */
  .es-persona:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px -26px rgba(31, 24, 73, 0.3);
  }
}
/* line 895, ../sass/esim.scss */
.es-who-note {
  margin-top: 28px;
  text-align: center;
  font-size: 14.5px;
  color: #6b6b7e;
  line-height: 1.55;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* line 905, ../sass/esim.scss */
.es-who-note a {
  color: var(--color-majorelle-blue);
  font-weight: 600;
}

/* ============================================================
   6. PHOTO BLOCK — параллакс, фото встроено в карточку
   ============================================================ */
/* line 910, ../sass/esim.scss */
.es-photo {
  background: #fff;
}

/* line 911, ../sass/esim.scss */
.es-photo-wr {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #ececf6;
  box-shadow: 0 40px 80px -50px rgba(31, 24, 73, 0.4);
}

/* line 921, ../sass/esim.scss */
.es-photo-text {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  background: #fbfbff;
}

/* line 929, ../sass/esim.scss */
.es-photo-text h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

/* line 930, ../sass/esim.scss */
.es-photo-text p {
  font-size: 16px;
  line-height: 1.55;
  color: #5b5b6b;
  margin: 0;
  max-width: 460px;
}

/* line 931, ../sass/esim.scss */
.es-photo-media {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background: var(--es-dark);
}

/* line 937, ../sass/esim.scss */
.es-photo-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* небольшой запас под параллакс */
  transform: scale(1.12);
  will-change: transform;
}

/* фирменный градиент-оверлей */
/* line 948, ../sass/esim.scss */
.es-photo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7, 7, 15, 0.5) 0%, rgba(7, 7, 15, 0.12) 45%, rgba(81, 81, 239, 0.3) 100%), radial-gradient(60% 60% at 30% 20%, rgba(94, 235, 230, 0.16), rgba(0, 0, 0, 0) 70%);
}

/* ============================================================
   7. GUIDES & FAQ (заготовка)
   ============================================================ */
/* line 960, ../sass/esim.scss */
.es-guides {
  background: #f6f5fc;
}

/* line 961, ../sass/esim.scss */
.es-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* line 966, ../sass/esim.scss */
.es-guide-wr {
  display: flex;
}

/* line 967, ../sass/esim.scss */
.es-guide {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e5f3;
  text-decoration: none;
  color: var(--color-black);
  transition: transform 0.4s var(--es-ease), box-shadow 0.4s ease;
}

/* line 979, ../sass/esim.scss */
.es-guide .g-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(150deg, #171736, #0b0b20);
}

/* line 985, ../sass/esim.scss */
.es-guide .g-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--es-ease);
}

/* line 991, ../sass/esim.scss */
.es-guide .g-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 15, 0) 55%, rgba(7, 7, 15, 0.4) 100%);
}

/* line 997, ../sass/esim.scss */
.es-guide .g-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 22px;
  flex: 1;
}

/* line 1004, ../sass/esim.scss */
.es-guide .g-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-majorelle-blue);
}

/* line 1011, ../sass/esim.scss */
.es-guide h3 {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

/* line 1012, ../sass/esim.scss */
.es-guide .g-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-majorelle-blue);
}

/* line 1021, ../sass/esim.scss */
.es-guide .g-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  /* line 1023, ../sass/esim.scss */
  .es-guide:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px -26px rgba(31, 24, 73, 0.3);
  }

  /* line 1024, ../sass/esim.scss */
  .es-guide:hover .g-media img {
    transform: scale(1.06);
  }

  /* line 1025, ../sass/esim.scss */
  .es-guide:hover .g-link svg {
    transform: translateX(5px);
  }
}
/* ============================================================
   8. FAQ
   ============================================================ */
/* line 1031, ../sass/esim.scss */
.es-faq {
  background: #fff;
  padding: 100px 0;
}

/* ============================================================
   9. WAITLIST — главная конверсионная точка (на градиенте)
   ============================================================ */
/* line 1036, ../sass/esim.scss */
.es-waitlist {
  padding: 100px 0;
  background: #fff;
}

/* line 1037, ../sass/esim.scss */
.es-waitlist-wr {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 76px 64px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(71deg, #5b0dd5, #9747ff);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* лёгкая «сетка-мир» на фоне панели */
/* line 1050, ../sass/esim.scss */
.es-waitlist-wr::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(40% 50% at 85% 20%, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0) 65%), radial-gradient(36% 46% at 10% 90%, rgba(94, 235, 230, 0.16), rgba(0, 0, 0, 0) 65%);
  pointer-events: none;
}

/* line 1059, ../sass/esim.scss */
.es-waitlist-wr > * {
  position: relative;
}

/* line 1060, ../sass/esim.scss */
.es-waitlist-wr .wl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  margin-bottom: 18px;
}

/* line 1074, ../sass/esim.scss */
.es-waitlist-wr h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  max-width: 660px;
  margin: 0 auto 14px;
}

/* line 1081, ../sass/esim.scss */
.es-waitlist-wr > p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin: 0 auto 30px;
}

/* форма: email + страна + кнопка (фронт-плейсхолдер) */
/* line 1090, ../sass/esim.scss */
.es-form {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

/* line 1091, ../sass/esim.scss */
.es-form-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 10px;
}

/* line 1096, ../sass/esim.scss */
.es-form input[type="email"],
.es-form select {
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  outline: none;
  width: 100%;
  font-family: var(--font-text);
  font-size: 15px;
  color: var(--color-black);
  background: #fff;
}

/* line 1109, ../sass/esim.scss */
.es-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2307070F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

/* line 1118, ../sass/esim.scss */
.es-form input[type="email"]:focus,
.es-form select:focus {
  box-shadow: 0 0 0 3px rgba(94, 235, 230, 0.55);
}

/* line 1120, ../sass/esim.scss */
.es-form .wl-submit {
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 12px;
  font-family: var(--font-text);
  font-size: 15.5px;
  font-weight: 700;
  color: #5b0dd5;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

@media (hover: hover) {
  /* line 1135, ../sass/esim.scss */
  .es-form .wl-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px -14px rgba(0, 0, 0, 0.4);
  }
}
/* line 1137, ../sass/esim.scss */
.es-form.is-done .wl-submit {
  color: #fff;
  background: #22c55e;
  cursor: default;
  transform: none;
  box-shadow: none;
}

/* line 1144, ../sass/esim.scss */
.es-form .wl-privacy {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

/* line 1153, ../sass/esim.scss */
.es-form .wl-privacy input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 1154, ../sass/esim.scss */
.es-form .wl-privacy .box {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}

/* line 1162, ../sass/esim.scss */
.es-form .wl-privacy input:checked + .box {
  background: #fff;
  border-color: #fff;
}

/* line 1163, ../sass/esim.scss */
.es-form .wl-privacy input:checked + .box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #5b0dd5;
  border-bottom: 2px solid #5b0dd5;
  transform: rotate(45deg);
}

/* line 1172, ../sass/esim.scss */
.es-form .wl-privacy input:focus-visible + .box {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

/* line 1173, ../sass/esim.scss */
.es-form .wl-privacy a {
  color: #fff;
  text-decoration: underline;
}

/* line 1174, ../sass/esim.scss */
.es-form .wl-micro {
  display: block;
  margin-top: 12px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.65);
}

/* line 1180, ../sass/esim.scss */
.es-form .wl-error {
  display: none;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #ffd7d7;
}

/* line 1187, ../sass/esim.scss */
.es-form.has-error .wl-error {
  display: block;
}

/* логотип-SVG в футере соразмерно шапке */
/* line 1190, ../sass/esim.scss */
.footer-new-logo img {
  height: 34px;
  width: auto;
}

/* ============================================================
   АДАПТИВ (1366 попадает в контейнер 1230px — проверено)
   ============================================================ */
@media (max-width: 1440px) {
  /* line 1196, ../sass/esim.scss */
  .es-section, .es-faq, .es-waitlist {
    padding: 88px 0;
  }

  /* line 1197, ../sass/esim.scss */
  .es-orbit {
    width: 500px;
  }

  /* line 1198, ../sass/esim.scss */
  .es-chip.c1 {
    right: calc(50% + 124px);
  }

  /* line 1199, ../sass/esim.scss */
  .es-chip.c2 {
    left: calc(50% + 122px);
  }

  /* line 1200, ../sass/esim.scss */
  .es-chip.c3 {
    right: calc(50% + 112px);
  }
}
@media (max-width: 1200px) {
  /* line 1204, ../sass/esim.scss */
  .es-section, .es-faq, .es-waitlist {
    padding: 80px 0;
  }

  /* line 1205, ../sass/esim.scss */
  .es-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 1206, ../sass/esim.scss */
  .es-card.featured, .es-card.wide {
    grid-column: span 2;
  }

  /* line 1207, ../sass/esim.scss */
  .es-plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 1208, ../sass/esim.scss */
  .es-who-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 1209, ../sass/esim.scss */
  .es-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 1210, ../sass/esim.scss */
  .es-form-row {
    grid-template-columns: 1fr 1fr;
  }

  /* line 1211, ../sass/esim.scss */
  .es-form .wl-submit {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1023px) {
  /* line 1215, ../sass/esim.scss */
  .es-section, .es-faq, .es-waitlist {
    padding: 72px 0;
  }

  /* hero → колонка: текст, затем визуал */
  /* line 1218, ../sass/esim.scss */
  .es-hero {
    min-height: 0;
    padding-top: calc(var(--header-height) + 34px);
    padding-bottom: 56px;
  }

  /* line 1223, ../sass/esim.scss */
  .es-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* line 1224, ../sass/esim.scss */
  .es-hero-copy {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  /* line 1225, ../sass/esim.scss */
  .es-actions {
    justify-content: center;
  }

  /* line 1226, ../sass/esim.scss */
  .es-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1227, ../sass/esim.scss */
  .es-actions .site-btn-new {
    width: 100%;
    justify-content: center;
  }

  /* line 1228, ../sass/esim.scss */
  .es-stats {
    justify-content: center;
    text-align: center;
  }

  /* line 1229, ../sass/esim.scss */
  .es-visual {
    min-height: 0;
    padding: 8px 0 4px;
  }

  /* чипы под телефоном сдвигают центр — компенсируем положение орбиты */
  /* line 1231, ../sass/esim.scss */
  .es-orbit {
    width: 420px;
    top: calc(50% - 30px);
  }

  /* line 1232, ../sass/esim.scss */
  .es-arcs {
    display: none;
  }

  /* чипы-страны — рядом под телефоном, без абсолютов */
  /* line 1234, ../sass/esim.scss */
  .es-chip {
    position: static;
    margin: 0;
  }

  /* line 1235, ../sass/esim.scss */
  .es-visual {
    flex-direction: column;
    gap: 18px;
  }

  /* line 1236, ../sass/esim.scss */
  .es-visual .es-chips-mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  /* line 1242, ../sass/esim.scss */
  .hero-scroll-cue {
    display: none;
  }

  /* шаги → вертикально, линия слева */
  /* line 1245, ../sass/esim.scss */
  .es-how-track {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  /* line 1246, ../sass/esim.scss */
  .es-how-line {
    top: 8%;
    bottom: 8%;
    left: 38px;
    right: auto;
    width: 2px;
    height: auto;
  }

  /* line 1247, ../sass/esim.scss */
  .es-how-line span {
    inset: 0 0 auto 0;
    width: 100%;
    height: calc(var(--p, 0) * 100%);
    background: linear-gradient(180deg, var(--color-neon-ice), var(--color-blue-energy), var(--color-majorelle-blue));
  }

  /* line 1248, ../sass/esim.scss */
  .how-step {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 18px;
  }

  /* line 1249, ../sass/esim.scss */
  .how-step .h-node {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
  }

  /* line 1250, ../sass/esim.scss */
  .how-step p {
    max-width: none;
  }

  /* line 1251, ../sass/esim.scss */
  .how-step .h-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  /* line 1253, ../sass/esim.scss */
  .es-types {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  /* line 1254, ../sass/esim.scss */
  .es-photo-wr {
    grid-template-columns: 1fr;
  }

  /* line 1255, ../sass/esim.scss */
  .es-photo-media {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 1259, ../sass/esim.scss */
  .es-section, .es-faq, .es-waitlist {
    padding: 56px 0;
  }

  /* line 1260, ../sass/esim.scss */
  .es-head {
    margin-bottom: 36px;
  }

  /* line 1261, ../sass/esim.scss */
  .es-hero {
    padding-top: calc(var(--header-height) + 22px);
    padding-bottom: 44px;
  }

  /* line 1262, ../sass/esim.scss */
  .es-hl {
    font-size: 34px;
  }

  /* line 1263, ../sass/esim.scss */
  .es-stats {
    gap: 18px;
  }

  /* line 1265, ../sass/esim.scss */
  .es-phone {
    width: 230px;
  }

  /* line 1266, ../sass/esim.scss */
  .es-orbit {
    width: 360px;
  }

  /* line 1267, ../sass/esim.scss */
  .es-chip {
    font-size: 12px;
    padding: 7px 11px;
  }

  /* всё в одну колонку, всё тапабельно */
  /* line 1270, ../sass/esim.scss */
  .es-why-grid {
    grid-template-columns: 1fr;
  }

  /* line 1271, ../sass/esim.scss */
  .es-card.featured, .es-card.wide {
    grid-column: auto;
  }

  /* line 1272, ../sass/esim.scss */
  .es-plan-grid {
    grid-template-columns: 1fr;
  }

  /* line 1273, ../sass/esim.scss */
  .es-who-grid {
    grid-template-columns: 1fr;
  }

  /* line 1274, ../sass/esim.scss */
  .es-guides-grid {
    grid-template-columns: 1fr;
  }

  /* line 1275, ../sass/esim.scss */
  .es-picker {
    gap: 8px;
  }

  /* line 1276, ../sass/esim.scss */
  .es-pill {
    padding: 10px 14px;
  }

  /* line 1277, ../sass/esim.scss */
  .es-photo-text {
    padding: 32px 24px;
  }

  /* line 1278, ../sass/esim.scss */
  .es-photo-media {
    min-height: 240px;
  }

  /* line 1280, ../sass/esim.scss */
  .es-waitlist-wr {
    border-radius: 20px;
  }

  /* line 1281, ../sass/esim.scss */
  .es-form-row {
    grid-template-columns: 1fr;
  }

  /* line 1282, ../sass/esim.scss */
  .es-form .wl-submit {
    width: 100%;
  }

  /* line 1284, ../sass/esim.scss */
  .how-step .h-node {
    width: 56px;
    height: 56px;
  }

  /* line 1285, ../sass/esim.scss */
  .how-step .h-node svg {
    width: 26px;
    height: 26px;
  }

  /* line 1286, ../sass/esim.scss */
  .es-how-line {
    left: 30px;
  }
}
/* ============================================================
   PREFERS-REDUCED-MOTION — статичные состояния
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  /* line 1293, ../sass/esim.scss */
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  /* line 1299, ../sass/esim.scss */
  .hero-scroll-cue {
    display: none;
  }

  /* line 1300, ../sass/esim.scss */
  .es-hero-bg {
    animation: none;
  }

  /* line 1301, ../sass/esim.scss */
  .es-arc {
    animation: none;
    opacity: 0.35;
  }

  /* line 1302, ../sass/esim.scss */
  .es-dot {
    animation: none;
  }

  /* line 1303, ../sass/esim.scss */
  .es-photo-media img {
    transform: scale(1.02);
  }

  /* line 1304, ../sass/esim.scss */
  .es-plan {
    opacity: 1;
    transform: none;
    animation: none;
  }

  /* line 1305, ../sass/esim.scss */
  .how-step .h-node {
    color: var(--color-majorelle-blue);
  }

  /* line 1306, ../sass/esim.scss */
  .es-how-line span {
    width: 100% !important;
    height: 100% !important;
  }

  /* line 1307, ../sass/esim.scss */
  .es-card:hover, .es-persona:hover, .es-plan:hover, .es-guide:hover {
    transform: none;
  }
}
/* ============================================================
   OLD SCSS COMPILER FALLBACKS
   No clamp() / min() functions are used below.
   ============================================================ */
@media (max-width: 1200px) {
  /* line 1316, ../sass/esim.scss */
  .esim-page .es-section .site-title,
  .esim-page .es-head .site-title,
  .esim-page .site-title:not(.min) {
    font-size: 34px;
  }

  /* line 1319, ../sass/esim.scss */
  .es-hl {
    font-size: 46px;
  }

  /* line 1320, ../sass/esim.scss */
  .es-hero-grid {
    gap: 40px;
  }

  /* line 1321, ../sass/esim.scss */
  .es-visual {
    min-height: 520px;
  }

  /* line 1322, ../sass/esim.scss */
  .es-orbit {
    width: 460px;
  }

  /* line 1323, ../sass/esim.scss */
  .es-phone {
    width: 235px;
  }

  /* line 1324, ../sass/esim.scss */
  .es-photo-text {
    padding: 50px;
  }

  /* line 1325, ../sass/esim.scss */
  .es-waitlist-wr {
    padding: 64px 48px;
  }

  /* line 1326, ../sass/esim.scss */
  .es-waitlist-wr h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* line 1330, ../sass/esim.scss */
  .esim-page .es-section .site-title,
  .esim-page .es-head .site-title,
  .esim-page .site-title:not(.min) {
    font-size: 27px;
  }

  /* line 1333, ../sass/esim.scss */
  .esim-page .faq-title .site-title.min {
    font-size: 16px;
  }

  /* line 1334, ../sass/esim.scss */
  .es-hero {
    padding-top: calc(var(--header-height) + 70px);
    padding-bottom: 70px;
  }

  /* line 1338, ../sass/esim.scss */
  .es-hl {
    font-size: 30px;
  }

  /* line 1339, ../sass/esim.scss */
  .es-hero .eyebrow {
    margin-bottom: 18px;
  }

  /* line 1340, ../sass/esim.scss */
  .es-sub {
    font-size: 15px;
    margin-top: 20px;
  }

  /* line 1341, ../sass/esim.scss */
  .es-actions {
    margin-top: 28px;
  }

  /* line 1342, ../sass/esim.scss */
  .es-stats {
    margin-top: 32px;
    padding-top: 22px;
    gap: 18px;
  }

  /* line 1343, ../sass/esim.scss */
  .es-stat b {
    font-size: 23px;
  }

  /* line 1344, ../sass/esim.scss */
  .es-visual {
    min-height: 0;
  }

  /* line 1345, ../sass/esim.scss */
  .es-phone {
    width: 210px;
  }

  /* line 1346, ../sass/esim.scss */
  .es-orbit {
    width: 340px;
    max-width: 94vw;
  }

  /* line 1347, ../sass/esim.scss */
  .es-plans-current {
    font-size: 18px;
  }

  /* line 1348, ../sass/esim.scss */
  .es-plan .p-data {
    font-size: 27px;
  }

  /* line 1349, ../sass/esim.scss */
  .es-photo-text {
    padding: 32px 24px;
  }

  /* line 1350, ../sass/esim.scss */
  .es-photo-text h2 {
    font-size: 24px;
  }

  /* line 1351, ../sass/esim.scss */
  .es-waitlist-wr {
    padding: 48px 20px;
  }

  /* line 1352, ../sass/esim.scss */
  .es-waitlist-wr h2 {
    font-size: 27px;
  }
}
/* ============================================================
   RTL — Hebrew / Arabic
   Directional overrides only. Compatible with old SCSS.
   ============================================================ */
/* line 1360, ../sass/esim.scss */
html[lang="he"] .esim-page,
html[lang="ar"] .esim-page,
html[dir="rtl"] .esim-page {
  direction: rtl;
}

/* line 1366, ../sass/esim.scss */
html[lang="he"] .esim-page .es-hero-copy,
html[lang="ar"] .esim-page .es-hero-copy,
html[dir="rtl"] .esim-page .es-hero-copy,
html[lang="he"] .esim-page .es-card,
html[lang="ar"] .esim-page .es-card,
html[dir="rtl"] .esim-page .es-card,
html[lang="he"] .esim-page .es-type,
html[lang="ar"] .esim-page .es-type,
html[dir="rtl"] .esim-page .es-type,
html[lang="he"] .esim-page .es-plan,
html[lang="ar"] .esim-page .es-plan,
html[dir="rtl"] .esim-page .es-plan,
html[lang="he"] .esim-page .es-persona,
html[lang="ar"] .esim-page .es-persona,
html[dir="rtl"] .esim-page .es-persona,
html[lang="he"] .esim-page .es-photo-text,
html[lang="ar"] .esim-page .es-photo-text,
html[dir="rtl"] .esim-page .es-photo-text,
html[lang="he"] .esim-page .es-guide .g-body,
html[lang="ar"] .esim-page .es-guide .g-body,
html[dir="rtl"] .esim-page .es-guide .g-body {
  text-align: right;
}

/* line 1390, ../sass/esim.scss */
html[lang="he"] .esim-page .es-hero-grid,
html[lang="ar"] .esim-page .es-hero-grid,
html[dir="rtl"] .esim-page .es-hero-grid,
html[lang="he"] .esim-page .es-photo-wr,
html[lang="ar"] .esim-page .es-photo-wr,
html[dir="rtl"] .esim-page .es-photo-wr {
  direction: rtl;
}

/* Visual composition stays visually identical and is not mirrored. */
/* line 1400, ../sass/esim.scss */
html[lang="he"] .esim-page .es-visual,
html[lang="ar"] .esim-page .es-visual,
html[dir="rtl"] .esim-page .es-visual,
html[lang="he"] .esim-page .es-phone,
html[lang="ar"] .esim-page .es-phone,
html[dir="rtl"] .esim-page .es-phone,
html[lang="he"] .esim-page .es-orbit,
html[lang="ar"] .esim-page .es-orbit,
html[dir="rtl"] .esim-page .es-orbit {
  direction: ltr;
}

/* line 1412, ../sass/esim.scss */
html[lang="he"] .esim-page .es-actions,
html[lang="ar"] .esim-page .es-actions,
html[dir="rtl"] .esim-page .es-actions,
html[lang="he"] .esim-page .es-stats,
html[lang="ar"] .esim-page .es-stats,
html[dir="rtl"] .esim-page .es-stats {
  justify-content: flex-start;
}

/* line 1421, ../sass/esim.scss */
html[lang="he"] .esim-page .nav-soon,
html[lang="ar"] .esim-page .nav-soon,
html[dir="rtl"] .esim-page .nav-soon {
  margin-right: 6px;
  margin-left: 0;
}

/* line 1428, ../sass/esim.scss */
html[lang="he"] .esim-page .es-card.featured::after,
html[lang="ar"] .esim-page .es-card.featured::after,
html[dir="rtl"] .esim-page .es-card.featured::after {
  left: -60px;
  right: initial;
}

/* line 1435, ../sass/esim.scss */
html[lang="he"] .esim-page .how-step .h-num,
html[lang="ar"] .esim-page .how-step .h-num,
html[dir="rtl"] .esim-page .how-step .h-num {
  left: -6px;
  right: initial;
}

/* line 1442, ../sass/esim.scss */
html[lang="he"] .esim-page .es-plan .p-badge,
html[lang="ar"] .esim-page .es-plan .p-badge,
html[dir="rtl"] .esim-page .es-plan .p-badge {
  left: 16px;
  right: initial;
}

/* line 1449, ../sass/esim.scss */
html[lang="he"] .esim-page .es-select,
html[lang="ar"] .esim-page .es-select,
html[dir="rtl"] .esim-page .es-select {
  padding-right: 16px;
  padding-left: 40px;
}

/* line 1456, ../sass/esim.scss */
html[lang="he"] .esim-page .es-select-wr::after,
html[lang="ar"] .esim-page .es-select-wr::after,
html[dir="rtl"] .esim-page .es-select-wr::after {
  left: 17px;
  right: initial;
}

/* line 1463, ../sass/esim.scss */
html[lang="he"] .esim-page .es-guide .g-link svg,
html[lang="ar"] .esim-page .es-guide .g-link svg,
html[dir="rtl"] .esim-page .es-guide .g-link svg {
  transform: scaleX(-1);
}

/* line 1469, ../sass/esim.scss */
html[lang="he"] .esim-page .es-guide:hover .g-link svg,
html[lang="ar"] .esim-page .es-guide:hover .g-link svg,
html[dir="rtl"] .esim-page .es-guide:hover .g-link svg {
  transform: scaleX(-1) translateX(5px);
}

/* line 1475, ../sass/esim.scss */
html[lang="he"] .esim-page .es-form input[type="email"],
html[lang="ar"] .esim-page .es-form input[type="email"],
html[dir="rtl"] .esim-page .es-form input[type="email"] {
  direction: ltr;
  text-align: right;
}

/* line 1482, ../sass/esim.scss */
html[lang="he"] .esim-page .es-form select,
html[lang="ar"] .esim-page .es-form select,
html[dir="rtl"] .esim-page .es-form select {
  background-position: left 16px center;
  padding-right: 18px;
  padding-left: 40px;
  text-align: right;
}

/* line 1491, ../sass/esim.scss */
html[lang="he"] .esim-page .es-form .wl-privacy input:checked + .box::after,
html[lang="ar"] .esim-page .es-form .wl-privacy input:checked + .box::after,
html[dir="rtl"] .esim-page .es-form .wl-privacy input:checked + .box::after {
  right: 5px;
  left: initial;
}

/* line 1498, ../sass/esim.scss */
html[lang="he"] .esim-page .es-how-track,
html[lang="ar"] .esim-page .es-how-track,
html[dir="rtl"] .esim-page .es-how-track {
  direction: rtl;
}

/* line 1504, ../sass/esim.scss */
html[lang="he"] .esim-page .es-how-line span,
html[lang="ar"] .esim-page .es-how-line span,
html[dir="rtl"] .esim-page .es-how-line span {
  inset: 0 0 0 auto;
  background: linear-gradient(270deg, var(--color-neon-ice), var(--color-blue-energy), var(--color-majorelle-blue));
}

@media (max-width: 1023px) {
  /* line 1512, ../sass/esim.scss */
  html[lang="he"] .esim-page .es-hero-copy,
  html[lang="ar"] .esim-page .es-hero-copy,
  html[dir="rtl"] .esim-page .es-hero-copy {
    text-align: center;
  }

  /* line 1516, ../sass/esim.scss */
  html[lang="he"] .esim-page .es-actions,
  html[lang="ar"] .esim-page .es-actions,
  html[dir="rtl"] .esim-page .es-actions,
  html[lang="he"] .esim-page .es-stats,
  html[lang="ar"] .esim-page .es-stats,
  html[dir="rtl"] .esim-page .es-stats {
    justify-content: center;
  }

  /* line 1523, ../sass/esim.scss */
  html[lang="he"] .esim-page .es-how-line,
  html[lang="ar"] .esim-page .es-how-line,
  html[dir="rtl"] .esim-page .es-how-line {
    right: 38px;
    left: initial;
  }

  /* line 1530, ../sass/esim.scss */
  html[lang="he"] .esim-page .es-how-line span,
  html[lang="ar"] .esim-page .es-how-line span,
  html[dir="rtl"] .esim-page .es-how-line span {
    inset: 0 0 auto 0;
    background: linear-gradient(180deg, var(--color-neon-ice), var(--color-blue-energy), var(--color-majorelle-blue));
  }

  /* line 1537, ../sass/esim.scss */
  html[lang="he"] .esim-page .how-step,
  html[lang="ar"] .esim-page .how-step,
  html[dir="rtl"] .esim-page .how-step {
    flex-direction: row;
    text-align: right;
  }
}
@media (max-width: 767px) {
  /* line 1546, ../sass/esim.scss */
  html[lang="he"] .esim-page .es-how-line,
  html[lang="ar"] .esim-page .es-how-line,
  html[dir="rtl"] .esim-page .es-how-line {
    right: 30px;
    left: initial;
  }
}
