/*
 * Shpper eSIM page (elementor/widgets/class-shpper-esim.php, assets/js/shpper-esim.js).
 * Carries its own dark theme under html[data-theme="dark"], so keep this file out of the
 * dark-mode generator's input. Layout uses logical properties, so the Arabic page mirrors itself.
 */
.shpper-esim {
	--se-navy: #1f3043;
	--se-navy-deep: #16263a;
	--se-yellow: #f3da14;
	--se-blue: #2b8fe6;
	--se-sky: #72d2ff;
	--se-green: #2fb574;
	--se-ink: #15212e;
	--se-text: #4f5a67;
	--se-muted: #737e8a;
	--se-bg: #ffffff;
	--se-soft: #f3f6fa;
	--se-card: #ffffff;
	--se-line: #e2e8ef;
	--se-tint: #e8f3fd;
	--se-shadow: 0 30px 60px -36px rgba(16, 38, 58, .38);
	--se-radius: 24px;
	--se-ease: cubic-bezier(.2, .8, .2, 1);
	--se-spring: cubic-bezier(.3, 1.4, .55, 1);
	--se-head: "Neulis Sans", Poppins, system-ui, sans-serif;
	--se-body: Poppins, system-ui, sans-serif;
	position: relative;
	overflow-x: hidden;
	overflow-x: clip;
	background: var(--se-bg);
	color: var(--se-text);
	font-family: var(--se-body);
	font-size: 16px;
	line-height: 1.65;
}
html[data-theme="dark"] .shpper-esim {
	--se-ink: #e8eef4;
	--se-text: #b3bfcb;
	--se-muted: #8a97a5;
	--se-bg: #0f161e;
	--se-soft: #141c25;
	--se-card: #19232e;
	--se-line: rgba(255, 255, 255, .09);
	--se-tint: rgba(114, 210, 255, .1);
	--se-shadow: 0 30px 60px -32px rgba(0, 0, 0, .75);
}
.shpper-esim *,
.shpper-esim *::before,
.shpper-esim *::after { box-sizing: border-box; }
.shpper-esim :where(h1, h2, h3, p, ul, ol) { margin: 0; padding: 0; }
.shpper-esim :where(ul, ol) { list-style: none; }
.shpper-esim :where(a) { text-decoration: none; }
.shpper-esim [hidden] { display: none !important; }
.shpper-esim .se-wrap { position: relative; width: min(1540px, 90%); margin-inline: auto; }
.shpper-esim .se-ico {
	width: 24px;
	height: 24px;
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
[dir="rtl"] .shpper-esim .se-flip { transform: scaleX(-1); }

/* ---- shared section parts ----------------------------------------------- */
.shpper-esim .se-section { padding-block: clamp(72px, 9vw, 128px); }
.shpper-esim .se-head { max-width: 660px; }
.shpper-esim .se-head--center { margin-inline: auto; text-align: center; }
.shpper-esim .se-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--se-blue);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}
[dir="rtl"] .shpper-esim .se-kicker { letter-spacing: 0; font-size: 14px; }
.shpper-esim .se-kicker::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: var(--se-yellow); }
.shpper-esim .se-h2 {
	margin-top: 14px;
	font-family: var(--se-head);
	font-size: clamp(30px, 3.3vw, 48px);
	font-weight: 500;
	line-height: 1.15;
	color: var(--se-ink);
	text-wrap: balance;
}
.shpper-esim .se-sub { margin-top: 16px; font-size: 17px; font-weight: 300; line-height: 1.7; color: var(--se-text); }
.shpper-esim .se-h3 { font-family: var(--se-head); font-size: 20px; font-weight: 500; line-height: 1.3; color: var(--se-ink); }

.shpper-esim .se-stores { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.shpper-esim .se-store {
	display: inline-block;
	border-radius: 12px;
	transition: transform .45s var(--se-spring), box-shadow .45s var(--se-ease);
}
.shpper-esim .se-store img { display: block; width: auto; height: 52px; }

/* ---- hero ----------------------------------------------------------------- */
.shpper-esim .se-hero {
	position: relative;
	isolation: isolate;
	padding: 178px 0 160px;
	background: var(--se-navy);
	color: #fff;
}
.shpper-esim .se-hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.shpper-esim .se-glow { position: absolute; border-radius: 50%; filter: blur(70px); }
.shpper-esim .se-glow--a {
	top: 60px;
	inset-inline-end: -140px;
	width: 680px;
	height: 680px;
	background: radial-gradient(circle, rgba(43, 143, 230, .55), transparent 64%);
}
.shpper-esim .se-glow--b {
	bottom: -220px;
	inset-inline-start: -180px;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(243, 218, 20, .22), transparent 64%);
}
.shpper-esim .se-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1.3px);
	background-size: 26px 26px;
	-webkit-mask-image: radial-gradient(ellipse 60% 70% at 72% 45%, #000, transparent 72%);
	mask-image: radial-gradient(ellipse 60% 70% at 72% 45%, #000, transparent 72%);
}
[dir="rtl"] .shpper-esim .se-dots {
	-webkit-mask-image: radial-gradient(ellipse 60% 70% at 28% 45%, #000, transparent 72%);
	mask-image: radial-gradient(ellipse 60% 70% at 28% 45%, #000, transparent 72%);
}
.shpper-esim .se-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: clamp(40px, 5vw, 88px);
}
.shpper-esim .se-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-block: 8px;
	padding-inline: 12px 16px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.shpper-esim .se-eyebrow__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--se-yellow);
	box-shadow: 0 0 0 4px rgba(243, 218, 20, .2);
}
.shpper-esim .se-h1 {
	margin-top: 0;
	font-family: var(--se-head);
	font-size: clamp(42px, 4.5vw, 66px);
	font-weight: 500;
	line-height: 1.07;
	color: #fff;
}
.shpper-esim .se-h1__hl { display: block; color: var(--se-yellow); }
.shpper-esim .se-h1__main { display: block; }
/* The eyebrow sits inside the H1 so the heading opens with the page's keyword. */
.shpper-esim .se-h1 .se-eyebrow {
	display: flex;
	width: fit-content;
	margin-bottom: 26px;
	font-family: var(--se-body);
	font-size: 14px;
	line-height: 1.2;
}
.shpper-esim .se-lead { max-width: 580px; margin-top: 24px; font-size: 18px; font-weight: 300; line-height: 1.7; color: rgba(255, 255, 255, .82); }
.shpper-esim .se-hero .se-stores { margin-top: 36px; }
.shpper-esim .se-hero__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 30px; }
.shpper-esim .se-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.shpper-esim .se-trust li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255, 255, 255, .8); }
.shpper-esim .se-trust .se-ico { width: 18px; height: 18px; color: var(--se-yellow); }
.shpper-esim .se-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 15px; font-weight: 500; }
.shpper-esim .se-link:hover,
.shpper-esim .se-link:focus { color: var(--se-yellow); }
.shpper-esim .se-link .se-ico { width: 18px; height: 18px; transition: transform .4s var(--se-ease); }

