.eo {
  --navy: #0d1b3e;
  --navy2: #1a2f5e;
  --orange: #ff8a3a;
  --orange-dk: #e57620;
  --s9: #1a1a2e;
  --s7: #374151;
  --s5: #6b7280;
  --s3: #d1d5db;
  --s1: #f9fafb;
  --sand: #faf6ef;
  --w: #fff;
  --r: 16px;
  --rsm: 10px;
  --shd: 0 2px 16px rgba(13,27,62,.09);
  --shm: 0 8px 36px rgba(13,27,62,.15);
  --shl: 0 24px 72px rgba(13,27,62,.18);
  font-family: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--s9);
  background: transparent;
  padding: 0 0 100px;
  overflow-x: clip;
}
.eo *, .eo *::before, .eo *::after { box-sizing: border-box; }
.eo-w { max-width: 1360px; margin: 0 auto; padding: 0 clamp(16px,3.5vw,56px); }
.eo-ph { text-align: center; padding: 36px 0; }
.eo-ph h1 { font-size: clamp(36px,5vw,58px); font-weight: 800; color: var(--navy); letter-spacing: 0; margin: 0 0 16px; }
.eo-ph-rule { width: 60px; height: 3px; background: var(--orange); margin: 0 auto; border-radius: 999px; }
.eo-eyebrow { display: block; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.eo-sec { margin-bottom: 12px; }
.eo-sec-head-inline { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; gap: 16px; }
.eo-sec-head-inline h2 { font-size: clamp(22px,2.8vw,30px); font-weight: 800; color: var(--navy); margin: 0; letter-spacing: 0; }
.eo-sarr-pair { display: flex; gap: 8px; flex-shrink: 0; align-self: center; }
.eo-sarr {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--s3);
  background: var(--w);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  box-shadow: var(--shd);
}
.eo-sarr svg { width: 16px; height: 16px; stroke: var(--s7); fill: none; stroke-width: 2.5; }
.eo-sarr:hover { background: var(--orange); border-color: var(--orange); }
.eo-sarr:hover svg { stroke: #fff; }
.eo-sarr:disabled { opacity: .35; pointer-events: none; }

.eo-hero-track { display: flex; overflow: hidden; border-radius: var(--r); }
.eo-hero {
  flex: 0 0 100%;
  min-height: 420px;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shl);
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--navy);
  display: grid;
  grid-template-columns: minmax(0,50%) minmax(0,50%);
}
.eo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(7,14,32,.98) 0%, rgba(7,14,32,.94) 34%, rgba(7,14,32,.74) 56%, rgba(7,14,32,.30) 76%, rgba(10,18,40,.05) 100%);
}
.eo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10,18,40,.45) 0%, transparent 30%, transparent 70%, rgba(10,18,40,.5) 100%);
}
.eo-hero-l {
  padding: clamp(22px,3vw,34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.eo-hero-l::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,138,58,.10) 0%, transparent 70%);
  pointer-events: none;
}
.eo-hero-r { position: relative; z-index: 3; }
.eo-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, rgba(255,138,58,.32), rgba(255,138,58,.14));
  border: 1px solid rgba(255,190,132,.62);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  width: fit-content;
  margin-bottom: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(255,138,58,.22), inset 0 1px 0 rgba(255,255,255,.14);
  text-shadow: 0 2px 8px rgba(0,0,0,.32);
}
.eo-badge-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.eo-hero-line {
  position: relative;
  display: block;
  width: min(640px,100%);
  max-width: 100%;
  padding: clamp(12px,1.5vw,18px) clamp(16px,2vw,24px);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(100deg, rgba(7,14,32,.70) 0%, rgba(7,14,32,.48) 54%, rgba(255,138,58,.16) 100%);
  backdrop-filter: blur(7px) saturate(1.08);
  border: 1px solid rgba(255,255,255,.24);
  border-left: 6px solid var(--orange);
  border-bottom: 1px solid rgba(255,212,179,.42);
  border-radius: 14px;
  font-size: clamp(24px,2.7vw,38px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0,0,0,.58), 0 0 24px rgba(255,138,58,.22);
  box-shadow: 0 18px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12);
}
.eo-hero-line::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 10px;
  height: 4px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(0,187,190,.95), transparent);
  opacity: .9;
}
.eo-hero-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.13) 48%, transparent 100%);
  opacity: .75;
}
.eo-hero-desc { font-size: 14.5px; line-height: 1.58; color: rgba(255,255,255,.90); margin: 14px 0 16px; max-width: 640px; font-weight: 600; }
.eo-hr { height: 1px; background: rgba(255,255,255,.14); margin-bottom: 14px; }

