/* Extracted from redesigned/index.html for the nxtl theme. Mockup files are not modified. */

.nxtl-shell,
.nxtl-shell *,
.nxtl-shell *::before,
.nxtl-shell *::after {
  box-sizing: border-box;
}
html:has(body.nxtl-public),
body.nxtl-public {
  margin: 0;
  overflow-x: hidden;
}
.nxtl-shell *,
.nxtl-shell *::before,
.nxtl-shell *::after {
  margin: 0;
  padding: 0;
}
.nxtl-shell ul,
.nxtl-shell ol {
  list-style: none;
}
.nxtl-shell img,
.nxtl-shell picture,
.nxtl-shell svg {
  max-width: 100%;
}

.nxtl-shell{
  --coral:#FF3D5A;
  --coral-h:#ff6b80;
}


/* ==========================================================================
   NXTL eSIM — RESTRAINED CHARCOAL DESIGN SYSTEM
   Deep Blue-Charcoal (#0A0C12) · Slate Surfaces · NXTL Magenta-Red Accent
   ========================================================================== */
.nxtl-shell {
  /* Surfaces */
  --c0: #0A0C12;
  --c1: #111319;
  --c2: #161922;
  --c3: #1D212E;
  --ce: #141720;

  /* Hairlines */
  --b1: rgba(255, 255, 255, 0.08);
  --b2: rgba(255, 255, 255, 0.12);
  --ba: rgba(255, 61, 90, 0.35);
  --ba-strong: rgba(255, 61, 90, 0.65);

  /* Typography */
  --t1: #FFFFFF;
  --t2: #949AA5;
  --t3: #636B78;

  /* Accents */
  --nx-red: #FF3D5A;
  --nx-mag: #D80044;
  --grad-accent: linear-gradient(135deg, #FF3D5A 0%, #D80044 100%);
  --grad-glow: 0 6px 24px rgba(216, 0, 68, 0.28);

  /* Status */
  --green: #2ECA7F;
  --green-s: rgba(46, 202, 127, 0.12);
  --sand: #D8C5B2;

  /* Typography Scale */
  --ff: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --fb: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  --fm: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  /* Radii & Layout */
  --r-s: 6px;
  --r-m: 8px;
  --r-l: 12px;
  --r-xl: 16px;
  --r-full: 9999px;

  --wrap: 1180px;
  --hdr: 64px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}




/* Ensure smooth section navigation with header offset */
section[id], header[id], div[id] {
  scroll-margin-top: calc(var(--hdr) + 1.25rem);
}

.nxtl-skip {
  position: fixed;
  z-index: 10000;
  left: 16px;
  top: 16px;
  transform: translateY(-160%);
  background: var(--c1, #111319);
  color: var(--t1, #fff);
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--ff);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  border: 1px solid var(--b2, rgba(255, 255, 255, 0.12));
}
.nxtl-skip:focus,
.nxtl-skip:focus-visible {
  transform: none;
  outline: 3px solid var(--nx-red, #FF3D5A);
  outline-offset: 4px;
}






/* ==========================================================================
   TYPOGRAPHY & ACCENT DIVIDERS
   ========================================================================== */

.h-hero {
  font-family: var(--ff);
  font-size: clamp(2.85rem, 5.2vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.h-sec {
  font-family: var(--ff);
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.lead {
  font-size: 1.0625rem;
  color: var(--t2);
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--nx-red);
  margin-bottom: 0.375rem;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--nx-red);
  border-radius: 50%;
}

.nx-rule {
  width: 36px;
  height: 3px;
  background: var(--grad-accent);
  border-radius: 2px;
  margin: 0.5rem 0 1rem;
}
.nx-rule--center {
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sec {
  padding-top: clamp(4rem, 6vw, 5.25rem);
  padding-bottom: clamp(4rem, 6vw, 5.25rem);
  position: relative;
  border-bottom: 1px solid var(--b1);
}

.sec--alt {
  background-color: #0E1017;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff);
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s var(--ease);
  border: none;
  position: relative;
  user-select: none;
}
.btn:active {
  transform: scale(0.975);
}

.btn--p {
  background: var(--grad-accent);
  color: #FFFFFF;
  font-size: 0.9375rem;
  height: 44px;
  padding: 0 1.375rem;
  border-radius: var(--r-m);
  box-shadow: 0 4px 14px rgba(216, 0, 68, 0.28);
}
.btn--p:hover {
  box-shadow: var(--grad-glow);
  transform: translateY(-1px);
}
.btn--p:active {
  transform: scale(0.975);
  box-shadow: 0 2px 8px rgba(216, 0, 68, 0.2);
}

.btn--s {
  background-color: var(--c2);
  color: var(--t1);
  font-size: 0.875rem;
  height: 44px;
  padding: 0 1.125rem;
  border-radius: var(--r-m);
  border: 1px solid var(--b1);
}
.btn--s:hover {
  background-color: var(--c3);
  border-color: var(--b2);
  transform: translateY(-1px);
}
.btn--s:active {
  transform: scale(0.975);
}

.btn--lg {
  height: 46px;
  padding: 0 1.625rem;
  font-size: 0.9375rem;
  border-radius: var(--r-m);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* ==========================================================================
   HEADER (WORDPRESS SITE-WIDE COMPATIBLE WITH ACCESSIBLE DROPDOWNS)
   ========================================================================== */
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--hdr);
  z-index: 1000;
  overflow: visible;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), backdrop-filter 0.25s var(--ease);
  background: rgba(10, 12, 18, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--b1);
}
.hdr.scrolled {
  background: rgba(10, 12, 18, 0.94);
  border-bottom-color: var(--b2);
}
.hdr-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  overflow: visible;
}
.hdr-l {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
.logo {
  display: flex;
  align-items: center;
}
.logo svg {
  height: 32px;
  width: auto;
  display: block;
}

/* Primary Navigation Menu (WordPress Menu Structure) */
.nav {
  display: flex;
  align-items: center;
}
.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-item > a,
.nav-dropdown-btn {
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--t2);
  padding: 6px 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: none;
  transition: color 0.15s var(--ease);
  line-height: 1.4;
}
.menu-item > a:hover,
.nav-dropdown-btn:hover,
.menu-item.active > a,
.menu-item.current-menu-item > a,
.menu-item.is-current > a,
.nav-dropdown-btn.active,
.menu-item.open > .nav-dropdown-btn,
.menu-item.is-current-parent > .nav-dropdown-btn {
  color: #FFFFFF;
}
.menu-item > a::after,
.nav-dropdown-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--grad-accent);
  transition: width 0.2s var(--ease);
}
.menu-item > a:hover::after,
.menu-item.active > a::after,
.menu-item.current-menu-item > a::after,
.menu-item.is-current > a::after,
.nav-dropdown-btn.active::after {
  width: 100%;
}
.dropdown-chev {
  width: 11px;
  height: 11px;
  color: var(--t3);
  transition: transform 0.2s var(--ease), color 0.15s var(--ease);
  flex-shrink: 0;
}
.menu-item.open .dropdown-chev,
.nav-dropdown-btn[aria-expanded="true"] .dropdown-chev,
.acct-dropdown.open .dropdown-chev,
.acct-btn[aria-expanded="true"] .dropdown-chev {
  transform: rotate(180deg);
  color: var(--t1);
}