/* The app screen mockup */
.shpper-esim .se-hero__art { position: relative; display: grid; place-items: center; }
.shpper-esim .se-art { position: relative; display: grid; place-items: center; width: min(100%, 540px); aspect-ratio: 1 / 1.06; }
.shpper-esim .se-orbits { position: absolute; inset: 0; display: grid; place-items: center; }
.shpper-esim .se-orbit { position: absolute; aspect-ratio: 1; border: 1px dashed rgba(255, 255, 255, .16); border-radius: 50%; }
.shpper-esim .se-orbit--1 { width: 64%; }
.shpper-esim .se-orbit--2 { width: 86%; border-style: solid; border-color: rgba(114, 210, 255, .16); }
.shpper-esim .se-orbit--3 { width: 108%; border-style: solid; border-color: rgba(255, 255, 255, .07); }
.shpper-esim .se-orbit i {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 50%;
	background: var(--se-sky);
	box-shadow: 0 0 16px 4px rgba(114, 210, 255, .5);
}
.shpper-esim .se-orbit--2 i { background: var(--se-yellow); box-shadow: 0 0 16px 4px rgba(243, 218, 20, .4); }
.shpper-esim .se-orbit--3 i { top: 18%; left: 12%; width: 7px; height: 7px; }

.shpper-esim .se-phone {
	position: relative;
	z-index: 2;
	width: 272px;
	aspect-ratio: 9 / 18.4;
	padding: 11px;
	border-radius: 46px;
	background: linear-gradient(145deg, #34485f, #0c1724);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 40px 80px -30px rgba(0, 0, 0, .7), 0 0 0 8px rgba(255, 255, 255, .03);
	transform: rotate(-4deg);
}
[dir="rtl"] .shpper-esim .se-phone { transform: rotate(4deg); }
.shpper-esim .se-phone__screen {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 11px;
	height: 100%;
	padding: 15px 15px 16px;
	overflow: hidden;
	border-radius: 36px;
	background: linear-gradient(180deg, #f8fbfe, #edf2f8);
	color: #15212e;
	line-height: 1.3;
}
.shpper-esim .se-phone__screen::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 50%;
	width: 86px;
	height: 23px;
	margin-left: -43px;
	border-radius: 12px;
	background: #0c1724;
}
.shpper-esim .se-ph-status { display: flex; justify-content: space-between; align-items: center; height: 20px; padding: 0 8px; direction: ltr; font-size: 11px; font-weight: 600; }
.shpper-esim .se-ph-bars { display: inline-flex; align-items: flex-end; gap: 2px; height: 10px; }
.shpper-esim .se-ph-bars i { width: 3px; border-radius: 1px; background: #15212e; }
.shpper-esim .se-ph-bars i:nth-child(1) { height: 4px; }
.shpper-esim .se-ph-bars i:nth-child(2) { height: 6px; }
.shpper-esim .se-ph-bars i:nth-child(3) { height: 8px; }
.shpper-esim .se-ph-bars i:nth-child(4) { height: 10px; }
.shpper-esim .se-ph-head { display: flex; justify-content: space-between; align-items: center; gap: 6px; margin-top: 8px; }
.shpper-esim .se-ph-title { font-family: var(--se-head); font-size: 15px; font-weight: 500; }
.shpper-esim .se-ph-live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(47, 181, 116, .14);
	color: #1a8553;
	font-size: 10.5px;
	font-weight: 600;
	white-space: nowrap;
}
.shpper-esim .se-ph-live i { position: relative; width: 6px; height: 6px; border-radius: 50%; background: #2fb574; }
.shpper-esim .se-ph-plan { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 16px; background: #fff; box-shadow: 0 8px 20px -14px rgba(16, 38, 58, .45); }
.shpper-esim .se-ph-flag { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #e8f3fd; color: #2b8fe6; }
.shpper-esim .se-ph-flag .se-ico { width: 20px; height: 20px; }
.shpper-esim .se-ph-plan strong { display: block; font-size: 13px; font-weight: 600; }
.shpper-esim .se-ph-plan small { display: block; margin-top: 2px; color: #737e8a; font-size: 11px; }
.shpper-esim .se-ph-gauge { position: relative; align-self: center; width: 152px; aspect-ratio: 1; margin-block: 2px; }
.shpper-esim .se-ph-gauge svg { display: block; width: 100%; height: 100%; transform: rotate(-90deg); }
[dir="rtl"] .shpper-esim .se-ph-gauge svg { transform: rotate(-90deg) scaleY(-1); }
.shpper-esim .se-ph-track { fill: none; stroke: #e1e8f0; stroke-width: 11; }
.shpper-esim .se-ph-fill { fill: none; stroke-width: 11; stroke-linecap: round; stroke-dasharray: var(--se-ring); stroke-dashoffset: var(--se-left); }
.shpper-esim .se-ph-gauge__txt { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.shpper-esim .se-ph-gauge__txt strong { font-family: var(--se-head); font-size: 29px; font-weight: 500; line-height: 1; color: #15212e; }
.shpper-esim .se-ph-gauge__txt small { font-family: var(--se-body); font-size: 13px; font-weight: 500; }
.shpper-esim .se-ph-gauge__txt em { margin-top: 5px; color: #737e8a; font-size: 10.5px; font-style: normal; }
.shpper-esim .se-ph-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.shpper-esim .se-ph-stats span { padding: 9px 11px; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px -16px rgba(16, 38, 58, .45); }
.shpper-esim .se-ph-stats small { display: block; color: #737e8a; font-size: 10px; }
.shpper-esim .se-ph-stats strong { display: block; margin-top: 2px; font-size: 14px; font-weight: 600; }
.shpper-esim .se-ph-btn { display: block; margin-top: auto; padding: 11px 8px; border-radius: 14px; background: #1f3043; color: #fff; font-size: 12.5px; font-weight: 600; text-align: center; }

.shpper-esim .se-sim {
	position: absolute;
	z-index: 3;
	top: 5%;
	inset-inline-end: 3%;
	width: 132px;
	height: auto;
	filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .4));
	transform: rotate(14deg);
}
.shpper-esim .se-chip {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .97);
	color: #15212e;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 18px 36px -18px rgba(0, 0, 0, .6);
}
.shpper-esim .se-chip .se-ico { width: 18px; height: 18px; }
.shpper-esim .se-chip--a { top: 30%; inset-inline-start: 0; }
.shpper-esim .se-chip--a .se-ico { color: var(--se-green); }
.shpper-esim .se-chip--b { bottom: 24%; inset-inline-end: -1%; }
.shpper-esim .se-chip--b .se-ico { color: var(--se-blue); }
.shpper-esim .se-chip--c { bottom: 7%; inset-inline-start: 9%; }
.shpper-esim .se-chip--c .se-ico { color: #d9a400; }

/* ---- highlights --------------------------------------------------------- */
.shpper-esim .se-highlights { position: relative; z-index: 2; margin-top: -88px; }
.shpper-esim .se-hl {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 12px;
	border-radius: 28px;
	background: var(--se-card);
	box-shadow: var(--se-shadow), 0 0 0 1px var(--se-line);
}
.shpper-esim .se-hl__item {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	column-gap: 16px;
	padding: 24px 26px;
}
.shpper-esim .se-hl__item + .se-hl__item::before {
	content: "";
	position: absolute;
	top: 24%;
	bottom: 24%;
	inset-inline-start: 0;
	width: 1px;
	background: var(--se-line);
}
.shpper-esim .se-hl__ico { grid-row: span 2; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--se-tint); color: var(--se-blue); }
.shpper-esim .se-hl__value { font-family: var(--se-head); font-size: 34px; font-weight: 500; line-height: 1.1; color: var(--se-ink); }
.shpper-esim .se-hl__value small { font-family: var(--se-body); font-size: 17px; font-weight: 500; }
.shpper-esim .se-hl__label { margin-top: 2px; color: var(--se-muted); font-size: 14px; line-height: 1.4; }

/* ---- how it works ------------------------------------------------------- */
.shpper-esim .se-steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 56px; }
.shpper-esim .se-step {
	position: relative;
	padding: 30px 26px;
	border-radius: var(--se-radius);
	background: var(--se-card);
	box-shadow: 0 0 0 1px var(--se-line);
	transition: transform .55s var(--se-ease), box-shadow .55s var(--se-ease);
}
.shpper-esim .se-step__num { position: absolute; top: 24px; inset-inline-end: 26px; font-family: var(--se-head); font-size: 44px; font-weight: 500; line-height: 1; color: var(--se-line); }
.shpper-esim .se-step__ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--se-navy); color: var(--se-yellow); transition: transform .55s var(--se-spring); }
html[data-theme="dark"] .shpper-esim .se-step__ico { background: #263a51; }
.shpper-esim .se-step .se-h3 { margin-top: 24px; }
.shpper-esim .se-step p { margin-top: 10px; font-size: 15px; font-weight: 300; line-height: 1.65; }

/* ---- links into the eSIM Help guide ------------------------------------- */
.shpper-esim .se-helps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.shpper-esim .se-help {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 100%;
	padding: 22px 24px;
	border-radius: 20px;
	background: var(--se-card);
	box-shadow: 0 0 0 1px var(--se-line);
	color: var(--se-text);
	transition: transform .5s var(--se-ease), box-shadow .5s var(--se-ease);
}
.shpper-esim .se-help__ico { display: grid; flex: none; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--se-tint); color: var(--se-blue); }
.shpper-esim .se-help__text { display: grid; gap: 4px; }
.shpper-esim .se-help__text .se-h3 { font-size: 18px; }
.shpper-esim .se-help__text span { font-size: 14.5px; font-weight: 300; line-height: 1.55; }
.shpper-esim .se-help__cta { display: inline-flex; flex: none; align-items: center; gap: 6px; margin-inline-start: auto; color: var(--se-blue); font-size: 14px; font-weight: 600; white-space: nowrap; }
.shpper-esim .se-help__cta .se-ico { width: 18px; height: 18px; transition: transform .4s var(--se-ease); }

/* ---- plans and the region map ------------------------------------------- */
.shpper-esim .se-plans { background: var(--se-soft); }
.shpper-esim .se-plans__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(40px, 5vw, 80px); }
.shpper-esim .se-plan-cards { display: grid; gap: 14px; margin-top: 36px; }
.shpper-esim .se-plan {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: 20px 22px;
	border-radius: 20px;
	background: var(--se-card);
	box-shadow: 0 0 0 1px var(--se-line);
	transition: transform .5s var(--se-ease), box-shadow .5s var(--se-ease);
}
.shpper-esim .se-plan__ico { display: grid; flex: none; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--se-tint); color: var(--se-blue); }
.shpper-esim .se-plan .se-h3 { font-size: 18px; }
.shpper-esim .se-plan p { margin-top: 4px; font-size: 15px; font-weight: 300; }
.shpper-esim .se-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; }
.shpper-esim .se-notes li { display: inline-flex; align-items: center; gap: 8px; color: var(--se-ink); font-size: 14px; font-weight: 500; }
.shpper-esim .se-notes .se-ico { width: 18px; height: 18px; color: var(--se-green); }

.shpper-esim .se-map-card {
	position: relative;
	isolation: isolate;
	padding: 30px;
	overflow: hidden;
	border-radius: 32px;
	background: var(--se-navy);
	color: #fff;
	box-shadow: var(--se-shadow);
}
.shpper-esim .se-map-card__glow {
	position: absolute;
	z-index: -1;
	top: -40%;
	left: 20%;
	width: 70%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(43, 143, 230, .35), transparent 65%);
}
.shpper-esim .se-map { position: relative; width: 100%; aspect-ratio: 1000 / 434.1; }
.shpper-esim .se-land {
	position: absolute;
	inset: 0;
	background: radial-gradient(rgba(255, 255, 255, .55) 1.1px, transparent 1.5px) 0 0 / 7px 7px;
	-webkit-mask: var(--se-land) center / 100% 100% no-repeat;
	mask: var(--se-land) center / 100% 100% no-repeat;
	opacity: .55;
}
.shpper-esim .se-arcs { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.shpper-esim .se-arc {
	fill: none;
	stroke: rgba(243, 218, 20, .5);
	stroke-width: 1.5;
	stroke-dasharray: 4 6;
	vector-effect: non-scaling-stroke;
	opacity: .3;
	transition: opacity .45s var(--se-ease), stroke .45s var(--se-ease);
}
.shpper-esim .se-arc.is-active,
.shpper-esim .se-map.is-world .se-arc { stroke: var(--se-yellow); opacity: 1; }
.shpper-esim .se-pin { position: absolute; width: 0; height: 0; }
.shpper-esim .se-pin i {
	position: absolute;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 50%;
	background: var(--se-sky);
	box-shadow: 0 0 0 4px rgba(114, 210, 255, .2);
	transition: transform .45s var(--se-spring), background-color .3s ease, box-shadow .3s ease;
}
.shpper-esim .se-pin i::after { content: ""; position: absolute; inset: -9px; border: 1.5px solid rgba(243, 218, 20, .8); border-radius: 50%; opacity: 0; }
.shpper-esim .se-pin--hub i { background: var(--se-yellow); box-shadow: 0 0 0 5px rgba(243, 218, 20, .22); }
.shpper-esim .se-pin.is-active i,
.shpper-esim .se-map.is-world .se-pin i { background: var(--se-yellow); box-shadow: 0 0 0 5px rgba(243, 218, 20, .25); transform: scale(1.35); }
.shpper-esim .se-pin b {
	position: absolute;
	bottom: 13px;
	left: 0;
	padding: 5px 10px;
	border-radius: 8px;
	background: #fff;
	color: #15212e;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 6px);
	transition: opacity .3s ease, transform .45s var(--se-ease);
}
.shpper-esim .se-pin.is-active b { opacity: 1; transform: translate(-50%, 0); }
.shpper-esim .se-map-card__label { margin-top: 18px; color: rgba(255, 255, 255, .7); font-size: 13px; }
.shpper-esim .se-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
html .shpper-esim button.se-chip-btn,
html .shpper-esim button.se-chip-btn:hover,
html .shpper-esim button.se-chip-btn:focus {
	appearance: none;
	margin: 0;
	padding: 9px 15px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: #fff;
	font: 500 13px/1.2 var(--se-body);
	text-transform: none;
	cursor: pointer;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .4s var(--se-spring);
}
html .shpper-esim button.se-chip-btn:hover { background: rgba(255, 255, 255, .14); }
html .shpper-esim button.se-chip-btn[aria-pressed="true"] { border-color: var(--se-yellow); background: var(--se-yellow); color: #15212e; }
html .shpper-esim button.se-chip-btn:focus-visible { outline: 2px solid var(--se-yellow); outline-offset: 2px; }

/* ---- in-app management -------------------------------------------------- */
.shpper-esim .se-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 56px; }
.shpper-esim .se-feature {
	position: relative;
	padding: 30px;
	overflow: hidden;
	border-radius: var(--se-radius);
	background: var(--se-card);
	box-shadow: 0 0 0 1px var(--se-line);
	transition: transform .55s var(--se-ease), box-shadow .55s var(--se-ease);
}
.shpper-esim .se-feature::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--se-blue), var(--se-sky), var(--se-yellow));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .6s var(--se-ease);
}
[dir="rtl"] .shpper-esim .se-feature::after { transform-origin: right; }
.shpper-esim .se-feature__ico {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: linear-gradient(135deg, #2b8fe6, #72d2ff);
	color: #fff;
	box-shadow: 0 14px 24px -14px rgba(43, 143, 230, .8);
	transition: transform .55s var(--se-spring);
}
.shpper-esim .se-feature .se-h3 { margin-top: 22px; font-size: 19px; }
.shpper-esim .se-feature p { margin-top: 8px; font-size: 15px; font-weight: 300; }

/* ---- eSIM vs roaming vs local SIM --------------------------------------- */
.shpper-esim .se-table-wrap {
	margin-top: 48px;
	overflow-x: auto;
	border-radius: 24px;
	background: var(--se-card);
	box-shadow: var(--se-shadow), 0 0 0 1px var(--se-line);
}
.shpper-esim table.se-table { width: 100%; min-width: 680px; margin: 0; border: 0; border-collapse: collapse; font-size: 15px; }
.shpper-esim .se-table th,
.shpper-esim .se-table td {
	padding: 18px 22px;
	border: 0;
	border-bottom: 1px solid var(--se-line);
	background: transparent;
	color: var(--se-text);
	font-weight: 300;
	line-height: 1.5;
	text-align: start;
	vertical-align: top;
}
.shpper-esim .se-table tbody tr:last-child th,
.shpper-esim .se-table tbody tr:last-child td { border-bottom: 0; }
.shpper-esim .se-table thead th { color: var(--se-ink); font-family: var(--se-head); font-size: 17px; font-weight: 500; }
.shpper-esim .se-table tbody th { color: var(--se-ink); font-weight: 600; white-space: nowrap; }
.shpper-esim .se-table .is-shpper { background: var(--se-tint); color: var(--se-ink); font-weight: 500; }
.shpper-esim .se-table thead .is-shpper { color: var(--se-blue); }
.shpper-esim .se-table td.is-shpper .se-ico { width: 18px; height: 18px; margin-inline-end: 8px; color: var(--se-green); vertical-align: -3px; }
/* Phones scroll the table sideways; the row labels stay pinned so every value keeps its label. */
@media (max-width: 767px) {
	.shpper-esim table.se-table { min-width: 620px; font-size: 14px; }
	.shpper-esim .se-table th,
	.shpper-esim .se-table td { padding: 14px 16px; }
	.shpper-esim .se-table thead th { font-size: 15px; }
	.shpper-esim .se-table tbody th,
	.shpper-esim .se-table thead td {
		position: sticky;
		inset-inline-start: 0;
		z-index: 1;
		width: 112px;
		white-space: normal;
		background: var(--se-card);
		box-shadow: inset -1px 0 0 var(--se-line);
	}
	[dir="rtl"] .shpper-esim .se-table tbody th,
	[dir="rtl"] .shpper-esim .se-table thead td { box-shadow: inset 1px 0 0 var(--se-line); }
}

/* ---- compatibility ------------------------------------------------------ */
.shpper-esim .se-compare,
.shpper-esim .se-faq { background: var(--se-soft); }
.shpper-esim .se-compat__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 5vw, 80px); }
.shpper-esim .se-devices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.shpper-esim .se-devices li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 16px;
	background: var(--se-card);
	box-shadow: 0 0 0 1px var(--se-line);
	color: var(--se-ink);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}
