/* ==========================================================================
   NXTL GLOBAL ESIM — theme route CSS (product 25340)
   Source: design-mockups/02-global-esim/page.css
   Scoped to body.nxtl-global-esim. Frozen header/footer stay in homepage.css.
   ========================================================================== */

body.nxtl-global-esim.nxtl-saas-product-page {
  background-color: var(--c0) !important;
}

/* --------------------------------------------------------------------------
   Narrow resets (before component rules). Shared shell box-sizing lives in homepage.css.
   -------------------------------------------------------------------------- */
body.nxtl-global-esim .nxtl-global-esim-main,
body.nxtl-global-esim .nxtl-global-esim-main *,
body.nxtl-global-esim .nxtl-global-esim-main *::before,
body.nxtl-global-esim .nxtl-global-esim-main *::after {
  box-sizing: border-box;
}
:where(body.nxtl-global-esim .nxtl-global-esim-main h1, body.nxtl-global-esim .nxtl-global-esim-main h2, body.nxtl-global-esim .nxtl-global-esim-main h3, body.nxtl-global-esim .nxtl-global-esim-main h4, body.nxtl-global-esim .nxtl-global-esim-main p, body.nxtl-global-esim .nxtl-global-esim-main ul, body.nxtl-global-esim .nxtl-global-esim-main ol, body.nxtl-global-esim .nxtl-global-esim-main dl, body.nxtl-global-esim .nxtl-global-esim-main dd, body.nxtl-global-esim .nxtl-global-esim-main form, body.nxtl-global-esim .nxtl-global-esim-main fieldset, body.nxtl-global-esim .nxtl-global-esim-main figure) {
  margin-block: 0;
}
body.nxtl-global-esim .nxtl-global-esim-main {
  line-height: 1.55;
}

body.nxtl-global-esim .badge-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: var(--r-full);
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.nxtl-global-esim .badge-status--green {
  background: rgba(75, 190, 134, 0.12);
  color: var(--green);
  border: 1px solid rgba(75, 190, 134, 0.25);
}
body.nxtl-global-esim .badge-status--sand {
  background: rgba(212, 193, 174, 0.12);
  color: var(--sand);
  border: 1px solid rgba(212, 193, 174, 0.22);
}
body.nxtl-global-esim .badge-status--coral {
  background: rgba(255, 61, 90, 0.12);
  color: var(--nx-red);
  border: 1px solid rgba(255, 61, 90, 0.25);
}
body.nxtl-global-esim .badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
body.nxtl-global-esim .btn--text {
  height: auto;
  padding: 0;
  background: none;
  color: var(--nx-red);
  font-size: 0.8125rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  cursor: pointer;
  font-family: var(--ff);
}
body.nxtl-global-esim .btn--text:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* ==========================================================================
   NXTL GLOBAL ESIM — FINAL MICRO-POLISH (PROMPT 01E)
   Mockup Route: design-mockups/02-global-esim/
   Thesis: Premium travel editorial outside · NXTL dashboard precision inside
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. HERO SECTION & ATMOSPHERE
   -------------------------------------------------------------------------- */
.prod-hero {
  position: relative;
  padding-top: calc(var(--hdr) + 2rem);
  padding-bottom: 3.75rem;
  background-color: var(--c0);
  background-image: 
    radial-gradient(ellipse 680px 480px at 86% 36%, rgba(216, 0, 68, 0.10), transparent 70%),
    radial-gradient(ellipse 580px 380px at 14% 48%, rgba(216, 197, 178, 0.04), transparent 60%);
  border-bottom: 1px solid var(--b1);
  overflow: hidden;
}