/* Submenu Dropdown Container */
.sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 205px;
  background: var(--c2);
  border: 1px solid var(--b2);
  border-radius: var(--r-m);
  padding: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: all 0.18s var(--ease);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.menu-item.open > .sub-menu,
.acct-dropdown.open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.sub-menu li {
  list-style: none;
  width: 100%;
}
.sub-menu a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: var(--r-s);
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--t2);
  text-decoration: none;
  transition: all 0.12s var(--ease);
  white-space: nowrap;
}
.sub-menu a:hover,
.sub-menu li.current-menu-item a,
.sub-menu a.active,
.sub-menu a[aria-current="page"] {
  background: var(--c3);
  color: #FFFFFF;
}

/* Header Right Cluster */
.hdr-r {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Currency Control */
.cur-ctl {
  position: relative;
}
.cur-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 0.6875rem;
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--t1);
  cursor: pointer;
  transition: all 0.15s var(--ease);
}
.cur-btn:hover {
  border-color: var(--b2);
  background-color: var(--c2);
}
.cur-btn svg {
  width: 12px;
  height: 12px;
  color: var(--t3);
  transition: transform 0.2s var(--ease);
}
.cur-ctl.open .cur-btn svg {
  transform: rotate(180deg);
}
.cur-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background-color: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-m);
  padding: 4px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: all 0.18s var(--ease);
  z-index: 100;
}
.cur-ctl.open .cur-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.cur-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border-radius: var(--r-s);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--t2);
  cursor: pointer;
  transition: all 0.12s var(--ease);
}
.cur-opt:hover {
  background-color: var(--c2);
  color: var(--t1);
}
.cur-opt.active {
  background: rgba(216, 0, 68, 0.14);
  color: var(--nx-red);
  font-weight: 700;
}
.cur-opt .cur-sym {
  font-family: var(--fm);
  font-weight: 600;
  font-size: 0.75rem;
}

/* Account Dropdown in Right Cluster */
.acct-dropdown {
  position: relative;
}
.acct-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 0.75rem;
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--t2);
  cursor: pointer;
  transition: all 0.15s var(--ease);
}
.acct-btn:hover {
  color: var(--t1);
  background-color: var(--c2);
  border-color: var(--b2);
}
.acct-dropdown.open .acct-btn {
  border-color: var(--ba);
  background-color: var(--c2);
  color: #FFFFFF;
}
.acct-dropdown.is-current-parent > .acct-btn {
  color: #FFFFFF;
}
.acct-dropdown .sub-menu {
  right: 0;
  left: auto;
  min-width: 180px;
}

/* Header Primary CTA */
.hdr-cta {
  height: 36px;
  padding: 0 1.125rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

/* Mobile Hamburger Button */
.mob-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: var(--r-s);
  background-color: var(--c2);
  border: 1px solid var(--b2);
  cursor: pointer;
  flex-shrink: 0;
}
.mob-btn span {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 1px;
  transition: all 0.2s var(--ease);
}
.mob-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-btn.active span:nth-child(2) { opacity: 0; }
.mob-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer geometry lives in nxtl-mobile-nav.css (mockup 37). */

/* ==========================================================================
   SECTION 1: HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: clamp(620px, calc(100vh - var(--hdr)), 880px);
  display: flex;
  align-items: center;
  padding-top: calc(var(--hdr) + 1.5rem);
  padding-bottom: 3.5rem;
  background-color: var(--c0);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
.hero-bg img,
.hero-bg-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 70% 68%;
  animation: heroKenBurns 18s ease-in-out infinite alternate;
}
.hero-bg-img {
  filter: brightness(0.88);
}
@keyframes heroKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.03); }
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 12, 18, 0.94) 0%, rgba(10, 12, 18, 0.82) 34%, rgba(10, 12, 18, 0.4) 62%, rgba(10, 12, 18, 0.16) 100%),
    linear-gradient(180deg, rgba(10, 12, 18, 0.4) 0%, rgba(10, 12, 18, 0.08) 28%, transparent 52%, rgba(10, 12, 18, 0.72) 100%);
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 3.25rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-left {
  display: flex;
  flex-direction: column;
}

.hero-title {
  margin-top: 0.25rem;
  margin-bottom: 0.875rem;
}
.hero-title span {
  color: var(--nx-red);
}

.hero-sub {
  font-size: 1.125rem;
  line-height: 1.58;
  color: #C9D0DC;
  margin-bottom: 0.75rem;
  max-width: 560px;
}
.hero-support-line {
  font-size: 0.875rem;
  color: #B4BCCB;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  max-width: 540px;
}

/* Value Allocation Rail (Architectural, Thin-Line Value Flow) */
.nxtl-shell {
  --val-bal-pct: 83.4%;
  --val-esim-pct: 16.6%;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.val-rail-fig {
  margin: 0 0 1.125rem;
  padding: 0;
  max-width: 490px;
  position: relative;
}
.val-rail-heading {
  font-family: var(--ff);
  font-size: 1.3125rem; /* ~21px */
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.val-rail-accent {
  color: var(--nx-red);
}
.val-rail-clarify {
  font-size: 0.8125rem; /* ~13px */
  color: #A6ADBA;
  line-height: 1.45;
  margin-top: 4px;
  margin-bottom: 0.75rem;
}
.val-rail-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5px;
}
.val-rail-eyebrow {
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8C93A2;
}
.val-rail-total-label {
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--t2);
  letter-spacing: 0.01em;
}