.shpper-esim .se-devices .se-ico { width: 20px; height: 20px; color: var(--se-green); }
.shpper-esim .se-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--se-muted); font-size: 14px; line-height: 1.6; }
.shpper-esim .se-note .se-ico { width: 20px; height: 20px; margin-top: 1px; color: var(--se-blue); }
.shpper-esim .se-check { padding: 36px; border-radius: 32px; background: var(--se-card); box-shadow: var(--se-shadow), 0 0 0 1px var(--se-line); }
.shpper-esim .se-check__title { font-family: var(--se-head); font-size: 24px; font-weight: 500; line-height: 1.3; color: var(--se-ink); }
.shpper-esim .se-tabs { display: inline-flex; gap: 4px; margin-top: 18px; padding: 5px; border-radius: 999px; background: var(--se-soft); }
html .shpper-esim button.se-tab,
html .shpper-esim button.se-tab:hover,
html .shpper-esim button.se-tab:focus {
	appearance: none;
	margin: 0;
	padding: 10px 24px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--se-muted);
	font: 600 14px/1.2 var(--se-body);
	text-transform: none;
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
}
html .shpper-esim button.se-tab:hover { color: var(--se-ink); }
html .shpper-esim button.se-tab[aria-selected="true"] { background: var(--se-navy); color: #fff; box-shadow: 0 10px 20px -12px rgba(16, 38, 58, .6); }
html[data-theme="dark"] .shpper-esim button.se-tab.se-tab[aria-selected="true"] { background: var(--se-blue); }
html .shpper-esim button.se-tab:focus-visible { outline: 2px solid var(--se-blue); outline-offset: 2px; }
.shpper-esim .se-check__steps { display: grid; gap: 14px; margin-top: 26px; counter-reset: se-step; }
.shpper-esim .se-check__steps li { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 14px; color: var(--se-ink); font-size: 15px; line-height: 1.5; counter-increment: se-step; }
.shpper-esim .se-check__steps li::before {
	content: counter(se-step);
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--se-tint);
	color: var(--se-blue);
	font-weight: 600;
}
.shpper-esim .se-check__steps li:last-child::before { content: "✓"; background: rgba(47, 181, 116, .14); color: var(--se-green); }
.shpper-esim .se-path { display: inline-block; margin-top: 2px; padding: 2px 8px; border-radius: 6px; background: var(--se-soft); font-weight: 500; }
.shpper-esim .se-check__foot { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--se-line); color: var(--se-muted); font-size: 13.5px; line-height: 1.6; }