/* Restrained travel-route/latitude line motif (5-7% opacity) */
.hero-geo-motif {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='700' viewBox='0 0 1200 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-50 180 C 250 80, 500 290, 850 140 C 1050 60, 1150 220, 1300 170' stroke='%23FFFFFF' stroke-width='1.2' stroke-dasharray='4 8'/%3E%3Cpath d='M-80 340 C 200 240, 420 460, 780 300 C 980 200, 1100 380, 1280 320' stroke='%23FF3D5A' stroke-width='1' stroke-dasharray='3 6'/%3E%3Ccircle cx='850' cy='140' r='3.5' fill='%23FF3D5A'/%3E%3Ccircle cx='780' cy='300' r='3' fill='%23D8C5B2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* Eyebrow spans above the grid */
.prod-hero-eyebrow {
  margin-bottom: 0.875rem;
}

/* Desktop Grid: H1 and Purchase Panel align at the exact same horizontal top line */
.prod-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 2.5rem;
  align-items: stretch;
  min-width: 0;
}

/* Left Media Column */
.prod-hero-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-width: 0;
  max-width: 100%;
}
.prod-hero-media > * {
  min-width: 0;
}
.prod-hero-media .h-hero {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.prod-hero-photo-wrap {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--b1);
  box-shadow: var(--sh-l);
  margin-top: 1.25rem;
  height: 310px; /* Reduced to 280-330px landscape crop */
  background-color: var(--c1);
}
.prod-hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.prod-hero-photo-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.05) 0%, rgba(10, 12, 18, 0.45) 60%, rgba(10, 12, 18, 0.88) 100%);
  pointer-events: none;
}

.prod-proof-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.125rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: var(--t2);
}
.prod-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.prod-proof-item svg {
  color: var(--green);
  flex-shrink: 0;
}

/* Right Column: Stretched Purchase Panel */
.prod-purchase-panel {
  background: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  padding: 1.875rem;
  box-shadow: var(--sh-l);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
}
.prod-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--b1);
  margin-bottom: 1rem;
}
.prod-panel-title {
  font-family: var(--ff);
  font-size: 1.1875rem;
  font-weight: 800;
  color: #FFFFFF;
}
.prod-panel-val-line {
  font-size: 0.75rem;
  color: var(--t2);
  margin-top: 2px;
}
.prod-panel-price {
  font-family: var(--ff);
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
}
.prod-panel-subprice {
  font-size: 0.75rem;
  color: var(--sand);
  font-weight: 600;
  margin-top: 4px;
  text-align: right;
}

.purchase-control-group {
  margin-bottom: 1rem;
}
.purchase-control-label {
  display: block;
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t2);
  margin-bottom: 0.5rem;
}
.purchase-stepper-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.purchase-stepper {
  display: inline-flex;
  align-items: center;
  background: var(--c2);
  border: 1px solid var(--b2);
  border-radius: var(--r-s);
  height: 46px;
  padding: 3px;
}
.purchase-stepper-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #FFFFFF;
  font-family: var(--ff);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: var(--r-xs);
  transition: background 0.15s var(--ease), opacity 0.15s var(--ease);
}
.purchase-stepper-btn:hover:not(:disabled) {
  background: var(--c3);
}
.purchase-stepper-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.purchase-stepper-input {
  min-width: 48px;
  max-width: 60px;
  text-align: center;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: var(--ff);
  font-weight: 800;
  font-size: 1.125rem;
  padding: 0 4px;
  -moz-appearance: textfield;
}
.purchase-stepper-input::-webkit-outer-spin-button,
.purchase-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.purchase-stepper-input:focus {
  outline: 2px solid var(--nx-red);
  border-radius: 3px;
}

.purchase-stepper-note {
  font-size: 0.75rem;
  color: var(--t2);
  line-height: 1.35;
}

