    /* ================================================
       EUGameHost — Modern Redesign (index_test)
       Style system from EUGameHost reference:
       electric-blue infrastructure on a midnight canvas.
       Namespace: eug- (self-contained, no old CSS reused)
    ================================================ */

    :root {
      /* Surfaces */
      --eug-canvas:        #070B12;
      --eug-deep-navy:     #0B1220;
      --eug-ink:           #101827;
      --eug-interactive:   #132033;

      /* Text */
      --eug-frost:         #F4FAFF;
      --eug-muted:         #A7B8CC;

      /* Lines */
      --eug-border:        #243247;
      --eug-border-soft:   rgba(167,184,204,0.16);
      --eug-border-blue:   rgba(69,199,255,0.42);

      /* Brand */
      --eug-blue:          #45C7FF;
      --eug-blue-glow:     #8DE4FF;
      --eug-blue-deep:     #147CFF;
      --eug-lime:          #7DFFB2;
      --eug-violet:        #A78BFA;
      --eug-accent:        #B6FF2E;
      --eug-accent-glow:   #CBFF5E;
      --eug-accent-deep:   #9BE000;

      /* Gradients */
      --eug-beam:          linear-gradient(120deg, #45C7FF 0%, #147CFF 52%, #8DE4FF 100%);
      --eug-glass:         linear-gradient(180deg, rgba(69,199,255,0.12) 0%, rgba(69,199,255,0.02) 100%);
      --eug-pulse:         radial-gradient(circle, rgba(69,199,255,0.28) 0%, rgba(69,199,255,0.00) 68%);

      /* Shape */
      --eug-pill:          999px;
      --eug-radius-panel:  28px;
      --eug-radius-card:   18px;
      --eug-radius-sm:     14px;

      --eug-shadow-blue:   0 0 0 1px rgba(69,199,255,0.14), 0 24px 80px rgba(0,0,0,0.38);

      /* Type */
      --eug-font-display:  'Rajdhani', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
      --eug-font-body:     'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;

      --eug-max:           1360px;
    }

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

    .eug-page {
      margin: 0;
      background: var(--eug-canvas);
      color: var(--eug-frost);
      font-family: var(--eug-font-body);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      letter-spacing: -0.01em;
    }
    .eug-page a { color: inherit; text-decoration: none; }

    /* Custom branded scrollbar — WebKit/Blink (Chrome, Edge, Safari) */
    ::-webkit-scrollbar { width: 12px; height: 12px; }
    ::-webkit-scrollbar-track { background: var(--eug-canvas); }
    ::-webkit-scrollbar-thumb {
      background: rgba(69,199,255,0.28);
      border-radius: 999px;
      border: 3px solid var(--eug-canvas);
    }
    ::-webkit-scrollbar-thumb:hover { background: rgba(69,199,255,0.55); }
    ::-webkit-scrollbar-corner { background: var(--eug-canvas); }
    /* Firefox (scoped so it doesn't disable the WebKit thumb in Chrome) */
    @supports (-moz-appearance: none) {
      html { scrollbar-width: thin; scrollbar-color: rgba(69,199,255,0.5) var(--eug-canvas); }
    }

    /* Display type — Rajdhani on headings & key numerals */
    .eug-hero-h1, .eug-h2, .eug-product-title, .eug-cta h2,
    .vuk-net-panel-title, .vuk-stat-value, .eug-net-value h3,
    .eug-infra-card h3, .eug-pfeat h3, .eug-loc-city {
      font-family: var(--eug-font-display); letter-spacing: 0.01em;
    }

    .eug-shell { max-width: var(--eug-max); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

    /* Shared buttons */
    .eug-btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      border-radius: 8px;
      font-weight: 700; font-size: 0.95rem;
      cursor: pointer; white-space: nowrap;
      transition: background 0.18s, transform 0.14s, box-shadow 0.18s, border-color 0.18s;
    }
    .eug-btn-primary {
      padding: 12px 22px;
      background: var(--eug-accent); color: #0d2400;
      border: 1px solid rgba(203,255,94,0.55);
    }
    .eug-btn-primary:hover {
      background: var(--eug-accent-glow);
      transform: translateY(-1px);
      box-shadow: 0 0 0 4px rgba(182,255,46,0.16);
    }
    .eug-btn-ghost {
      padding: 12px 22px;
      background: transparent; color: var(--eug-frost);
      border: 1px solid rgba(244,250,255,0.24);
    }
    .eug-btn-ghost:hover { border-color: var(--eug-blue); background: rgba(69,199,255,0.05); }
    /* keep button label colours despite the global `.eug-page a { color: inherit }` (higher specificity) */
    .eug-page a.eug-btn-primary { color: #0d2400; }
    .eug-page a.eug-product-btn { color: #03111C; }
    .eug-btn-lg { padding: 15px 26px; font-size: 1rem; }
    .eug-btn .eug-arrow { transition: transform 0.18s; }
    .eug-btn:hover .eug-arrow { transform: translateX(3px); }

    /* Shared section header */
    .eug-bracket {
      display: inline-flex; align-items: center;
      font-size: 0.86rem; font-weight: 600; letter-spacing: 0.02em;
      color: var(--eug-blue);
    }
    .eug-section { padding: clamp(72px, 9vw, 112px) 0; }
    .eug-section-head { max-width: 640px; margin-bottom: 52px; }
    .eug-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
    .eug-h2 {
      margin: 16px 0 0;
      font-size: clamp(2rem, 4vw, 3.1rem);
      line-height: 1.04; font-weight: 700; letter-spacing: 0.01em;
      text-wrap: balance;
      color: var(--eug-frost);
    }
    .eug-h2 .eug-grad {
      background: var(--eug-beam);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
    .eug-lead {
      margin: 18px 0 0; font-size: 1.08rem; line-height: 1.6;
      color: var(--eug-muted); font-weight: 400;
    }

    /* ================================================
       ANNOUNCEMENT STRIP
    ================================================ */
    .eug-announce {
      position: relative; z-index: 60;
      background: rgba(255,176,32,0.09);
      border-bottom: 1px solid var(--eug-border-soft);
    }
    .eug-announce-inner {
      display: flex; align-items: center; justify-content: space-between; gap: 14px;
      padding: 8px clamp(20px, 5vw, 48px);
    }
    .eug-announce-promo {
      display: inline-flex; align-items: center; gap: 10px;
      font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: #d7ecfb;
    }
    .eug-announce-tag {
      display: inline-flex; align-items: center;
      font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
      color: #2a1c00; background: var(--eug-amber);
      padding: 2px 9px; border-radius: var(--eug-pill);
    }
    .eug-announce-phone {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 13px; font-weight: 600; color: var(--eug-muted); white-space: nowrap;
    }
    .eug-announce-phone i { color: var(--eug-blue); font-size: 12px; }
    .eug-announce-phone .ap-label { color: #c4d4e6; }
    .eug-announce-phone strong { color: var(--eug-frost); font-weight: 700; letter-spacing: 0.02em; }
    .eug-announce-phone:hover strong { color: var(--eug-blue-glow); }
    @media (max-width: 720px) {
      .eug-announce-promo { display: none; }
      .eug-announce-inner { justify-content: center; }
      .eug-announce-phone .ap-label { display: none; }
    }

    /* Clamp any full-bleed/transform bleed so phones never side-scroll.
       (clip, not hidden — keeps the sticky header working) */
    .eug-page { overflow-x: clip; }
    /* Anchor jumps (#games, #faq …) clear the sticky header */
    .eug-section[id], section[id] { scroll-margin-top: 84px; }

    /* ================================================
       HEADER / NAV
    ================================================ */
    .eug-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(7,11,18,0.82);
      backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
      border-bottom: 1px solid transparent;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
    .eug-header.is-stuck { border-bottom-color: var(--eug-border); background: rgba(7,11,18,0.92); }
    .eug-nav { display: flex; align-items: center; gap: 20px; height: 72px; }

    .eug-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
    .eug-logo img { height: 38px; width: auto; display: block; object-fit: contain; }

    .eug-nav-links { display: flex; align-items: center; gap: 2px; margin: 0 auto 0 8px; padding: 0; list-style: none; }
    .eug-nav-links > li { position: relative; }
    .eug-nav-link {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 9px 16px; border-radius: var(--eug-pill);
      font-size: 0.95rem; font-weight: 500; color: var(--eug-muted);
      transition: color 0.18s, background 0.18s; white-space: nowrap;
    }
    .eug-nav-link:hover { color: var(--eug-frost); background: rgba(255,255,255,0.05); }
    .eug-nav-link .eug-caret { font-size: 0.62rem; opacity: 0.7; transition: transform 0.2s; }
    .eug-nav-links > li:hover .eug-caret { transform: rotate(180deg); }

    .eug-dropdown {
      position: absolute; top: calc(100% + 10px); left: 50%;
      transform: translateX(-50%) translateY(6px);
      min-width: 240px; background: var(--eug-deep-navy);
      border: 1px solid var(--eug-border); border-radius: var(--eug-radius-sm);
      padding: 8px; box-shadow: var(--eug-shadow-blue);
      opacity: 0; visibility: hidden; pointer-events: none;
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    }
    .eug-nav-links > li:hover .eug-dropdown {
      opacity: 1; visibility: visible; pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }
    .eug-dropdown::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
    .eug-dropdown a {
      display: block; padding: 9px 12px; border-radius: 9px;
      font-size: 0.9rem; font-weight: 500; color: var(--eug-muted);
      transition: color 0.15s, background 0.15s;
    }
    .eug-dropdown a:hover { color: var(--eug-frost); background: var(--eug-interactive); }
    .eug-dropdown a.eug-dropdown-all { color: var(--eug-blue); font-weight: 600; }

    /* Mega dropdown (Games) */
    .eug-mega {
      position: absolute; top: calc(100% + 10px); left: 0;
      transform: translateY(6px);
      width: min(720px, 84vw);
      background: var(--eug-deep-navy);
      border: 1px solid var(--eug-border); border-radius: var(--eug-radius-sm);
      padding: 22px; box-shadow: var(--eug-shadow-blue);
      opacity: 0; visibility: hidden; pointer-events: none;
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    }
    .eug-nav-links > li:hover .eug-mega {
      opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
    }
    .eug-mega::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
    .eug-mega-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px 18px; }
    .eug-mega-col h5 {
      margin: 0 0 10px; padding: 0 4px;
      font-size: 0.74rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
      color: var(--eug-muted);
    }
    .eug-mega-link {
      display: flex; align-items: center; gap: 12px;
      padding: 8px; border-radius: 10px; transition: background 0.15s;
    }
    .eug-mega-link:hover { background: var(--eug-interactive); }
    .eug-mega-thumb {
      width: 40px; height: 40px; border-radius: 10px; overflow: hidden; flex-shrink: 0;
      border: 1px solid var(--eug-border); background: var(--eug-ink);
    }
    .eug-mega-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .eug-mega-link .n { font-size: 0.95rem; font-weight: 500; color: #d7e6f4; white-space: nowrap; }
    .eug-mega-link:hover .n { color: var(--eug-frost); }
    .eug-mega-badge {
      margin-left: auto; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.04em;
      color: var(--eug-lime); border: 1px solid rgba(125,255,178,0.4);
      border-radius: var(--eug-pill); padding: 1px 7px;
    }
    .eug-mega-foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--eug-border); text-align: center; }
    .eug-mega-foot a { font-size: 0.86rem; font-weight: 700; color: var(--eug-blue); }
    .eug-mega-foot a:hover { color: var(--eug-blue-glow); }

    /* Wide dropdown (Dedicated Servers) */
    .eug-dropdown--wide { min-width: 440px; }
    .eug-dd-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px; }
    .eug-dd-col h6 {
      margin: 4px 0 4px; padding: 0 12px;
      font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--eug-blue);
    }

    .eug-nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .eug-login {
      display: inline-flex; align-items: center;
      padding: 9px 16px; border-radius: var(--eug-pill);
      font-size: 0.92rem; font-weight: 500; color: var(--eug-frost);
      border: 1px solid rgba(244,250,255,0.16);
      transition: border-color 0.18s, background 0.18s; white-space: nowrap;
    }
    .eug-login:hover { border-color: var(--eug-blue); background: rgba(69,199,255,0.06); }

    .eug-nav-phone {
      display: inline-flex; align-items: center; gap: 9px;
      padding: 9px 16px; border-radius: var(--eug-pill);
      font-size: 0.95rem; font-weight: 700; color: var(--eug-frost);
      border: 1px solid var(--eug-border-blue); background: rgba(69,199,255,0.07);
      transition: border-color 0.18s, background 0.18s; white-space: nowrap; letter-spacing: 0.01em;
    }
    .eug-nav-phone i { color: var(--eug-blue); font-size: 0.9rem; }
    .eug-nav-phone:hover { border-color: var(--eug-blue); background: rgba(69,199,255,0.13); }
    @media (max-width: 460px) { .eug-nav-phone { font-size: 0.82rem; padding: 8px 12px; gap: 7px; } }

    .eug-burger {
      display: none; width: 42px; height: 42px;
      align-items: center; justify-content: center; border-radius: 12px;
      background: rgba(255,255,255,0.05); border: 1px solid var(--eug-border);
      color: var(--eug-frost); font-size: 1.1rem; cursor: pointer;
    }

    .eug-mobile {
      display: none; position: fixed; inset: 0; z-index: 49;
      background: rgba(7,11,18,0.98); backdrop-filter: blur(8px);
      padding: 96px clamp(20px, 6vw, 40px) 40px; overflow-y: auto;
    }
    .eug-mobile.open { display: block; }
    .eug-mobile-list { list-style: none; margin: 0; padding: 0; }
    .eug-mobile-list a {
      display: block; padding: 16px 4px;
      font-size: 1.25rem; font-weight: 600; color: var(--eug-frost);
      border-bottom: 1px solid var(--eug-border);
    }
    .eug-mobile-list a:hover { color: var(--eug-blue); }
    .eug-mobile-cta { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
    .eug-mobile-cta .eug-btn { width: 100%; }

    /* ================================================
       HERO — full-bleed game slideshow
    ================================================ */
    .eug-hero {
      position: relative; overflow: hidden;
      min-height: clamp(600px, 82vh, 820px);
      display: flex; background: var(--eug-canvas);
    }

    .eug-hero-bgs { position: absolute; inset: 0; z-index: 0; }
    .eug-hslide-bg { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
    .eug-hslide-bg.active { opacity: 1; }
    .eug-hslide-bg img,
    .eug-hslide-bg video {
      width: 100%; height: 100%; object-fit: cover; object-position: center;
      transform: scale(1.08); will-change: transform;
    }
    /* Continuous cinematic pan + zoom on the active slide */
    .eug-hslide-bg.active img,
    .eug-hslide-bg.active video {
      animation: eugKenBurns 26s ease-in-out infinite alternate;
    }
    @keyframes eugKenBurns {
      0%   { transform: scale(1.08) translate3d(0, 0, 0); }
      100% { transform: scale(1.22) translate3d(-2.5%, -1.8%, 0); }
    }

    .eug-hero-overlay {
      position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background:
        /* strong wash behind the headline so copy stays crisp over any footage */
        radial-gradient(ellipse 95% 80% at 50% 48%, rgba(5,8,14,0.74) 0%, rgba(5,8,14,0.50) 50%, rgba(5,8,14,0.34) 100%),
        /* vertical grade: dark nav zone up top, deep fuse into the page at the base */
        linear-gradient(180deg, rgba(5,8,14,0.82) 0%, rgba(5,8,14,0.46) 32%, rgba(5,8,14,0.66) 68%, rgba(5,8,14,0.99) 100%);
    }

    .eug-hero-inner {
      position: relative; z-index: 2;
      width: 100%; max-width: var(--eug-max); margin: 0 auto;
      padding: 116px clamp(20px, 5vw, 48px) 92px;
      display: flex; align-items: center; justify-content: center;
    }

    /* Centered text (per-slide, crossfade) */
    .eug-hero-content { width: 100%; max-width: 880px; margin: 0 auto; position: relative; text-align: center; }
    .eug-hslide { display: none; }
    .eug-hslide.active { display: block; animation: eugFadeUp 0.5s cubic-bezier(0.22,1,0.36,1) both; }
    @keyframes eugFadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

    .eug-hero-eyebrow {
      display: inline-flex; align-items: center;
      font-size: 0.84rem; font-weight: 600; letter-spacing: 0.02em; color: var(--eug-blue);
      margin-bottom: 14px;
    }
    /* SEO H1 — keyword kicker above the visual H2 headline */
    .eug-hero-kicker {
      display: block; margin: 0 0 16px;
      font-family: var(--eug-font-display);
      font-size: 0.98rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--eug-blue); text-shadow: 0 1px 8px rgba(0,0,0,0.6);
    }
    .eug-hero-h1 {
      margin: 0; font-weight: 700;
      font-size: clamp(2.4rem, 5.4vw, 4.2rem);
      line-height: 1.06; letter-spacing: 0.018em; color: #fff;
      text-wrap: balance;
      text-shadow: 0 2px 30px rgba(0,0,0,0.55);
    }
    .eug-hchecks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin: 24px 0 0; }
    .eug-hcheck { display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; font-weight: 500; color: #d3e2f0; }
    .eug-hcheck i { color: var(--eug-accent); font-size: 0.82rem; }
    .eug-hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

    .eug-hero-h1 .eug-grad {
      background: var(--eug-beam);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
    .eug-hero-sub {
      margin: 20px auto 0; max-width: 600px;
      font-size: clamp(1.02rem, 1.3vw, 1.18rem); line-height: 1.55; font-weight: 500;
      color: #eaf1fa;
      text-shadow: 0 1px 3px rgba(0,0,0,0.85), 0 2px 26px rgba(0,0,0,0.6);
    }

    /* Game picker + deploy bar */
    .eug-deploy {
      display: flex; align-items: stretch; gap: 10px;
      width: 100%; max-width: 600px; margin: 32px auto 0; padding: 10px;
      border: 1px solid var(--eug-border); border-radius: 18px;
      background: rgba(8,11,18,0.55);
      backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
      box-shadow: 0 18px 50px rgba(0,0,0,0.4);
    }
    .eug-picker { position: relative; flex: 1; min-width: 0; text-align: left; }
    .eug-picker-trigger {
      display: flex; align-items: center; gap: 11px; width: 100%;
      padding: 13px 16px; cursor: pointer; font-family: inherit;
      background: var(--eug-ink); border: 1px solid var(--eug-border); border-radius: 12px;
      color: var(--eug-frost); font-size: 1rem; font-weight: 600;
      transition: border-color 0.18s, background 0.18s;
    }
    .eug-picker-trigger:hover,
    .eug-picker.open .eug-picker-trigger { border-color: var(--eug-border-blue); }
    .ept-icon { width: 26px; height: 26px; border-radius: 7px; object-fit: cover; flex-shrink: 0; border: 1px solid var(--eug-border); }
    .ept-label { flex: 1; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .ept-caret { color: var(--eug-muted); font-size: 0.85rem; transition: transform 0.25s; }
    .eug-picker.open .ept-caret { transform: rotate(180deg); }
    .eug-deploy-btn { flex-shrink: 0; }

    .eug-picker-panel {
      position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 30;
      display: flex; flex-direction: column; max-height: 70vh;
      background: var(--eug-deep-navy); border: 1px solid var(--eug-border);
      border-radius: 16px; padding: 12px; box-shadow: var(--eug-shadow-blue);
      opacity: 0; visibility: hidden; transform: translateY(8px);
      transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
    }
    .eug-picker-panel.open-up { top: auto; bottom: calc(100% + 10px); transform: translateY(-8px); }
    .eug-picker.open .eug-picker-panel { opacity: 1; visibility: visible; transform: translateY(0); }
    .eug-picker-search { position: relative; margin-bottom: 8px; }
    .eug-picker-search i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--eug-muted); font-size: 0.85rem; }
    .eug-picker-search input {
      width: 100%; padding: 11px 14px 11px 38px; border-radius: 10px;
      background: var(--eug-canvas); border: 1px solid var(--eug-border);
      color: var(--eug-frost); font-family: inherit; font-size: 0.92rem;
    }
    .eug-picker-search input::placeholder { color: var(--eug-muted); }
    .eug-picker-search input:focus { outline: none; border-color: var(--eug-blue); }
    .eug-picker-list { display: flex; flex-direction: column; gap: 2px; flex: 1 1 auto; min-height: 0; overflow-y: auto; }
    .eug-picker-list::-webkit-scrollbar { width: 8px; }
    .eug-picker-list::-webkit-scrollbar-thumb { background: var(--eug-border); border-radius: 8px; }
    .eug-picker-group { padding: 10px 10px 4px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--eug-muted); }
    .eug-picker-item {
      display: flex; align-items: center; gap: 11px; width: 100%;
      padding: 9px 10px; border-radius: 10px; cursor: pointer; font-family: inherit; text-align: left;
      background: none; border: none; transition: background 0.15s;
    }
    .eug-picker-item:hover { background: var(--eug-interactive); }
    .epi-thumb { width: 30px; height: 30px; border-radius: 8px; overflow: hidden; flex-shrink: 0; border: 1px solid var(--eug-border); }
    .epi-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .epi-name { flex: 1; font-size: 0.92rem; font-weight: 500; color: #cdddec; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .eug-picker-item:hover .epi-name { color: #fff; }
    .epi-price { font-size: 0.78rem; font-weight: 700; color: #aebdcf; white-space: nowrap; padding-left: 10px; flex-shrink: 0; }
    .epi-price span { color: var(--eug-muted); font-weight: 600; font-size: 0.68rem; margin-right: 1px; }
    .eug-picker-item:hover .epi-price { color: #e7eef7; }
    .eug-picker-item.is-selected .epi-price { color: var(--eug-accent); }
    .epi-check { color: var(--eug-blue); font-size: 0.82rem; opacity: 0; flex-shrink: 0; }
    .eug-picker-item.is-selected .epi-name { color: #fff; font-weight: 700; }
    .eug-picker-item.is-selected .epi-check { opacity: 1; }
    .eug-picker-empty { padding: 16px; text-align: center; color: var(--eug-muted); font-size: 0.88rem; }
    .eug-picker-empty a { color: var(--eug-blue); font-weight: 600; }
    .eug-picker-all { display: block; text-align: center; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--eug-border); color: var(--eug-blue); font-weight: 700; font-size: 0.88rem; }
    .eug-picker-all:hover { color: var(--eug-blue-glow); }

    /* Social proof row */
    .eug-hero-social { display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-top: 26px; transition: opacity 0.18s; }
    .eug-hero-social:hover { opacity: 0.88; }
    .eug-hero-social:hover .eug-social-sub strong { color: var(--eug-blue-glow); }
    .eug-avatars { display: flex; }
    .eug-avatars span { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 2px solid var(--eug-canvas); margin-left: -13px; background: var(--eug-ink); }
    .eug-avatars span:first-child { margin-left: 0; }
    .eug-avatars img { width: 100%; height: 100%; object-fit: cover; }
    .eug-social-text { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
    .eug-tp-stars { color: #00b67a; letter-spacing: 2px; font-size: 0.95rem; line-height: 1; }
    .eug-social-sub { font-size: 0.82rem; color: var(--eug-muted); }
    .eug-social-sub strong { color: var(--eug-frost); font-weight: 700; }

    @media (max-width: 560px) {
      .eug-deploy { flex-direction: column; }
      .eug-deploy-btn { width: 100%; }
    }

    /* Hero trust box (above headline) */
    .eug-hero-trust {
      display: inline-flex; align-items: center; gap: 12px;
      padding: 9px 18px; margin-bottom: 24px;
      border: 1px solid var(--eug-border); border-radius: var(--eug-pill);
      background: rgba(11,18,32,0.6);
      backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
      font-size: 0.9rem;
    }
    .eug-hero-trust .ht-stars { color: #00b67a; letter-spacing: 1.5px; font-size: 1rem; }
    .eug-hero-trust .ht-rating { color: var(--eug-frost); font-weight: 800; }
    .eug-hero-trust .ht-sep { width: 1px; height: 14px; background: var(--eug-border); }
    .eug-hero-trust .ht-count { color: var(--eug-muted); font-weight: 500; }
    @media (max-width: 480px) {
      .eug-hero-trust { gap: 9px; padding: 8px 14px; font-size: 0.82rem; }
      .eug-hero-trust .ht-count { display: none; }
    }

    /* Bottom game cards (centered) */
    .eug-hero-cards {
      position: absolute; left: 0; right: 0; bottom: 30px; z-index: 3;
      display: flex; justify-content: center; align-items: flex-end; gap: 14px;
      padding: 0 20px; pointer-events: none;
    }
    .eug-hcard {
      pointer-events: auto; position: relative; flex: 0 0 auto;
      width: clamp(120px, 12.5vw, 166px); height: 82px;
      border-radius: 16px; overflow: hidden; cursor: pointer; font-family: inherit;
      border: 1px solid rgba(255,255,255,0.12);
      opacity: 0.5; filter: saturate(0.78);
      transition: opacity 0.3s, transform 0.3s, border-color 0.3s, box-shadow 0.3s, filter 0.3s;
    }
    .eug-hcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .eug-hcard .hc-veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,11,18,0.88) 0%, rgba(7,11,18,0.4) 55%, rgba(7,11,18,0.12) 100%); }
    .eug-hcard .hc-label { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 6px; text-align: center; }
    .eug-hcard .hc-name { font-size: 0.92rem; font-weight: 800; letter-spacing: 0.01em; text-transform: uppercase; color: #fff; line-height: 1; text-shadow: 0 1px 10px rgba(0,0,0,0.7); }
    .eug-hcard .hc-sub { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
    .eug-hcard .bar { position: absolute; bottom: 0; left: 0; height: 3px; width: 0; background: var(--eug-beam); z-index: 3; }
    .eug-hcard:hover { opacity: 0.9; }
    .eug-hcard.active {
      opacity: 1; filter: none;
      transform: translateY(-10px) scale(1.07);
      border-color: var(--eug-border-blue);
      box-shadow: var(--eug-shadow-blue);
    }
    .eug-hcard.active .hc-name { color: var(--eug-blue-glow); }
    .eug-hcard.active .hc-sub { color: #fff; }
    .eug-hcard.active .bar { animation: eugFill var(--eug-cycle, 6s) linear forwards; }
    @keyframes eugFill { from { width: 0; } to { width: 100%; } }

    @media (prefers-reduced-motion: reduce) {
      .eug-hslide-bg img, .eug-hslide-bg video { animation: none !important; transform: scale(1.04); }
      .eug-hcard.active .bar { animation: none; width: 100%; }
    }

    @media (max-width: 980px) {
      .eug-hero { min-height: 0; }
      .eug-hero-inner { padding: 100px clamp(20px, 5vw, 48px) 40px; }
      .eug-hero-content { max-width: none; }
      .eug-hero-cards {
        position: static; justify-content: flex-start; align-items: stretch;
        gap: 10px; overflow-x: auto; scrollbar-width: none;
        padding: 0 clamp(20px, 5vw, 48px) 28px;
      }
      .eug-hero-cards::-webkit-scrollbar { display: none; }
      .eug-hcard { width: 138px; height: 76px; opacity: 0.85; }
      .eug-hcard.active { transform: none; }
    }
    @media (max-width: 560px) {
      .eug-hero-ctas .eug-btn { flex: 1; }
      .eug-hcard { width: 124px; height: 70px; }
    }

    /* ================================================
       PRODUCT TIERS
    ================================================ */
    .eug-products { background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); }
    .eug-products .eug-section-head { max-width: 860px; }
    .eug-products .eug-h2 { text-wrap: balance; }
    .eug-accent { color: var(--eug-blue); font-weight: 700; }
    .eug-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }

    .eug-product {
      --acc: var(--eug-blue); --acc-rgb: 69,199,255;
      display: flex; flex-direction: column;
      background: var(--eug-ink); border: 1px solid var(--eug-border);
      border-radius: 20px; overflow: hidden;
      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
    .eug-product:hover {
      transform: translateY(-5px);
      border-color: rgba(var(--acc-rgb), 0.55);
      box-shadow: 0 22px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(var(--acc-rgb), 0.25);
    }
    .eug-product--lime   { --acc: #7DFFB2; --acc-rgb: 125,255,178; }
    .eug-product--blue   { --acc: #45C7FF; --acc-rgb: 69,199,255; }
    .eug-product--violet { --acc: #A78BFA; --acc-rgb: 167,139,250; }
    .eug-product--accent { --acc: #B6FF2E; --acc-rgb: 182,255,46; }

    .eug-product-body { display: flex; flex-direction: column; flex: 1; padding: 30px 28px 26px; }
    .eug-product-ico {
      width: 60px; height: 60px; border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.7rem; color: var(--acc);
      background: rgba(var(--acc-rgb), 0.14); border: 1px solid rgba(var(--acc-rgb), 0.3);
      margin-bottom: 24px;
    }
    /* Single game card (Minecraft) */
    .eug-product-game {
      width: 62px; height: 82px; border-radius: 11px; overflow: hidden; margin-bottom: 24px;
      border: 2px solid rgba(var(--acc-rgb), 0.55);
      box-shadow: 0 10px 24px rgba(0,0,0,0.5);
      transform: rotate(-4deg); transition: transform 0.3s ease;
    }
    .eug-product-game img { width: 100%; height: 100%; object-fit: cover; }
    .eug-product:hover .eug-product-game { transform: rotate(0deg) scale(1.05); }

    /* Custom SVG (VPS) */
    .eug-product-svg { height: 84px; width: auto; margin-bottom: 24px; align-self: flex-start; overflow: visible; }

    .eug-product-title { margin: 0 0 14px; font-size: 1.9rem; font-weight: 700; line-height: 1.02; letter-spacing: 0.01em; color: var(--eug-frost); }
    .eug-product-desc { margin: 0 0 22px; font-size: 0.95rem; line-height: 1.6; color: var(--eug-muted); }
    .eug-product-list { list-style: none; margin: auto 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
    .eug-product-list li { display: flex; align-items: center; gap: 11px; font-size: 0.96rem; font-weight: 600; color: #e2ecf6; }
    .eug-product-list i { color: var(--acc); font-size: 1.05rem; }
    .eug-product-btn {
      display: block; text-align: center; padding: 18px;
      font-size: 1rem; font-weight: 800; letter-spacing: 0.01em;
      color: #03111C; background: var(--acc);
      transition: filter 0.18s;
    }
    .eug-product-btn:hover { filter: brightness(1.08); }

    /* Fanned game cards (Game Hosting) */
    .eug-product-fan { position: relative; width: 150px; height: 84px; margin-bottom: 24px; }
    .eug-product-fan img {
      position: absolute; bottom: 0; left: 50%; margin-left: -25px;
      width: 50px; height: 66px; object-fit: cover; border-radius: 8px;
      border: 2px solid var(--eug-ink); box-shadow: 0 8px 18px rgba(0,0,0,0.45);
      transform-origin: bottom center; transition: transform 0.3s ease;
    }
    .eug-product-fan img:nth-child(1) { transform: rotate(-26deg); z-index: 1; }
    .eug-product-fan img:nth-child(2) { transform: rotate(-13deg); z-index: 2; }
    .eug-product-fan img:nth-child(3) { transform: rotate(0deg);   z-index: 3; }
    .eug-product-fan img:nth-child(4) { transform: rotate(13deg);  z-index: 2; }
    .eug-product-fan img:nth-child(5) { transform: rotate(26deg);  z-index: 1; }
    .eug-product:hover .eug-product-fan img:nth-child(1) { transform: rotate(-34deg) translateY(-4px); }
    .eug-product:hover .eug-product-fan img:nth-child(2) { transform: rotate(-17deg) translateY(-4px); }
    .eug-product:hover .eug-product-fan img:nth-child(4) { transform: rotate(17deg)  translateY(-4px); }
    .eug-product:hover .eug-product-fan img:nth-child(5) { transform: rotate(34deg)  translateY(-4px); }

    @media (max-width: 900px) {
      .eug-products-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
    }

    /* ================================================
       HOW IT WORKS — 3 STEPS
    ================================================ */
    .eug-how { background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); }
    .eug-how .eug-section-head { max-width: 760px; margin-bottom: 24px; }
    .eug-how-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 30px; margin-top: 20px; align-items: end;
    }
    .eug-how-step { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .eug-how-art {
      width: 100%; max-width: 290px; height: 190px;
      display: flex; align-items: flex-end; justify-content: center; margin-bottom: 18px;
    }
    .eug-how-art svg { width: 100%; height: 100%; overflow: visible; }
    .eug-how-cap { display: flex; align-items: center; gap: 14px; }
    .eug-how-num {
      font-family: var(--eug-font-display); font-size: 3.1rem; font-weight: 700;
      line-height: 0.9; color: var(--eug-blue);
    }
    .eug-how-title {
      font-family: var(--eug-font-display); font-size: 1.4rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.015em; margin: 0; color: var(--eug-frost);
    }
    .eug-how-sub { margin: 1px 0 0; font-size: 0.92rem; font-weight: 500; color: var(--eug-accent); }
    .eug-how-cta {
      display: flex; align-items: center; justify-content: center; gap: 18px;
      margin-top: 56px; flex-wrap: wrap;
    }
    .eug-how-cta span { font-size: 1.02rem; color: var(--eug-muted); }
    @media (max-width: 900px) {
      .eug-how-grid { grid-template-columns: 1fr; max-width: 340px; margin: 20px auto 0; gap: 44px; }
    }

    /* ================================================
       WHY EUGAMEHOST
    ================================================ */
    .eug-why { background: var(--eug-canvas); }
    .eug-why .eug-section-head { max-width: 720px; }

    /* clean centred feature grid */
    .eug-why-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px 48px; margin-top: 64px;
    }
    .eug-why-feat { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .eug-why-ico {
      width: 76px; height: 76px; border-radius: 20px; display: flex; align-items: center; justify-content: center;
      background: rgba(69,199,255,0.1); border: 1px solid var(--eug-border-blue);
      box-shadow: 0 0 28px rgba(69,199,255,0.13); margin-bottom: 24px;
      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
    .eug-why-ico svg { width: 40px; height: 40px; display: block; }
    .eug-why-feat:hover .eug-why-ico { border-color: rgba(182,255,46,0.5); transform: translateY(-4px); box-shadow: 0 0 34px rgba(182,255,46,0.2); }
    .eug-why-feat h3 { margin: 0 0 12px; font-family: var(--eug-font-display); font-size: 1.55rem; font-weight: 700; letter-spacing: 0.01em; color: var(--eug-frost); white-space: nowrap; }
    .eug-why-feat p { margin: 0; max-width: 360px; font-size: 1.02rem; line-height: 1.65; color: var(--eug-muted); }
    @media (max-width: 820px) { .eug-why-grid { grid-template-columns: 1fr 1fr; gap: 52px 32px; } }
    @media (max-width: 520px) { .eug-why-grid { grid-template-columns: 1fr; gap: 44px; } .eug-why-feat h3 { white-space: normal; } }

    /* ================================================
       ANYCAST NETWORK MAP (ported from NorwichDC vps-uk)
    ================================================ */
    .eug-net { background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); padding: clamp(48px, 5.5vw, 80px) 0; }
    .eug-net .eug-section-head { max-width: 720px; margin-bottom: 0; }
    .eug-net .eug-h2 { text-wrap: balance; }
    .eug-net-kicker, .eug-why-kicker, .eug-faq-kicker, .eug-hw-kicker {
      display: inline-block; margin-bottom: 14px;
      font-family: var(--eug-font-display); font-size: 0.9rem; font-weight: 600;
      letter-spacing: 0.18em; text-transform: uppercase; color: var(--eug-blue);
    }

    /* WHY IT MATTERS — benefits column beside the map */
    .eug-net-why { padding: 30px 28px; display: flex; flex-direction: column; border-left: 1px solid var(--eug-border-soft); }
    .eug-net-why-kicker {
      margin: 0 0 20px; font-family: var(--eug-font-display);
      font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eug-blue);
    }
    .eug-net-why-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
    .eug-net-why-list li { display: flex; gap: 14px; }
    .eug-net-why-ico {
      width: 42px; height: 42px; flex: none; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(69,199,255,0.14); border: 1px solid rgba(69,199,255,0.3);
      color: var(--eug-blue); font-size: 1rem;
    }
    .eug-net-why-list h4 { margin: 3px 0 4px; font-size: 0.98rem; font-weight: 700; color: var(--eug-frost); }
    .eug-net-why-list p { margin: 0; font-size: 0.85rem; line-height: 1.5; color: var(--eug-muted); }
    .eug-net-why-note {
      margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--eug-border-soft);
      font-size: 0.86rem; line-height: 1.55; color: var(--eug-muted);
    }
    .eug-net-why-btn {
      align-self: flex-start; margin-top: 20px; display: inline-flex; align-items: center; gap: 9px;
      padding: 10px 18px; border-radius: var(--eug-pill);
      font-size: 0.86rem; font-weight: 600; color: var(--eug-frost);
      border: 1px solid var(--eug-border-blue); background: rgba(69,199,255,0.06);
      transition: border-color 0.18s, background 0.18s;
    }
    .eug-net-why-btn:hover { border-color: var(--eug-blue); background: rgba(69,199,255,0.12); }
    .eug-net-why-btn i { color: var(--eug-blue); }

    .eug-net-cta { display: flex; flex-direction: column; align-items: center; gap: 13px; margin-top: 34px; }
    .eug-net-cta-sub { margin: 0; font-size: 0.85rem; color: var(--eug-muted); }
    @media (max-width: 900px) { .eug-net-why { border-left: none; border-top: 1px solid var(--eug-border-soft); } }

    .vuk-net-layout {
      display: grid; grid-template-columns: minmax(0, 1fr) 350px; margin-top: 36px; align-items: stretch;
      background: var(--eug-ink); border: 1px solid var(--eug-border);
      border-radius: 20px; overflow: hidden;
    }
    .vuk-net-mapwrap { position: relative; min-width: 0; padding: 18px; background: transparent; border: none; border-radius: 0; display: flex; flex-direction: column; justify-content: center; }
    .vuk-net-map { position: relative; width: 100%; aspect-ratio: 800 / 420; overflow: hidden; cursor: grab; touch-action: auto; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; }
    .vuk-net-map.is-zoomed { touch-action: none; }
    /* On touch/small screens keep vertical page scroll working over the map */
    @media (max-width: 768px) { .vuk-net-map, .vuk-net-map.is-zoomed { touch-action: pan-y; } }
    .vuk-net-map.is-grabbing { cursor: grabbing; }
    .vuk-net-stage { position: absolute; inset: 0; transform-origin: 0 0; }
    .vuk-net-base, .vuk-net-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
    .vuk-net-base { opacity: 0.85; }

    .vuk-net-zoom { position: absolute; top: 12px; right: 12px; z-index: 4; display: flex; flex-direction: column; gap: 6px; }
    .vuk-net-zbtn { width: 40px; height: 40px; display: grid; place-items: center; font-size: 18px; font-weight: 400; line-height: 1; color: var(--eug-muted); border: 1px solid var(--eug-border); border-radius: 9px; background: rgba(7,11,18,0.6); cursor: pointer; transition: border-color 0.15s ease, color 0.15s ease; }
    .vuk-net-zbtn:hover { color: var(--eug-frost); border-color: var(--eug-blue); }

    .vuk-net-hit { cursor: pointer; }
    .vuk-net-cables path[data-line] { transition: stroke 0.18s ease, stroke-width 0.18s ease; }
    .vuk-net-cables path[data-line].is-active { stroke: var(--eug-blue-glow); stroke-width: 1.6; }

    .vuk-net-metro { cursor: pointer; outline: none; }
    .vuk-net-metro .vuk-net-halo { transition: r 0.18s ease, opacity 0.18s ease; }
    .vuk-net-metro:hover .vuk-net-halo, .vuk-net-metro:focus-visible .vuk-net-halo { opacity: 0.9; }
    .vuk-net-metro.is-active .vuk-net-halo { opacity: 1; }
    .vuk-net-metro.is-active circle:last-child { fill: var(--eug-blue-glow); }
    .vuk-net-metro:focus-visible circle:last-child { stroke: var(--eug-frost); stroke-width: 1; }

    @keyframes vuk-net-pulse { 0%, 100% { opacity: 0.16; } 50% { opacity: 0.4; } }
    .vuk-net-metro.is-edge .vuk-net-halo { animation: vuk-net-pulse 4s ease-in-out infinite; }
    .vuk-net-uk-glow { display: none; }
    .vuk-net-uk-detail { pointer-events: none; }

    .vuk-net-legend { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 12px 0 0; padding-top: 12px; border-top: 1px solid var(--eug-border); list-style: none; }
    .vuk-net-legend li { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--eug-muted); letter-spacing: 0.02em; }
    .vuk-net-legend li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; flex: none; }
    .vuk-net-legend .is-edge::before { background: var(--eug-blue); }
    .vuk-net-legend .is-upstream::before { background: var(--eug-blue-glow); }
    .vuk-net-legend .is-fibre::before { width: 16px; height: 0; border-radius: 0; border-top: 1px solid rgba(69,199,255,0.7); }

    .vuk-net-panel-wrap {
      background: linear-gradient(180deg, rgba(20,34,54,0.72) 0%, rgba(11,18,32,0.94) 100%);
      border: 1px solid var(--eug-border-blue); border-radius: 22px;
      box-shadow: var(--eug-shadow-blue);
      padding: 24px; display: flex; flex-direction: column;
    }
    .vuk-net-panel { flex: 1; }
    .vuk-net-panel-empty { margin: 14px 0 0; font-size: 0.88rem; color: #c4d4e6; line-height: 1.6; }
    .vuk-net-panel-hint { margin: 14px 0 0; font-size: 0.78rem; color: var(--eug-muted); line-height: 1.5; }
    .vuk-net-panel-note { display: flex; gap: 9px; margin: 18px 0 0; padding: 12px 13px; background: var(--eug-interactive); border: 1px solid var(--eug-border); border-left: 2px solid var(--eug-blue); border-radius: 10px; font-size: 0.8rem; line-height: 1.5; color: #c4d4e6; }
    .vuk-net-panel-note .ico { color: var(--eug-blue); width: 15px; height: 15px; margin-top: 1px; flex: none; }
    .vuk-net-panel-kicker { margin: 0; font-family: var(--eug-font-display); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eug-blue); }
    .vuk-net-panel-title { margin: 9px 0 0; font-family: var(--eug-font-display); font-size: 1.6rem; font-weight: 700; letter-spacing: 0.01em; color: var(--eug-frost); }
    .vuk-net-panel-meta { margin: 4px 0 0; font-size: 0.88rem; color: #c4d4e6; }
    .vuk-net-panel-sub { margin: 20px 0 0; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--eug-muted); }
    .vuk-net-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
    .vuk-net-chip { font-size: 0.72rem; color: #c4d4e6; border: 1px solid var(--eug-border); border-radius: var(--eug-pill); padding: 5px 11px; line-height: 1.3; }
    .vuk-net-reset { align-self: flex-start; margin-top: 22px; background: rgba(69,199,255,0.07); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; color: var(--eug-blue); border: 1px solid var(--eug-border-blue); border-radius: var(--eug-pill); padding: 8px 18px; cursor: pointer; transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease; }
    .vuk-net-reset:hover { color: var(--eug-frost); border-color: var(--eug-blue); background: rgba(69,199,255,0.14); }

    @media (max-width: 900px) { .vuk-net-layout { grid-template-columns: 1fr; } }

    /* ================================================
       CONTROL PANEL FEATURES
    ================================================ */
    .eug-panel-sec { background: var(--eug-canvas); }
    .eug-panel-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 5vw, 72px); align-items: start; }
    .eug-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .eug-pfeat {
      padding: 22px; border: 1px solid var(--eug-border);
      border-radius: var(--eug-radius-card); background: var(--eug-ink);
      transition: border-color 0.2s, transform 0.2s;
    }
    .eug-pfeat:hover { border-color: var(--eug-border-blue); transform: translateY(-3px); }
    .eug-pfeat-ico {
      width: 42px; height: 42px; border-radius: 11px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(69,199,255,0.1); color: var(--eug-blue); font-size: 1.05rem; margin-bottom: 14px;
    }
    .eug-pfeat h3 { margin: 0 0 6px; font-size: 1rem; font-weight: 700; color: var(--eug-frost); }
    .eug-pfeat p { margin: 0; font-size: 0.86rem; line-height: 1.5; color: var(--eug-muted); }
    .eug-panel-aside .eug-bracket { margin-bottom: 16px; }
    .eug-panel-aside .eug-btn { margin-top: 28px; }

    /* ================================================
       INFRASTRUCTURE PROOF
    ================================================ */
    .eug-infra { background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); }
    .eug-infra-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .eug-infra-card {
      padding: 26px; border: 1px solid var(--eug-border);
      border-radius: var(--eug-radius-card); background: var(--eug-ink);
      transition: border-color 0.2s, transform 0.2s;
    }
    .eug-infra-card:hover { border-color: var(--eug-border-blue); transform: translateY(-3px); }
    .eug-infra-label {
      font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace;
      font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase;
      color: var(--eug-blue); margin-bottom: 14px;
    }
    .eug-infra-card h3 { margin: 0 0 8px; font-size: 1.16rem; font-weight: 700; color: var(--eug-frost); }
    .eug-infra-card p { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--eug-muted); }

    /* ================================================
       LOCATIONS
    ================================================ */
    .eug-loc-sec { background: var(--eug-canvas); position: relative; overflow: hidden; }
    .eug-loc-sec::before {
      content: ''; position: absolute; z-index: 0; top: 30%; left: 60%;
      width: 700px; height: 700px; background: var(--eug-pulse); pointer-events: none;
    }
    .eug-loc-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .eug-loc-card {
      padding: 22px; border: 1px solid var(--eug-border);
      border-radius: var(--eug-radius-card); background: rgba(16,24,39,0.7);
      transition: border-color 0.2s, transform 0.2s;
    }
    .eug-loc-card:hover { border-color: var(--eug-border-blue); transform: translateY(-3px); }
    .eug-loc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
    .eug-loc-city { font-size: 1.05rem; font-weight: 700; color: var(--eug-frost); }
    .eug-loc-online { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--eug-lime); }
    .eug-loc-online .d { width: 7px; height: 7px; border-radius: 50%; background: var(--eug-lime); box-shadow: 0 0 8px rgba(125,255,178,0.8); }
    .eug-loc-region { font-size: 0.82rem; color: var(--eug-muted); margin-bottom: 16px; }
    .eug-loc-ping { font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace; font-size: 0.78rem; color: #8aa0b8; }
    .eug-loc-ping b { color: var(--eug-blue); font-weight: 700; }

    /* ================================================
       SOCIAL PROOF
    ================================================ */
    .eug-social { background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); text-align: center; }
    .eug-tp {
      display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center;
      padding: 16px 26px; border: 1px solid var(--eug-border);
      border-radius: var(--eug-pill); background: var(--eug-ink); margin-bottom: 44px;
    }
    .eug-tp-stars { color: #00b67a; font-size: 1.05rem; letter-spacing: 2px; }
    .eug-tp-text { font-size: 0.95rem; color: var(--eug-muted); }
    .eug-tp-text strong { color: var(--eug-frost); }
    .eug-tp { transition: border-color 0.18s, background 0.18s; }
    .eug-tp-ext { font-size: 0.78rem; color: var(--eug-muted); transition: color 0.18s; }
    .eug-tp:hover { border-color: var(--eug-border-blue); }
    .eug-tp:hover .eug-tp-ext { color: var(--eug-blue); }
    .eug-logos-label { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-muted); margin-bottom: 28px; }
    .eug-logos {
      display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
      gap: clamp(28px, 5vw, 64px);
    }
    .eug-logos img { height: 34px; width: auto; object-fit: contain; filter: grayscale(1) brightness(0.75); opacity: 0.7; transition: filter 0.3s, opacity 0.3s; }
    .eug-logos img:hover { filter: grayscale(0) brightness(1); opacity: 1; }

    /* ================================================
       FAQ
    ================================================ */
    .eug-faq { background: var(--eug-canvas); }
    .eug-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; align-items: start; }
    .eug-faq-item {
      border: 1px solid var(--eug-border); border-radius: var(--eug-radius-card);
      background: var(--eug-ink); overflow: hidden; transition: border-color 0.2s;
    }
    .eug-faq-item.open { border-color: var(--eug-border-blue); }
    .eug-faq-q {
      display: flex; align-items: center; justify-content: space-between; gap: 14px;
      width: 100%; padding: 20px 22px; cursor: pointer; text-align: left;
      background: none; border: none; color: var(--eug-frost);
      font-family: inherit; font-size: 1rem; font-weight: 600;
    }
    .eug-faq-toggle {
      width: 28px; height: 28px; flex-shrink: 0; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      background: rgba(69,199,255,0.12); color: var(--eug-blue);
      font-size: 1.1rem; transition: transform 0.25s, background 0.2s;
    }
    .eug-faq-item.open .eug-faq-toggle { transform: rotate(45deg); background: rgba(69,199,255,0.22); }
    .eug-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
    .eug-faq-a p {
      margin: 0; padding: 0 22px 20px; font-size: 0.92rem; line-height: 1.6; color: var(--eug-muted);
    }
    /* Discord "still have questions" callout */
    .eug-faq-more {
      margin-top: 26px; padding: 20px 26px; display: flex; align-items: center; gap: 14px 24px; flex-wrap: wrap;
      border: 1px solid rgba(88,101,242,0.4); border-radius: var(--eug-radius-card);
      background: rgba(88,101,242,0.09);
    }
    .eug-faq-more-logo {
      width: 48px; height: 48px; flex: none; border-radius: 13px;
      display: flex; align-items: center; justify-content: center;
      background: #5865F2; color: #fff; font-size: 1.5rem;
    }
    .eug-faq-more-text b { display: block; font-family: var(--eug-font-display); font-size: 1.22rem; font-weight: 700; letter-spacing: 0.01em; color: var(--eug-frost); }
    .eug-faq-more-text span { font-size: 0.92rem; color: var(--eug-muted); }
    .eug-faq-more .eug-discord-btn {
      margin-left: auto; display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
      padding: 13px 24px; border-radius: var(--eug-pill);
      background: #5865F2; color: #fff; font-weight: 700; font-size: 0.95rem;
      box-shadow: 0 8px 24px rgba(88,101,242,0.32);
      transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
    }
    .eug-faq-more .eug-discord-btn:hover { background: #4752c4; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(88,101,242,0.45); }
    .eug-faq-more .eug-discord-btn i { font-size: 1.2rem; }
    @media (max-width: 620px) {
      .eug-faq-more { flex-direction: column; text-align: center; }
      .eug-faq-more .eug-discord-btn { margin-left: 0; }
    }

    /* ================================================
       FINAL CTA
    ================================================ */
    .eug-cta { position: relative; overflow: hidden; text-align: center; background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); }
    .eug-cta::before {
      content: ''; position: absolute; inset: 0; z-index: 0;
      background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(69,199,255,0.18), transparent 70%);
      pointer-events: none;
    }
    .eug-cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
    .eug-cta h2 {
      margin: 18px 0 0; font-size: clamp(2.2rem, 5vw, 3.6rem);
      font-weight: 700; letter-spacing: 0.01em; line-height: 1; color: var(--eug-frost);
    }
    .eug-cta p { margin: 20px auto 0; max-width: 520px; font-size: 1.1rem; line-height: 1.55; color: var(--eug-muted); }
    .eug-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }

    /* ================================================
       OWN HARDWARE
    ================================================ */
    .eug-hw { background: var(--eug-canvas); }
    .eug-hw .eug-section-head { max-width: 720px; }
    .eug-hw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 30px; margin-top: 54px; align-items: end; }
    .eug-hw-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .eug-hw-art { width: 100%; max-width: 290px; height: 176px; display: flex; align-items: flex-end; justify-content: center; margin-bottom: 18px; }
    .eug-hw-art svg { width: 100%; height: 100%; overflow: visible; }
    .eug-hw-up { display: block; margin-bottom: 5px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--eug-muted); }
    .eug-hw-val { font-family: var(--eug-font-display); font-size: 2.5rem; font-weight: 700; line-height: 0.95; color: var(--eug-blue); }
    .eug-hw-val small { font-size: 1.05rem; font-family: var(--eug-font-body); font-weight: 600; color: var(--eug-muted); margin-left: 4px; }
    .eug-hw-name { margin: 11px 0 5px; font-family: var(--eug-font-display); font-size: 1.32rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.015em; color: var(--eug-frost); }
    .eug-hw-sub { margin: 0; font-size: 0.92rem; font-weight: 500; color: var(--eug-accent); }
    @media (max-width: 760px) { .eug-hw-grid { grid-template-columns: 1fr; max-width: 360px; margin: 44px auto 0; gap: 48px; } }

    /* performance proof — spec→outcome cards + comparison */
    .eug-hw-sub-h { text-align: center; margin: clamp(44px, 5vw, 60px) 0 24px; font-family: var(--eug-font-display); font-size: clamp(1.3rem, 2.3vw, 1.7rem); font-weight: 700; color: var(--eug-frost); }
    .eug-hw-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .eug-hw-outcome { padding: 24px 18px; border-radius: var(--eug-radius-card); background: var(--eug-ink); border: 1px solid var(--eug-border); text-align: center; transition: border-color 0.18s ease, transform 0.18s ease; }
    .eug-hw-outcome:hover { border-color: var(--eug-border-blue); transform: translateY(-4px); }
    .eug-hw-outcome .eug-hw-outcome-ico { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 14px; background: rgba(69, 199, 255, 0.1); border: 1px solid var(--eug-border-blue); }
    .eug-hw-outcome-ico svg { width: 42px; height: 42px; display: block; }
    .eug-hw-outcome b { display: block; font-family: var(--eug-font-display); font-size: 1.04rem; font-weight: 700; line-height: 1.25; color: var(--eug-frost); }
    .eug-hw-outcome span { display: block; margin-top: 8px; font-size: 0.82rem; color: var(--eug-muted); }
    .eug-hw-outcome em { font-style: normal; font-weight: 600; color: var(--eug-blue); }

    .eug-hw-cmp-scroll { overflow-x: auto; border: 1px solid var(--eug-border); border-radius: var(--eug-radius-card); }
    .eug-hw-cmp { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 0.92rem; }
    .eug-hw-cmp th, .eug-hw-cmp td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--eug-border); }
    .eug-hw-cmp thead th { font-family: var(--eug-font-display); font-weight: 700; color: var(--eug-frost); background: var(--eug-ink); }
    .eug-hw-cmp tbody th { font-weight: 600; color: var(--eug-muted); }
    .eug-hw-cmp td { color: #cdddec; }
    .eug-hw-cmp .is-ext { background: rgba(69, 199, 255, 0.07); color: var(--eug-frost); font-weight: 600; }
    .eug-hw-cmp td.is-ext i { color: var(--eug-accent); margin-right: 5px; }
    .eug-hw-cmp .is-typical { color: var(--eug-muted); }
    .eug-hw-cmp tr:last-child th, .eug-hw-cmp tr:last-child td { border-bottom: 0; }
    .eug-hw-cmp-tag { display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: var(--eug-pill); background: var(--eug-accent); color: #0d2400; font-family: var(--eug-font-body); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; vertical-align: middle; }
    .eug-hw-cmp-note { text-align: center; margin: 14px 0 0; font-size: 0.8rem; color: var(--eug-muted); }
    @media (max-width: 880px) { .eug-hw-outcomes { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 460px) { .eug-hw-outcomes { grid-template-columns: 1fr; } }
    /* Mobile: stack the 4-column comparison into per-spec cards so the Extreme tier
       is visible without a sideways scroll (the upsell column was hidden off-screen). */
    @media (max-width: 700px) {
      .eug-hw-cmp-scroll { overflow-x: visible; }
      .eug-hw-cmp { min-width: 0; }
      .eug-hw-cmp thead { display: none; }
      .eug-hw-cmp, .eug-hw-cmp tbody, .eug-hw-cmp tr, .eug-hw-cmp th, .eug-hw-cmp td { display: block; width: 100%; }
      .eug-hw-cmp tr { padding: 0 0 6px; border-bottom: 1px solid var(--eug-border); }
      .eug-hw-cmp tr:last-child { padding-bottom: 0; border-bottom: 0; }
      .eug-hw-cmp tbody th[scope="row"] {
        padding: 13px 16px 11px; color: var(--eug-frost); background: var(--eug-ink);
        font-family: var(--eug-font-display); font-size: 1.02rem; font-weight: 700;
        border-bottom: 1px solid var(--eug-border);
      }
      .eug-hw-cmp td { border: 0; padding: 8px 16px; color: #cdddec; }
      .eug-hw-cmp td::before {
        content: attr(data-l); display: block; margin-bottom: 2px;
        font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
        color: var(--eug-muted);
      }
      .eug-hw-cmp td.is-ext { background: rgba(69, 199, 255, 0.07); }
      .eug-hw-cmp td.is-ext::before { color: var(--eug-blue); }
    }

    /* datacenter ownership block */
    .eug-hw-own {
      display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px);
      align-items: center; margin-top: clamp(48px, 6vw, 84px); padding-top: clamp(46px, 6vw, 80px);
      border-top: 1px solid var(--eug-border-soft);
    }
    .eug-hw-own-media {
      border-radius: var(--eug-radius-panel); overflow: hidden; border: 1px solid var(--eug-border);
      box-shadow: 0 26px 70px rgba(0,0,0,0.5); aspect-ratio: 4 / 3;
    }
    .eug-hw-own-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .eug-hw-own-eyebrow { display: inline-block; margin-bottom: 13px; font-family: var(--eug-font-display); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eug-blue); }
    .eug-hw-own-title { margin: 0; font-family: var(--eug-font-display); font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 700; line-height: 1.1; letter-spacing: 0.01em; color: var(--eug-frost); text-wrap: balance; }
    .eug-hw-own-title .eug-grad { background: var(--eug-beam); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .eug-hw-own-copy > p { margin: 16px 0 0; font-size: 1rem; line-height: 1.6; color: var(--eug-muted); }
    .eug-hw-benefits { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
    .eug-hw-benefits li { display: flex; gap: 14px; }
    .eug-hw-bico {
      width: 48px; height: 48px; flex: none; border-radius: 13px; display: flex; align-items: center; justify-content: center;
      background: rgba(69,199,255,0.12); border: 1px solid var(--eug-border-blue);
    }
    .eug-hw-bico svg { width: 30px; height: 30px; display: block; }
    .eug-hw-benefits div b { display: block; font-size: 1.02rem; font-weight: 700; color: var(--eug-frost); }
    .eug-hw-benefits div span { display: block; margin-top: 3px; font-size: 0.9rem; line-height: 1.55; color: var(--eug-muted); }
    @media (max-width: 820px) { .eug-hw-own { grid-template-columns: 1fr; gap: 28px; } .eug-hw-own-media { order: 2; } }

    /* ================================================
       REVIEWS
    ================================================ */
    .eug-reviews { position: relative; overflow: hidden; background: var(--eug-canvas); }
    .eug-reviews > .eug-shell { position: relative; z-index: 1; }

    .eug-rev-top { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,0.9fr); gap: clamp(28px,4vw,56px); align-items: center; margin-bottom: clamp(34px,4vw,48px); }
    .eug-rev-stars { position: relative; display: inline-block; font-size: clamp(2.1rem, 4vw, 2.8rem); line-height: 1; letter-spacing: 6px; }
    .eug-rev-stars .base { color: rgba(182,255,46,0.22); }
    .eug-rev-stars .fill { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; color: var(--eug-accent); text-shadow: 0 0 16px rgba(182,255,46,0.45); }
    .eug-rev-h2 { margin: 18px 0 0; font-family: var(--eug-font-display); font-size: clamp(2rem,4vw,3rem); font-weight: 700; line-height: 1.04; letter-spacing: 0.01em; color: var(--eug-frost); text-wrap: balance; }
    .eug-rev-h2 .eug-grad { background: var(--eug-beam); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .eug-rev-sub { margin: 14px 0 0; font-size: 1.05rem; line-height: 1.5; color: var(--eug-muted); }
    .eug-rev-sub strong { color: var(--eug-frost); font-weight: 700; }
    .eug-rev-sub a { color: var(--eug-blue); font-weight: 600; }

    .eug-rev-bubbles { position: relative; height: clamp(270px, 30vw, 350px); }
    /* hexagonal floating game covers — matches the free-trial honeycomb; depth/glow kept via drop-shadow (clip-path would clip a border/box-shadow) */
    .eug-rev-bubble { position: absolute; filter: drop-shadow(0 16px 34px rgba(0,0,0,0.5)) drop-shadow(0 0 10px rgba(69,199,255,0.22)); }
    .eug-rev-bubble img { width: 100%; height: 100%; object-fit: cover; display: block; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
    .eug-rev-bubble.b1 { width: 45%; padding-bottom: 45%; height: 0; left: 20%; top: 6%; }
    .eug-rev-bubble.b2 { width: 30%; padding-bottom: 30%; height: 0; left: 60%; top: 0; }
    .eug-rev-bubble.b3 { width: 35%; padding-bottom: 35%; height: 0; left: 62%; top: 33%; }
    .eug-rev-bubble.b4 { width: 38%; padding-bottom: 38%; height: 0; left: 4%; top: 42%; }
    .eug-rev-bubble.b5 { width: 31%; padding-bottom: 31%; height: 0; left: 40%; top: 58%; }
    .eug-rev-bubble.b6 { width: 22%; padding-bottom: 22%; height: 0; left: 0; top: 12%; }
    .eug-rev-bubble img { position: absolute; inset: 0; }

    .eug-rev-marquee {
      position: relative; overflow: hidden;
      width: 100vw; margin-left: calc(50% - 50vw);
    }
    .eug-rev-track { display: flex; width: max-content; padding: 6px 0; animation: eug-rev-scroll 48s linear infinite; }
    .eug-rev-marquee:hover .eug-rev-track { animation-play-state: paused; }
    @keyframes eug-rev-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .eug-rev-card {
      flex: 0 0 348px; margin-right: 16px; align-self: stretch;
      background: var(--eug-ink); border: 1px solid var(--eug-border); border-radius: var(--eug-radius-card);
      padding: 24px 24px 20px; display: flex; flex-direction: column;
    }
    .eug-rev-card-stars { color: var(--eug-accent); font-size: 0.98rem; letter-spacing: 3px; margin-bottom: 13px; }
    .eug-rev-card h3 { margin: 0 0 9px; font-size: 1.06rem; font-weight: 700; color: var(--eug-frost); }
    .eug-rev-card p { margin: 0 0 18px; font-size: 0.92rem; line-height: 1.6; color: var(--eug-muted); flex: 1; }
    .eug-rev-card-foot { display: flex; align-items: center; gap: 11px; padding-top: 15px; border-top: 1px solid var(--eug-border-soft); }
    .eug-rev-avatar { width: 36px; height: 36px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; background: rgba(69,199,255,0.14); color: var(--eug-blue); }
    .eug-rev-meta b { display: block; font-size: 0.86rem; font-weight: 600; color: #d7e6f4; }
    .eug-rev-meta span { font-size: 0.74rem; color: var(--eug-muted); }
    @media (prefers-reduced-motion: reduce) { .eug-rev-track { animation: none; } }
    @media (max-width: 880px) {
      .eug-rev-top { grid-template-columns: 1fr; }
      .eug-rev-bubbles { display: none; }
    }
    /* Mobile reviews: the auto-scroll marquee can't be paused on touch and the 348px cards
       overflow a phone, so social proof just slides away. Swap it for a swipeable snap
       carousel — one review per view with a peek of the next. Desktop marquee is unchanged. */
    @media (max-width: 700px) {
      .eug-rev-rated { text-align: center; }
      .eug-rev-stars { font-size: clamp(1.9rem, 9vw, 2.3rem); letter-spacing: 5px; }
      .eug-rev-h2 { margin-top: 14px; font-size: clamp(1.7rem, 6.6vw, 2.1rem); }
      .eug-rev-sub { font-size: 1rem; }
      .eug-rev-marquee {
        overflow-x: auto; scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; scrollbar-width: none; scroll-padding: 0 20px;
      }
      .eug-rev-marquee::-webkit-scrollbar { display: none; }
      .eug-rev-track { animation: none; width: max-content; padding: 6px 20px; }
      .eug-rev-card {
        flex: 0 0 80vw; max-width: 320px; margin-right: 14px;
        scroll-snap-align: start; padding: 22px 20px 18px;
      }
      .eug-rev-card[aria-hidden] { display: none; } /* drop the duplicate marquee set when swiping */
      .eug-rev-card h3 { font-size: 1.02rem; }
      .eug-rev-card p { font-size: 0.9rem; margin-bottom: 16px; }
    }

    /* ================================================
       FREE-TRIAL BANNER
    ================================================ */
    .eug-trial { background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); padding: clamp(36px, 4.5vw, 64px) 0; }
    .eug-trial-card {
      position: relative; overflow: hidden; min-height: 350px; display: flex; align-items: center;
      border: 1px solid var(--eug-border); border-radius: var(--eug-radius-panel);
      background: var(--eug-ink);
    }
    .eug-trial-hex {
      position: absolute; top: 50%; right: -36px; transform: translateY(-50%);
      display: flex; flex-direction: column; z-index: 0;
    }
    .eug-trial-hex .row { display: flex; gap: 6px; margin-top: -27px; }
    .eug-trial-hex .row:first-child { margin-top: 0; }
    .eug-trial-hex .row.shift { margin-left: 51px; }
    .hex {
      width: 96px; height: 111px; flex: none; background: var(--eug-ink); overflow: hidden;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }
    .hex img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .eug-trial-card::after {
      content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background: linear-gradient(90deg, var(--eug-ink) 32%, rgba(16,24,39,0.72) 52%, rgba(16,24,39,0.15) 80%, rgba(16,24,39,0) 100%);
    }
    .eug-trial-badge {
      position: absolute; z-index: 2; top: 50%; right: clamp(34px, 11vw, 140px); transform: translateY(-50%) rotate(0deg);
      width: 152px; height: 172px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      background: var(--eug-accent); display: flex; flex-direction: column; align-items: center; justify-content: center;
      text-align: center; box-shadow: 0 0 44px rgba(182,255,46,0.35);
    }
    .eug-trial-badge b { font-family: var(--eug-font-display); font-size: 2.5rem; font-weight: 700; line-height: 0.86; letter-spacing: 0.02em; color: #0d2400; }
    .eug-trial-badge span { margin-top: 8px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: #0d2400; color: var(--eug-accent); padding: 4px 11px; border-radius: var(--eug-pill); }
    .eug-trial-copy { position: relative; z-index: 2; padding: clamp(34px, 5vw, 58px); max-width: 560px; }
    .eug-trial-eyebrow { display: inline-block; margin-bottom: 14px; font-family: var(--eug-font-display); font-size: 0.95rem; font-weight: 700; letter-spacing: 0.03em; color: var(--eug-accent); }
    .eug-trial-copy h2 { margin: 0; font-family: var(--eug-font-display); font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 700; line-height: 1.06; letter-spacing: 0.01em; color: var(--eug-frost); }
    .eug-trial-copy h2 .eug-grad { background: var(--eug-beam); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .eug-trial-copy p { margin: 16px 0 0; font-size: 1.02rem; line-height: 1.55; color: var(--eug-muted); max-width: 410px; }
    .eug-trial-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    @media (max-width: 880px) {
      .eug-trial-hex { opacity: 0.16; right: -80px; }
      .eug-trial-badge { display: none; }
      .eug-trial-card::after { background: linear-gradient(90deg, var(--eug-ink) 55%, rgba(16,24,39,0.55) 100%); }
      .eug-trial-copy { max-width: none; }
    }

    /* ================================================
       FOOTER
    ================================================ */
    .eug-footer { background: var(--eug-canvas); border-top: 1px solid var(--eug-border); padding: 72px 0 40px; }
    .eug-footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--eug-border); }
    .eug-footer-brand img { height: 40px; width: auto; margin-bottom: 18px; }
    .eug-footer-brand p { margin: 0 0 18px; max-width: 300px; font-size: 0.92rem; line-height: 1.6; color: var(--eug-muted); }
    .eug-footer-social { display: flex; gap: 10px; }
    .eug-footer-social a {
      width: 38px; height: 38px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      border: 1px solid var(--eug-border); color: var(--eug-muted);
      transition: color 0.18s, border-color 0.18s, background 0.18s;
    }
    .eug-footer-social a:hover { color: var(--eug-blue); border-color: var(--eug-border-blue); background: rgba(69,199,255,0.06); }
    .eug-footer-col h4 { margin: 0 0 18px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--eug-frost); }
    .eug-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
    .eug-footer-col a { font-size: 0.92rem; color: var(--eug-muted); transition: color 0.16s; }
    .eug-footer-col a:hover { color: var(--eug-blue); }
    .eug-footer-bottom {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      flex-wrap: wrap; padding-top: 28px; font-size: 0.85rem; color: var(--eug-muted);
    }
    .eug-footer-bottom a { color: var(--eug-muted); }
    .eug-footer-bottom a:hover { color: var(--eug-blue); }

    /* ================================================
       RESPONSIVE
    ================================================ */
    /* hide the nav phone CTA until the full nav has room (avoids 980–1200px header overflow) */
    @media (max-width: 1200px) { .eug-nav-actions .eug-nav-phone { display: none; } }
    @media (max-width: 1100px) {
      .eug-games-grid { grid-template-columns: repeat(3, 1fr); }
      .eug-loc-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 980px) {
      .eug-nav-links { display: none; }
      .eug-nav-actions .eug-login, .eug-nav-actions .eug-btn-primary, .eug-nav-actions .eug-nav-phone { display: none; }
      .eug-burger { display: inline-flex; }
      .eug-nav { margin-left: auto; }
      .eug-logo { margin-right: auto; }
      .eug-panel-layout { grid-template-columns: 1fr; gap: 40px; }
      .eug-infra-grid { grid-template-columns: repeat(2, 1fr); }
      .eug-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
      .eug-footer-brand { grid-column: 1 / -1; }
    }
    @media (max-width: 720px) {
      .eug-games-grid { grid-template-columns: repeat(2, 1fr); }
      .eug-panel-grid { grid-template-columns: 1fr; }
      .eug-infra-grid { grid-template-columns: 1fr; }
      .eug-faq-grid { grid-template-columns: 1fr; }
      .eug-proof { grid-template-columns: repeat(2, 1fr); }
      .eug-proof-item:nth-child(2n) { border-right: none; }
      .eug-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--eug-border); }
    }
    @media (max-width: 560px) {
      .eug-hero-ctas .eug-btn, .eug-cta-btns .eug-btn { flex: 1; }
      .eug-announce .eug-announce-go { display: none; }
      .eug-games-grid { grid-template-columns: 1fr; }
      .eug-loc-grid { grid-template-columns: 1fr; }
      .eug-footer-top { grid-template-columns: 1fr; }
    }

    /* ============================================================
       GAME TEMPLATE — per-game pages (hero · pricing · trailer)
       Shared design system; per-game accent set via
       .eug-game--<slug> { --eug-game / --eug-game-rgb }
    ============================================================ */
    .eug-page { --eug-game: #45C7FF; --eug-game-rgb: 69, 199, 255; }        /* default = brand blue */
    .eug-game--rust { --eug-game: #45C7FF; --eug-game-rgb: 69, 199, 255; }  /* on-brand electric blue (no per-game tint) */

    /* ---- Section rhythm: strict canvas / deep-navy alternation + consistent spacing ----
       Scoped to .eug-game so the shared index_test page keeps its own (already-correct)
       cadence. game-template's extra sections had broken the light/dark rhythm (three
       canvas sections stacked at the top, plus cp→hw, why→trailer, faq→seo collisions).
       Result is a clean C D C D … : ghero·reviews·cp·net·trailer·faq = canvas;
       pricing·xf·hw·why·trial·seo = deep-navy. Deep-navy sections carry hairline
       top/bottom borders; canvas sections carry none, so every seam is a single rule. */
    .eug-game .eug-pricing,
    .eug-game .eug-hw,
    .eug-game .eug-why,
    .eug-game .eug-seo {
      background: var(--eug-deep-navy);
      border-top: 1px solid var(--eug-border);
      border-bottom: 1px solid var(--eug-border);
    }
    .eug-game .eug-net {
      background: var(--eug-canvas);
      border-top: 0; border-bottom: 0;
      padding: clamp(72px, 9vw, 112px) 0;   /* normalise from the section's tighter 48–80px */
    }
    .eug-game .eug-xf { padding: clamp(72px, 9vw, 112px) 0; }  /* was ~18–30px — squished vs neighbours */

    /* ---- Game hero (split: copy + character cutout) ---- */
    .eug-ghero { position: relative; overflow: hidden; border-bottom: 1px solid var(--eug-border); }
    /* dark scrim over the video — matches the index_test hero overlay (no coloured glow) */
    .eug-ghero-glow {
      position: absolute; inset: 0; z-index: 0; pointer-events: none;
      background:
        radial-gradient(ellipse 95% 80% at 50% 48%, rgba(5, 8, 14, 0.72) 0%, rgba(5, 8, 14, 0.46) 50%, rgba(5, 8, 14, 0.30) 100%),
        linear-gradient(180deg, rgba(5, 8, 14, 0.80) 0%, rgba(5, 8, 14, 0.44) 34%, rgba(5, 8, 14, 0.70) 70%, rgba(7, 11, 18, 0.99) 100%);
    }
    .eug-ghero-inner {
      position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr;
      align-items: center; gap: 56px; min-height: clamp(560px, 70vh, 680px);
      padding-top: 64px; padding-bottom: 64px;
    }
    .eug-ghero-copy { max-width: 620px; }
    .eug-ghero-kicker {
      display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px;
      font-family: var(--eug-font-display); font-weight: 600; font-size: 0.98rem;
      letter-spacing: 0.16em; text-transform: uppercase; color: var(--eug-blue);
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    }
    .eug-ghero-kicker i { color: var(--eug-blue); }
    .eug-ghero-title {
      margin: 0; font-family: var(--eug-font-display); font-weight: 700;
      font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.02; letter-spacing: 0.01em; color: #fff;
      text-shadow: 0 2px 30px rgba(0, 0, 0, 0.55);
    }
    .eug-ghero-title .eug-grad { background: var(--eug-beam); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none; }
    .eug-ghero-h2 { margin: 12px 0 0; font-family: var(--eug-font-display); font-size: clamp(1.2rem, 1.9vw, 1.55rem); font-weight: 600; letter-spacing: 0.01em; color: #dbe7f3; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }
    .eug-ghero-sub { margin: 14px 0 0; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.55; color: #eaf1fa; max-width: 540px; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8); }
    .eug-ghero-offer { display: inline-flex; align-items: center; gap: 10px; margin: 20px 0 0; padding: 11px 16px; border-radius: 10px; background: rgba(69, 199, 255, 0.09); border: 1px solid var(--eug-border-blue); font-family: var(--eug-font-display); font-size: 0.98rem; font-weight: 600; color: #eaf1fa; }
    .eug-ghero-offer i { color: var(--eug-accent); font-size: 0.95em; }
    .eug-ghero-offer strong { color: var(--eug-game); font-weight: 800; }
    .eug-ghero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
    .eug-ghero .eug-hero-social { margin-top: 28px; }
    .eug-ghero .eug-hchecks { margin-top: 22px; }
    /* 6 hero checks: 3 per row, spread evenly across the copy column */
    .eug-ghero .eug-hchecks {
      margin: 24px 0 0;
      display: grid; grid-template-columns: repeat(3, auto);
      justify-content: space-between; align-items: center;
      gap: 13px 18px;
    }
    .eug-ghero .eug-hcheck { font-size: 0.9rem; }
    /* narrow split-hero copy column → 2 per row */
    @media (max-width: 1180px) {
      .eug-ghero .eug-hchecks { grid-template-columns: repeat(2, auto); justify-content: center; column-gap: 32px; }
    }
    /* hero stacks below 900 — copy is wide again, so go back to 3 across, centered */
    @media (max-width: 900px) and (min-width: 621px) {
      .eug-ghero .eug-hchecks { grid-template-columns: repeat(3, auto); justify-content: center; column-gap: 26px; }
    }
    /* phones → tidy 2 per row, slightly smaller */
    @media (max-width: 620px) {
      .eug-ghero .eug-hchecks { grid-template-columns: repeat(2, auto); justify-content: center; column-gap: 18px; }
      .eug-ghero .eug-hcheck { font-size: 0.82rem; }
    }

    .eug-ghero-side { width: 100%; display: flex; align-items: center; justify-content: center; }
    .eug-ghero-side .eug-ping-module { width: 100%; max-width: 520px; margin: 0; }
    .eug-ping-head { text-align: center; margin-bottom: 18px; }
    .eug-ping-tag { margin: 4px 0 0; font-size: 0.92rem; color: var(--eug-muted); }

    /* ---- Pricing ---- */
    .eug-pricing-kicker, .eug-trailer-kicker {
      display: inline-block; margin-bottom: 12px; font-family: var(--eug-font-display); font-weight: 700;
      font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-game);
    }
    /* pricing controls row — tier toggle (left) + billing cycle (right) */
    .eug-pricing-controls { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; gap: 16px 28px; width: fit-content; max-width: 100%; margin: 4px auto 40px; }
    .eug-ctrl { display: flex; flex-direction: column; gap: 11px; }
    .eug-ctrl-label { display: inline-flex; align-items: center; gap: 9px; font-family: var(--eug-font-display); font-size: 1rem; font-weight: 700; letter-spacing: 0.01em; color: var(--eug-frost); }
    .eug-ctrl-label i { color: var(--eug-game); font-size: 0.92em; }

    .eug-billing {
      display: flex; flex-wrap: wrap; gap: 4px; padding: 5px;
      border-radius: 12px; background: var(--eug-canvas); border: 1px solid var(--eug-border);
    }
    .eug-bill-opt {
      position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 16px 28px; border: 0;
      border-radius: 9px; background: transparent; color: var(--eug-muted);
      font-family: var(--eug-font-display); font-size: 1.08rem; font-weight: 600; letter-spacing: 0.01em; cursor: pointer;
      transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    }
    .eug-bill-opt:hover { color: var(--eug-frost); }
    .eug-bill-opt.is-active { background: var(--eug-interactive); color: var(--eug-frost); box-shadow: inset 0 0 0 1px var(--eug-border-blue), 0 6px 16px rgba(0, 0, 0, 0.45); }
    .eug-bill-save {
      position: absolute; top: -10px; right: -8px; padding: 3px 8px; border-radius: var(--eug-pill);
      background: var(--eug-accent); color: #0d2400; font-family: var(--eug-font-body); font-size: 0.72rem;
      font-weight: 800; font-style: normal; letter-spacing: 0.01em; line-height: 1.4; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
    }

    /* hardware tier toggle (Standard vs Extreme) */
    .eug-tier { display: flex; flex-wrap: wrap; gap: 4px; padding: 5px; border-radius: 12px; background: var(--eug-canvas); border: 1px solid var(--eug-border); }
    .eug-tier-opt { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 16px 38px; border: 0; border-radius: 9px; background: transparent; color: var(--eug-muted); font-family: var(--eug-font-display); cursor: pointer; transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease; }
    .eug-tier-label { display: inline-flex; align-items: center; gap: 7px; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.01em; }
    .eug-tier-opt:hover { color: var(--eug-frost); }
    .eug-tier-opt.is-active { background: var(--eug-interactive); color: var(--eug-frost); box-shadow: inset 0 0 0 1px var(--eug-border-blue), 0 6px 16px rgba(0, 0, 0, 0.45); }
    .eug-tier-opt[data-tier="extreme"] .eug-tier-label i { color: var(--eug-accent); }
    .eug-tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 4px 12px; border-radius: var(--eug-pill); background: var(--eug-accent); color: #0d2400; font-family: var(--eug-font-body); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4); }

    .eug-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
    .eug-plans[hidden] { display: none; }  /* hide inactive tier (beats .eug-plans display:grid) */
    .eug-plan {
      position: relative; display: flex; flex-direction: column; padding: 30px 26px;
      background: var(--eug-ink); border: 1px solid var(--eug-border); border-radius: 20px;
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    .eug-plan:hover { transform: translateY(-5px); border-color: rgba(69, 199, 255, 0.45); box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4); }
    /* featured (middle) highlighted in lime/green — matches the index product highlight */
    .eug-plan--featured, .eug-plan--featured:hover {
      border-color: var(--eug-accent); box-shadow: 0 0 0 1px var(--eug-accent), 0 24px 60px rgba(182, 255, 46, 0.16);
      background: linear-gradient(180deg, rgba(182, 255, 46, 0.06), var(--eug-ink) 60%);
    }
    .eug-plan-tag {
      position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap;
      display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: var(--eug-pill);
      background: var(--eug-accent); color: #0d2400; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.02em;
    }
    .eug-plan-tag--perf { background: var(--eug-blue); color: #03111C; }
    .eug-plan-class { display: inline-block; font-family: var(--eug-font-display); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eug-game); }
    .eug-plan-name { margin: 3px 0 0; font-family: var(--eug-font-display); font-size: 1.5rem; font-weight: 700; color: var(--eug-frost); }
    .eug-plan-spec { margin-top: 14px; font-family: var(--eug-font-display); font-size: 1.35rem; font-weight: 600; letter-spacing: 0.01em; color: var(--eug-frost); }
    .eug-plan-spec b { font-weight: 800; color: var(--eug-blue); }
    .eug-plan-spec-sep { margin: 0 9px; color: var(--eug-muted); font-weight: 400; }
    .eug-plan-best { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: 0.95rem; color: #cdddec; }
    .eug-plan-best i { color: var(--eug-blue); }
    .eug-plan-loc {
      display: flex; align-items: center; gap: 8px; margin: 14px 0; padding: 12px 0;
      border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border);
      font-size: 0.88rem; color: var(--eug-muted);
    }
    .eug-plan-loc i { color: var(--eug-game); }
    .eug-plan-price { display: flex; align-items: flex-start; gap: 2px; margin: 16px 0 0; color: var(--eug-frost); }
    .eug-plan-price .cur { font-size: 1.4rem; font-weight: 700; margin-top: 6px; }
    .eug-plan-price .amt { font-family: var(--eug-font-display); font-size: 2.8rem; font-weight: 700; line-height: 1; }
    .eug-plan-price .per { font-size: 0.9rem; color: var(--eug-muted); margin-top: 18px; margin-left: 2px; }
    .eug-plan-save { display: block; margin: 8px 0 0; font-family: var(--eug-font-display); font-size: 0.92rem; font-weight: 700; color: var(--eug-accent); }
    .eug-plan-save[hidden] { display: none; }
    .eug-plan-btn { width: 100%; justify-content: center; margin-top: 16px; }
    /* side tiers = blue button; featured (middle) keeps the lime .eug-btn-primary */
    .eug-plan-btn--blue { background: var(--eug-blue); border-color: var(--eug-border-blue); }
    .eug-plan-btn--blue:hover { background: var(--eug-blue-glow); box-shadow: 0 0 0 4px rgba(69, 199, 255, 0.16); }
    /* per-tier hardware strip — spans full width above the three cards */
    .eug-tier-hw { grid-column: 1 / -1; order: -2; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px 18px; padding: 13px 18px; border-radius: 12px; background: var(--eug-canvas); border: 1px solid var(--eug-border); }
    .eug-tier-hw-lead { font-family: var(--eug-font-display); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--eug-muted); }
    .eug-tier-hw > span:not(.eug-tier-hw-lead) { display: inline-flex; align-items: center; gap: 7px; font-size: 0.92rem; color: #dbe7f3; }
    .eug-tier-hw i { color: var(--eug-game); font-size: 0.9rem; }

    /* ---- Trailer ---- */
    .eug-trailer-frame {
      position: relative; max-width: 960px; margin: 8px auto 0; aspect-ratio: 16 / 9;
      border-radius: 18px; overflow: hidden; border: 1px solid var(--eug-border); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
    }
    .eug-trailer-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

    @media (max-width: 900px) {
      .eug-ghero-inner { grid-template-columns: 1fr; min-height: 0; text-align: center; padding-top: 90px; gap: 8px; }
      .eug-ghero-copy { max-width: none; margin: 0 auto; }
      .eug-ghero-sub { margin-left: auto; margin-right: auto; }
      .eug-ghero-ctas, .eug-ghero .eug-hchecks, .eug-ghero .eug-hero-social { justify-content: center; }
      .eug-ghero-side { margin-top: 14px; }
      .eug-plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; gap: 30px; }
      .eug-plan--featured { order: -1; }
    }
    @media (max-width: 720px) {
      .eug-pricing-controls { width: 100%; align-items: stretch; gap: 18px; }
      .eug-ctrl { width: 100%; }
      .eug-tier, .eug-billing { width: 100%; }
      .eug-tier-opt, .eug-bill-opt { flex: 1; }
    }
    @media (max-width: 560px) {
      .eug-bill-opt { padding: 11px 8px; font-size: 0.85rem; }
      .eug-bill-save { right: 2px; }
      /* stack hero CTAs full-width so they don't wrap to ragged, uneven widths */
      .eug-ghero-ctas { flex-direction: column; align-items: stretch; }
      .eug-ghero-ctas .eug-btn { width: 100%; }
    }

    /* ---- Game hero video background ---- */
    .eug-ghero-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: var(--eug-canvas); }
    .eug-ghero-video video { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
    /* darkening comes from .eug-ghero-glow (the index-style scrim) — no extra layer here */

    /* ---- Control panel showcase ---- */
    .eug-cp-kicker { display: inline-block; margin-bottom: 12px; font-family: var(--eug-font-display); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-blue); }
    .eug-cp-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 auto 36px; max-width: 1120px; }
    .eug-cp-tab {
      display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 12px; white-space: nowrap;
      background: var(--eug-ink); border: 1px solid var(--eug-border); color: var(--eug-muted);
      font-family: inherit; font-size: 0.88rem; font-weight: 600; cursor: pointer;
      transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
    }
    .eug-cp-tab i { color: var(--eug-muted); transition: color 0.18s ease; }
    .eug-cp-tab:hover { color: var(--eug-frost); border-color: #33486A; }
    .eug-cp-tab.is-active { color: var(--eug-frost); border-color: var(--eug-blue); background: rgba(69, 199, 255, 0.08); box-shadow: 0 0 0 1px var(--eug-blue); }
    .eug-cp-tab.is-active i { color: var(--eug-blue); }

    .eug-cp-panel { display: none; grid-template-columns: 1fr 1.45fr; gap: 40px; align-items: center; }
    .eug-cp-panel.is-active { display: grid; animation: eug-cp-fade 0.35s ease; }
    @keyframes eug-cp-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
    @media (prefers-reduced-motion: reduce) { .eug-cp-panel.is-active { animation: none; } }
    .eug-cp-label { display: inline-block; margin-bottom: 10px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--eug-blue); }
    .eug-cp-title { margin: 0; font-family: var(--eug-font-display); font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 700; line-height: 1.1; color: var(--eug-frost); }
    .eug-cp-desc { margin: 14px 0 22px; font-size: 1.02rem; line-height: 1.6; color: var(--eug-muted); }
    .eug-cp-feats { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
    .eug-cp-feats li { display: flex; align-items: center; gap: 11px; padding: 13px 16px; border-radius: 12px; background: var(--eug-ink); border: 1px solid var(--eug-border); font-size: 0.95rem; color: #cdddec; }
    .eug-cp-feats i { color: var(--eug-accent); }
    .eug-cp-frame { position: relative; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; border: 1px solid var(--eug-border-blue); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(69, 199, 255, 0.12); background: #0f1722; }
    .eug-cp-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: brightness(1.12) contrast(1.05) saturate(1.06); }
    .eug-cp-badge { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 6px 12px; border-radius: var(--eug-pill); background: rgba(7, 11, 18, 0.85); border: 1px solid var(--eug-border); color: var(--eug-frost); font-size: 0.75rem; font-weight: 600; backdrop-filter: blur(6px); }
    /* annotation callouts over the screenshot */
    .eug-cp-note { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 10px; background: rgba(7, 11, 18, 0.86); border: 1px solid var(--eug-border-blue); color: var(--eug-frost); font-size: 0.8rem; font-weight: 600; backdrop-filter: blur(7px); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45); }
    .eug-cp-note::before { content: ""; width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--eug-accent); box-shadow: 0 0 9px rgba(182, 255, 46, 0.8); }
    .eug-cp-note--tl { top: 16px; left: 16px; }
    .eug-cp-note--bl { bottom: 16px; left: 16px; }
    .eug-cp-note--br { bottom: 16px; right: 16px; }

    /* proof chips */
    .eug-cp-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; margin: 0 auto 30px; }
    .eug-cp-proof span { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: var(--eug-pill); background: rgba(69, 199, 255, 0.08); border: 1px solid var(--eug-border-blue); color: var(--eug-frost); font-weight: 600; font-size: 0.9rem; }
    .eug-cp-proof i { color: var(--eug-accent); }

    /* section CTA */
    .eug-cp-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 40px; }

    /* ---- Live ping tester ---- */
    .eug-ping-kicker { display: inline-block; margin-bottom: 12px; font-family: var(--eug-font-display); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-game); }
    .eug-ping-module { max-width: 760px; margin: 0 auto; padding: 30px; border-radius: 20px; background: var(--eug-ink); border: 1px solid var(--eug-border); }
    .eug-ping-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .eug-ping-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 24px 18px; border-radius: 16px; background: var(--eug-canvas); border: 1px solid var(--eug-border); }
    .eug-ping-flag { width: 46px; height: auto; border-radius: 5px; }
    .eug-ping-loc { margin-top: 12px; font-family: var(--eug-font-display); font-size: 1.4rem; font-weight: 700; color: var(--eug-frost); }
    .eug-ping-sub { font-size: 0.85rem; color: var(--eug-muted); }
    .eug-ping-readout { position: relative; display: flex; align-items: baseline; justify-content: center; gap: 4px; margin: 16px 0 6px; min-height: 54px; }
    .result-ping { display: flex; align-items: baseline; gap: 4px; transition: opacity 0.2s ease; }
    .result-ping-value { font-family: var(--eug-font-display); font-size: 3rem; font-weight: 700; line-height: 1; color: var(--eug-frost); }
    .result-ping-unit { font-size: 0.9rem; color: var(--eug-muted); }
    .eug-ping-readout .result-loading { position: absolute; inset: 0; align-items: center; justify-content: center; }
    .eug-ping-spin { width: 26px; height: 26px; border-radius: 50%; border: 3px solid var(--eug-border); border-top-color: var(--eug-blue); animation: eug-spin 0.8s linear infinite; }
    @keyframes eug-spin { to { transform: rotate(360deg); } }
    .eug-ping-quality { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.88rem; color: var(--eug-muted); }
    .quality-indicator { width: 9px; height: 9px; border-radius: 50%; background: #33486A; flex: none; }
    .eug-ping-stats { display: flex; justify-content: center; gap: 16px; margin-top: 12px; font-size: 0.78rem; color: var(--eug-muted); }
    .eug-ping-stats strong { color: #cdddec; }
    .eug-ping-action { display: flex; justify-content: center; margin-top: 24px; }
    .eug-ping-btn { background: var(--eug-blue); color: #03111C; border: 1px solid var(--eug-border-blue); }
    .eug-ping-btn:hover { background: var(--eug-blue-glow); box-shadow: 0 0 0 4px rgba(69, 199, 255, 0.16); }
    #testBtn.testing { opacity: 0.75; }
    .eug-ping-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; font-size: 0.82rem; color: var(--eug-muted); }
    .eug-ping-note i { color: var(--eug-blue); }
    .result-ping-value.excellent, .quality-text.excellent { color: #5CE08A; }
    .quality-indicator.excellent { background: #5CE08A; }
    .result-ping-value.good, .quality-text.good { color: #8DE4FF; }
    .quality-indicator.good { background: #8DE4FF; }
    .result-ping-value.okay, .quality-text.okay { color: #FFD45C; }
    .quality-indicator.okay { background: #FFD45C; }
    .result-ping-value.poor, .quality-text.poor { color: #FF9F45; }
    .quality-indicator.poor { background: #FF9F45; }
    .result-ping-value.unplayable, .quality-text.unplayable { color: #FF5C5C; }
    .quality-indicator.unplayable { background: #FF5C5C; }

    @media (max-width: 820px) {
      .eug-cp-panel.is-active { grid-template-columns: 1fr; gap: 24px; }
      .eug-cp-shot { order: -1; }
    }
    @media (max-width: 520px) {
      .eug-ping-grid { grid-template-columns: 1fr; }
      .eug-cp-tab { font-size: 0.85rem; padding: 10px 14px; }
      /* annotation callouts overlap and clutter the screenshot at phone width — the
         feature list below the shot carries the same points, so hide the floats */
      .eug-cp-note { display: none; }
    }

    /* ---- Exclusive features band (on-brand: deep-navy + electric blue) ---- */
    .eug-xf { position: relative; overflow: visible; padding: clamp(18px, 2vw, 30px) 0; background: var(--eug-deep-navy); border-top: 1px solid var(--eug-border); border-bottom: 1px solid var(--eug-border); }
    .eug-xf-char { position: absolute; left: 0; bottom: 0; z-index: 1; height: clamp(310px, 24vw, 400px); width: auto; pointer-events: none; }
    .eug-xf-char img { height: 100%; width: auto; display: block; filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.55)) brightness(0.82); opacity: 0.9; }
    /* content CENTERED in full width (character floats in the left gutter) — matches reference */
    .eug-xf-inner { position: relative; z-index: 2; }
    .eug-xf-kicker { display: inline-block; margin-bottom: 12px; font-family: var(--eug-font-display); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-blue); }
    .eug-xf .eug-section-head { margin-bottom: 28px; }
    .eug-xf-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 auto; max-width: 1060px; }
    .eug-xf-group { text-align: left; padding: 22px 22px 20px; border-radius: var(--eug-radius-card); background: var(--eug-ink); border: 1px solid var(--eug-border); transition: border-color 0.18s ease, transform 0.18s ease; }
    .eug-xf-group:hover { border-color: var(--eug-border-blue); transform: translateY(-4px); }
    .eug-xf-group-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
    .eug-xf-group-ico { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: none; border-radius: 10px; background: rgba(69, 199, 255, 0.12); color: var(--eug-blue); font-size: 1rem; }
    .eug-xf-group h3 { margin: 0; font-family: var(--eug-font-display); font-size: 1.15rem; font-weight: 700; color: var(--eug-frost); }
    .eug-xf-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
    .eug-xf-group li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.9rem; line-height: 1.4; color: #cdddec; }
    .eug-xf-group li i { flex: none; margin-top: 3px; font-size: 0.82rem; color: var(--eug-accent); }
    .eug-xf-proof { margin: 26px 0 0; text-align: center; font-size: 0.9rem; color: var(--eug-muted); }
    .eug-xf-proof i { color: var(--eug-accent); margin-right: 7px; }
    .eug-xf-proof strong { color: var(--eug-frost); font-weight: 700; }
    .eug-xf-cta { margin-top: 20px; text-align: center; }
    @media (max-width: 1000px) { .eug-xf-groups { grid-template-columns: repeat(2, 1fr); max-width: 620px; } }
    @media (max-width: 900px) {
      .eug-xf-char { display: none; }
      .eug-xf-inner { padding-left: 0; }
    }
    @media (max-width: 560px) { .eug-xf-groups { grid-template-columns: 1fr; max-width: 420px; } }

    /* ============================================================
       SEO CONTENT (stats · at-a-glance · comparison · guide · glossary)
    ============================================================ */
    .eug-seo .eug-h2 { text-align: center; }
    /* keep the intro copy in a tidy centered column like every other section head
       (was full-bleed, which read as "shoved left" against the rest of the site) */
    .eug-seo .eug-lead { text-align: center; max-width: 680px; margin-left: auto; margin-right: auto; }
    /* uppercase kicker above each sub-block h2 — matches every other section head */
    .eug-seo-kicker { display: block; text-align: center; margin-bottom: 12px; font-family: var(--eug-font-display); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-blue); }

    /* comparison table */
    .eug-cmp-wrap { margin: 0 0 56px; }
    .eug-cmp-scroll { overflow-x: auto; margin-top: 28px; border: 1px solid var(--eug-border); border-radius: 16px; }
    .eug-cmp { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
    .eug-cmp th { text-align: left; padding: 14px 18px; background: var(--eug-ink); color: var(--eug-frost); font-family: var(--eug-font-display); font-weight: 700; border-bottom: 1px solid var(--eug-border); }
    .eug-cmp td { padding: 14px 18px; vertical-align: top; border-bottom: 1px solid var(--eug-border); color: var(--eug-muted); line-height: 1.5; }
    .eug-cmp tr:last-child td { border-bottom: 0; }
    .eug-cmp td:first-child { color: var(--eug-frost); font-weight: 600; }
    .eug-cmp-us { color: #cdddec !important; }
    .eug-cmp-us i { color: var(--eug-accent); margin-right: 6px; }
    @media (max-width: 720px) {
      .eug-cmp, .eug-cmp tbody, .eug-cmp tr, .eug-cmp td { display: block; width: 100%; }
      .eug-cmp thead { display: none; }
      .eug-cmp tr { padding: 6px 0; }
      .eug-cmp td { border: 0; padding: 6px 16px; }
      .eug-cmp td::before { content: attr(data-l); display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--eug-blue); margin-bottom: 3px; }
    }

    /* complete guide — accordion (collapsed, on-brand, matches the FAQ) */
    .eug-guide { margin: 0; }
    .eug-guide .eug-lead { margin-bottom: 28px; }
    /* center the accordion as a contained reading column — headers + body share one
       width instead of full-bleed headers with body text hugging the left edge */
    .eug-gacc { border-top: 1px solid var(--eug-border); max-width: 880px; margin-left: auto; margin-right: auto; }
    .eug-gacc-item { border-bottom: 1px solid var(--eug-border); }
    .eug-gacc-h { margin: 0; }
    .eug-gacc-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 4px; background: none; border: 0; cursor: pointer; text-align: left; color: var(--eug-frost); font-family: var(--eug-font-display); font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 700; }
    .eug-gacc-btn:hover { color: var(--eug-blue); }
    .eug-gacc-btn i { flex: none; color: var(--eug-muted); transition: transform 0.25s ease, color 0.18s ease; }
    .eug-gacc-item.open .eug-gacc-btn i { transform: rotate(180deg); color: var(--eug-blue); }
    .eug-gacc-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
    .eug-gacc-inner { padding: 0 4px 22px; }
    .eug-gacc-inner p { margin: 0 0 14px; font-size: 1.02rem; line-height: 1.7; color: var(--eug-muted); }
    .eug-gacc-inner p:last-child { margin-bottom: 0; }
    .eug-gacc-inner h4 { font-family: var(--eug-font-display); font-size: 1.08rem; font-weight: 700; color: var(--eug-blue); margin: 18px 0 8px; }

    /* related / internal links */
    .eug-related { background: var(--eug-canvas); border-top: 1px solid var(--eug-border); }
    .eug-related-kicker { display: inline-block; margin-bottom: 12px; font-family: var(--eug-font-display); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eug-blue); }
    .eug-related-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 40px; margin-top: 40px; max-width: 1000px; margin-left: auto; margin-right: auto; }
    .eug-related-col h3 { margin: 0 0 16px; font-family: var(--eug-font-display); font-size: 1.05rem; font-weight: 700; color: var(--eug-frost); }
    .eug-related-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
    .eug-related-col a { display: inline-flex; align-items: center; gap: 9px; font-size: 0.95rem; color: var(--eug-muted); text-decoration: none; transition: color 0.15s ease; }
    .eug-related-col a:hover { color: var(--eug-blue); }
    .eug-related-col a i { color: var(--eug-game); font-size: 0.8em; }
    @media (max-width: 760px) { .eug-related-cols { grid-template-columns: 1fr; gap: 28px; max-width: 360px; } }
