/* ==========================================
   OMAX TELECOM — styles-scoped.css (pruned for whitelabel-esim.astro)
   ========================================== */

.wl-page *,
.wl-page *::before,
.wl-page *::after{
  box-sizing: border-box;
}

.wl-page{
  font-family:
    "Brockmann",
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif;
  background-color: transparent;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
}

.wl-page p{
  line-height: 1.7;
}

.wl-page .hero-storefront{
  position: relative;
  perspective: 1200px;
  z-index: 3;
}

.wl-page .browser-frame{
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.6),
    0 0 60px rgba(160, 112, 255, 0.08),
    0 0 120px rgba(160, 112, 255, 0.04);
}

.wl-page .browser-bar{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wl-page .browser-dots{
  display: flex;
  gap: 6px;
}

.wl-page .browser-dots span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.wl-page .dot-red{
  background: #ff5f57;
}

.wl-page .dot-yellow{
  background: #febc2e;
}

.wl-page .dot-green{
  background: #28c840;
}

.wl-page .browser-url{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.wl-page .browser-url svg{
  color: #28c840;
  flex-shrink: 0;
}

.wl-page .browser-content{
  padding: 1.25rem;
}

.wl-page .sf-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem 0.75rem;
  flex-wrap: wrap;
}

.wl-page .sf-logo{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}

.wl-page .sf-logo-icon{
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #a070ff, #f39100);
  border-radius: 6px;
}

.wl-page .sf-nav-pills{
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 100%;
  row-gap: 0.35rem;
}

.wl-page .sf-pill{
  padding: 0.25rem 0.625rem;
  border-radius: 100px;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.wl-page .sf-pill.active{
  background: rgba(160, 112, 255, 0.2);
  color: #a070ff;
  font-weight: 600;
}

.wl-page .sf-store-body{
  padding: 0.65rem 0.85rem 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .sf-search-bar{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.6rem;
}

.wl-page .sf-search-bar svg{
  opacity: 0.4;
  flex-shrink: 0;
}

.wl-page .sf-region-tabs{
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.65rem;
}

.wl-page .sf-region-tab{
  font-size: 0.55rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s;
}

.wl-page .sf-region-tab.active{
  background: rgba(160, 112, 255, 0.15);
  color: #a070ff;
}

.wl-page .sf-country-grid{
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 260px;
  overflow: hidden;
}

.wl-page .sf-country-card{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s;
  cursor: pointer;
}

.wl-page .sf-country-card:hover{
  background: rgba(255, 255, 255, 0.04);
}

.wl-page .sf-country-card:last-child{
  border-bottom: none;
  opacity: 0.4;
  mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
}

.wl-page .sf-cc-flag{
  line-height: 0;
  flex-shrink: 0;
}

.wl-page .sf-cc-flag img{
  display: block;
  width: 1.35rem;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.wl-page .sf-cc-info{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.wl-page .sf-cc-name{
  font-size: 0.68rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.wl-page .sf-cc-price{
  font-size: 0.58rem;
  color: #f39100;
  font-weight: 500;
  line-height: 1.3;
}

.wl-page .sf-cc-plans{
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.3;
}

.wl-page .sf-cc-arrow{
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  font-weight: 300;
}

.wl-page .sf-view-all{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
  margin-top: 4px;
  font-size: 0.6rem;
  font-weight: 600;
  color: #a070ff;
  cursor: pointer;
  transition: color 0.2s;
}

.wl-page .sf-view-all:hover{
  color: #c4a0ff;
}

.wl-page .sf-view-all svg{
  width: 14px;
  height: 14px;
}

.wl-page .hero-storefront{
  position: relative;
  perspective: 1200px;
  z-index: 3;
}

@media (max-width: 768px){.wl-page .sf-country-grid{
    max-height: 200px;
  }}

.wl-page .hero-devices{
  position: relative;
  transform: rotateY(-15deg) rotateX(2deg) scale(1);
  transition: transform 0.6s ease;
}

.wl-page .hero-devices:hover{
  transform: rotateY(-10deg) rotateX(0.5deg) scale(1.02);
}

.wl-page .hero-laptop{
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 40px rgba(160, 112, 255, 0.06));
}

.wl-page .macbook-lid{
  position: relative;
  background: #080810;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  padding: 8px 8px 0 8px;
}

.wl-page .macbook-camera{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #15152a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 auto 5px;
}

.wl-page .macbook-screen{
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: #0a0a14;
}

.wl-page .macbook-screen::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 50%
  );
  pointer-events: none;
  z-index: 10;
  border-radius: 4px 4px 0 0;
}

.wl-page .macbook-screen .browser-frame{
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  border: none;
}

.wl-page .macbook-hinge{
  width: calc(100% + 10px);
  margin-left: -5px;
  height: 3px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
  border-left: 1.5px solid rgba(255, 255, 255, 0.06);
  border-right: 1.5px solid rgba(255, 255, 255, 0.06);
}

.wl-page .macbook-base{
  position: relative;
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 8px;
  background: linear-gradient(to bottom, #14142a 0%, #0c0c1a 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.06);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.wl-page .macbook-notch{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16%;
  height: 2px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px 2px 0 0;
}

.wl-page .macbook-base::after{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 12%;
  right: 12%;
  height: 5px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.wl-page .hero-phone{
  position: absolute;
  bottom: -30px;
  right: -40px;
  z-index: 10;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 30px rgba(160, 112, 255, 0.06));
}

.wl-page .hero-phone-frame{
  position: relative;
  width: 160px;
  aspect-ratio: 9 / 19;
  background: #080810;
  border-radius: 2rem;
  padding: 0.35rem;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.wl-page .hero-phone-notch{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 16px;
  background: #080810;
  border-radius: 0 0 0.8rem 0.8rem;
  z-index: 20;
}

.wl-page .hero-phone-screen{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #0d0d1a;
  border-radius: 1.65rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wl-page .hero-phone-screen .be-status-bar{
  padding: 0.3rem 0.75rem;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
}

.wl-page .hero-phone-screen .be-time{
  color: rgba(255, 255, 255, 0.6);
}

.wl-page .hero-phone-screen .be-bar{
  background: rgba(255, 255, 255, 0.5);
}

.wl-page .msf-content{
  flex: 1;
  padding: 0.5rem;
  overflow: hidden;
}

.wl-page .msf-header{
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0;
}

.wl-page .msf-header .sf-logo-icon{
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.wl-page .msf-brand{
  font-size: 0.6rem;
  font-weight: 700;
  color: #ffffff;
}

.wl-page .msf-search{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.45rem;
}

.wl-page .msf-search svg{
  opacity: 0.4;
  flex-shrink: 0;
}

.wl-page .msf-tabs{
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}

.wl-page .msf-tab{
  font-size: 0.42rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.4);
}

.wl-page .msf-tab.active{
  background: rgba(160, 112, 255, 0.15);
  color: #a070ff;
}

.wl-page .msf-cards{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wl-page .msf-card{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .msf-card--faded{
  opacity: 0.3;
  mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 20%, transparent 100%);
}

.wl-page .msf-flag{
  line-height: 0;
  flex-shrink: 0;
}

.wl-page .msf-flag img{
  display: block;
  width: 0.95rem;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.wl-page .msf-card-info{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.wl-page .msf-card-name{
  font-size: 0.48rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.wl-page .msf-card-price{
  font-size: 0.4rem;
  color: #f39100;
  font-weight: 500;
  line-height: 1.3;
}

.wl-page .msf-card-arrow{
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.wl-page .msf-view-all{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  margin-top: 2px;
  font-size: 0.42rem;
  font-weight: 600;
  color: #a070ff;
}

@media (max-width: 1024px){.wl-page .hero-phone-frame{
    width: 130px;
  }

.wl-page .hero-phone{
    right: -25px;
    bottom: -20px;
  }}

@media (max-width: 900px){.wl-page .hero-phone{
    display: none;
  }}

@media (max-width: 768px){.wl-page .hero-storefront{
    width: 100%;
    max-width: min(100%, 36rem);
    margin-left: auto;
    margin-right: auto;
  }

.wl-page .hero-devices{
    transform: none;
    max-width: 500px;
    margin: 0 auto;
  }

.wl-page .hero-devices:hover{
    transform: none;
  }

.wl-page .hero-phone{
    display: none;
  }}

.wl-page .esim-globe-visual{
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-page .globe-orbits{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: globe-spin 180s linear infinite;
}

.wl-page .globe-orbit{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(160, 112, 255, 0.1);
}

.wl-page .globe-orbit--1{
  width: 400px;
  height: 400px;
}

.wl-page .globe-orbit--2{
  width: 320px;
  height: 320px;
}

.wl-page .globe-connections{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wl-page .conn-line{
  stroke: #a070ff;
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
  stroke-dashoffset: 0;
  opacity: 0;
}

.wl-page .conn-line--1{
  animation: conn-draw 2s 0s ease-out infinite;
  animation-delay: 0s;
}

.wl-page .conn-line--2{
  animation: conn-draw 2s 0.5s ease-out infinite;
}

.wl-page .conn-line--3{
  animation: conn-draw 2s 1s ease-out infinite;
}

.wl-page .conn-line--4{
  animation: conn-draw 2s 1.5s ease-out infinite;
}

.wl-page .conn-line--5{
  animation: conn-draw 2s 2s ease-out infinite;
}

.wl-page .conn-line--6{
  animation: conn-draw 2s 2.5s ease-out infinite;
}

.wl-page .conn-dot{
  fill: #a070ff;
  opacity: 0;
}

.wl-page .conn-dot--1{
  animation: conn-pulse 1s 1.5s ease-out infinite;
  animation-delay: 1.5s;
}

.wl-page .conn-dot--2{
  animation: conn-pulse 1s 2s ease-out infinite;
}

.wl-page .conn-dot--3{
  animation: conn-pulse 1s 2.5s ease-out infinite;
}

.wl-page .conn-dot--4{
  animation: conn-pulse 1s 3s ease-out infinite;
}

.wl-page .conn-dot--5{
  animation: conn-pulse 1s 3.5s ease-out infinite;
}

.wl-page .conn-dot--6{
  animation: conn-pulse 1s 4s ease-out infinite;
}

.wl-page .esim-phone-float{
  position: relative;
  z-index: 3;
  animation: esim-phone-hover 4s ease-in-out infinite;
}

.wl-page .esim-phone-float .be-phone-frame{
  width: 224px;
  max-width: 224px;
  aspect-ratio: auto;
  height: 460px;
  padding: 0.5rem;
}

.wl-page .esim-phone-float .be-notch{
  width: 120px;
  height: 24px;
}

.wl-page .esim-phone-glow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(160, 112, 255, 0.35) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
  animation: phone-glow-pulse 3s ease-in-out infinite;
}

@media (max-width: 900px){.wl-page .esim-globe-visual{
    height: 420px;
    max-width: 360px;
  }

.wl-page .globe-orbit--1{
    width: 300px;
    height: 300px;
  }

.wl-page .globe-orbit--2{
    width: 240px;
    height: 240px;
  }

.wl-page .esim-phone-float .be-phone-frame{
    width: 190px;
    height: 390px;
  }

.wl-page .esim-phone-glow{
    width: 220px;
    height: 220px;
  }}

.wl-page .dashboard-container{
  min-height: 400px;
  max-width: 72rem;
  margin: 0 auto 2rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  border: none;
}

@media (max-width: 768px){.wl-page .dashboard-container{
    min-height: 280px;
    margin: 0 auto 1rem;
  }}

.wl-page .roi-calculator{
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.wl-page ::-webkit-scrollbar{
  width: 12px;
}

.wl-page ::-webkit-scrollbar-track{
  background: #02020c;
}

.wl-page ::-webkit-scrollbar-thumb{
  background: #a070ff;
  border-radius: 6px;
}

.wl-page ::-webkit-scrollbar-thumb:hover{
  background: #a070ff;
}

.wl-page .animate-on-scroll.delay-1.is-visible{
  animation-delay: 0.1s;
}

.wl-page .animate-on-scroll.delay-2.is-visible{
  animation-delay: 0.2s;
}

.wl-page .animate-on-scroll.delay-3.is-visible{
  animation-delay: 0.3s;
}

@media (max-width: 640px){.wl-page h2{
    font-size: clamp(1.5rem, 4vw, 2rem);
  }}

.wl-page *:focus-visible{
  outline: 2px solid #a070ff;
  outline-offset: 2px;
  border-radius: 4px;
}

.wl-page button:focus-visible{
  outline: 2px solid #a070ff;
  outline-offset: 3px;
}

.wl-page .gr-interactive-map-wrapper{
  margin: 0 auto 2rem;
  padding-left: 0;
  padding-right: 0;
}

.wl-page .gr-interactive-map{
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 1.25rem;
  overflow: visible;
  background: linear-gradient(135deg, #0d0720 0%, #0a0618 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .gr-map-bg-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}

.wl-page .gr-country-dots{
  position: absolute;
  inset: 0;
  z-index: 10;
}

.wl-page .gr-dot{
  position: absolute;
  cursor: pointer;
  z-index: 20;
  transform: translate(-50%, -50%);
}

.wl-page .gr-dot-pulse{
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(243, 145, 0, 0.5);
  animation: gr-dot-pulse-anim 3s ease-out infinite;
}

.wl-page .gr-dot-core{
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a070ff, #f39100);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(160, 112, 255, 0.5);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.wl-page .gr-dot:hover .gr-dot-core{
  transform: scale(1.8);
  box-shadow:
    0 0 16px rgba(160, 112, 255, 0.8),
    0 0 32px rgba(243, 145, 0, 0.4);
}

.wl-page .gr-tooltip{
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 240px;
  background: #160830;
  border: 1px solid rgba(100, 70, 159, 0.4);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.5),
    0 0 24px rgba(100, 70, 159, 0.2);
  z-index: 100;
  pointer-events: none;
  animation: gr-tt-in 0.25s ease-out;
}

.wl-page .gr-tt-header{
  margin-bottom: 10px;
}

.wl-page .gr-tt-name{
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.wl-page .gr-tt-region{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px 8px;
  border-radius: 999px;
}

.wl-page .gr-tt-region svg{
  opacity: 0.5;
}

.wl-page .gr-tt-label{
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.wl-page .gr-tt-label svg{
  opacity: 0.4;
}

.wl-page .gr-tt-operators{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wl-page .gr-tt-op{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 5px 10px;
  border-radius: 8px;
}

.wl-page .gr-tt-op-dot{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #64469f, #f39100);
  flex-shrink: 0;
}

@media (max-width: 768px){.wl-page .gr-interactive-map{
    aspect-ratio: 16 / 10;
  }

.wl-page .gr-dot{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.wl-page .gr-dot-core{
    width: 8px;
    height: 8px;
  }

.wl-page .gr-dot-pulse{
    width: 14px;
    height: 14px;
  }

.wl-page .gr-tooltip{
    width: min(240px, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2rem);
    pointer-events: auto;
  }}

@media (max-width: 480px){.wl-page .gr-interactive-map{
    aspect-ratio: 16 / 12;
  }}

.wl-page{
  --primary-color: #a070ff;
  --orange-color: #f39100;
  --dark-bg: #02020c;
  --card-bg: rgba(255, 255, 255, 0.04);
  --text-primary: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.6);
  --border-color: rgba(160, 112, 255, 0.15);
  --blur-amount: 12px;
}

.wl-page .be-phone-frame{
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 19;
  background: #080810;
  border-radius: 3rem;
  padding: 0.75rem;
  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(160, 112, 255, 0.2);
  overflow: hidden;
  z-index: 10;
}

.wl-page .be-notch{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 28px;
  background: #080810;
  border-radius: 0 0 1.5rem 1.5rem;
  z-index: 20;
}

.wl-page .be-screen{
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wl-page .be-status-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.25rem;
  font-size: 0.7rem;
  color: #3f3f46;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wl-page .be-time{
  font-weight: 600;
}

.wl-page .be-status-icons{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.wl-page .be-signal{
  display: flex;
  gap: 2px;
  align-items: flex-end;
}

.wl-page .be-bar{
  width: 2px;
  background: var(--primary-color);
  border-radius: 1px;
}

.wl-page .be-bar:nth-child(1){
  height: 3px;
}

.wl-page .be-bar:nth-child(2){
  height: 6px;
}

.wl-page .be-bar:nth-child(3){
  height: 9px;
}

.wl-page .be-bar:nth-child(4){
  height: 12px;
}

.wl-page .be-app-header{
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    rgba(160, 112, 255, 0.9) 100%
  );
  color: white;
  padding: 0.75rem 1.25rem 1.5rem;
  text-align: center;
}

.wl-page .be-app-brand{
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
}

.wl-page .be-app-title{
  font-size: 1.1rem;
  font-weight: 600;
}

.wl-page .be-balance-card{
  margin: -1rem 0.75rem 0.75rem;
  padding: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.wl-page .be-balance-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.wl-page .be-balance-label{
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0.25rem;
}

.wl-page .be-balance-left .be-balance-label,
.wl-page .be-balance-right .be-balance-label{
  text-align: left;
}

.wl-page .be-balance-right{
  text-align: right;
}

.wl-page .be-balance-right .be-balance-label{
  text-align: right;
}

.wl-page .be-balance-amount{
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f1f1f;
}

.wl-page .be-balance-percent{
  font-size: 0.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

.wl-page .be-progress-section{
  margin-bottom: 0.5rem;
}

.wl-page .be-progress-bar{
  width: 100%;
  height: 0.5rem;
  background: #e5e5e5;
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.wl-page .be-progress-fill{
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    rgba(160, 112, 255, 0.7)
  );
  border-radius: 9999px;
  animation: progress-fill 1s ease-out forwards;
  animation-delay: 0.8s;
}

.wl-page .be-progress-info{
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: #999;
}

.wl-page .be-quick-actions{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.wl-page .be-action-btn{
  padding: 0.5rem;
  border-radius: 0.75rem;
  border: none;
  font-size: 0.65rem;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  background: #f5f5f5;
  color: #4a4a4a;
}

.wl-page .be-action-btn:hover{
  background: #e8e8e8;
}

.wl-page .be-action-primary{
  background: var(--primary-color);
  color: white;
  box-shadow: 0 4px 12px rgba(160, 112, 255, 0.3);
}

.wl-page .be-action-primary:hover{
  background: rgba(160, 112, 255, 0.9);
}

.wl-page .be-action-emoji{
  font-size: 1rem;
}

.wl-page .be-action-label{
  display: block;
}

.wl-page .be-usage-chart{
  padding: 0.5rem 0.75rem;
  background: linear-gradient(135deg, rgba(160, 112, 255, 0.05), transparent);
  border-radius: 0.75rem;
  border: 1px solid rgba(160, 112, 255, 0.1);
}

.wl-page .be-chart-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.wl-page .be-chart-trending{
  color: var(--primary-color);
}

.wl-page .be-chart-bars{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.25rem;
  height: 2.25rem;
  margin-bottom: 0.35rem;
}

.wl-page .be-chart-bar{
  flex: 1;
  background: linear-gradient(
    180deg,
    var(--primary-color),
    rgba(160, 112, 255, 0.5)
  );
  border-radius: 0.25rem 0.25rem 0 0;
  min-height: 2px;
  animation: chart-bar-grow 0.5s ease-out backwards;
}

.wl-page .be-chart-bar:nth-child(1){
  animation-delay: 0.9s;
}

.wl-page .be-chart-bar:nth-child(2){
  animation-delay: 1s;
}

.wl-page .be-chart-bar:nth-child(3){
  animation-delay: 1.1s;
}

.wl-page .be-chart-bar:nth-child(4){
  animation-delay: 1.2s;
}

.wl-page .be-chart-bar:nth-child(5){
  animation-delay: 1.3s;
}

.wl-page .be-chart-bar:nth-child(6){
  animation-delay: 1.4s;
}

.wl-page .be-chart-bar:nth-child(7){
  animation-delay: 1.5s;
}

.wl-page .be-chart-labels{
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #aaa;
}

.wl-page .be-plans-section{
  padding: 0 0.75rem;
  margin-top: 0.5rem;
}

.wl-page .be-plans-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.wl-page .be-plans-header h3{
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f1f1f;
}

.wl-page .be-see-all{
  font-size: 0.7rem;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

.wl-page .be-plans-list{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wl-page .be-plan-item{
  padding: 0.6rem 0.75rem;
  border-radius: 0.75rem;
  border: 2px solid #e5e5e5;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  position: relative;
}

.wl-page .be-plan-item:hover{
  border-color: rgba(160, 112, 255, 0.3);
}

.wl-page .be-plan-popular{
  border-color: var(--primary-color);
  background: rgba(160, 112, 255, 0.05);
  box-shadow: 0 4px 12px rgba(160, 112, 255, 0.1);
}

.wl-page .be-plan-badge{
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  background: var(--primary-color);
  color: white;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  z-index: 5;
}

.wl-page .be-plan-left{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}

.wl-page .be-plan-icon{
  font-size: 1.25rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.wl-page .be-plan-icon-popular{
  background: var(--primary-color);
}

.wl-page .be-plan-info{
  flex: 1;
}

.wl-page .be-plan-amount{
  font-size: 0.8rem;
  font-weight: 700;
  color: #1f1f1f;
}

.wl-page .be-plan-details{
  font-size: 0.65rem;
  color: #888;
}

.wl-page .be-plan-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.wl-page .be-plan-price{
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-color);
}

.wl-page .be-plan-btn{
  padding: 0.35rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  background: #f0f0f0;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wl-page .be-plan-btn:hover{
  background: #e0e0e0;
}

.wl-page .be-plan-btn-popular{
  background: var(--primary-color);
  color: white;
}

.wl-page .be-plan-btn-popular:hover{
  background: rgba(160, 112, 255, 0.9);
}

.wl-page .esim-globe-visual{
  isolation: isolate;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  border-radius: 24px;
  background: radial-gradient(
    ellipse 90% 75% at 50% 42%,
    rgba(160, 112, 255, 0.07),
    transparent 65%
  );
}

.wl-page .esim-globe-visual .globe-orbit{
  border-color: rgba(160, 112, 255, 0.07);
}

.wl-page .esim-globe-visual .conn-line{
  stroke: rgba(160, 112, 255, 0.35);
  stroke-width: 1.25;
}

.wl-page .esim-globe-visual .conn-dot{
  fill: rgba(200, 170, 255, 0.85);
}

.wl-page .esim-globe-visual .esim-phone-float{
  animation: esim-phone-hover-subtle 5s ease-in-out infinite;
}

.wl-page .esim-globe-visual .esim-phone-glow{
  background: radial-gradient(
    circle,
    rgba(160, 112, 255, 0.22) 0%,
    rgba(160, 112, 255, 0.06) 45%,
    transparent 72%
  );
  opacity: 0.85;
}

.wl-page .esim-globe-visual .esim-phone-float .be-phone-frame{
  background: linear-gradient(165deg, #12121c 0%, #080810 50%, #0a0a14 100%);
  border-radius: 2.25rem;
  padding: 0.4rem;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 48px rgba(160, 112, 255, 0.1);
}

.wl-page .esim-globe-visual .be-notch{
  background: linear-gradient(165deg, #12121c, #080810);
  border-radius: 0 0 1.25rem 1.25rem;
}

.wl-page .esim-globe-visual .be-screen{
  background: linear-gradient(180deg, #14141f 0%, #0d0d18 45%, #0a0a12 100%);
  border-radius: 1.85rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.wl-page .esim-globe-visual .be-screen::-webkit-scrollbar{
  width: 0;
  height: 0;
}

.wl-page .esim-globe-visual .be-status-bar{
  flex-shrink: 0;
  padding: 0.35rem 0.85rem;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .esim-globe-visual .be-time{
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.wl-page .esim-globe-visual .be-bar{
  background: rgba(255, 255, 255, 0.45);
}

.wl-page .esim-globe-visual .be-status-bar svg{
  color: rgba(255, 255, 255, 0.45);
  opacity: 0.85;
}

.wl-page .esim-globe-visual .be-app-header{
  flex-shrink: 0;
  padding: 0.5rem 0.75rem 0.65rem;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(160, 112, 255, 0.2) 0%,
    rgba(160, 112, 255, 0.06) 100%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .esim-globe-visual .be-app-brand{
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.15rem;
}

.wl-page .esim-globe-visual .be-app-title{
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

.wl-page .esim-globe-visual .be-balance-card{
  margin: -0.65rem 0.45rem 0.45rem;
  padding: 0.55rem 0.6rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.wl-page .esim-globe-visual .be-balance-label{
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.42);
}

.wl-page .esim-globe-visual .be-balance-amount{
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.wl-page .esim-globe-visual .be-balance-percent{
  font-size: 0.6rem;
  color: #c4b5fd;
}

.wl-page .esim-globe-visual .be-progress-bar{
  height: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
}

.wl-page .esim-globe-visual .be-progress-info{
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.38);
}

.wl-page .esim-globe-visual .be-quick-actions{
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}

.wl-page .esim-globe-visual .be-action-btn{
  padding: 0.35rem 0.25rem;
  border-radius: 10px;
  font-size: 0.58rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .esim-globe-visual .be-action-btn:hover{
  background: rgba(255, 255, 255, 0.09);
}

.wl-page .esim-globe-visual .be-action-primary{
  border: 1px solid rgba(160, 112, 255, 0.35);
  box-shadow: 0 4px 16px rgba(160, 112, 255, 0.2);
}

.wl-page .esim-globe-visual .be-action-emoji svg{
  display: block;
}

.wl-page .esim-globe-visual .be-usage-chart{
  padding: 0.4rem 0.55rem;
  background: rgba(160, 112, 255, 0.06);
  border: 1px solid rgba(160, 112, 255, 0.12);
  border-radius: 12px;
}

.wl-page .esim-globe-visual .be-chart-header{
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.48);
}

.wl-page .esim-globe-visual .be-chart-trending{
  color: #c4b5fd;
}

.wl-page .esim-globe-visual .be-chart-bars{
  height: 1.85rem;
}

.wl-page .esim-globe-visual .be-chart-labels{
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.32);
}

.wl-page .esim-globe-visual .be-plans-section{
  padding: 0 0.45rem 0.5rem;
  margin-top: 0.35rem;
}

.wl-page .esim-globe-visual .be-plans-header{
  margin-bottom: 0.35rem;
}

.wl-page .esim-globe-visual .be-plans-header h3{
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.92);
}

.wl-page .esim-globe-visual .be-see-all{
  font-size: 0.58rem;
  color: #c4b5fd;
}

.wl-page .esim-globe-visual .be-plans-list{
  gap: 0.35rem;
}

.wl-page .esim-globe-visual .be-plan-item{
  padding: 0.45rem 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
}

.wl-page .esim-globe-visual .be-plan-item:hover{
  border-color: rgba(160, 112, 255, 0.25);
}

.wl-page .esim-globe-visual .be-plan-popular{
  border-color: rgba(160, 112, 255, 0.45);
  background: linear-gradient(
    135deg,
    rgba(160, 112, 255, 0.12) 0%,
    rgba(160, 112, 255, 0.04) 100%
  );
  box-shadow: 0 0 0 1px rgba(160, 112, 255, 0.08);
}

.wl-page .esim-globe-visual .be-plan-badge{
  top: -0.4rem;
  font-size: 0.55rem;
  padding: 0.12rem 0.45rem;
  background: linear-gradient(135deg, #a070ff, #8b5cf6);
  box-shadow: 0 4px 12px rgba(160, 112, 255, 0.35);
}

.wl-page .esim-globe-visual .be-plan-icon{
  width: 1.65rem;
  height: 1.65rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.wl-page .esim-globe-visual .be-plan-icon svg{
  stroke: rgba(255, 255, 255, 0.65);
}

.wl-page .esim-globe-visual .be-plan-icon-popular{
  background: rgba(160, 112, 255, 0.35);
  border-color: rgba(160, 112, 255, 0.35);
}

.wl-page .esim-globe-visual .be-plan-icon-popular svg{
  stroke: #fff;
}

.wl-page .esim-globe-visual .be-plan-amount{
  font-size: 0.68rem;
  color: #fff;
}

.wl-page .esim-globe-visual .be-plan-details{
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.38);
}

.wl-page .esim-globe-visual .be-plan-price{
  font-size: 0.78rem;
  color: #d4c4ff;
}

.wl-page .esim-globe-visual .be-plan-btn{
  padding: 0.22rem 0.55rem;
  font-size: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wl-page .esim-globe-visual .be-plan-btn:hover{
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 900px){.wl-page .esim-globe-visual .esim-phone-float .be-phone-frame{
    border-radius: 2rem;
  }}

@media (max-width: 480px){.wl-page .be-balance-top{
    flex-direction: column;
    gap: 0.75rem;
  }

.wl-page .be-balance-right{
    text-align: left;
  }}

.wl-page .roi-section{
  position: relative;
  overflow: hidden;
}

.wl-page .roi-background{
  display: none;
}

.wl-page .roi-container{
  max-width: 1200px;
  margin: 0 auto;
}

.wl-page .rc-grid{
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.wl-page .rc-inputs{
  flex: 0 0 340px;
  max-width: 360px;
}

.wl-page .rc-results{
  flex: 1;
  min-width: 0;
}

.wl-page .rc-panel{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.wl-page .rc-slider-group{
  margin-bottom: 1.5rem;
}

.wl-page .rc-slider-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.wl-page .rc-slider-label{
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.wl-page .rc-slider-value{
  font-size: 0.875rem;
  color: #f39100;
  font-weight: 600;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-range{
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  outline: none;
}

.wl-page .rc-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a070ff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(160, 112, 255, 0.45);
}

.wl-page .rc-range::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a070ff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(160, 112, 255, 0.45);
}

.wl-page .rc-slider-limits{
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-slider-hint{
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
  font-style: italic;
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.wl-page .rc-badge-green{
  font-size: 10px;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 9999px;
  padding: 2px 8px;
  font-weight: 600;
  white-space: nowrap;
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
}

.wl-page .rc-sales-summary{
  margin-top: 0.5rem;
  background: linear-gradient(135deg, rgba(160, 112, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(160, 112, 255, 0.12);
  border-radius: 16px;
  padding: 1rem 1.125rem;
}

.wl-page .rc-sales-row{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.wl-page .rc-sales-sublabel{
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.wl-page .rc-sales-big{
  font-size: 1.75rem;
  font-weight: 600;
  color: #a070ff;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-sales-small{
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-sales-note{
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.5rem;
}

.wl-page .rc-tiers{
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.wl-page .rc-tier-card{
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  padding: 1.25rem 1.125rem 1.125rem;
  cursor: default;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.2s, border-color 0.2s;
  opacity: 0.9;
}

.wl-page .rc-tier-card.rc-tier-compact{
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  align-self: flex-start;
}

.wl-page .rc-tier-card:hover{
  border-color: rgba(160, 112, 255, 0.2);
}

.wl-page .rc-tier-selected{
  opacity: 1 !important;
  border-color: rgba(160, 112, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.wl-page .rc-tier-optimal{
  border-color: rgba(34, 197, 94, 0.35) !important;
}

.wl-page .rc-best-badge{
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  right: auto;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
}

.wl-page .rc-tier-name{
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #a070ff;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
}

.wl-page .rc-tier-upfront{
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
}

.wl-page .rc-tier-breakdown{
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 0.75rem 0.875rem;
  margin-bottom: 0.75rem;
}

.wl-page .rc-tier-row{
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.375rem;
}

.wl-page .rc-tier-row:last-child{
  margin-bottom: 0;
}

.wl-page .rc-tier-val-strong{
  color: #fff;
  font-weight: 600;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-tier-val-muted{
  color: rgba(255, 255, 255, 0.55);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-tier-val-profit{
  color: #22c55e;
  font-weight: 600;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-tier-keep{
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

.wl-page .rc-tier-keep span:last-child{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-tier-y1-label{
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  font-weight: 600;
}

.wl-page .rc-tier-y1-value{
  font-size: 1.625rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
}

.wl-page .rc-tier-y1-zero{
  color: rgba(255, 255, 255, 0.4);
}

.wl-page .rc-tier-warning{
  font-size: 10px;
  color: #f87171;
  margin-top: 4px;
}

.wl-page .rc-recommendation{
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.04) 100%);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 12px;
  padding: 0.625rem 0.875rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

.wl-page .rc-metrics{
  display: flex;
  gap: 0.75rem;
}

.wl-page .rc-metric-card{
  flex: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
  padding: 1rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s, border-color 0.2s;
}

.wl-page .rc-metric-card:hover{
  border-color: rgba(160, 112, 255, 0.15);
}

.wl-page .rc-metric-sup{
  font-size: 9px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 2px;
}

.wl-page .rc-metric-tier{
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.375rem;
}

.wl-page .rc-metric-value{
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-heading, "Brockmann", system-ui, sans-serif);
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}

.wl-page .rc-metric-note{
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.375rem;
  line-height: 1.35;
}

.wl-page .rc-color-orange{
  color: #f39100;
}

.wl-page .rc-color-green{
  color: #22c55e;
}

.wl-page .rc-color-red{
  color: #f87171;
}

.wl-page .rc-color-muted{
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 840px){.wl-page .rc-grid{
    flex-direction: column;
    align-items: stretch;
  }

.wl-page .rc-inputs{
    flex: none;
    max-width: 100%;
    width: 100%;
  }

.wl-page .rc-results{
    width: 100%;
    max-width: 100%;
  }

.wl-page .rc-tiers{
    flex-direction: column;
  }

.wl-page .rc-metrics{
    flex-wrap: wrap;
  }

.wl-page .rc-metric-card{
    min-width: calc(50% - 5px);
  }}

@media (max-width: 480px){.wl-page .rc-metric-card{
    min-width: 100%;
  }

.wl-page .rc-metric-value{
    font-size: 22px;
  }

.wl-page .rc-tier-y1-value{
    font-size: 20px;
  }}

@keyframes globe-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes conn-draw {
  0% {
    stroke-dashoffset: 400;
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.4;
  }
}

@keyframes conn-pulse {
  0% {
    opacity: 0;
    r: 0;
  }
  50% {
    opacity: 1;
    r: 6;
  }
  100% {
    opacity: 0.8;
    r: 5;
  }
}

@keyframes esim-phone-hover {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes phone-glow-pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

@keyframes gr-dot-pulse-anim {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

@keyframes gr-tt-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(8px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

@keyframes progress-fill {
  from {
    width: 0%;
  }
  to {
    width: 75%;
  }
}

@keyframes chart-bar-grow {
  from {
    height: 0%;
  }
  to {
    height: var(--bar-height);
  }
}

@keyframes esim-phone-hover-subtle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