/* Order Breakdown Box */
.purchase-summary-box {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.75rem 1rem;
  margin-bottom: 0.875rem;
}
.purchase-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
.purchase-summary-row:last-child {
  margin-bottom: 0;
  padding-top: 0.45rem;
  border-top: 1px dashed var(--b2);
}
.purchase-summary-label {
  color: var(--t2);
}
.purchase-summary-value {
  font-family: var(--ff);
  font-weight: 700;
  color: #FFFFFF;
  transition: opacity 0.18s var(--ease);
}
.purchase-summary-value--green {
  color: var(--green);
}
.purchase-summary-value--tokens {
  color: var(--sand);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.token-coin-icon {
  flex: 0 0 auto;
  filter: drop-shadow(0 1px 3px rgba(255, 61, 90, 0.35));
}
.purchase-summary-value--total {
  font-size: 1.125rem;
  font-weight: 800;
}

/* Primary CTA with restrained highlight sweep on hover/focus only */
.btn--sweep {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.btn--sweep::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
  pointer-events: none;
}
.btn--sweep:hover::after,
.btn--sweep:focus-visible::after {
  left: 140%;
}

.purchase-reassurance {
  font-size: 0.75rem;
  color: var(--green);
  font-weight: 600;
  text-align: center;
  margin-top: 0.625rem;
  line-height: 1.35;
}

.purchase-fineprint {
  font-size: 0.6875rem;
  color: var(--t3);
  line-height: 1.4;
  margin-top: 0.625rem;
  text-align: center;
}

.purchase-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--b1);
  min-width: 0;
}

.purchase-meta-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.15s var(--ease);
}

.purchase-compat-link {
  color: var(--nx-red);
  font-weight: 600;
  flex: 0 1 auto;
  white-space: nowrap;
}
.purchase-compat-link:hover,
.purchase-compat-link:focus-visible {
  color: #FFFFFF;
  text-decoration: underline;
}

.trustpilot-compact-line {
  font-size: 0.75rem;
  color: var(--t2);
  flex: 1 1 11.5rem;
  min-width: 0;
  margin-left: auto;
  text-align: right;
}
.trustpilot-meta-link {
  color: var(--t2);
  justify-content: flex-end;
  max-width: 100%;
}
.trustpilot-meta-link:hover,
.trustpilot-meta-link:focus-visible {
  color: #FFFFFF;
}

.trustpilot-star {
  color: var(--green);
  font-weight: 800;
  font-size: 0.8125rem;
  line-height: 1;
  flex: 0 0 auto;
}

.purchase-meta-icon {
  flex: 0 0 auto;
  display: block;
}

/* Small, premium reassurance strip inside lower purchase panel */
.purchase-reassurance-strip {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.75rem 0.875rem;
  margin-top: 0.875rem;
}
.reassurance-strip-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.375rem;
  text-align: center;
  letter-spacing: 0.02em;
}
.reassurance-strip-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.6875rem;
  color: var(--t2);
}
.reassurance-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.reassurance-strip-item svg {
  color: var(--nx-red);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   2. INCLUDED-VALUE SECTION (EQUAL-HEIGHT RECEIPT & NATURAL DISTRIBUTION)
   -------------------------------------------------------------------------- */
.receipt-sec-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: stretch; /* Stretch left and right columns to equal height */
}

.receipt-content-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Compact Comparison Row */
.value-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.value-compare-card {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.value-compare-card--nxtl {
  border-color: var(--ba);
  background: rgba(255, 61, 90, 0.05);
}
.value-compare-label {
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.value-compare-card--nxtl .value-compare-label {
  color: var(--nx-red);
}
.value-compare-desc {
  font-size: 0.75rem;
  color: var(--t2);
  line-height: 1.4;
}

/* Product Receipt Surface (<dl>) with Natural Space Occupancy */
.receipt-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--c1);
  background-image: radial-gradient(ellipse at top right, rgba(255, 61, 90, 0.08), transparent 70%);
  border: 1px solid var(--b2);
  border-left: 3px solid var(--nx-red);
  border-radius: var(--r-xl);
  padding: 1.875rem 2rem;
  box-shadow: var(--sh-l);
}
.receipt-kicker {
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nx-red);
  margin-bottom: 1rem;
}
.receipt-dl {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
}
.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.receipt-dt {
  font-size: 0.875rem;
  color: var(--t2);
  font-weight: 500;
}
.receipt-dd {
  font-family: var(--fm);
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  transition: opacity 0.18s var(--ease);
}
.receipt-dd--bal {
  color: var(--green);
}
.receipt-divider {
  height: 1px;
  background: var(--b2);
  margin: 0.25rem 0;
  border-style: dashed;
}
.receipt-row--total .receipt-dt {
  font-family: var(--ff);
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
.receipt-row--total .receipt-dd {
  font-family: var(--ff);
  font-size: 1.3125rem;
  font-weight: 800;
  color: #FFFFFF;
}

/* Premium Assurance Block at Bottom of Receipt Card */
.receipt-assurance-block {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--b1);
}
.receipt-assurance-title {
  display: block;
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}
.receipt-assurance-desc {
  font-size: 0.8125rem;
  color: var(--t2);
  line-height: 1.45;
  margin-bottom: 0.75rem;
}
.receipt-status-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: var(--sand);
  font-weight: 600;
}
.receipt-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--sand);
}