/* ---- FAQ and closing card ----------------------------------------------- */
.shpper-esim .se-faq__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: start; gap: clamp(32px, 5vw, 72px); }
.shpper-esim .se-qas { margin-top: 32px; border-top: 1px solid var(--se-line); }
.shpper-esim .se-qa { border-bottom: 1px solid var(--se-line); }
.shpper-esim .se-qa summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 22px 0;
	color: var(--se-ink);
	font-family: var(--se-head);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
	transition: color .3s ease;
}
.shpper-esim .se-qa summary::-webkit-details-marker { display: none; }
.shpper-esim .se-qa summary:hover { color: var(--se-blue); }
.shpper-esim .se-qa summary:focus-visible { outline: 2px solid var(--se-blue); outline-offset: 4px; border-radius: 6px; }
.shpper-esim .se-qa__icon { position: relative; flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--se-yellow); transition: transform .5s var(--se-spring); }
.shpper-esim .se-qa__icon::before,
.shpper-esim .se-qa__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	margin: -1px 0 0 -6px;
	border-radius: 2px;
	background: #15212e;
	transition: transform .45s var(--se-ease);
}
.shpper-esim .se-qa__icon::after { transform: rotate(90deg); }
.shpper-esim .se-qa[open] .se-qa__icon { transform: rotate(180deg); }
.shpper-esim .se-qa[open] .se-qa__icon::after { transform: rotate(0); }
.shpper-esim .se-qa__a { padding-bottom: 22px; padding-inline-end: 54px; font-size: 16px; font-weight: 300; line-height: 1.75; }
.shpper-esim .se-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--se-blue); font-weight: 600; }
.shpper-esim .se-more .se-ico { width: 18px; height: 18px; transition: transform .4s var(--se-ease); }
.shpper-esim .se-cta {
	position: sticky;
	top: 130px;
	isolation: isolate;
	padding: 40px 36px;
	overflow: hidden;
	border-radius: 32px;
	background: var(--se-navy);
	color: #fff;
	box-shadow: var(--se-shadow);
}
.shpper-esim .se-cta__glow {
	position: absolute;
	z-index: -1;
	top: -150px;
	inset-inline-end: -150px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(43, 143, 230, .6), transparent 65%);
}
.shpper-esim .se-cta__sim { display: block; width: 96px; height: auto; margin-bottom: 18px; filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .4)); transform: rotate(12deg); }
.shpper-esim .se-cta__title { font-family: var(--se-head); font-size: 30px; font-weight: 500; line-height: 1.2; color: #fff; }
.shpper-esim .se-cta__text { margin-top: 12px; color: rgba(255, 255, 255, .8); font-weight: 300; }
.shpper-esim .se-cta .se-stores { margin-top: 26px; }
.shpper-esim .se-cta .se-store img { height: 46px; }
.shpper-esim .se-cta__help { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .72); font-size: 14px; }
.shpper-esim .se-cta__help a { color: var(--se-yellow); font-weight: 600; }
.shpper-esim .se-cta__help a:hover { text-decoration: underline; }