/* Thin Rail Line (83.4% Green Balance / 16.6% Coral eSIM) */
.val-rail-track {
  position: relative;
  height: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.val-rail-line {
  width: 100%;
  height: 2.5px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 1px;
  transform-origin: left center;
  animation: railDraw 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.val-rail-seg--bal {
  width: var(--val-bal-pct);
  height: 100%;
  background: var(--green);
  box-shadow: 0 0 6px rgba(75, 190, 134, 0.35);
  border-radius: 1px 0 0 1px;
}
.val-rail-node {
  position: absolute;
  left: var(--val-bal-pct);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1.5px solid var(--c0);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  z-index: 2;
  animation: nodeFade 0.4s ease 0.25s both;
}
.val-rail-seg--esim {
  width: var(--val-esim-pct);
  height: 100%;
  background: var(--coral);
  box-shadow: 0 0 6px rgba(255, 94, 112, 0.35);
  border-radius: 0 1px 1px 0;
}

/* Value Labels Beneath Rail */
.val-rail-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  animation: labelsFade 0.4s ease 0.25s both;
}
.val-rail-item {
  display: flex;
  flex-direction: column;
}
.val-rail-item--bal {
  align-items: flex-start;
}
.val-rail-item--esim {
  align-items: flex-end;
  text-align: right;
}
.val-rail-num {
  font-family: var(--ff);
  line-height: 1.1;
  white-space: nowrap;
}
.val-rail-num--dominant {
  font-size: 1.1875rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
.val-rail-num--esim {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: -0.01em;
}
.val-rail-desc {
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
  white-space: nowrap;
}
.val-rail-item--bal .val-rail-desc {
  color: var(--green);
}
.val-rail-item--esim .val-rail-desc {
  color: var(--t2);
}

@keyframes railDraw {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
@keyframes nodeFade {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes labelsFade {
  0% { opacity: 0; transform: translateY(2px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .val-rail-fig {
    margin-bottom: 1rem;
  }
  .val-rail-heading {
    font-size: 1.125rem;
  }
  .val-rail-clarify {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .val-rail-num--dominant {
    font-size: 1.0625rem;
  }
  .val-rail-num--esim {
    font-size: 0.9375rem;
  }
  .val-rail-desc {
    font-size: 0.5625rem;
    letter-spacing: 0.04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .val-rail-line {
    animation: none !important;
    transform: none !important;
  }
  .val-rail-node,
  .val-rail-labels {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.hero-micro {
  font-size: 0.75rem;
  color: #9DA5B4;
  margin-top: 0.75rem;
  margin-bottom: 1.125rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--b1);
  max-width: 500px;
}
.hero-stat-item {
  display: flex;
  flex-direction: column;
}
.hero-stat-n {
  font-family: var(--ff);
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--t1);
}
.hero-stat-l {
  font-size: 0.6875rem;
  color: #8C93A2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* Hero Right: Live Rate Instrument */
.hero-right {
  position: relative;
}
.hero-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(216, 0, 68, 0.075) 0%, rgba(216, 0, 68, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.hero-rate-instrument {
  background: rgba(18, 20, 27, 0.86);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--b2);
  border-radius: var(--r-xl);
  padding: 1.75rem;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.04);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: transform 0.25s var(--ease), border-color 0.25s;
}

.hero-dest-search-row {
  position: relative;
  margin-bottom: 0.875rem;
}
.hero-search-input {
  width: 100%;
  height: 44px;
  background-color: var(--c0);
  border: 1px solid var(--b2);
  border-radius: var(--r-m);
  padding: 0 1rem 0 2.5rem;
  color: var(--t1);
  font-family: var(--fb);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.55;
  transition: all 0.15s var(--ease);
}
.hero-search-input:hover {
  border-color: var(--b2);
  background-color: var(--c0);
}
.hero-search-input:focus {
  border-color: var(--nx-red);
  background-color: var(--c2);
  outline: none;
}
.hero-search-input::placeholder {
  color: var(--t3);
}
.hero-search-icon {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--t3);
  pointer-events: none;
}

.hero-combobox {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background-color: var(--c1);
  border: 1px solid var(--b2);
  border-radius: var(--r-m);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  max-height: 220px;
  overflow-y: auto;
  z-index: 50;
  display: none;
  padding: 4px;
}
.hero-combobox.open {
  display: block;
}
.hero-combo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: var(--r-s);
  cursor: pointer;
  transition: all 0.12s var(--ease);
  font-size: 0.8125rem;
}
.hero-combo-item:hover {
  background-color: var(--c2);
  color: var(--t1);
}
.hero-combo-item.selected {
  background: rgba(216, 0, 68, 0.15);
  color: var(--nx-red);
  font-weight: 700;
}
.hero-combo-l {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-combo-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1.125rem;
}
.hero-chip {
  padding: 3px 9px;
  font-size: 0.6875rem;
  font-weight: 700;
  border: 1px solid var(--b1);
  border-radius: var(--r-full);
  color: var(--t2);
  background-color: var(--c0);
  cursor: pointer;
  transition: all 0.15s var(--ease);
}
.hero-chip:hover {
  border-color: var(--b2);
  color: var(--t1);
}
.hero-chip.active {
  background: rgba(216, 0, 68, 0.15);
  border-color: var(--nx-red);
  color: var(--nx-red);
}

.lri-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--b1);
  margin-bottom: 1rem;
}
.lri-country-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lri-flag {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}
.lri-country-name {
  font-family: var(--ff);
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--t1);
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lri-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: var(--r-full);
  background: var(--c0);
  border: 1px solid var(--b1);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.lri-live-dot {
  width: 6px;
  height: 6px;
  background-color: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.5; }
}

.lri-rate-card {
  margin-bottom: 1rem;
}
.lri-rate-lbl {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--t3);
  margin-bottom: 4px;
}
.lri-rate-display {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 0.375rem;
}
.lri-rate-num {
  font-family: var(--ff);
  font-size: clamp(2.4rem, 3.6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--nx-red);
  background: var(--grad-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  transition: transform 0.2s var(--ease);
}
.lri-rate-unit {
  font-family: var(--ff);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--t2);
}

.lri-nets-wrap {
  margin-bottom: 1rem;
}
.lri-nets-lbl {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--t3);
  margin-bottom: 6px;
}
.lri-nets-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-height: 4.75rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.lri-net-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 3px 9px;
  background-color: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--t1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lri-net-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.lri-proof-box {
  background-color: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem 1rem;
  margin-bottom: 1.125rem;
}
.lri-proof-note {
  font-size: 0.8125rem;
  color: var(--t1);
  font-weight: 600;
  line-height: 1.45;
}
.lri-proof-sub {
  font-size: 0.6875rem;
  color: var(--t3);
  margin-top: 4px;
}

/* ==========================================================================
   SECTION 2: THE ESIM YOU KEEP (OPEN VERTICAL JOURNEY TIMELINE)
   ========================================================================== */
.keep-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-left: 1.75rem;
}
.keep-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--nx-red) 0%, rgba(255, 61, 90, 0.2) 100%);
  border-radius: 1px;
}
.keep-node {
  position: relative;
}
.keep-node::before {
  content: '';
  position: absolute;
  left: -1.75rem;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--c0);
  border: 2px solid var(--nx-red);
}
.keep-node:nth-child(4)::before {
  border-color: var(--green);
  background: var(--green);
}
.keep-node-t {
  font-family: var(--ff);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--t1);
  margin-bottom: 0.25rem;
}
.keep-node-d {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.55;
}

.phone-mock {
  position: relative;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
  border-radius: 40px;
  background: #030406;
  padding: 9px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.8);
}
.phone-mock::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 17px;
  background: #000000;
  border-radius: 10px;
  z-index: 10;
}
.phone-screen {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 9 / 19.5;
  background-color: var(--c0);
}
.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   SECTION 3: TRIP PLANNER (REBALANCED SUMMARY WITHOUT ROUTING SWITCHER)
   ========================================================================== */