/* --------------------------------------------------------------------------
   3. ACTIVATION ROUTES & ARRIVAL CHECKLIST
   -------------------------------------------------------------------------- */
.sec--activation {
  position: relative;
  overflow: hidden;
}

/* Faint middle-section route-line motif */
.sec-route-motif {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='800' height='400' viewBox='0 0 800 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-100 200 C 150 120, 300 280, 500 160 C 650 70, 750 250, 950 180' stroke='rgba(255,255,255,0.035)' stroke-width='1.5' stroke-dasharray='6 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.act-routes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.25rem;
  position: relative;
  z-index: 2;
}
.act-route-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.2s var(--ease);
}
.act-route-card:hover {
  border-color: var(--b2);
}

/* Entry stagger animation (once, no loop) */
.act-route-card:nth-child(1) { animation: revealCard 0.4s var(--ease) 0.06s backwards; }
.act-route-card:nth-child(2) { animation: revealCard 0.4s var(--ease) 0.12s backwards; }
.act-route-card:nth-child(3) { animation: revealCard 0.4s var(--ease) 0.18s backwards; }

@keyframes revealCard {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.act-route-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}
.act-route-badge {
  font-family: var(--fm);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--nx-red);
  background: rgba(255, 61, 90, 0.12);
  padding: 3px 8px;
  border-radius: var(--r-s);
}
.act-route-icon {
  color: var(--t3);
}
.act-route-title {
  font-family: var(--ff);
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.act-route-desc {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.55;
}

/* Arrival Checklist */
.arrival-checklist-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem 1.875rem;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.checklist-items-row {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--t1);
}
.checklist-item-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--c2);
  border: 1px solid var(--b2);
  font-family: var(--fm);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. COMPRESSED COMPATIBILITY CHECKER (Target 340-380px Desktop)
   -------------------------------------------------------------------------- */
.compat-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.75rem;
  align-items: stretch;
  margin-top: 2rem;
  min-height: 350px;
  max-height: 400px;
}
.compat-form-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  padding: 1.625rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.compat-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}
.compat-field {
  margin-bottom: 0;
}
.compat-label {
  display: block;
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t2);
  margin-bottom: 0.35rem;
}
.compat-select {
  width: 100%;
  height: 42px;
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  padding: 0 0.875rem;
  color: #FFFFFF;
  font-family: var(--ff);
  font-size: 0.8125rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23949AA5' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 13px;
}
.compat-select:focus {
  border-color: var(--nx-red);
  outline: none;
}
.compat-output {
  margin-top: 0.875rem;
  padding: 0.875rem 1rem;
  border-radius: var(--r-m);
  border: 1px solid var(--b1);
  background: var(--c2);
  transition: border-color 0.18s var(--ease);
}
.compat-output-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.375rem;
}

/* Landscape replacement photo column */
.compat-media-col {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--b1);
  box-shadow: var(--sh-l);
  height: 100%;
  min-height: 350px;
  background: var(--c1);
}
.compat-media-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.compat-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 1rem;
  background: rgba(10, 12, 18, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--sand);
  border-top: 1px solid var(--b1);
  letter-spacing: 0.04em;
  text-align: center;
}