.eo-countdown {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 9px 12px;
  background: rgba(255,138,58,.18);
  border: 1px solid rgba(255,196,136,.45);
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.12);
}
.eo-countdown-label { font-size: 11px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; color: #ffd4b3; margin-right: 2px; flex-shrink: 0; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.eo-countdown-unit { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.eo-countdown-num { font-size: 24px; font-weight: 900; color: #fff; line-height: 1; min-width: 44px; text-align: center; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.30); border-radius: 9px; padding: 6px 8px; font-variant-numeric: tabular-nums; text-shadow: 0 3px 10px rgba(0,0,0,.35); }
.eo-countdown-unit span:not(.eo-countdown-num) { font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.78); }
.eo-countdown-sep { font-size: 20px; font-weight: 900; color: #ffd4b3; margin-bottom: 12px; opacity: 1; }

.eo-dets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: min(560px, 100%);
  margin: 0 auto 16px;
}
.eo-det {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.11);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
}
.eo-det-ic { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,138,58,.28); border: 1px solid rgba(255,190,132,.45); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.eo-det-ic svg { width: 14px; height: 14px; stroke: var(--orange); fill: none; stroke-width: 2; }
.eo-det strong { color: #ffd4b3; font-weight: 900; font-size: 13.5px; margin-right: 4px; }
.eo-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: var(--rsm); font-weight: 800; cursor: pointer; transition: all .22s; letter-spacing: .3px; }
.eo-cta.lg { padding: 12px 24px; font-size: 14px; width: 100%; max-width: 300px; margin: 0 auto; }
.eo-cta svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.5; flex-shrink: 0; }
.eo-cta.live { background: var(--orange); color: #fff; }
.eo-cta.live:hover { background: var(--orange-dk); transform: translateY(-1px); box-shadow: 0 10px 28px rgba(255,138,58,.45); }
.eo-hero-dots { display: flex; gap: 7px; justify-content: center; margin-top: 20px; }
.eo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--s3); border: 0; cursor: pointer; padding: 0; transition: all .25s; }
.eo-dot.on { width: 26px; border-radius: 999px; background: var(--orange); }

.eo-trust { display: flex; align-items: center; justify-content: center; background: var(--w); border: 1px solid var(--s3); border-radius: var(--r); padding: 24px 32px; margin: 28px 0 40px; box-shadow: var(--shd); }
.eo-trust-item { display: flex; align-items: center; gap: 14px; flex: 1; justify-content: center; padding: 0 16px; }
.eo-trust-item svg { width: 28px; height: 28px; stroke: var(--orange); flex-shrink: 0; }
.eo-trust-item div { display: flex; flex-direction: column; gap: 2px; }
.eo-trust-item strong { font-size: 13.5px; font-weight: 800; color: var(--navy); display: block; white-space: nowrap; }
.eo-trust-item span { font-size: 12px; color: var(--s5); white-space: nowrap; }
.eo-trust-sep { width: 1px; height: 44px; background: var(--s3); flex-shrink: 0; }