.planner-canvas {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  border-radius: var(--r-l);
  overflow: visible;
  margin-top: 1.5rem;
  background-color: var(--c1);
  border: 1px solid var(--b1);
  align-items: stretch;
}
.planner-left {
  border-right: 1px solid var(--b1);
  display: flex;
  flex-direction: column;
  overflow: visible;
  min-width: 0;
}
.planner-hdr {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--b1);
  font-weight: 700;
  font-family: var(--ff);
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.planner-stops-list {
  flex-grow: 1;
}

.gb-pills {
  display: flex;
  gap: 3px;
  background-color: var(--c0);
  padding: 3px;
  border-radius: var(--r-s);
  border: 1px solid var(--b1);
}
.gb-pill {
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 4px;
  color: var(--t2);
  transition: all 0.12s var(--ease);
}
.gb-pill:hover {
  color: var(--t1);
}
.gb-pill.active {
  background: var(--grad-accent);
  color: #FFFFFF;
}

.calc-add-row {
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid var(--b1);
  position: relative;
  z-index: 4;
}
.planner-dest-search {
  position: relative;
  flex-grow: 1;
  min-width: 0;
}
.planner-dest-search .hero-search-icon {
  left: 0.875rem;
}
.planner-combobox {
  top: calc(100% + 6px);
  z-index: 80;
}
.calc-dest-select {
  flex-grow: 1;
  width: 100%;
  height: 42px;
  background-color: var(--c0) !important;
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  padding: 0 0.875rem 0 2.5rem;
  color: var(--t1) !important;
  font-size: 0.875rem;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
}
.calc-dest-select:focus {
  outline: none;
  border-color: var(--nx-red);
}

.planner-right {
  background-color: var(--c2);
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* Quiet explanatory basis note replacing routing switcher */
.planner-basis-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid var(--b1);
  font-size: 0.75rem;
  color: var(--t2);
  line-height: 1.45;
}
.planner-basis-icon {
  color: var(--nx-red);
  flex-shrink: 0;
  margin-top: 2px;
}

.planner-summary-table {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  background-color: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1.25rem;
}
.planner-sum-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.875rem;
}
.planner-sum-lbl {
  color: var(--t2);
}
.planner-sum-val {
  font-weight: 700;
  color: var(--t1);
}

.planner-status-banner {
  padding: 0.75rem 1rem;
  border-radius: var(--r-s);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.planner-status-banner.covered {
  background: var(--green-s);
  color: var(--green);
  border: 1px solid rgba(46, 202, 127, 0.25);
}
.planner-status-banner.topup {
  background: rgba(255, 61, 90, 0.12);
  color: var(--nx-red);
  border: 1px solid rgba(255, 61, 90, 0.25);
}

/* ==========================================================================
   SECTION 4: MORE WAYS TO STAY CONNECTED (STABLE CONTENT HEIGHT)
   ========================================================================== */
.uc-nav-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.uc-tab-btn {
  padding: 0.875rem 1.125rem;
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  text-align: left;
  transition: all 0.15s var(--ease);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uc-tab-btn:hover {
  border-color: var(--b2);
  background-color: var(--c2);
}
.uc-tab-btn.active {
  border-color: var(--nx-red);
  background-color: var(--c2);
  box-shadow: inset 3px 0 0 var(--nx-red);
}
.uc-tab-t {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--t1);
  margin-bottom: 2px;
}
.uc-tab-s {
  font-size: 0.75rem;
  color: var(--t3);
}

.uc-card {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  overflow: hidden;
}
.uc-photo-wrap {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.uc-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s var(--ease);
}
.uc-photo-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.05) 0%, rgba(17, 19, 25, 0.95) 100%);
}
.uc-content {
  padding: 1.5rem;
  /* Dynamically stabilized min-height prevents vertical shifting */
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uc-content h3 {
  font-family: var(--ff);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.uc-content p {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.uc-note {
  font-size: 0.75rem;
  color: var(--sand);
  line-height: 1.45;
  margin-top: auto;
}

/* ==========================================================================
   SECTION 5: DESTINATIONS (SPLIT HEADER & 12-COLUMN 2-ROW MOSAIC)
   ========================================================================== */
.dest-sec-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.dest-head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dest-all-btn {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}

.dest-mosaic-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}
.dest-card {
  position: relative;
  border-radius: var(--r-l);
  overflow: hidden;
  border: 1px solid var(--b1);
  transition: border-color 0.2s, transform 0.25s var(--ease);
  cursor: pointer;
  background-color: var(--c1);
}
.dest-card:hover {
  border-color: var(--b2);
  transform: translateY(-2px);
}
.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}
.dest-card:hover img {
  transform: scale(1.02);
}
.dest-card-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 12, 18, 0.92) 0%, rgba(10, 12, 18, 0.25) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
}
.dest-card-top {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dest-card-sub {
  font-size: 0.6875rem;
  color: var(--t2);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dest-card-rate {
  color: var(--nx-red);
  font-family: var(--ff);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.dest-card-action {
  font-size: 0.75rem;
  color: #FFFFFF;
  font-weight: 600;
  opacity: 0.85;
  transition: opacity 0.15s;
}
.dest-card:hover .dest-card-action {
  opacity: 1;
  color: var(--nx-red);
}

/* Row 1: France (8 cols), Italy (4 cols) */
.dc-row1-fr {
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}
.dc-row1-it {
  grid-column: span 4;
}

/* Row 2: Japan (3), USA (3), Thailand (3), Turkey (3) */
.dc-row2-item {
  grid-column: span 3;
  aspect-ratio: 4 / 3.2;
}

/* ==========================================================================
   SECTION 6: BUY DATA, NOT A DEADLINE (INTERACTIVE PARALLEL TIMELINES)
   ========================================================================== */
.timeline-canvas {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tl-track-card {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
}
.tl-track-hdr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.25rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid var(--b1);
}
.tl-track-title {
  font-family: var(--ff);
  font-size: 1.125rem;
  font-weight: 700;
}
.tl-track-status {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tl-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}
.tl-step-box {
  background-color: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1rem;
}
.tl-step-num {
  font-family: var(--fm);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--t3);
  margin-bottom: 4px;
}
.tl-step-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--t1);
  margin-bottom: 2px;
}
.tl-step-desc {
  font-size: 0.75rem;
  color: var(--t2);
  line-height: 1.45;
}

/* ==========================================================================
   SECTION 7: CHEAPEST OR BEST COVERAGE
   ========================================================================== */