/* --------------------------------------------------------------------------
   5. MULTI-DEVICE PURCHASE UPSELL
   -------------------------------------------------------------------------- */
.multi-device-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.multi-device-figure {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  padding: 2rem 2.25rem;
  margin: 0;
}
.multi-hub-node {
  background: var(--c2);
  border: 1px solid var(--ba);
  border-radius: var(--r-l);
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 20px rgba(255, 61, 90, 0.08);
}
.multi-hub-balance {
  font-family: var(--ff);
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 4px;
  transition: opacity 0.18s var(--ease);
}
.multi-devices-diagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}
.multi-device-chip {
  background: var(--c2);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem 0.75rem;
  text-align: center;
}
.multi-device-chip svg {
  margin: 0 auto 6px;
  color: var(--nx-red);
}
.multi-device-chip strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.8125rem;
}
.multi-device-chip span {
  font-size: 0.6875rem;
  color: var(--t3);
}

/* --------------------------------------------------------------------------
   6. CHEAPEST & BEST COVERAGE (Static Articles — No Selectors)
   -------------------------------------------------------------------------- */
.static-routing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  margin-top: 2.25rem;
}
.static-routing-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.static-routing-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.static-routing-title {
  font-family: var(--ff);
  font-size: 1.3125rem;
  font-weight: 700;
  color: #FFFFFF;
}
.static-routing-desc {
  font-size: 0.9375rem;
  color: var(--t2);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.static-routing-meta {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--b1);
  font-size: 0.8125rem;
  color: var(--t2);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* --------------------------------------------------------------------------
   7. CONNECTIVITY GUARANTEE (Airport Silhouette Background)
   -------------------------------------------------------------------------- */
.guarantee-band {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--b1);
  box-shadow: var(--sh-l);
  margin-top: 2.5rem;
}
.guarantee-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.guarantee-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.guarantee-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 18, 0.96) 0%, rgba(10, 12, 18, 0.90) 55%, rgba(10, 12, 18, 0.70) 100%);
}
.guarantee-content {
  position: relative;
  z-index: 2;
  padding: 3.5rem 3rem;
  max-width: 820px;
}
.guarantee-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 2rem 0;
}
.guarantee-step-card {
  background: rgba(17, 19, 25, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1.25rem;
}

/* --------------------------------------------------------------------------
   8. FINAL TRANSACTIONAL ORDER RECAP (<aside>)
   -------------------------------------------------------------------------- */
.order-recap-aside {
  background: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  padding: 2.5rem 2.5rem;
  margin-top: 2rem;
  box-shadow: var(--sh-l);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.order-recap-info {
  max-width: 560px;
}
.order-recap-title {
  font-family: var(--ff);
  font-size: 1.625rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.order-recap-support {
  font-size: 0.9375rem;
  color: var(--t2);
  line-height: 1.55;
  margin-bottom: 0.5rem;
}
.order-recap-micro {
  font-size: 0.75rem;
  color: var(--sand);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   9. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .prod-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .prod-hero-media,
  .prod-purchase-panel {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .prod-hero-media > *,
  .prod-hero-photo-wrap,
  .prod-hero-photo-wrap img {
    min-width: 0;
    max-width: 100%;
  }
  .prod-purchase-panel {
    position: static;
    max-width: 600px;
    margin: 0 auto;
  }
  .receipt-sec-wrap {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.5rem;
  }
  .receipt-content-col,
  .receipt-card {
    height: auto;
  }
  .multi-device-wrap,
  .compat-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .compat-grid {
    max-height: none;
  }
  .compat-media-col {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    aspect-ratio: 16 / 9;
  }
  .act-routes-grid {
    grid-template-columns: 1fr;
  }
  .arrival-checklist-card {
    grid-template-columns: 1fr;
  }
  .static-routing-grid {
    grid-template-columns: 1fr;
  }
  .guarantee-steps-row {
    grid-template-columns: 1fr;
  }
  .order-recap-aside {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero-geo-motif {
    display: none;
  }
  .prod-purchase-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1.5rem 1.25rem;
  }
  .value-compare-grid {
    grid-template-columns: 1fr;
  }
  .multi-devices-diagram {
    grid-template-columns: 1fr;
  }
  .compat-form-card {
    padding: 1.25rem 1rem;
    max-width: 100%;
    min-width: 0;
  }
  .compat-fields-row {
    grid-template-columns: 1fr;
  }
  .arrival-checklist-card {
    padding: 1.5rem 1.25rem;
  }
  .arrival-checklist-card .btn {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .order-recap-aside {
    padding: 1.5rem 1.25rem;
  }
  .order-recap-aside .btn {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .guarantee-content {
    padding: 2.5rem 1.5rem;
  }
  .h-hero {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .prod-purchase-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1.25rem 1rem;
  }
  .purchase-stepper-row {
    flex-wrap: wrap;
  }
  .purchase-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
  .trustpilot-compact-line {
    margin-left: 0;
    text-align: left;
    width: 100%;
    flex-basis: auto;
  }
  .trustpilot-meta-link {
    justify-content: flex-start;
  }
  .arrival-checklist-card {
    padding: 1.25rem 1rem;
  }
  .checklist-item {
    align-items: flex-start;
  }
  .checklist-item span:last-child {
    word-break: break-word;
  }
  .order-recap-aside {
    padding: 1.25rem 1rem;
  }
  .guarantee-content {
    padding: 2rem 1rem;
  }
  .guarantee-content .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    height: auto;
    min-height: 46px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    box-sizing: border-box;
  }
  .compat-form-card .btn {
    white-space: normal;
    height: auto;
    min-height: 42px;
    padding: 0.5rem 0.75rem;
    line-height: 1.35;
  }
}








@media (max-width: 360px) {
  body.nxtl-global-esim .nxtl-global-esim-main .wrap {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  body.nxtl-global-esim .nxtl-global-esim-main .h-hero {
    font-size: clamp(2rem, 8.5vw, 2.85rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.nxtl-global-esim .nxtl-global-esim-main *,
  body.nxtl-global-esim .nxtl-global-esim-main *::before,
  body.nxtl-global-esim .nxtl-global-esim-main *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Cascade restore: beat .nxtl-shell select/button/input and Woo form.cart.
   Specificity must exceed .nxtl-shell button:not(.nav-dropdown-btn) (0,2,1)
   and .woocommerce form.cart. No broad !important.
   -------------------------------------------------------------------------- */
body.nxtl-global-esim .nxtl-global-esim-main .h-hero {
  font-size: clamp(2.85rem, 5.2vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}
body.nxtl-global-esim .nxtl-global-esim-main .prod-hero-media .h-hero {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
body.nxtl-global-esim .nxtl-global-esim-main .prod-panel-header > :first-child {
  min-width: 0;
  max-width: 62%;
}
body.nxtl-global-esim .nxtl-global-esim-main .prod-panel-header > :last-child {
  flex: 0 0 auto;
}
body.nxtl-global-esim .nxtl-global-esim-main .prod-panel-val-line {
  line-height: 1.55;
}
body.nxtl-global-esim .nxtl-global-esim-main form.cart.prod-purchase-panel {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  height: auto;
  box-sizing: border-box;
  background: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  padding: 1.875rem;
  box-shadow: var(--sh-l);
}
body.nxtl-global-esim .nxtl-global-esim-main form.cart.prod-purchase-panel .button,
body.nxtl-global-esim .nxtl-global-esim-main form.cart.prod-purchase-panel .single_add_to_cart_button.btn.btn--p {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  height: 44px;
  min-height: 44px;
  padding: 0 1.375rem;
  line-height: 1.2;
  background: var(--grad-accent);
  background-color: #D80044;
  background-image: var(--grad-accent);
  color: #FFFFFF;
  font-family: var(--ff);
  font-size: 0.9375rem;
  font-weight: 700;
  border: none;
  border-radius: var(--r-m);
  box-shadow: 0 4px 14px rgba(216, 0, 68, 0.28);
  cursor: pointer;
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  background-image: none;
  color: #FFFFFF;
  font-family: var(--ff);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: var(--r-xs);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-btn:hover:not(:disabled) {
  background: var(--c3);
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-btn:focus-visible {
  outline: 2px solid var(--nx-red);
  outline-offset: 2px;
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-input,
body.nxtl-global-esim .nxtl-global-esim-main input.purchase-stepper-input.qty {
  width: auto;
  min-width: 48px;
  max-width: 60px;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  background: transparent;
  background-image: none;
  border: none;
  color: #FFFFFF;
  font-family: var(--ff);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0 4px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-input::-webkit-outer-spin-button,
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-input:focus,
body.nxtl-global-esim .nxtl-global-esim-main .purchase-stepper-input:focus-visible {
  outline: 2px solid var(--nx-red);
  border-radius: 3px;
}

body.nxtl-global-esim .nxtl-global-esim-main .compat-label {
  display: block;
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t2);
  margin: 0 0 0.35rem;
}
body.nxtl-global-esim .nxtl-global-esim-main select.compat-select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 42px;
  min-height: 42px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.875rem;
  color: #FFFFFF;
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--c2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23949AA5' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 13px;
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
}
body.nxtl-global-esim .nxtl-global-esim-main select.compat-select:hover:not(:disabled) {
  border-color: var(--b2);
  background-color: var(--c2);
}
body.nxtl-global-esim .nxtl-global-esim-main select.compat-select:focus,
body.nxtl-global-esim .nxtl-global-esim-main select.compat-select:focus-visible {
  border-color: var(--nx-red);
  outline: none;
  box-shadow: 0 0 0 1px var(--nx-red);
}
body.nxtl-global-esim .nxtl-global-esim-main select.compat-select:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  color: var(--t3);
}
body.nxtl-global-esim .nxtl-global-esim-main .compat-form-card,
body.nxtl-global-esim .nxtl-global-esim-main .compat-form-card fieldset {
  min-width: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
}
body.nxtl-global-esim .nxtl-global-esim-main .compat-form-card {
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  padding: 1.625rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.nxtl-global-esim .nxtl-global-esim-main a.compat-devices-cta.btn.btn--s {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  min-height: 44px;
  margin: 0;
  padding: 0.5rem 1.125rem;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  overflow: visible;
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--t1);
  background: var(--c2);
  background-image: none;
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
}
body.nxtl-global-esim .nxtl-global-esim-main a.compat-devices-cta.btn.btn--s:hover {
  border-color: var(--b2);
  color: #FFFFFF;
}
body.nxtl-global-esim .nxtl-global-esim-main a.compat-devices-cta.btn.btn--s:focus-visible {
  outline: 2px solid var(--nx-red);
  outline-offset: 2px;
}
body.nxtl-global-esim .nxtl-global-esim-main .prod-hero-photo-wrap img,
body.nxtl-global-esim .nxtl-global-esim-main .compat-media-col img,
body.nxtl-global-esim .nxtl-global-esim-main .guarantee-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  body.nxtl-global-esim .nxtl-global-esim-main form.cart.prod-purchase-panel {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    align-self: stretch;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.nxtl-global-esim .nxtl-global-esim-main form.cart.prod-purchase-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1.5rem 1.25rem;
  }
  body.nxtl-global-esim .nxtl-global-esim-main .compat-form-card {
    padding: 1.25rem 1rem;
  }
}
@media (max-width: 480px) {
  body.nxtl-global-esim .nxtl-global-esim-main form.cart.prod-purchase-panel {
    padding: 1.25rem 1rem;
  }
  body.nxtl-global-esim .nxtl-global-esim-main a.compat-devices-cta.btn.btn--s {
    min-height: 44px;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 360px) {
  body.nxtl-global-esim .nxtl-global-esim-main .h-hero {
    font-size: clamp(2rem, 8.5vw, 2.85rem);
  }
}