/* ---- hover (mouse and trackpad only) ------------------------------------ */
@media (hover: hover) and (pointer: fine) {
	.shpper-esim .se-store:hover { transform: translateY(-3px); box-shadow: 0 16px 28px -18px rgba(0, 0, 0, .7); }
	.shpper-esim .se-link:hover .se-ico,
	.shpper-esim .se-more:hover .se-ico { transform: translateX(4px); }
	[dir="rtl"] .shpper-esim .se-link:hover .se-ico,
	[dir="rtl"] .shpper-esim .se-more:hover .se-ico { transform: scaleX(-1) translateX(4px); }
	.shpper-esim .se-step:hover,
	.shpper-esim .se-feature:hover { transform: translateY(-6px); box-shadow: var(--se-shadow), 0 0 0 1px var(--se-line); }
	.shpper-esim .se-step:hover .se-step__ico,
	.shpper-esim .se-feature:hover .se-feature__ico { transform: rotate(-6deg) scale(1.06); }
	.shpper-esim .se-feature:hover::after { transform: scaleX(1); }
	.shpper-esim .se-help:hover { transform: translateY(-4px); box-shadow: var(--se-shadow), 0 0 0 1.5px var(--se-blue); }
	.shpper-esim .se-help:hover .se-help__cta .se-ico { transform: translateX(4px); }
	[dir="rtl"] .shpper-esim .se-help:hover .se-help__cta .se-ico { transform: scaleX(-1) translateX(4px); }
	.shpper-esim .se-plan:hover { transform: translateX(6px); box-shadow: 0 0 0 1.5px var(--se-blue); }
	[dir="rtl"] .shpper-esim .se-plan:hover { transform: translateX(-6px); }
	html .shpper-esim button.se-chip-btn:hover { transform: translateY(-2px); }
}