.cov-tabs {
  display: flex;
  background-color: var(--c0);
  padding: 4px;
  border-radius: var(--r-s);
  border: 1px solid var(--b1);
  margin-bottom: 1.25rem;
}
.cov-tab-btn {
  flex: 1;
  padding: 8px 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--t2);
  border-radius: 4px;
  text-align: center;
  transition: all 0.15s var(--ease);
}
.cov-tab-btn.active {
  background-color: var(--c2);
  color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* ==========================================================================
   SECTION 8: APP, ACCOUNT AND REWARDS
   ========================================================================== */
.feat-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
.feat-row {
  display: block;
  width: 100%;
  text-align: left;
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: all 0.15s var(--ease);
}
.feat-row:hover {
  border-color: var(--b2);
  background-color: var(--c2);
}
.feat-row.active {
  border-color: var(--nx-red);
  background-color: var(--c2);
  box-shadow: inset 3px 0 0 var(--nx-red);
}
.feat-row-t {
  font-family: var(--ff);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--t1);
  margin-bottom: 2px;
}
.feat-row-d {
  font-size: 0.8125rem;
  color: var(--t2);
  line-height: 1.45;
}

.rewards-proof-band {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem 1.75rem;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

/* ==========================================================================
   SECTION 9: SHARED BALANCE
   ========================================================================== */
.bal-module-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
.bal-card-box {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.bal-bg-contour {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.035;
  color: var(--nx-red);
  pointer-events: none;
  z-index: 1;
}

/* ==========================================================================
   SECTION 10: INSTALLATION (CONTINUOUS HORIZONTAL SETUP PATH ON DESKTOP)
   ========================================================================== */
.install-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  position: relative;
}
.install-track::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 30px;
  right: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--nx-red) 0%, rgba(255, 61, 90, 0.2) 100%);
  z-index: 1;
}
.install-step-card {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.install-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--c0);
  border: 2px solid var(--nx-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff);
  font-weight: 800;
  font-size: 0.8125rem;
  color: var(--nx-red);
  margin-bottom: 1rem;
}

/* ==========================================================================
   SECTION 11: CONNECTIVITY GUARANTEE
   ========================================================================== */
.guar-box {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
}
.guar-inner {
  padding: 2.5rem;
}
.guar-box picture,
.guar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#phoneAppImg {
  transition: opacity 0.14s var(--ease);
}
.guar-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin: 1.5rem 0;
}
.guar-step {
  background-color: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 0.875rem;
}

/* ==========================================================================
   SECTION 12: CUSTOMER TRUST (SEMANTIC & ACCESSIBLE CAROUSEL/GRID)
   ========================================================================== */
.trust-band {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-xl);
  padding: 2.25rem;
  margin-top: 1.5rem;
}
.trust-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--b1);
  margin-bottom: 1.5rem;
}
.trust-quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.trust-card {
  background-color: var(--c0);
  border: 1px solid var(--b1);
  border-radius: var(--r-m);
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trust-quote-text {
  font-size: 0.9375rem;
  color: var(--t1);
  line-height: 1.5;
  margin-bottom: 1rem;
  font-style: italic;
}
.trust-author {
  font-size: 0.75rem;
  color: var(--t3);
  font-weight: 600;
}
.trust-author a,
.trust-author a:link,
.trust-author a:visited,
.trust-author a:hover,
.trust-author a:focus {
  color: inherit;
  text-decoration: none;
}

.trust-mobile-controls {
  display: none;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.trust-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: var(--r-s);
  background-color: var(--c2);
  border: 1px solid var(--b1);
  color: var(--t1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* ==========================================================================
   SECTION 13: FAQ (CSS GRID ROW EXPANSION - NEVER CLIPS CONTENT)
   ========================================================================== */
.faq-list {
  max-width: 820px;
  margin: 1.75rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq-item {
  background-color: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  overflow: hidden;
  transition: border-color 0.15s;
}
.faq-item.open {
  border-color: var(--b2);
}
.faq-q,
.nxtl-shell .faq-item > .faq-q,
body.woocommerce .nxtl-shell .faq-q {
  width: 100%;
  padding: 1.125rem 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--t1) !important;
  cursor: pointer;
  background: var(--c1) !important;
  background-color: var(--c1) !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}
.faq-q span {
  background: none !important;
  color: inherit;
}
.faq-chev {
  width: 16px;
  height: 16px;
  color: var(--t3);
  transition: transform 0.25s var(--ease);
  flex-shrink: 0;
  margin-left: 0.75rem;
}
.faq-item.open .faq-chev {
  transform: rotate(180deg);
  color: var(--nx-red);
}

/* Smooth Grid Row Expansion */
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s var(--ease), padding 0.25s ease;
  padding: 0 1.375rem;
}
.faq-item.open .faq-a {
  grid-template-rows: 1fr;
  padding: 0 1.375rem 1.25rem;
}
.faq-a-inner {
  overflow: hidden;
}
.faq-a-inner p {
  font-size: 0.875rem;
  color: var(--t2);
  line-height: 1.6;
}

.faq-support-band {
  margin-top: 1.75rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: var(--t2);
}

/* ==========================================================================
   SECTION 14: FINAL CTA (CINEMATIC PANORAMIC DESTINATION PHOTOGRAPHY)
   ========================================================================== */
.final-cta-cinematic {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--b2);
  padding: 4.5rem 2rem;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.8);
}
.final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.final-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-cta-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.75) 0%, rgba(10, 12, 18, 0.92) 100%);
}
.final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}

/* ==========================================================================
   HERO & FOOTER APP STORE BADGES (REUSABLE COMPONENT & OPTICAL SIZING)
   ========================================================================== */
.hero-apps {
  margin-top: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-apps-label {
  font-size: 0.8125rem;
  color: var(--t2);
  line-height: 1.4;
}
.app-badges-row {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
  flex-wrap: wrap;
}
.nxtl-shell .app-badge-lk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 36px;
  width: auto;
  line-height: 0;
  border-radius: 6px;
  transition: transform 0.18s var(--ease), opacity 0.18s var(--ease), filter 0.18s var(--ease);
  outline-offset: 2px;
}
.nxtl-shell .app-badge-lk:hover {
  transform: translateY(-1px);
  opacity: 0.94;
  filter: brightness(1.08);
}
.nxtl-shell .app-badge-lk:active {
  transform: scale(0.98);
}
.nxtl-shell .app-badge-lk img,
.nxtl-shell .app-badge-img,
.nxtl-shell .app-badge-img--apple,
.nxtl-shell .app-badge-img--google {
  display: block !important;
  height: 36px !important;
  width: auto !important;
  max-width: none !important;
  max-height: 36px !important;
  line-height: 0;
  object-fit: contain;
}

@media (max-width: 480px) {
  .nxtl-shell .app-badge-lk {
    height: 32px;
  }
  .nxtl-shell .app-badge-lk img,
  .nxtl-shell .app-badge-img,
  .nxtl-shell .app-badge-img--apple,
  .nxtl-shell .app-badge-img--google {
    height: 32px !important;
    max-height: 32px !important;
  }
}