.eo-next-track { display: flex; gap: 20px; overflow: hidden; }
.eo-next-card { flex: 0 0 100%; min-width: 0; min-height: 280px; border-radius: 16px; overflow: hidden; position: relative; background-size: cover; background-position: center; background-color: var(--navy); box-shadow: var(--shm); display: grid; grid-template-columns: 50% 50%; }
.eo-next-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg,rgba(8,16,36,.97) 0%,rgba(8,16,36,.91) 34%,rgba(8,16,36,.66) 58%,rgba(8,16,36,.18) 78%,rgba(8,16,36,.03) 100%); }
.eo-next-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(13,27,62,.4) 0%,transparent 25%,transparent 75%,rgba(13,27,62,.35) 100%); }
.eo-next-l { padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; }
.eo-next-opens { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,138,58,.15); border: 1px solid rgba(255,138,58,.4); border-radius: 8px; padding: 6px 12px; margin-bottom: 10px; width: fit-content; }
.eo-next-opens-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: eoPulse 1.8s ease-in-out infinite; flex-shrink: 0; }
@keyframes eoPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.65)} }
.eo-next-opens-text { font-size: 11px; font-weight: 800; color: #fff; letter-spacing: 1px; text-transform: uppercase; }
.eo-next-badge, .eo-band-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,138,58,.2); border: 1px solid rgba(255,138,58,.4); border-radius: 5px; padding: 4px 10px; font-size: 10px; font-weight: 800; color: #ffd4b3; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 10px; width: fit-content; }
.eo-next-title, .eo-band-title { display: inline-flex; width: fit-content; max-width: 100%; padding: 7px 12px; border-left: 3px solid var(--orange); border-radius: 0 8px 8px 0; background: rgba(255,255,255,.12); font-size: 14px; font-weight: 900; color: #fff; line-height: 1.35; margin-bottom: 9px; text-shadow: 0 2px 8px rgba(0,0,0,.35); }
.eo-next-line { font-size: clamp(18px,1.8vw,24px); font-weight: 900; color: #fff; line-height: 1.25; margin-bottom: 16px; letter-spacing: 0; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.eo-next-pills { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.eo-next-pill { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.10); border-radius: 9px; padding: 8px 12px; }
.eo-next-pill-ic { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,138,58,.18); border: 1px solid rgba(255,138,58,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.eo-next-pill-ic svg { width: 12px; height: 12px; stroke: var(--orange); fill: none; stroke-width: 2; }
.eo-next-pill-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.eo-next-pill-label { font-size: 10px; font-weight: 900; color: rgba(255,212,179,.85); letter-spacing: .6px; text-transform: uppercase; }
.eo-next-pill-value { font-size: 13.5px; font-weight: 900; color: #fff; line-height: 1.35; }
.eo-next-pill-value.wrap { white-space: normal; font-size: 12.5px; line-height: 1.45; }
.eo-next-divider { height: 1px; background: linear-gradient(90deg,rgba(255,138,58,.35),transparent); margin-bottom: 12px; }
.eo-next-save-line { font-size: 13px; color: rgba(255,255,255,.78); font-weight: 700; line-height: 1.5; }
.eo-next-r { position: relative; z-index: 3; }
.eo-next-r-soon { position: absolute; bottom: 16px; right: 16px; z-index: 5; font-size: 10px; font-weight: 800; color: rgba(255,255,255,.32); letter-spacing: 2.5px; text-transform: uppercase; }

.eo-band-track { display: flex; gap: 20px; overflow: hidden; }
.eo-band { flex: 0 0 calc(33.333% - 14px); min-width: 0; height: 300px; border-radius: var(--r); overflow: hidden; position: relative; background-size: cover; background-position: center; background-color: var(--navy2); box-shadow: var(--shm); transition: transform .35s cubic-bezier(.22,.68,0,1.2); }
.eo-band:hover { transform: scale(1.018); }
.eo-band-ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(8,16,36,.08) 0%,rgba(8,16,36,.20) 28%,rgba(8,16,36,.72) 62%,rgba(8,16,36,.94) 100%); }
.eo-band::before { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 3px; background: linear-gradient(180deg,transparent,var(--orange),transparent); z-index: 3; border-radius: 999px; }
.eo-band-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 20px 22px 24px; z-index: 2; }
.eo-band-line { font-size: clamp(15px,1.4vw,19px); font-weight: 900; color: #fff; line-height: 1.28; margin-bottom: 14px; letter-spacing: 0; text-shadow: 0 2px 9px rgba(0,0,0,.35); }
.eo-band-status { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: rgba(255,255,255,.10); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); border-radius: var(--rsm); padding: 9px 14px; }
.eo-band-lock { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; color: rgba(255,255,255,.86); min-width: 0; }
.eo-band-lock svg { width: 12px; height: 12px; stroke: rgba(255,255,255,.55); fill: none; stroke-width: 2; flex-shrink: 0; }
.eo-band-avail { font-size: 11px; font-weight: 900; color: #ffd4b3; letter-spacing: .3px; white-space: nowrap; }
.eo-empty { flex: 0 0 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 52px 24px; background: var(--s1); border-radius: var(--r); min-height: 200px; }
.eo-empty svg { width: 30px; height: 30px; stroke: var(--s3); fill: none; stroke-width: 1.5; margin-bottom: 14px; }
.eo-empty h3 { font-size: 17px; font-weight: 800; color: var(--s7); margin-bottom: 6px; }
.eo-empty p { font-size: 13.5px; color: var(--s5); max-width: 260px; line-height: 1.6; }

.eo-popup { position: fixed; inset: 0; background: rgba(13,27,62,.75); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; z-index: 999999; padding: 20px; }
.eo-popup.open { display: flex; }
.eo-popup-box { width: min(460px,100%); background: var(--w); border-radius: 22px; padding: 40px 34px; text-align: center; position: relative; box-shadow: 0 40px 100px rgba(0,0,0,.35); animation: eoPop .3s cubic-bezier(.175,.885,.32,1.28) both; }
@keyframes eoPop { from{opacity:0;transform:scale(.88) translateY(14px)} to{opacity:1;transform:none} }
.eo-popup-x { position: absolute; right: 14px; top: 14px; width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--s3); background: var(--s1); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .18s; }
.eo-popup-x svg { width: 13px; height: 13px; stroke: var(--s7); fill: none; stroke-width: 2; }
.eo-popup-x:hover { background: var(--orange); border-color: var(--orange); }
.eo-popup-x:hover svg { stroke: #fff; }
.eo-popup-icon { font-size: 32px; color: var(--orange); line-height: 1; margin-bottom: 8px; }
.eo-popup-eyebrow { font-size: 10.5px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 2px; }
.eo-popup-box h3 { font-size: 24px; font-weight: 900; color: var(--navy); margin: 10px 0 18px; }
.eo-popup-code-row { display: flex; align-items: center; gap: 10px; background: var(--sand); border: 2px dashed rgba(255,138,58,.35); border-radius: var(--rsm); padding: 14px 16px; margin-bottom: 16px; }
.eo-popup-code { flex: 1; font-size: 20px; font-weight: 900; color: var(--navy); letter-spacing: 2px; text-align: left; word-break: break-all; }
.eo-popup-copy { display: flex; align-items: center; gap: 5px; background: var(--orange); color: #fff; border: 0; border-radius: var(--rsm); padding: 9px 14px; font-size: 13px; font-weight: 800; cursor: pointer; flex-shrink: 0; transition: background .18s; }
.eo-popup-copy svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2; }
.eo-popup-copy:hover { background: var(--orange-dk); }
.eo-popup-note { font-size: 13px; color: var(--s5); line-height: 1.65; margin-bottom: 18px; }
.eo-popup-cta { display: block; background: var(--orange); color: #fff !important; text-decoration: none; border-radius: var(--rsm); padding: 14px; font-weight: 800; font-size: 14px; transition: background .18s; }
.eo-popup-cta:hover { background: var(--orange-dk); }

.etg-site-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.etg-site-popup.open { display: flex; }
.etg-site-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,14,32,.72);
  backdrop-filter: blur(7px);
}
.etg-site-popup-card {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  min-height: 500px;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy, #0d1b3e);
  box-shadow: 0 34px 100px rgba(0,0,0,.35);
  animation: etgSitePopupIn .28s ease both;
}
@keyframes etgSitePopupIn {
  from { opacity: 0; transform: translateY(18px) scale(.96); }
  to { opacity: 1; transform: none; }
}
.etg-site-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--navy, #0d1b3e);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.etg-site-popup-media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  background: var(--navy, #0d1b3e);
}
.etg-site-popup-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(7,14,32,.97) 0%, rgba(7,14,32,.91) 38%, rgba(7,14,32,.58) 62%, rgba(7,14,32,.18) 100%),
    linear-gradient(180deg, rgba(7,14,32,.25), rgba(7,14,32,.60));
}
.etg-site-popup-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.etg-site-popup-body {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  min-height: 500px;
  padding: clamp(30px,4vw,54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
.etg-site-popup-eyebrow {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,138,58,.22);
  border: 1px solid rgba(255,190,132,.5);
  color: #ffd4b3;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.etg-site-popup-body h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px,3.8vw,46px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 18px rgba(0,0,0,.55);
}
.etg-site-popup-body p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.86);
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 600;
}
.etg-site-popup-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 13px 15px;
  border: 2px dashed rgba(255,190,132,.45);
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}
.etg-site-popup-code span {
  color: rgba(255,212,179,.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.etg-site-popup-code strong {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 1px;
}
.etg-site-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--orange, #ff8a3a);
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
  transition: background .18s, transform .18s;
}
.etg-site-popup-cta:hover {
  background: var(--orange-dk, #e57620);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .eo-band { flex-basis: calc(50% - 10px); }
}
@media (max-width: 900px) {
  .eo-trust { flex-wrap: wrap; gap: 16px; }
  .eo-trust-sep { display: none; }
  .eo-trust-item { flex: 1 1 calc(50% - 16px); justify-content: flex-start; }
  .eo-band { flex-basis: calc(80% - 10px); height: 260px; }
  .eo-next-card { grid-template-columns: 1fr; min-height: auto; }
  .eo-next-l { padding: 22px 20px; }
  .eo-next-r { min-height: 76px; }
  .eo-hero { grid-template-columns: 1fr; min-height: auto; }
  .eo-hero-l { padding: 34px 28px 20px; }
  .eo-hero-line { width: 100%; font-size: clamp(32px,7vw,48px); }
  .eo-hero-r { min-height: 92px; }
}
@media (max-width: 860px) {
  .eo-hero::before { background: linear-gradient(180deg, rgba(7,14,32,.98) 0%, rgba(7,14,32,.92) 48%, rgba(7,14,32,.68) 74%, rgba(7,14,32,.35) 100%); }
  .eo-next-card::before { background: linear-gradient(180deg,rgba(8,16,36,.98) 0%,rgba(8,16,36,.90) 58%,rgba(8,16,36,.50) 100%); }
  .eo-cta.lg { max-width: none; }
  .eo-countdown { width: 100%; justify-content: center; gap: 8px; padding: 12px; }
  .eo-countdown-label { flex: 1 0 100%; text-align: center; margin-right: 0; }
}
@media (max-width: 599px) {
  .eo-w { padding: 0 14px; }
  .eo-ph { padding: 24px 0 28px; }
  .eo-ph h1 { font-size: 34px; letter-spacing: 0; }
  .eo-sec-head-inline { width: 100%; flex-direction: column; align-items: flex-start; gap: 10px; }
  .eo-sarr-pair { align-self: flex-start; }
  .eo-hero { border-radius: 14px; }
  .eo-hero-l { padding: 24px 18px 12px; }
  .eo-badge { font-size: 12px; padding: 9px 13px; }
  .eo-hero-line { width: 100%; padding: 14px 16px; border-left-width: 5px; border-radius: 13px; font-size: 30px; line-height: 1.13; }
  .eo-hero-line::after { left: 16px; right: 16px; bottom: 8px; height: 3px; }
  .eo-hero-desc { font-size: 14.5px; line-height: 1.65; }
  .eo-hero-r { min-height: 60px; }
  .eo-countdown { align-items: stretch; padding: 11px 8px; gap: 6px; }
  .eo-countdown-num { min-width: 48px; font-size: 26px; padding: 7px 8px; }
  .eo-countdown-sep { display: none; }
  .eo-dets { grid-template-columns: 1fr; gap: 10px; }
  .eo-det { font-size: 14px; padding: 11px 12px; }
  .eo-det strong { font-size: 14px; }
  .eo-band { flex-basis: 100%; height: 255px; }
  .eo-band-body { padding: 18px 16px; }
  .eo-band-line { font-size: 16px; }
  .eo-band-status { flex-direction: column; align-items: flex-start; gap: 7px; }
  .eo-trust-item { flex: 1 1 100%; }
  .eo-trust-item strong, .eo-trust-item span { white-space: normal; }
  .eo-popup-box { padding: 30px 20px; }
  .eo-popup-code-row { flex-direction: column; align-items: stretch; }
  .eo-popup-code { font-size: 16px; }
  .eo-next-l { padding: 20px 16px; }
  .eo-next-title { font-size: 13.5px; }
  .eo-next-line { font-size: 18px; }
  .eo-next-pill { align-items: flex-start; }
  .eo-next-r { min-height: 52px; }
  .etg-site-popup-card { min-height: min(680px, calc(100vh - 32px)); max-height: min(760px, calc(100vh - 32px)); overflow-y: auto; }
  .etg-site-popup-media { min-height: 100%; }
  .etg-site-popup-media::after { background: linear-gradient(180deg, rgba(7,14,32,.96) 0%, rgba(7,14,32,.86) 58%, rgba(7,14,32,.58) 100%); }
  .etg-site-popup-body { width: 100%; min-height: min(680px, calc(100vh - 32px)); padding: 64px 20px 26px; }
  .etg-site-popup-body h2 { font-size: 30px; }
}