/* ---- motion (skipped entirely under reduced motion) ---------------------- */
@media (prefers-reduced-motion: no-preference) {
	.shpper-esim .se-enter { animation: se-up .9s var(--se-ease) backwards; animation-delay: calc(var(--i, 0) * 110ms + 60ms); }
	.shpper-esim .se-art { animation: se-art-in 1.2s var(--se-ease) .2s backwards; }
	.shpper-esim .se-orbit--1 { animation: se-spin 24s linear infinite; }
	.shpper-esim .se-orbit--2 { animation: se-spin 40s linear infinite reverse; }
	.shpper-esim .se-orbit--3 { animation: se-spin 70s linear infinite; }
	.shpper-esim .se-ph-fill { animation: se-ring 1.8s var(--se-ease) .9s backwards; }
	.shpper-esim .se-ph-live i::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #2fb574; animation: se-ping 2s ease-out infinite; }
	.shpper-esim .se-ph-bars i { animation: se-bar 2.4s ease-in-out infinite; }
	.shpper-esim .se-ph-bars i:nth-child(2) { animation-delay: .15s; }
	.shpper-esim .se-ph-bars i:nth-child(3) { animation-delay: .3s; }
	.shpper-esim .se-ph-bars i:nth-child(4) { animation-delay: .45s; }
	.shpper-esim .se-chip { animation: se-pop .8s var(--se-spring) backwards, se-float 6s ease-in-out infinite; animation-delay: 1.1s, 2.2s; }
	.shpper-esim .se-chip--b { animation-delay: 1.3s, 2.8s; animation-duration: .8s, 7s; }
	.shpper-esim .se-chip--c { animation-delay: 1.5s, 3.2s; animation-duration: .8s, 8s; }
	.shpper-esim .se-sim { animation: se-sim 7s ease-in-out infinite; }
	.shpper-esim .se-cta__sim { animation: se-sim-small 6s ease-in-out infinite; }
	.shpper-esim .se-arc.is-active,
	.shpper-esim .se-map.is-world .se-arc { animation: se-dash 1.2s linear infinite; }
	.shpper-esim .se-pin.is-active i::after,
	.shpper-esim .se-pin--hub i::after { animation: se-ping-ring 2s ease-out infinite; }
	.shpper-esim .se-check__steps.is-shown li { animation: se-up .5s var(--se-ease) backwards; }
	.shpper-esim .se-check__steps.is-shown li:nth-child(2) { animation-delay: .07s; }
	.shpper-esim .se-check__steps.is-shown li:nth-child(3) { animation-delay: .14s; }
	.shpper-esim .se-qa[open] .se-qa__a { animation: se-drop .5s var(--se-ease); }

	/* Scroll reveals: the script arms only what is still below the fold. */
	.shpper-esim .se-armed { opacity: 0; transform: translate3d(0, 32px, 0); }
	.shpper-esim .se-armed.se-in {
		opacity: 1;
		transform: none;
		transition: opacity .8s var(--se-ease), transform .95s var(--se-ease);
		transition-delay: calc(var(--i, 0) * 90ms);
	}
}