/* Rate disclaimer inside hero live rate card */
.lri-rate-prefix {
  font-size: 1.125rem;
  color: var(--t2);
  font-weight: 600;
  margin-right: 2px;
}
.lri-rate-disclaimer {
  font-size: 0.6875rem;
  color: var(--t3);
  margin-top: 5px;
  line-height: 1.35;
}

/* ==========================================================================
   SECTION 15: EXPANDED 4-LEVEL FOOTER
   ========================================================================== */
.ftr {
  background-color: #07080C;
  border-top: 1px solid var(--b1);
  padding: 4.5rem 0 2.5rem;
  color: var(--t2);
  font-size: 0.8125rem;
  position: relative;
}

/* LEVEL A: Brand, Contact, Apps, Utilities */
.ftr-level-a {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 1.1fr 0.9fr;
  gap: 2.5rem;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid var(--b1);
}
.ftr-brand-logo svg {
  height: 32px !important;
  width: auto !important;
  max-width: 128px;
  display: block;
  margin-bottom: 0.875rem;
}
.ftr-brand-logo .nxtl-brand-lockup {
  width: 152px !important;
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-bottom: 0.875rem;
}
.ftr-brand-desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--t2);
  margin-bottom: 0.75rem;
}
.ftr-brand-proof {
  font-size: 0.75rem;
  color: var(--sand);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ftr-block-t {
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t1);
  margin-bottom: 0.875rem;
}
.ftr-contact-addr {
  font-style: normal;
  line-height: 1.6;
  color: var(--t2);
  margin-bottom: 0.5rem;
}
.ftr-contact-mail {
  color: var(--coral);
  font-weight: 600;
  display: inline-block;
  transition: color 0.15s var(--ease);
  text-decoration: none;
}
.ftr-contact-mail:hover,
.ftr-contact-mail:focus,
.ftr-contact-mail:focus-visible {
  color: var(--coral-h);
  text-decoration: none;
}

/* Level A Utility (Currency + Social) */
.ftr-util-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ftr-cur-ctl .cur-menu {
  bottom: calc(100% + 6px);
  top: auto;
  transform: translateY(4px);
}
.ftr-cur-ctl.open .cur-menu {
  transform: translateY(0);
}
.ftr-social-t {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t1);
  margin-bottom: 0.5rem;
}
.ftr-social-icons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.ftr-social-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--c1);
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  color: var(--t2);
  transition: all 0.15s var(--ease);
}
.ftr-social-icon:hover {
  color: var(--t1);
  background: var(--c2);
  border-color: var(--b2);
  transform: translateY(-1px);
}
.ftr-social-icon:active {
  transform: scale(0.96);
}

/* LEVEL B: Primary Site Menus (5 Groups) */
.ftr-level-b {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 2.75rem 0;
  border-bottom: 1px solid var(--b1);
}
.ftr-menu-group {
  display: flex;
  flex-direction: column;
}
.ftr-menu-group summary {
  list-style: none;
  cursor: default;
}
.ftr-menu-group summary::-webkit-details-marker {
  display: none;
}
.ftr-menu-t {
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--t1);
  margin-bottom: 1rem;
}
.ftr-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.ftr-menu-list a {
  color: var(--t2);
  font-size: 0.8125rem;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.15s var(--ease);
}
.ftr-menu-list a:hover {
  color: var(--t1);
}

/* LEVEL C: Destination & Comparison Indexes */
.ftr-level-c {
  padding: 2.25rem 0;
  border-bottom: 1px solid var(--b1);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ftr-index-block {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.ftr-index-lbl {
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sand);
}
.ftr-index-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.125rem;
}
.ftr-index-links a {
  font-size: 0.8125rem;
  color: var(--t2);
  text-decoration: none;
  transition: color 0.15s var(--ease);
}
.ftr-index-links a:hover {
  color: var(--t1);
}

/* LEVEL D: Legal Bar */
.ftr-level-d {
  padding-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  color: var(--t3);
}
.ftr-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ftr-legal-links a {
  color: var(--t3);
  text-decoration: none;
  transition: color 0.15s var(--ease);
}
.ftr-legal-links a:hover {
  color: var(--t1);
}


/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1366px) and (min-width: 1025px) {
  .hero-rate-instrument {
    padding: 1.25rem 1.375rem;
  }
  .lri-rate-num {
    font-size: clamp(1.75rem, 2.2vw, 2.2rem);
  }
  .lri-top {
    padding-bottom: 0.625rem;
    margin-bottom: 0.75rem;
  }
  .lri-rate-card,
  .lri-nets-wrap {
    margin-bottom: 0.75rem;
  }
  .hero-chips {
    margin-bottom: 0.75rem;
  }
  .lri-proof-box {
    padding: 0.75rem 0.875rem;
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: calc(var(--hdr) + 0.35rem);
    padding-bottom: 1.15rem;
  }
  .hero-bg {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: min(72vh, 36rem);
    bottom: auto;
  }
  .hero-bg picture,
  .hero-bg img,
  .hero-bg-img {
    object-position: 72% 62%;
    opacity: 1;
    animation: none;
  }
  .hero-bg-img {
    filter: brightness(0.96);
  }
  .hero-veil {
    background:
      linear-gradient(90deg, rgba(10, 12, 18, 0.5) 0%, rgba(10, 12, 18, 0.22) 52%, rgba(10, 12, 18, 0.08) 100%),
      linear-gradient(180deg, rgba(10, 12, 18, 0.32) 0%, rgba(10, 12, 18, 0.4) 36%, rgba(10, 12, 18, 0.78) 82%, #0A0C12 100%);
  }
  .hero-layout {
    margin-top: 0;
    padding-top: 0;
    gap: 1.15rem;
  }
  .eyebrow {
    margin-bottom: 0.2rem;
  }
  .hero-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0.4rem;
    text-shadow: 0 8px 28px rgba(10, 12, 18, 0.45);
  }
  .h-hero {
    font-size: clamp(2.35rem, 9.2vw, 2.85rem);
  }
  .hero-sub {
    font-size: 1rem;
    line-height: 1.45;
    margin-bottom: 0.3rem;
    color: #E8EDF6;
  }
  .hero-support-line {
    margin-bottom: 0.65rem;
    color: #C5CDD9;
  }
  .val-rail-fig {
    margin-bottom: 0.75rem;
  }
  .val-rail-clarify {
    margin-bottom: 0.5rem;
  }
  .hero-micro {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .hero-stats {
    padding-top: 0.7rem;
    gap: 0.7rem 1.1rem;
  }
  .hero-apps {
    margin-top: 0.75rem;
  }
  .hero-layout, .split, .planner-canvas, .bal-module-grid, .guar-box, .rewards-proof-band {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-layout {
    gap: 1.15rem;
  }
  .hero-sub {
    color: #E8EDF6;
  }
  .hero-support-line {
    color: #C5CDD9;
  }
  .val-rail-clarify {
    color: #C5CDD9;
  }
  .hero-micro {
    color: #B4BCCB;
  }
  .hero-apps-label {
    color: #C5CDD9;
  }
  .hero-right::before {
    display: none;
  }
  .hero-rate-instrument {
    padding: 1.25rem;
  }
  .ftr-level-a {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .ftr-level-b {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .install-track { grid-template-columns: repeat(2, 1fr); }
  .install-track::before { display: none; }
  .tl-steps-row { grid-template-columns: repeat(2, 1fr); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}

/* Navigation collapse at 960px to prevent crowding */
@media (max-width: 960px) {
  .nav, .hdr-r .acct-dropdown, .hdr-r .acct-lk, .hdr-r .hdr-cta { display: none !important; }
  .mob-btn { display: flex !important; }
  .dest-sec-head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: flex-start;
  }
  .dest-mosaic-12 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dc-row1-fr {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
  }
  .dc-row1-it {
    grid-column: span 1;
  }
  .dc-row2-item {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .wrap { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hdr-in { gap: 0.5rem; }
  .hdr-r { gap: 0.5rem; }
  .tl-steps-row { grid-template-columns: 1fr; }
  .guar-steps { grid-template-columns: 1fr; }
  .ftr-grid { grid-template-columns: 1fr; }
  
  /* Horizontal scroll-snap for use-cases on mobile */
  .uc-nav-scroll {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.75rem;
  }
  .uc-tab-btn {
    flex: 0 0 240px;
    scroll-snap-align: start;
  }

  /* Horizontal scroll-snap for reviews on mobile */
  .trust-quotes-grid {
    grid-template-columns: repeat(3, 85vw);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.75rem;
  }
  .trust-card {
    scroll-snap-align: start;
  }
  .trust-mobile-controls {
    display: flex;
  }
}

@media (max-width: 640px) {
  .dest-mosaic-12 {
    grid-template-columns: 1fr;
  }
  .dc-row1-fr, .dc-row1-it, .dc-row2-item {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
  .install-track { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
}
  

/* Theme glue: admin bar, lockup, body offset. Help underline follows the mockup:
   nav links underline on hover; the Help button does not keep an underline while open. */
body.admin-bar .nxtl-shell .hdr { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .nxtl-shell .hdr { top: 46px; }
}
.nxtl-shell .menu-item > a:hover::after {
  width: 100%;
}
.nxtl-shell .logo .nxtl-brand-lockup,
.nxtl-shell .hdr .nxtl-brand-lockup {
  width: 128px !important;
  height: auto !important;
  max-width: 128px !important;
  max-height: none !important;
  display: block;
  object-fit: contain;
}
body.nxtl-public,
body.nxtl-public .nxtl-shell {
  font-family: var(--fb) !important;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--t1);
  background-color: var(--c0);
}
body.nxtl-home .nxtl-shell h1,
body.nxtl-home .nxtl-shell h2,
body.nxtl-home .nxtl-shell h3,
body.nxtl-home .nxtl-shell h4,
body.nxtl-home .nxtl-shell h5,
body.nxtl-home .nxtl-shell h6 {
  font-family: var(--ff) !important;
  color: var(--t1);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-wrap: wrap;
}
body.nxtl-home .nxtl-shell h1:not(.h-hero),
body.nxtl-home .nxtl-shell h2:not(.h-sec):not(.h-hero) {
  font-size: unset;
  font-weight: 700;
}
.nxtl-shell .h-hero,
.nxtl-home .nxtl-shell h1.h-hero {
  font-family: var(--ff) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.04 !important;
}
.nxtl-shell .h-sec {
  font-family: var(--ff) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}
.nxtl-home .nxtl-main p {
  max-width: none;
}
.nxtl-home .nxtl-shell .lead,
.nxtl-home .nxtl-shell .hero-sub {
  max-width: 620px;
}
.nxtl-public:not(.nxtl-home) .nxtl-main {
  padding-top: var(--hdr, 64px);
}
.nxtl-shell .hdr { position: fixed; }
.nxtl-shell {
  overflow: visible;
  background: var(--c0);
  color: var(--t1);
  font-family: var(--fb);
}
body.nxtl-public {
  background: var(--c0);
  color: var(--t1);
}
.nxtl-shell button:not(.nav-dropdown-btn),
.nxtl-shell input:not(.hero-search-input),
.nxtl-shell select,
.nxtl-shell textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
.nxtl-shell button {
  cursor: pointer;
}
.nxtl-shell input[type="search"]::-webkit-search-decoration,
.nxtl-shell input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.nxtl-shell .dest-card,
.nxtl-shell button.dest-card {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  color: inherit;
  text-decoration: none;
  font: inherit;
  background-color: var(--c1);
  background-image: none;
  border: 1px solid var(--b1);
  border-radius: var(--r-l);
  appearance: none;
  -webkit-appearance: none;
}
.nxtl-shell button.feat-row,
.nxtl-shell button.uc-tab-btn,
.nxtl-shell button.cov-tab-btn {
  font: inherit;
  color: inherit;
}
.nxtl-shell button.feat-row,
.nxtl-shell button.uc-tab-btn {
  background-color: var(--c1);
}
.nxtl-shell button.feat-row:hover,
.nxtl-shell button.uc-tab-btn:hover,
.nxtl-shell button.feat-row.active,
.nxtl-shell button.uc-tab-btn.active {
  background-color: var(--c2);
}
.nxtl-shell button.cov-tab-btn.active {
  background-color: var(--c2);
}
.nxtl-shell .dest-card picture {
  display: block;
  width: 100%;
  height: 100%;
}
.nxtl-shell .cur-opt {
  width: 100%;
  text-align: left;
  background: transparent;
}
.nxtl-shell .hero-combo-item {
  width: 100%;
  background: transparent;
  border: 0;
  color: inherit;
}
.nxtl-shell .phone-screen picture,
.nxtl-shell .phone-screen img {
  width: 100%;
  height: auto;
}
.nxtl-shell .lri-add,
.nxtl-shell #lriAddBtn {
  display: inline-flex;
  text-decoration: none;
}

.nxtl-shell button.cur-btn,
.nxtl-shell .cur-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 0.6875rem;
  background: var(--c1);
  background-color: var(--c1);
  background-image: none;
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  font-family: var(--ff);
  font-size: 0.75rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--t1);
  appearance: none;
  -webkit-appearance: none;
}
.nxtl-shell button.cur-btn:hover,
.nxtl-shell .cur-btn:hover {
  border-color: var(--b2);
  background-color: var(--c2);
}
.nxtl-shell button.acct-btn,
.nxtl-shell .acct-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 0.75rem;
  background: var(--c1);
  background-color: var(--c1);
  background-image: none;
  border: 1px solid var(--b1);
  border-radius: var(--r-s);
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--t2);
  appearance: none;
  -webkit-appearance: none;
}
.nxtl-shell button.acct-btn:hover,
.nxtl-shell .acct-btn:hover {
  color: var(--t1);
  background-color: var(--c2);
  border-color: var(--b2);
}
.nxtl-shell .acct-dropdown.open .acct-btn {
  border-color: var(--ba);
  background-color: var(--c2);
  color: #FFFFFF;
}
.nxtl-shell .acct-dropdown.is-current-parent > .acct-btn {
  color: #FFFFFF;
}
.nxtl-shell a.btn,
.nxtl-shell button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff);
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.nxtl-shell a.btn--p,
.nxtl-shell button.btn--p,
.nxtl-shell .btn.btn--p {
  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;
  height: 44px;
  padding: 0 1.375rem;
  border-radius: var(--r-m);
  box-shadow: 0 4px 14px rgba(216, 0, 68, 0.28);
}
.nxtl-shell a.hdr-cta,
.nxtl-shell .hdr-cta.btn--p {
  height: 36px;
  padding: 0 1.125rem;
  font-size: 0.8125rem;
}
.nxtl-shell a.btn--s,
.nxtl-shell button.btn--s,
.nxtl-shell .btn.btn--s {
  background: var(--c2);
  background-color: var(--c2);
  background-image: none;
  color: var(--t1);
  font-family: var(--ff);
  font-size: 0.875rem;
  font-weight: 700;
  height: 44px;
  padding: 0 1.125rem;
  border-radius: var(--r-m);
  border: 1px solid var(--b1);
}
.nxtl-shell button.mob-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: var(--r-s);
  background: var(--c2);
  background-color: var(--c2);
  background-image: none;
  border: 1px solid var(--b2);
}
@media (max-width: 960px) {
  .nxtl-shell button.mob-btn {
    display: flex;
  }
}
.nxtl-shell button.cur-opt,
.nxtl-shell .cur-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 7px 10px;
  border-radius: var(--r-s);
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: left;
  color: var(--t2);
  background: transparent;
  background-color: transparent;
  border: 0;
}
.nxtl-shell button.cur-opt:hover,
.nxtl-shell .cur-opt:hover {
  background-color: var(--c2);
  color: var(--t1);
}
.nxtl-shell button.cur-opt.active,
.nxtl-shell .cur-opt.active {
  background: rgba(216, 0, 68, 0.14);
  color: var(--nx-red);
  font-weight: 700;
}
.nxtl-shell button.hero-chip {
  padding: 3px 9px;
  font-family: var(--ff);
  font-size: 0.6875rem;
  font-weight: 700;
  border: 1px solid var(--b1);
  border-radius: var(--r-full);
  color: var(--t2);
  background-color: var(--c0);
}
.nxtl-shell button.hero-chip:hover {
  border-color: var(--b2);
  color: var(--t1);
}
.nxtl-shell button.hero-chip.active {
  background: rgba(216, 0, 68, 0.15);
  border-color: var(--nx-red);
  color: var(--nx-red);
}
.nxtl-shell :focus-visible {
  outline: 2px solid var(--nx-red);
  outline-offset: 2px;
}
.nxtl-shell button.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: auto;
  padding: 6px 2px;
  position: relative;
  cursor: pointer;
  font-family: var(--ff);
  font-size: 0.8125rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--t2);
  background: none;
  background-color: transparent;
  background-image: none;
  border: none;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.nxtl-shell button.nav-dropdown-btn:hover,