/* ---- tablets ------------------------------------------------------------ */
@media (max-width: 1024px) {
	.shpper-esim .se-hero { padding: 150px 0 150px; }
	.shpper-esim .se-hero__grid { grid-template-columns: minmax(0, 1fr); }
	.shpper-esim .se-hero__copy { text-align: center; }
	.shpper-esim .se-lead { margin-inline: auto; }
	.shpper-esim .se-h1 .se-eyebrow { margin-inline: auto; }
	.shpper-esim .se-hero .se-stores,
	.shpper-esim .se-hero__foot,
	.shpper-esim .se-trust { justify-content: center; }
	.shpper-esim .se-art { width: min(100%, 470px); }
	.shpper-esim .se-hl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.shpper-esim .se-hl__item:nth-child(3)::before { display: none; }
	.shpper-esim .se-hl__item:nth-child(n+3) { border-top: 1px solid var(--se-line); }
	.shpper-esim .se-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.shpper-esim .se-plans__grid,
	.shpper-esim .se-compat__grid,
	.shpper-esim .se-faq__grid { grid-template-columns: minmax(0, 1fr); }
	.shpper-esim .se-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.shpper-esim .se-cta { position: relative; top: auto; }
}
@media (max-width: 880px) {
	.shpper-esim .se-hero { padding-top: 130px; }
}