.nxtl-shell .menu-item.open > button.nav-dropdown-btn,
.nxtl-shell .menu-item.is-current-parent > button.nav-dropdown-btn,
.nxtl-shell button.nav-dropdown-btn[aria-expanded="true"] {
  color: #FFFFFF;
}
.nxtl-shell button.nav-dropdown-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--grad-accent);
}
.nxtl-shell button.nav-dropdown-btn:hover::after,
.nxtl-shell .menu-item.open > button.nav-dropdown-btn::after,
.nxtl-shell .menu-item.is-current-parent > button.nav-dropdown-btn::after,
.nxtl-shell button.nav-dropdown-btn[aria-expanded="true"]::after {
  width: 0;
}
.nxtl-shell button.nav-dropdown-btn.active::after {
  width: 100%;
}
.nxtl-shell input.hero-search-input,
.nxtl-shell .hero-search-input {
  width: 100%;
  height: 44px;
  padding: 0 1rem 0 2.5rem;
  background: var(--c0);
  background-color: #0A0C12;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-m);
  color: var(--t1);
  font-family: var(--fb);
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0;
  appearance: none;
  -webkit-appearance: none;
}
.nxtl-shell input.hero-search-input:hover,
.nxtl-shell .hero-search-input:hover {
  border-color: var(--b2);
  background-color: #0A0C12;
}
.nxtl-shell input.hero-search-input:focus,
.nxtl-shell .hero-search-input:focus {
  border-color: var(--nx-red);
  background-color: var(--c2);
  outline: none;
}
.nxtl-shell .ftr .ftr-menu-list a,
.nxtl-shell .ftr .ftr-menu-list a:link,
.nxtl-shell .ftr .ftr-menu-list a:visited,
.nxtl-shell .ftr .ftr-menu-list a:hover,
.nxtl-shell .ftr .ftr-menu-list a:focus,
.nxtl-shell .ftr .ftr-menu-list a:focus-visible,
.nxtl-shell .ftr .ftr-index-links a,
.nxtl-shell .ftr .ftr-index-links a:link,
.nxtl-shell .ftr .ftr-index-links a:visited,
.nxtl-shell .ftr .ftr-index-links a:hover,
.nxtl-shell .ftr .ftr-index-links a:focus,
.nxtl-shell .ftr .ftr-index-links a:focus-visible,
.nxtl-shell .ftr .ftr-legal-links a,
.nxtl-shell .ftr .ftr-legal-links a:link,
.nxtl-shell .ftr .ftr-legal-links a:visited,
.nxtl-shell .ftr .ftr-legal-links a:hover,
.nxtl-shell .ftr .ftr-legal-links a:focus,
.nxtl-shell .ftr .ftr-legal-links a:focus-visible,
.nxtl-shell .ftr .ftr-contact-mail,
.nxtl-shell .ftr .ftr-contact-mail:link,
.nxtl-shell .ftr .ftr-contact-mail:visited,
.nxtl-shell .ftr .ftr-contact-mail:hover,
.nxtl-shell .ftr .ftr-contact-mail:focus,
.nxtl-shell .ftr .ftr-contact-mail:focus-visible {
  text-decoration: none;
  text-decoration-line: none;
}
.nxtl-shell .menu-item.is-current > a {
  color: #FFFFFF;
}
.nxtl-shell .menu-item.is-current > a::after {
  width: 100%;
}
.nxtl-shell .ftr .ftr-menu-list a[aria-current="page"],
.nxtl-shell .ftr .ftr-index-links a[aria-current="page"],
.nxtl-shell .ftr .ftr-legal-links a[aria-current="page"] {
  color: var(--t1);
  font-weight: 700;
  text-decoration: none;
  text-decoration-line: none;
}