/* ---- phones ------------------------------------------------------------- */
@media (max-width: 767px) {
	.shpper-esim { font-size: 15px; }
	.shpper-esim .se-hero { padding-bottom: 128px; }
	.shpper-esim .se-h1 { font-size: 38px; }
	.shpper-esim .se-lead { font-size: 16px; }
	.shpper-esim .se-hero .se-stores { margin-top: 28px; }
	.shpper-esim .se-store img { height: 44px; }
	.shpper-esim .se-art { width: 100%; max-width: 360px; }
	.shpper-esim .se-phone { width: 212px; padding: 9px; border-radius: 38px; }
	.shpper-esim .se-phone__screen { gap: 8px; padding: 13px 12px 13px; border-radius: 30px; }
	.shpper-esim .se-phone__screen::before { width: 70px; height: 19px; margin-left: -35px; top: 8px; }
	.shpper-esim .se-ph-head { margin-top: 6px; }
	.shpper-esim .se-ph-title { font-size: 12px; white-space: nowrap; }
	.shpper-esim .se-ph-live { padding: 3px 6px; font-size: 8.5px; }
	.shpper-esim .se-ph-plan { padding: 8px 10px; border-radius: 13px; }
	.shpper-esim .se-ph-flag { width: 28px; height: 28px; }
	.shpper-esim .se-ph-gauge { width: 116px; }
	.shpper-esim .se-ph-gauge__txt strong { font-size: 22px; }
	.shpper-esim .se-ph-stats span { padding: 7px 9px; border-radius: 11px; }
	.shpper-esim .se-ph-stats strong { font-size: 12px; }
	.shpper-esim .se-ph-btn { padding: 9px 6px; font-size: 11px; border-radius: 11px; }
	.shpper-esim .se-sim { width: 88px; }
	.shpper-esim .se-chip { gap: 6px; padding: 7px 10px; border-radius: 11px; font-size: 11px; }
	.shpper-esim .se-chip .se-ico { width: 15px; height: 15px; }
	.shpper-esim .se-chip--a { top: 26%; inset-inline-start: -3%; }
	.shpper-esim .se-chip--b,
	.shpper-esim .se-chip--c { display: none; }
	.shpper-esim .se-hl { padding: 6px; border-radius: 22px; }
	.shpper-esim .se-hl__item { grid-template-columns: minmax(0, 1fr); justify-items: center; row-gap: 6px; padding: 18px 10px; text-align: center; }
	.shpper-esim .se-hl__ico { grid-row: auto; width: 44px; height: 44px; border-radius: 14px; }
	.shpper-esim .se-hl__value { font-size: 26px; }
	.shpper-esim .se-hl__value small { font-size: 14px; }
	.shpper-esim .se-hl__label { font-size: 12.5px; }
	.shpper-esim .se-steps,
	.shpper-esim .se-features,
	.shpper-esim .se-devices { grid-template-columns: minmax(0, 1fr); }
	.shpper-esim .se-helps { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.shpper-esim .se-help { flex-wrap: wrap; gap: 14px; padding: 20px; }
	.shpper-esim .se-help__cta { margin-inline-start: 0; }
	.shpper-esim .se-steps,
	.shpper-esim .se-features { margin-top: 40px; gap: 16px; }
	.shpper-esim .se-step,
	.shpper-esim .se-feature { padding: 24px; }
	.shpper-esim .se-map-card,
	.shpper-esim .se-check,
	.shpper-esim .se-cta { padding: 22px; border-radius: 24px; }
	.shpper-esim .se-pin b { font-size: 10.5px; padding: 4px 8px; }
	.shpper-esim .se-qa summary { padding: 18px 0; font-size: 16px; }
	.shpper-esim .se-qa__icon { width: 30px; height: 30px; }
	.shpper-esim .se-qa__a { padding-inline-end: 0; font-size: 15px; }
	.shpper-esim .se-cta__title { font-size: 26px; }
}

@keyframes se-up { from { opacity: 0; transform: translate3d(0, 26px, 0); } to { opacity: 1; transform: none; } }
@keyframes se-drop { from { opacity: 0; transform: translate3d(0, -8px, 0); } to { opacity: 1; transform: none; } }
@keyframes se-art-in { from { opacity: 0; transform: translate3d(0, 44px, 0) scale(.95); } to { opacity: 1; transform: none; } }
@keyframes se-pop { from { opacity: 0; transform: translate3d(0, 14px, 0) scale(.8); } to { opacity: 1; transform: none; } }
@keyframes se-float { 50% { transform: translate3d(0, -10px, 0); } }
@keyframes se-spin { to { transform: rotate(360deg); } }
@keyframes se-ring { from { stroke-dashoffset: var(--se-ring); } }
@keyframes se-ping { from { transform: scale(1); opacity: .7; } to { transform: scale(3); opacity: 0; } }
@keyframes se-ping-ring { from { transform: scale(.6); opacity: .9; } to { transform: scale(1.6); opacity: 0; } }
@keyframes se-bar { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes se-sim { 0%, 100% { transform: translate3d(0, 0, 0) rotate(14deg); } 50% { transform: translate3d(0, -14px, 0) rotate(8deg); } }
@keyframes se-sim-small { 0%, 100% { transform: rotate(12deg); } 50% { transform: translate3d(0, -6px, 0) rotate(6deg); } }
@keyframes se-dash { to { stroke-dashoffset: -20; } }
