    :root{
      --bg:#050607;
      --bg2:#07090a;
      --ink: rgba(255,255,255,0.92);
      --muted: rgba(255,255,255,0.72);
      --muted2: rgba(255,255,255,0.55);
      --line: rgba(255,255,255,0.10);
      --line2: rgba(255,255,255,0.07);
      --brand:#00ff88;
      --brand2:#00cc6a;
      --shadow: 0 28px 90px rgba(0,0,0,0.62);
      --r-xl: 28px;
      --r-lg: 18px;
      --r-md: 14px;
      --max: min(1720px, max(1120px, 90vw));
      --nav-font: "Exo 2", "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html{
      min-height:100%;
      overflow-x:hidden;
      overflow-y:auto;
      overscroll-behavior-x:none;
      background: var(--bg);
      scrollbar-width:none;
      -ms-overflow-style:none;
    }
    html::-webkit-scrollbar{
      width:0;
      height:0;
      display:none;
    }
    body{
      font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--ink);
      background: linear-gradient(180deg, var(--bg), var(--bg2));
      overflow-x:clip;
      overflow-y:visible;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      min-height:100vh;
      padding-bottom: env(safe-area-inset-bottom, 0px);
      transition: opacity .22s ease, transform .22s ease, filter .22s ease;
      will-change: opacity, transform, filter;
      animation: pageEnter .22s ease both;
    }
    html.is-navigating body{
      opacity:0;
      transform: translateY(8px) scale(.99);
      filter: blur(4px);
    }
    @keyframes pageEnter{
      from{opacity:0; transform: translateY(10px) scale(.99); filter: blur(6px)}
      to{opacity:1; transform: none; filter: none}
    }

    /* Background: aurora + subtle dotfield (no blur, no animation) */
    .bg{
      position:fixed; inset:0; z-index:-1; pointer-events:none;
      background:
        radial-gradient(1200px 740px at 10% -12%, rgba(0,255,136,0.14), transparent 55%),
        radial-gradient(900px 650px at 110% 10%, rgba(0,204,106,0.10), transparent 58%),
        radial-gradient(900px 650px at 18% 115%, rgba(0,255,136,0.06), transparent 62%),
        linear-gradient(180deg, var(--bg), var(--bg2));
    }
    .bg::after{
      content:"";
      position:absolute; inset:0;
      background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
      background-size: 22px 22px;
      opacity: 0.18;
      transform: translateZ(0);
      mask-image: radial-gradient(900px 540px at 45% 0%, rgba(0,0,0,1), rgba(0,0,0,0));
    }

    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    button{font:inherit}
    input[type="text"], input[type="email"], input[type="password"], textarea, [contenteditable]{cursor:text}

    .wrap{max-width:var(--max);margin:0 auto;padding:0 max(18px, env(safe-area-inset-right, 0px)) 0 max(18px, env(safe-area-inset-left, 0px))}
    .cv{content-visibility:auto;contain-intrinsic-size: 1px 900px;}
    @media (prefers-reduced-motion: reduce){
      *{scroll-behavior:auto !important;animation:none !important;transition:none !important}
    }
    @media (prefers-reduced-motion: reduce){
      .divider-icon{animation:none !important}
    }

    /* Loading screen (classic "test tube") */
    :root{
      --tube-percentage: 0%;
      --tube-color: #00ff88;
    }
    body.loading-active{overflow:hidden !important}
    .loading-screen{
      position: fixed !important;
      top:0 !important; left:0 !important; right:0 !important; bottom:0 !important;
      width: 100vw !important;
      height: 100vh !important;
      height: 100dvh !important;
      background: #000000;
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      z-index: 99999 !important;
      transition: opacity 0.5s ease;
      /* Prevent flashes: loader is opt-in via html.show-start-loader */
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      text-align:center;
      margin:0 !important;
      padding:0 !important;
      overflow:hidden;
    }
    html.show-start-loader .loading-screen{
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    html.show-start-loader body{
      animation: none !important;
      transition: none !important;
      will-change: auto !important;
      transform: none !important;
      filter: none !important;
      opacity: 1 !important;
    }
    .loading-screen.done,
    .loading-screen.hidden{opacity:0; pointer-events:none}
    .loading-content{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap: 18px;
      padding: 18px;
      width: min(560px, 92vw);
    }
    .loading-text{
      font-family: var(--nav-font, "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);
      font-size: 1.5rem;
      color:#ffffff;
      font-weight: 600;
    }
    .loading-bar{
      position: relative;
      height: 200px;
      width: 50px;
      border: 3px solid #272822;
      border-radius: 0 0 50rem 50rem;
      background-color: #272822;
      margin: 0 auto;
    }
    .loading-bar::after{
      content:"";
      position:absolute;
      left:-10px;
      top:-3px;
      width: calc(100% + 20px);
      height: 8px;
      border-radius: 50rem;
      background-color:#272822;
    }
    .loading-bar .body{
      position:absolute;
      border-radius: inherit;
      height: 100%;
      width: 100%;
      bottom:0;
      overflow:hidden;
      z-index: 5;
    }
    .loading-bar .shine{
      position:absolute;
      left:10%;
      top:0;
      width:10%;
      height:100%;
      z-index:90;
      opacity:.2;
    }
    .loading-bar .shine::before,
    .loading-bar .shine::after{
      content:"";
      position:absolute;
      background-color:#fff;
      border-radius:50rem;
      top:10%;
      height:40%;
      width:100%;
    }
    .loading-bar .shine::after{height:15%; top:60%}
    @keyframes liquid{
      0%{transform: translateX(-50%) rotate(0deg)}
      100%{transform: translateX(-50%) rotate(360deg)}
    }
    .loading-bar .liquid{
      position:absolute;
      height:80%;
      width:100%;
      bottom:0;
    }
    .loading-bar .liquid .percentage{
      position:absolute;
      height: var(--tube-percentage);
      width:100%;
      bottom:0;
      left:0;
      z-index:80;
      background: linear-gradient(to top, var(--tube-color), rgba(0, 255, 136, 0.8));
      transition: height .3s ease;
    }
    .loading-bar .liquid .percentage::before,
    .loading-bar .liquid .percentage::after{
      position:absolute;
      content:"";
      width:200px;
      height:200px;
      border-radius:75px;
      animation: liquid 4s infinite linear;
      transform: translateX(-50%);
      left:50%;
      top:0;
      background: var(--tube-color);
    }
    .loading-bar .liquid .percentage::after{
      opacity:.4;
      animation-direction: reverse;
      border-radius:60px;
    }
    @keyframes bubble{
      from{background:#272822; transform: scale(.3) rotate(50deg); margin-left:0}
      10%{margin-left:1px}
      20%{margin-left:-1px}
      30%{margin-left:1px}
      40%{margin-left:-1px}
      50%{margin-left:1px; background: var(--tube-color); transform: scale(.85) rotate(50deg); opacity:.75}
      60%{margin-left:-1px}
      70%{margin-left:1px}
      80%{margin-left:-1px}
      90%{margin-left:1px}
      to{margin-left:-1px; bottom:135%; opacity:0; transform: scale(1) rotate(50deg)}
    }
    .loading-bar .bubbles{
      position:absolute;
      left:0;
      bottom:0;
      width:100%;
      height: calc(var(--tube-percentage) + calc(100% - var(--tube-percentage)));
      z-index:10;
    }
    .loading-bar .bubbles div{
      position:absolute;
      left:30%;
      border-radius: 50% 50% 0 50%;
      background: var(--tube-color);
      width:10px;
      height:10px;
      opacity:.8;
      bottom: calc(var(--tube-percentage) / 3);
      animation: bubble 3s infinite linear;
      transform: scale(.3) rotate(50deg);
    }
    .loading-bar .bubbles div:nth-child(2){left:40%;opacity:.7;animation-delay:100ms;animation-duration:2.5s}
    .loading-bar .bubbles div:nth-child(3){left:40%;opacity:.6;animation-delay:200ms}
    .loading-bar .bubbles div:nth-child(4){left:60%;animation-delay:250ms;animation-duration:1.75s}
    .loading-bar .bubbles div:nth-child(5){left:50%;opacity:.8;animation-delay:150ms;animation-duration:2.25s}
    .loading-bar .meter{
      position:absolute;
      height:80%;
      right:0;
      bottom:0;
      width:100%;
    }
    .loading-bar .meter div{
      position:absolute;
      left:-4px;
      top:0;
      font-size:12px;
      padding: 6px 2px 6px 4px;
      color:#65665f;
      border-top: 1px solid #65665f;
      transform: translateX(-100%);
    }
    .loading-bar .meter div:nth-child(1){top:0%}
    .loading-bar .meter div:nth-child(2){top:20%}
    .loading-bar .meter div:nth-child(3){top:40%}
    .loading-bar .meter div:nth-child(4){top:60%}
    .loading-bar .meter div:nth-child(5){top:80%}
    .loading-percentage{
      margin-top: 4px;
      color: var(--tube-color);
      font-weight: 800;
      text-align:center;
    }
    @media (max-width: 768px){
      .loading-text{font-size:1.2rem}
      .loading-bar{height:150px; width:40px}
    }
    @media (prefers-reduced-motion: reduce){
      .loading-bar .liquid .percentage::before,
      .loading-bar .liquid .percentage::after,
      .loading-bar .bubbles div{animation:none !important}
    }

    /* =========================================================
       New direction (cleaner navbar + split hero, logo-only)
       Unified sticky header: announcement + navbar stick together
       ========================================================= */
    .sticky-header{
      position: sticky;
      top: 0;
      z-index: 50;
      padding-top: env(safe-area-inset-top, 0px);
    }
    .topnav{
      background: rgba(0,0,0,0.38);
      border-bottom: 1px solid var(--line2);
      backdrop-filter: saturate(1.1);
      font-family: var(--nav-font);
    }
    .topnav-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 14px;
      padding: 12px 0;
    }
    .wordmark{
      display:inline-flex;
      align-items:center;
      justify-content:flex-start;
      padding: 6px 10px;
      border-radius: 16px;
      border: 1px solid rgba(0,255,136,0.22);
      background: rgba(255,255,255,0.03);
      box-shadow:
        0 16px 50px rgba(0,255,136,0.10),
        inset 0 1px 0 rgba(255,255,255,0.08);
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 1;
      color: rgba(255,255,255,0.92);
      text-decoration:none;
    }
    .wordmark:hover{
      border-color: rgba(0,255,136,0.34);
      background: rgba(0,255,136,0.06);
      box-shadow:
        0 18px 60px rgba(0,255,136,0.14),
        inset 0 1px 0 rgba(255,255,255,0.10);
    }
    .wordmark:focus-visible{
      outline: 2px solid rgba(0,255,136,0.55);
      outline-offset: 2px;
    }
    .wordmark-logo{
      width: 34px;
      height: 34px;
      object-fit: contain;
      display:block;
      filter: drop-shadow(0 0 18px rgba(0,255,136,0.26));
    }
    @media (max-width: 560px){
      .wordmark{
        padding: 5px 9px;
        border-radius: 14px;
      }
      .wordmark-logo{
        width: 30px;
        height: 30px;
      }
    }
    .nav-center{
      display:flex;
      align-items:center;
      gap: 18px;
      flex-wrap: nowrap;
    }
    .nav-center a{
      color: rgba(255,255,255,0.70);
      font-weight: 800;
      letter-spacing: 0.01em;
      padding: 10px 0;
      border-bottom: 1px solid transparent;
      transition: color .15s ease, border-color .15s ease;
      white-space: nowrap;
    }
    .nav-center a:hover{
      color: rgba(255,255,255,0.92);
      border-bottom-color: rgba(0,255,136,0.42);
    }

    details.nav-dd{position:relative}
    details.nav-dd > summary.nav-dd-summary{
      list-style:none;
      cursor:pointer;
      color: rgba(255,255,255,0.70);
      font-weight:800;
      letter-spacing:0.01em;
      padding:10px 2px 10px 0;
      border-bottom:1px solid transparent;
      transition: color .15s ease, border-color .15s ease;
      white-space:nowrap;
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-family:inherit;
      font-size:inherit;
      background:none;
    }
    details.nav-dd > summary.nav-dd-summary::-webkit-details-marker{display:none}
    details.nav-dd > summary.nav-dd-summary::after{
      content:"";
      border-left:4px solid transparent;
      border-right:4px solid transparent;
      border-top:5px solid rgba(255,255,255,0.42);
      transition:transform .15s ease;
    }
    details.nav-dd[open] > summary.nav-dd-summary::after{transform:rotate(180deg)}
    details.nav-dd > summary.nav-dd-summary:hover{
      color:rgba(255,255,255,0.92);
      border-bottom-color:rgba(0,255,136,0.42);
    }
    .nav-dd-panel{
      position:absolute;
      left:0;
      top:calc(100% + 6px);
      min-width:232px;
      max-width:min(320px, calc(100vw - 24px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
      padding:8px;
      border-radius:var(--r-lg);
      border:1px solid rgba(255,255,255,0.12);
      background:rgba(0,0,0,0.94);
      box-shadow:0 20px 70px rgba(0,0,0,0.45);
      display:flex;
      flex-direction:column;
      gap:2px;
      z-index:60;
    }
    .nav-dd-panel a{
      display:block;
      padding:10px 12px;
      border-radius:12px;
      color:rgba(255,255,255,0.88);
      font-weight:700;
      font-size:13px;
      text-decoration:none;
      border:1px solid transparent;
      transition:background .12s ease, border-color .12s ease, color .12s ease;
    }
    .nav-dd-panel a:hover{
      background:rgba(0,255,136,0.08);
      border-color:rgba(0,255,136,0.22);
      color:#fff;
    }

    .nav-actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex-wrap: nowrap;
      justify-content:flex-end;
    }
    .nav-actions .btn{
      height: 38px;
    }
    .nav-actions .btn.sm{
      height: 34px;
    }

    .hero2{
      padding: 18px 0 6px;
    }
    .hero2-panel{
      border-radius: var(--r-xl);
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero2-panel::before{
      content:"";
      position:absolute;
      inset:-1px;
      background:
        radial-gradient(1100px 320px at 10% 0%, rgba(0,255,136,0.20), transparent 55%),
        radial-gradient(900px 320px at 100% 20%, rgba(0,204,106,0.12), transparent 60%);
      opacity: .72;
      pointer-events:none;
    }
    .hero2-panel > *{position:relative}
    .hero2-grid{
      padding: 14px 16px;
      display:grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 14px;
      align-items:center;
    }
    .hero2-kicker{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: .10em;
      text-transform: uppercase;
      color: rgba(0,255,136,0.92);
    }
    .hero2-incTitle{
      display:flex;
      align-items:center;
      justify-content:center;
      gap: 14px;
      margin: 0 0 6px 0;
    }
    .hero2-incTitle::before,
    .hero2-incTitle::after{
      content:"";
      height: 2px;
      width: min(240px, 22vw);
      border-radius: 999px;
      background:
        linear-gradient(
          90deg,
          rgba(0,255,136,0) 0%,
          rgba(0,255,136,0.14) 18%,
          rgba(0,255,136,0.95) 50%,
          rgba(0,204,106,0.16) 82%,
          rgba(0,255,136,0) 100%
        );
      background-size: 220% 100%;
      background-position: -220% 0;
      opacity: 0.95;
      box-shadow:
        0 0 0 1px rgba(0,255,136,0.08),
        0 0 18px rgba(0,255,136,0.10);
      /* Sync saber sweep with header shimmer */
      animation: incSaberLR 9s ease-in-out infinite alternate;
    }
    .hero2-incTitle::after{
      animation-name: incSaberRL;
    }
    @keyframes incSaberLR{
      0%{ background-position: -220% 0; }
      100%{ background-position: 220% 0; }
    }
    @keyframes incSaberRL{
      0%{ background-position: 220% 0; }
      100%{ background-position: -220% 0; }
    }
    .hero2-incPill{
      display:inline-flex;
      align-items:center;
      padding: 10px 14px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(0,0,0,0.22);
      box-shadow: 0 18px 46px rgba(0,0,0,0.35);
    }
    .hero2-incText{
      position: relative;
      display: inline-block;
      font-weight: 900;
      letter-spacing: 0.20em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.92);
      font-size: clamp(14px, 2.0vw, 18px);
      line-height: 1;
    }
    .hero2-incText::after{
      /* Shimmer ONLY inside letters */
      content: attr(data-text);
      position: absolute;
      inset: 0;
      color: transparent;
      -webkit-text-fill-color: transparent;
      background: linear-gradient(
        90deg,
        rgba(0,255,136,0) 0%,
        rgba(0,255,136,0.0) 35%,
        rgba(0,255,136,0.95) 50%,
        rgba(0,204,106,0.35) 60%,
        rgba(0,255,136,0) 75%
      );
      background-size: 220% 100%;
      background-position: -220% 0;
      -webkit-background-clip: text;
      background-clip: text;
      pointer-events: none;
      animation: incShimmer 9s ease-in-out infinite alternate;
    }
    @keyframes incShimmer{
      0%{ background-position: -220% 0; }
      100%{ background-position: 220% 0; }
    }
    @media (prefers-reduced-motion: reduce){
      .hero2-incText::after{animation:none !important; display:none !important}
    }
    @media (prefers-reduced-motion: reduce){
      .hero2-incTitle::before,
      .hero2-incTitle::after{animation:none !important}
    }

    /* Announcement banner: at very top, inside sticky-header (toggle via data-enabled) */
    .announce{
      display:none;
      width: 100%;
    }
    .announce[data-enabled="1"]{display:block}
    .announce[data-enabled="1"] .announce-inner{
      min-height: 40px;
      box-sizing: border-box;
    }
    .announce-inner{
      width: 100%;
      border-top: 1px solid rgba(0,255,136,0.22);
      border-bottom: 1px solid rgba(0,255,136,0.22);
      background:
        radial-gradient(900px 80px at 10% 0%, rgba(0,255,136,0.12), transparent 55%),
        radial-gradient(700px 80px at 90% 0%, rgba(0,204,106,0.08), transparent 60%),
        rgba(0,0,0,0.26);
      padding: 6px 12px;
      box-shadow: 0 8px 28px rgba(0,0,0,0.35);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      flex-wrap: wrap;
      text-align:left;
      position: relative;
      overflow: hidden;
    }
    .announce-inner::before{
      content:"";
      position:absolute;
      inset:-2px;
      background: linear-gradient(90deg, transparent, rgba(0,255,136,0.28), transparent);
      transform: translateX(-60%);
      animation: announceSweep 6.8s ease-in-out infinite alternate;
      opacity: .55;
      pointer-events:none;
    }
    .announce-inner::after{
      content:"";
      position:absolute;
      left:0; right:0; top:0;
      height: 2px;
      background: linear-gradient(90deg, transparent, rgba(0,255,136,0.65), transparent);
      opacity: .70;
      pointer-events:none;
    }
    @keyframes announceSweep{
      0%{transform: translateX(-65%)}
      100%{transform: translateX(65%)}
    }
    .announce-left{
      display:flex;
      align-items:center;
      gap: 6px;
      flex: 1 1 auto;
      min-width: min(520px, 100%);
      position: relative;
      z-index: 1;
    }
    .announce-marquee{
      flex: 1 1 auto;
      min-width: 180px;
      overflow: hidden;
      white-space: nowrap;
      padding-left: 4px;
      /* narrower fade so pipes stay visible */
      -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
      mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
    }
    .announce-marquee-track{
      display:inline-flex;
      align-items:center;
      gap: 0;
      will-change: transform;
      animation: announceMarquee 28s linear infinite;
    }
    .announce-inner:hover .announce-marquee-track{
      animation-play-state: paused;
    }
    @keyframes announceMarquee{
      0%{transform: translate3d(0,0,0)}
      100%{transform: translate3d(-50%,0,0)}
    }
    .announce-right{
      display:flex;
      align-items:center;
      gap: 10px;
      justify-content:flex-end;
      flex: 0 0 auto;
      position: relative;
      z-index: 1;
    }
    .announce-badge{
      font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 11px;
      color: rgba(0,255,136,0.92);
      background: rgba(0,255,136,0.10);
      border: 1px solid rgba(0,255,136,0.22);
      padding: 4px 8px;
      border-radius: 999px;
      white-space:nowrap;
    }
    .announce-text{
      color: rgba(255,255,255,0.86);
      font-weight: 700;
      font-size: 12px;
      line-height: 1.3;
      display:inline-block;
    }
    .announce-text .announce-sep{
      display: inline-block;
      margin: 0 0.45em;
      color: rgba(255,255,255,0.65);
      font-weight: 400;
    }
    .announce a{
      color: rgba(0,255,136,0.92);
      font-weight: 900;
      text-decoration: none;
      border-bottom: 1px dashed rgba(0,255,136,0.35);
      padding-bottom: 2px;
    }
    .announce a:hover{border-bottom-style: solid}
    @media (max-width: 640px){
      .announce-inner{padding: 6px 10px}
      .announce-left{min-width: 100%}
      .announce-right{width:100%; justify-content:flex-start}
    }
    @media (prefers-reduced-motion: reduce){
      .announce-inner::before{animation:none !important; opacity: .35}
      .announce-marquee-track{animation:none !important; transform:none !important}
    }

    @media (max-width: 560px){
      .hero2-incTitle{gap:10px}
      .hero2-incTitle::before,
      .hero2-incTitle::after{width: 20vw}
      .hero2-incPill{padding: 9px 12px}
    }
    .hero2-kicker i{
      width:10px;height:10px;border-radius:999px;
      background: var(--brand);
      box-shadow: 0 0 0 8px rgba(0,255,136,0.12);
      display:inline-block;
    }
    .hero2 h1{
      margin-top: 6px;
      font-size: clamp(26px, 7vw, 52px);
      line-height: 1.06;
      letter-spacing: -0.04em;
    }
    .hero2 p{
      margin-top: 8px;
      color: var(--muted);
      font-weight: 700;
      font-size: 13px;
      line-height: 1.5;
      max-width: 56ch;
    }
    .hero2-how{
      margin-top: 10px;
      color: rgba(255,255,255,0.58);
      font-weight: 750;
      font-size: clamp(0.72rem, 1.15vw, 0.82rem);
      line-height: 1.45;
      letter-spacing: 0.04em;
      max-width: 56ch;
    }
    .hero2-ctas{
      margin-top: 12px;
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items:center;
    }
    .hero2-meta{
      margin-top: 8px;
      display:flex;
      gap: 8px;
      flex-wrap: wrap;
      color: rgba(255,255,255,0.68);
      font-weight: 800;
      font-size: 12px;
    }
    .hero2-meta span{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding: 6px 9px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.18);
    }
    .hero2-logoWrap{
      display:flex;
      justify-content:center;
      align-items:center;
      padding: 8px 0;
    }
    .hero2-logo{
      width: min(200px, 46vw);
      height: auto;
      display:block;
      transform: translateZ(0);
      will-change: transform, opacity, filter;
      animation: heroLogoFloat 2.5s ease-in-out infinite;
      opacity: 0.95;
      /* Keep depth, remove neon glow */
      filter: drop-shadow(0 18px 48px rgba(0,0,0,0.55));
    }
    @keyframes heroLogoFloat{
      0%, 100% { transform: translateY(0px) rotate(0deg) scale(1); opacity: 0.70; }
      33% { transform: translateY(-15px) rotate(5deg) scale(1.05); opacity: 1; }
      66% { transform: translateY(-8px) rotate(-3deg) scale(0.95); opacity: 0.80; }
    }
    @media (prefers-reduced-motion: reduce){
      .hero2-logo{animation:none !important}
    }

    @media (max-width: 980px){
      .nav-center{display:none}
      .hero2-grid{grid-template-columns: 1fr}
      .hero2-logoWrap{order:-1}
    }
    @media (max-width: 480px){
      .hero2-grid{padding: 12px 12px 14px}
      .hero2-ctas{flex-direction: column; align-items: stretch}
      .hero2-ctas .btn{width: 100%; justify-content: center}
    }

    /* Top nav */
    .nav{
      position: sticky; top:0; z-index:50;
      background: rgba(0,0,0,0.58);
      border-bottom: 1px solid var(--line2);
      backdrop-filter: saturate(1.1);
    }
    .nav-inner{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      padding: 10px 0;
    }
    .brand{
      display:flex;align-items:center;gap:12px;min-width:0;
    }
    .brand img{
      width:38px;height:38px;border-radius: 14px;
      border:1px solid rgba(0,255,136,0.28);
      background: rgba(0,0,0,0.22);
      flex:0 0 auto;
    }
    .brand .name{
      font-weight: 900;
      letter-spacing: .10em;
      text-transform: uppercase;
      line-height: 1;
      white-space:nowrap;
    }
    .nav-right{
      display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:nowrap;
      justify-content:center;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      height:38px;
      padding:0 12px;
      border-radius: 999px;
      border:1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.02);
      color: rgba(255,255,255,0.84);
      font-weight: 900;
      letter-spacing: 0.01em;
      transition: background .15s ease, border-color .15s ease, transform .15s ease;
      user-select:none;
      white-space:nowrap;
    }
    .nav-link:hover{border-color: rgba(0,255,136,0.28); background: rgba(0,255,136,0.06)}
    .nav-link:active{transform: translateY(1px)}

    /* Dropdown menu (no JS) */
    details.menu{display:block; position:relative}
    details.menu summary{
      list-style:none;
      cursor:pointer;
    }
    details.menu summary::-webkit-details-marker{display:none}
    .menu-panel{
      position:absolute;
      right: max(0px, env(safe-area-inset-right, 0px));
      top: calc(100% + 10px);
      width: min(
        calc(100vw - 16px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)),
        360px
      );
      max-height: min(70vh, calc(100dvh - 120px));
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      border-radius: var(--r-xl);
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(0,0,0,0.90);
      box-shadow: 0 20px 70px rgba(0,0,0,0.45);
    }
    .menu-grid{
      padding: 12px;
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .menu-grid a{
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      height:44px;
      padding:0 10px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.03);
      color: rgba(255,255,255,0.88);
      font-weight: 900;
      letter-spacing: 0.01em;
    }
    .menu-grid a:hover{border-color: rgba(0,255,136,0.28); background: rgba(0,255,136,0.06)}
    @media (max-width: 420px){
      .menu-grid{
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
      }
      .menu-grid a{
        min-height: 46px;
        justify-content: flex-start;
        padding: 0 14px;
        text-align: left;
      }
    }
    .mini{
      font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-weight: 800;
      font-size: 12px;
      color: rgba(255,255,255,0.70);
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.03);
      padding: 8px 10px;
      border-radius: 999px;
      white-space:nowrap;
    }

    .btn{
      appearance:none;
      border:1px solid transparent;
      background: transparent;
      color: rgba(255,255,255,0.90);
      height:40px;
      padding:0 14px;
      border-radius: 16px;
      font-weight: 900;
      letter-spacing: 0.02em;
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      cursor:pointer;
      user-select:none;
      white-space:nowrap;
      transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
    }
    .btn:active{transform: translateY(1px)}
    .btn:focus-visible{outline: 3px solid rgba(0,255,136,.25); outline-offset: 2px}
    .btn.ghost{
      border-color: rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.03);
    }
    .btn.ghost:hover{border-color: rgba(0,255,136,0.32); background: rgba(0,255,136,0.06)}
    .btn.primary{
      border-color: rgba(0,255,136,0.25);
      background: linear-gradient(135deg, rgba(0,255,136,1), rgba(0,204,106,1));
      color:#00140b;
      box-shadow: 0 18px 56px rgba(0,255,136,0.14);
    }
    .btn.primary:hover{box-shadow: 0 22px 70px rgba(0,255,136,0.20)}
    .btn.sm{height:36px;padding:0 12px;border-radius: 14px;font-size:13px}
    .btn.icon{
      width: 36px;
      padding: 0;
      border-radius: 12px;
      gap: 0;
    }
    .btn.icon svg{width:18px;height:18px;display:block}
    .btn.icon.admin-login{color: rgba(255,255,255,0.88)}
    .btn.icon.admin-login:hover{color: var(--brand); border-color: rgba(0,255,136,0.32)}
    .btn.icon.staff{min-width:0}
    .btn.staff{min-width: 124px}
    .btn.crypto{
      border-color: rgba(0,255,136,0.20);
      background: rgba(0,255,136,0.08);
    }
    .btn.crypto:hover{border-color: rgba(0,255,136,0.34); background: rgba(0,255,136,0.12)}

    /* Poster hero */
    .hero{padding: 40px 0 14px; position:relative;}
    .poster{
      border-radius: var(--r-xl);
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
      box-shadow: var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .poster::before{
      content:"";
      position:absolute; inset:-1px;
      background:
        radial-gradient(900px 260px at 15% 0%, rgba(0,255,136,0.22), transparent 55%),
        radial-gradient(900px 260px at 95% 18%, rgba(0,204,106,0.14), transparent 60%),
        linear-gradient(90deg, rgba(0,255,136,0.10), rgba(255,255,255,0));
      opacity: .75;
      pointer-events:none;
    }
    .poster > *{position:relative}
    .poster-inner{
      padding: 22px;
      display:grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items:start;
      text-align: center;
    }
    .hero-title{
      font-weight: 900;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      font-size: clamp(34px, 4.2vw, 56px);
      line-height: 1;
      margin-top: 4px;
    }
    .divider{
      display:flex;
      align-items:center;
      justify-content:center;
      gap: 14px;
      margin-top: 6px;
      margin-bottom: 6px;
    }
    .divider-line{
      height:1px;
      width: min(220px, 26vw);
      background: linear-gradient(90deg, rgba(0,255,136,0.35), rgba(255,255,255,0.10), rgba(0,204,106,0.18));
      opacity: .95;
    }
    /* (Removed wrapper container per request) */
    .divider-icon{
      width: 74px;
      height: 74px;
      border-radius: 22px;
      border: 1px solid rgba(0,255,136,0.24);
      background: rgba(0,0,0,0.18);
      padding: 8px;
      display:block;
      transform: translateZ(0);
      will-change: transform;
      animation: alchemyPopImg 2.9s cubic-bezier(.2,.9,.2,1) infinite;
    }
    @keyframes alchemyPopImg{
      0%{
        transform: translateY(0) scale(1);
        box-shadow:
          0 18px 48px rgba(0,0,0,0.35),
          0 0 0 6px rgba(0,255,136,0.06),
          0 0 26px rgba(0,255,136,0.10);
      }
      40%{
        transform: translateY(-10px) scale(1.10);
        box-shadow:
          0 22px 60px rgba(0,0,0,0.42),
          0 0 0 12px rgba(0,255,136,0.10),
          0 0 46px rgba(0,255,136,0.18);
      }
      65%{
        transform: translateY(-6px) scale(1.06);
        box-shadow:
          0 20px 54px rgba(0,0,0,0.38),
          0 0 0 9px rgba(0,255,136,0.08),
          0 0 36px rgba(0,255,136,0.14);
      }
      100%{
        transform: translateY(0) scale(1);
        box-shadow:
          0 18px 48px rgba(0,0,0,0.35),
          0 0 0 6px rgba(0,255,136,0.06),
          0 0 26px rgba(0,255,136,0.10);
      }
    }
    /* (Removed old wrapper keyframes) */
    .hero-subtitle{
      margin-top: 2px;
      font-weight: 900;
      font-size: clamp(16px, 2vw, 20px);
      letter-spacing: 0.01em;
      color: rgba(255,255,255,0.90);
    }
    .kicker{
      display:inline-flex;align-items:center;justify-content:center;gap:10px;
      font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: .10em;
      text-transform: uppercase;
      color: rgba(0,255,136,0.92);
    }
    .spark{
      width:10px;height:10px;border-radius:999px;
      background: var(--brand);
      box-shadow: 0 0 0 8px rgba(0,255,136,0.12);
    }
    h1{
      font-size: clamp(30px, 4.2vw, 54px);
      line-height: 1.01;
      letter-spacing: -0.04em;
      margin-top: 6px;
    }
    .lead{
      margin: 0 auto;
      color: var(--muted);
      font-weight: 700;
      font-size: 14px;
      max-width: 78ch;
      line-height: 1.5;
    }
    .poster-ctas{
      display:flex;
      justify-content:center;
      gap:10px;
      flex-wrap:wrap;
      margin-top: 4px;
    }
    .hero-links{
      display:flex;
      justify-content:center;
      gap:14px;
      flex-wrap:wrap;
      margin-top: 4px;
      color: rgba(255,255,255,0.70);
      font-weight: 800;
      font-size: 13px;
    }
    .hero-links a{
      color: rgba(255,255,255,0.78);
      text-decoration: none;
      border-bottom: 1px dashed rgba(255,255,255,0.18);
      padding-bottom: 2px;
    }
    .hero-links a:hover{
      color: rgba(0,255,136,0.92);
      border-bottom-color: rgba(0,255,136,0.35);
    }
    .badges{
      display:flex;
      justify-content:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .badge{
      display:inline-flex;align-items:center;gap:10px;
      padding:8px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.20);
      color: rgba(255,255,255,0.74);
      font-weight: 800;
      font-size: 12px;
      white-space:nowrap;
    }
    /* Hide the mini pill until very wide */
    @media (max-width: 980px){
      .mini{display:none}
    }

    /* Mobile-only links inside dropdown */
    .menu-grid a[data-only-mobile="1"]{display:none}
    .menu-section--help .menu-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (max-width: 520px){
      .menu-section--help .menu-grid{
        grid-template-columns: 1fr;
      }
    }
    .badge b{color: rgba(255,255,255,0.90)}

    /* Store grid (uniform cards) */
    .section{padding: 18px 0 0}
    .section-head{
      display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
      margin: 18px 0 12px;
    }
    @media (max-width: 560px){
      .section-head{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
      }
      .section-head .btn.ghost.sm{
        width: 100%;
        max-width: 280px;
        justify-content: center;
      }
    }
    .section-head h2{
      font-size: 18px;
      font-weight: 900;
      letter-spacing: 0.01em;
    }
    .section-head p{color: var(--muted); font-weight: 700; font-size: 13px}

    .mosaic{display:grid; gap:12px}

    /* Plans: same content width as .wrap (hero / Why) — no inner max-width pin */
    #products .plans-store-wrap{
      width: 100%;
      max-width: none;
    }
    #products .plans-fee-note{
      margin: 0 0 14px;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(0,0,0,0.22);
      font-size: 12px;
      font-weight: 650;
      line-height: 1.45;
      color: rgba(255,255,255,0.58);
    }
    /* products-layout-preview.html parity (four landscape plans only) */
    #products .products-grid-premium{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem 0.95rem;
      width: 100%;
      align-items: stretch;
      position: relative;
      z-index: 0;
    }
    #products .products-grid-premium .product-card{
      --color: #2ed573;
      --border-radius: 16px;
      position: relative;
      border-radius: var(--border-radius);
      overflow: hidden;
      border: 1px solid var(--line);
      background: rgba(0, 0, 0, 0.38);
      display: flex;
      flex-direction: row;
      align-items: stretch;
      min-height: 0;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
      box-shadow: none;
    }
    #products .products-grid-premium .product-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 255, 136, 0.08);
    }
    #products .products-grid-premium .product-card.card-30{
      --color: #2ed573;
      --spark-rgb: 46, 213, 115;
    }
    #products .products-grid-premium .product-card.card-life{
      --color: #a4b0be;
      --spark-rgb: 164, 176, 190;
    }
    /* Rivals art: bright cyan-blue; warning stays red via .product-risk-note only */
    #products .products-grid-premium .product-card.card-rivals{
      --color: #2ebffb;
      --spark-rgb: 46, 191, 251;
    }
    #products .products-grid-premium .product-card.card-rivals .crypto-button{
      border-color: rgba(46, 191, 251, 0.42);
      background: rgba(46, 191, 251, 0.08);
      color: rgba(147, 224, 255, 0.98);
    }
    #products .products-grid-premium .product-card.card-rivals .crypto-button:hover{
      border-color: rgba(46, 191, 251, 0.58);
      background: rgba(46, 191, 251, 0.14);
    }
    #products .products-grid-premium .product-card.card-token{
      --color: #f5c518;
      --spark-rgb: 251, 191, 36;
    }
    #products .products-grid-premium .product-card.card-token .product-content{
      background: rgba(0, 0, 0, 0.42);
    }
    #products .products-grid-premium .product-card.card-token .product-button{
      background: linear-gradient(135deg, #f59e0b, #fbbf24, #fde047);
      color: #111;
    }
    #products .products-grid-premium .product-card.card-token .crypto-button{
      border-color: rgba(251, 191, 36, 0.45);
      background: rgba(251, 191, 36, 0.08);
      color: rgba(253, 224, 71, 0.98);
    }
    #products .products-grid-premium .product-card.card-token .crypto-button:hover{
      border-color: rgba(251, 191, 36, 0.62);
      background: rgba(251, 191, 36, 0.14);
    }
    #products .products-grid-premium .product-risk-note{
      font-size: 0.8rem;
      line-height: 1.4;
      color: rgba(255, 220, 200, 0.95);
      margin: 0;
      padding: 0.45rem 0.55rem;
      border-radius: 10px;
      background: rgba(255, 107, 107, 0.12);
      border: 1px solid rgba(255, 107, 107, 0.35);
      flex-shrink: 0;
    }
    #products .products-grid-premium .product-pay-stack button:disabled{
      opacity: 0.42;
      cursor: not-allowed;
    }
    #products .products-grid-premium .product-card::before{
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        radial-gradient(560px 240px at 14% -8%, rgba(var(--spark-rgb), 0.22), transparent 56%),
        radial-gradient(480px 220px at 96% 18%, rgba(var(--spark-rgb), 0.14), transparent 60%),
        radial-gradient(380px 200px at 8% 92%, rgba(var(--spark-rgb), 0.1), transparent 58%),
        radial-gradient(320px 280px at 102% 85%, rgba(var(--spark-rgb), 0.08), transparent 55%),
        radial-gradient(260px 180px at 45% 50%, rgba(var(--spark-rgb), 0.05), transparent 50%);
      opacity: 0.82;
      pointer-events: none;
    }
    #products .products-grid-premium .product-card > *{
      position: relative;
      z-index: 1;
    }
    #products .products-grid-premium .product-top{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 0.4rem;
    }
    #products .products-grid-premium .product-top-text{
      min-width: 0;
      flex: 1;
    }
    #products .products-grid-premium .product-content{
      flex: 1;
      min-width: 0;
      padding: 0.5rem 0.85rem 0.55rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 0.32rem;
      background: rgba(0, 0, 0, 0.2);
      overflow: hidden;
      position: relative;
    }
    /* Pin email + pay block to bottom so cards in the same row share one visual height cleanly */
    #products .products-grid-premium .product-content > .mm-checkout-precard{
      margin-top: auto;
    }
    #products .products-grid-premium .product-content > .product-pay-stack--rivals-off{
      margin-top: auto;
    }
    #products .products-grid-premium .product-content::before{
      content: "";
      position: absolute;
      inset: -15% -20% -15% 0;
      pointer-events: none;
      z-index: 0;
      background:
        radial-gradient(ellipse 85% 90% at 108% 35%, rgba(var(--spark-rgb), 0.16), transparent 52%),
        radial-gradient(ellipse 70% 55% at -5% 75%, rgba(var(--spark-rgb), 0.09), transparent 50%),
        radial-gradient(ellipse 50% 45% at 70% 8%, rgba(var(--spark-rgb), 0.06), transparent 48%);
      opacity: 0.9;
    }
    #products .products-grid-premium .product-content > *{
      position: relative;
      z-index: 1;
    }
    #products .products-grid-premium .product-title{
      font-family: "Exo 2", "Plus Jakarta Sans", system-ui, sans-serif;
      font-size: clamp(0.88rem, 1.35vw, 1.02rem);
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 0.1rem;
      letter-spacing: -0.01em;
    }
    #products .products-grid-premium .product-description{
      margin-top: 0;
      font-size: clamp(0.68rem, 1.1vw, 0.78rem);
      font-weight: 700;
      color: var(--muted);
      line-height: 1.32;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 0;
    }
    #products .products-grid-premium .product-image .stock-badge{
      --stock-accent: var(--color);
      position: relative;
      z-index: 3;
      flex-shrink: 0;
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      font-size: clamp(0.56rem, 1vw, 0.68rem);
      padding: 0.32rem 0.45rem;
      text-align: center;
      white-space: normal;
      line-height: 1.28;
      font-weight: 800;
      letter-spacing: 0.03em;
      border-radius: 0;
      border: none;
      border-bottom: 1px solid color-mix(in srgb, var(--stock-accent) 45%, transparent);
      background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--stock-accent) 22%, rgba(0, 0, 0, 0.55)) 0%,
        color-mix(in srgb, var(--stock-accent) 10%, rgba(0, 0, 0, 0.72)) 100%
      );
      color: var(--stock-accent);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
      box-shadow: inset 0 1px 0 color-mix(in srgb, var(--stock-accent) 22%, transparent);
    }
    #products .products-grid-premium .product-image .stock-badge.stock-badge--in{
      border-bottom-color: color-mix(in srgb, var(--stock-accent) 58%, transparent);
      background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--stock-accent) 28%, rgba(0, 0, 0, 0.4)) 0%,
        color-mix(in srgb, var(--stock-accent) 14%, rgba(0, 0, 0, 0.65)) 100%
      );
      color: var(--stock-accent);
    }
    #products .products-grid-premium .product-image .stock-badge.stock-badge--out{
      border-bottom-color: color-mix(in srgb, var(--stock-accent) 26%, transparent);
      background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--stock-accent) 10%, rgba(0, 0, 0, 0.65)) 0%,
        color-mix(in srgb, var(--stock-accent) 5%, rgba(0, 0, 0, 0.78)) 100%
      );
      color: color-mix(in srgb, var(--stock-accent) 62%, rgba(255, 255, 255, 0.32));
    }
    #products .products-grid-premium .product-image .stock-badge.stock-badge--pending{
      border-bottom-color: color-mix(in srgb, var(--stock-accent) 32%, transparent);
      background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--stock-accent) 14%, rgba(0, 0, 0, 0.58)) 0%,
        color-mix(in srgb, var(--stock-accent) 7%, rgba(0, 0, 0, 0.72)) 100%
      );
      color: color-mix(in srgb, var(--stock-accent) 75%, rgba(255, 255, 255, 0.22));
    }
    #products .products-grid-premium .product-image .stock-badge.stock-badge--error{
      border-bottom-color: color-mix(in srgb, var(--stock-accent) 22%, rgba(248, 113, 113, 0.55));
      background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--stock-accent) 12%, rgba(35, 0, 0, 0.55)) 0%,
        color-mix(in srgb, var(--stock-accent) 5%, rgba(25, 0, 0, 0.75)) 100%
      );
      color: color-mix(in srgb, var(--stock-accent) 35%, #f87171);
    }
    #products .products-grid-premium .product-price{
      flex-shrink: 0;
      font-size: clamp(1.1rem, 2.4vw, 1.35rem);
      font-weight: 900;
      color: var(--color);
      line-height: 1;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      letter-spacing: 0.01em;
    }
    #products .products-grid-premium .mm-checkout-precard{
      display: flex;
      flex-direction: column;
      gap: 0.26rem;
    }
    #products .products-grid-premium .checkout-customer-row{
      display: flex;
      flex-direction: row;
      gap: 0.35rem;
      width: 100%;
    }
    #products .products-grid-premium .checkout-license-email,
    #products .products-grid-premium .checkout-signature-name{
      flex: 1;
      min-width: 0;
    }
    #products .products-grid-premium .checkout-agree{
      display: flex;
      align-items: flex-start;
      gap: 0.35rem;
      font-size: clamp(0.62rem, 1vw, 0.7rem);
      font-weight: 600;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.3;
      cursor: pointer;
    }
    #products .products-grid-premium .checkout-agree .checkout-agree-input{
      margin-top: 0.1rem;
      accent-color: var(--color);
      flex-shrink: 0;
      width: 14px;
      height: 14px;
    }
    #products .products-grid-premium .checkout-agree a{
      color: var(--color);
      text-decoration: underline;
    }
    #products .products-grid-premium .checkout-license-email,
    #products .products-grid-premium .checkout-signature-name{
      width: 100%;
      box-sizing: border-box;
      padding: 0.34rem 0.5rem;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(0, 0, 0, 0.35);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
    }
    #products .products-grid-premium .checkout-license-hint{
      margin: 0;
      font-size: clamp(0.58rem, 1vw, 0.65rem);
      font-weight: 600;
      color: rgba(255, 255, 255, 0.55);
      line-height: 1.35;
    }
    @media (max-width: 520px){
      #products .products-grid-premium .checkout-customer-row{
        flex-direction: column;
      }
    }
    #products .products-grid-premium .product-button{
      width: 100%;
      min-height: 38px;
      height: auto;
      padding: 0 12px;
      border: none;
      border-radius: 8px;
      background: var(--color);
      color: #000;
      font-weight: 800;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      cursor: pointer;
      transition: opacity 0.15s, transform 0.15s;
    }
    #products .products-grid-premium .product-button:hover{
      opacity: 0.92;
      transform: translateY(-1px);
    }
    #products .products-grid-premium .product-pay-stack{
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
      width: 100%;
      margin-top: 0.28rem;
      flex-shrink: 0;
    }
    #products .products-grid-premium .crypto-button{
      width: 100%;
      min-height: 38px;
      height: auto;
      padding: 0 12px;
      border: 1px solid rgba(0, 255, 136, 0.38);
      border-radius: 8px;
      background: rgba(0, 255, 136, 0.06);
      color: rgba(0, 255, 136, 0.95);
      font-weight: 800;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      cursor: pointer;
      transition: opacity 0.15s, transform 0.15s, border-color 0.15s, background 0.15s;
    }
    #products .products-grid-premium .crypto-button:hover{
      opacity: 0.95;
      transform: translateY(-1px);
      border-color: rgba(0, 255, 136, 0.55);
      background: rgba(0, 255, 136, 0.11);
    }
    #products .products-grid-premium .alchemy-checkout-open-btn{
      width: 100%;
      min-height: 38px;
      height: auto;
      padding: 0 12px;
      border: none;
      border-radius: 8px;
      background: var(--color);
      color: #000;
      font-weight: 800;
      font-size: 0.72rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      cursor: pointer;
      transition: opacity 0.15s, transform 0.15s;
    }
    #products .products-grid-premium .alchemy-checkout-open-btn:hover:not(:disabled){
      opacity: 0.92;
      transform: translateY(-1px);
    }
    #products .products-grid-premium .alchemy-checkout-open-btn:disabled{
      opacity: 0.45;
      cursor: not-allowed;
      transform: none;
    }

    /* Section divider between Store and Why */
    .section-divider{
      display:flex;
      align-items:center;
      justify-content:center;
      gap: 14px;
      padding: 14px 0 6px;
      margin: 8px 0 4px;
    }
    .section-divider .line{
      height: 1px;
      width: min(260px, 24vw);
      background: linear-gradient(90deg, transparent, rgba(0,255,136,0.35), transparent);
      opacity: .85;
    }
    .section-divider .gem{
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: rgba(0,255,136,0.92);
      box-shadow: 0 0 18px rgba(0,255,136,0.55);
    }

    @keyframes previewParticleFloat{
      to{ transform: translate3d(14px, -36px, 0); }
    }
    @keyframes previewParticleTwinkle{
      0%, 100%{ opacity: 0.28; }
      50%{ opacity: 0.88; }
    }
    .tag{
      font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.74);
    }
    .stock-badge{
      font-weight: 900;
      font-size: 12px;
      padding: 7px 10px;
      border-radius: 999px;
      border: 1px solid rgba(0,255,136,0.18);
      background: rgba(0,255,136,0.08);
      color: rgba(0,255,136,0.92);
      white-space:nowrap;
    }

    /* Preview: art strip + sparkles (var(--color) dots) */
    #products .products-grid-premium .product-image{
      flex: 0 0 clamp(128px, 18vw, 188px);
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      gap: 0;
      padding: 0;
      align-self: stretch;
      background: linear-gradient(145deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5));
      border-right: 1px solid var(--line);
      position: relative;
      overflow: hidden;
      isolation: isolate;
      min-width: 0;
    }
    #products .products-grid-premium .product-image-main{
      flex: 1 1 auto;
      min-height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.45rem 0.6rem 0.45rem;
    }
    #products .products-grid-premium .product-image::before,
    #products .products-grid-premium .product-image::after{
      content: "";
      position: absolute;
      inset: -12% -8%;
      pointer-events: none;
      z-index: 0;
      mix-blend-mode: screen;
      background-repeat: repeat;
    }
    #products .products-grid-premium .product-image::before{
      opacity: 0.62;
      filter: drop-shadow(0 0 4px rgba(var(--spark-rgb), 0.35));
      background-image:
        radial-gradient(2px 2px at 20px 30px, var(--color), transparent),
        radial-gradient(2px 2px at 40px 70px, var(--color), transparent),
        radial-gradient(1px 1px at 90px 40px, var(--color), transparent),
        radial-gradient(1px 1px at 130px 80px, var(--color), transparent),
        radial-gradient(2px 2px at 160px 30px, var(--color), transparent),
        radial-gradient(1px 1px at 60px 20px, var(--color), transparent),
        radial-gradient(3px 3px at 120px 50px, var(--color), transparent),
        radial-gradient(1px 1px at 180px 90px, var(--color), transparent),
        radial-gradient(1px 1px at 10px 55px, var(--color), transparent),
        radial-gradient(2px 2px at 72px 88px, var(--color), transparent),
        radial-gradient(1px 1px at 142px 12px, var(--color), transparent),
        radial-gradient(2px 2px at 195px 48px, var(--color), transparent),
        radial-gradient(1px 1px at 48px 102px, var(--color), transparent),
        radial-gradient(3px 3px at 168px 72px, var(--color), transparent);
      background-size: 118px 72px;
      animation: previewParticleFloat 8.5s linear infinite, previewParticleTwinkle 2.6s ease-in-out infinite;
    }
    #products .products-grid-premium .product-image::after{
      opacity: 0.42;
      filter: drop-shadow(0 0 3px rgba(var(--spark-rgb), 0.25));
      background-image:
        radial-gradient(1px 1px at 35px 45px, var(--color), transparent),
        radial-gradient(2px 2px at 75px 25px, var(--color), transparent),
        radial-gradient(1px 1px at 110px 65px, var(--color), transparent),
        radial-gradient(1px 1px at 145px 35px, var(--color), transparent),
        radial-gradient(2px 2px at 25px 85px, var(--color), transparent),
        radial-gradient(3px 3px at 165px 15px, var(--color), transparent),
        radial-gradient(1px 1px at 88px 98px, var(--color), transparent),
        radial-gradient(2px 2px at 52px 38px, var(--color), transparent),
        radial-gradient(1px 1px at 128px 22px, var(--color), transparent),
        radial-gradient(2px 2px at 8px 78px, var(--color), transparent),
        radial-gradient(1px 1px at 178px 58px, var(--color), transparent);
      background-size: 102px 64px;
      animation: previewParticleFloat 12s linear infinite reverse, previewParticleTwinkle 3.4s ease-in-out infinite;
    }
    @media (prefers-reduced-motion: reduce){
      #products .products-grid-premium .product-image::before,
      #products .products-grid-premium .product-image::after{animation:none !important}
    }
    #products .products-grid-premium .product-image-main img{
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: clamp(112px, 16vw, 158px);
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 10px;
      filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
      position: relative;
      z-index: 2;
      flex-shrink: 0;
    }

    .product-title{font-weight: 900; font-size: 16px; letter-spacing:-0.01em}
    .product-description{margin-top: 6px; color: var(--muted); font-weight: 700; font-size: 13px; min-height: 38px}

    .product-actions-stack{
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;
      min-width: 0;
    }
    .row-price-crypto{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
    }
    .product-price.price{
      font-weight: 900;
      font-size: 18px;
      color: rgba(0,255,136,0.92);
      letter-spacing: 0.01em;
      margin-bottom: 0;
      line-height: 1;
    }
    .mm-pay-card-stack{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;align-items:stretch}
    .mm-pay-card-stack > .btn{width:100%;box-sizing:border-box}
    .mm-checkout-precard{display:flex;flex-direction:column;gap:8px}
    .checkout-customer-row{display:flex;flex-direction:row;gap:8px;width:100%;box-sizing:border-box}
    .checkout-customer-row .checkout-license-email,
    .checkout-customer-row .checkout-signature-name{flex:1;min-width:0}
    .checkout-agree{display:flex;align-items:flex-start;gap:8px;font-size:12px;font-weight:700;color:rgba(255,255,255,0.82);line-height:1.4;cursor:pointer}
    .checkout-agree .checkout-agree-input{flex-shrink:0;margin-top:2px;accent-color:rgba(0,255,136,0.85)}
    .checkout-agree a{color:rgba(0,255,136,0.92);text-decoration:underline}
    .checkout-license-email,
    .checkout-signature-name{width:100%;box-sizing:border-box;padding:8px 10px;border-radius:10px;border:1px solid var(--line2);background:rgba(0,0,0,0.28);color:rgba(255,255,255,0.92);font-size:13px;font-weight:700}
    .checkout-license-hint{margin:0;font-size:12px;font-weight:600;color:rgba(255,255,255,0.55);line-height:1.4}
    .product-pay-stack > .checkout-license-hint{text-align:center;padding-top:8px;margin-top:2px;border-top:1px solid rgba(255,255,255,0.1)}
    @media (max-width:520px){
      .checkout-customer-row{flex-direction:column}
    }

    /* buttons on cards */
    .product-button{
      height:40px;
      padding:0 12px;
      border-radius: 14px;
      font-size:13px;
    }
    .crypto-subtext{opacity:.85;font-weight:800}

    /* Why Choose Us (alternative design) */
    .why{
      border-radius: var(--r-xl);
      border: 1px solid var(--line);
      background:
        radial-gradient(1100px 320px at 8% 0%, rgba(0,255,136,0.14), transparent 55%),
        radial-gradient(900px 320px at 96% 10%, rgba(0,204,106,0.10), transparent 60%),
        rgba(0,0,0,0.22);
      box-shadow: 0 18px 60px rgba(0,0,0,0.34);
      overflow:hidden;
      position:relative;
    }
    .why::before{
      content:"";
      position:absolute;
      inset:-1px;
      background:
        linear-gradient(120deg, rgba(0,255,136,0.10), transparent 35%, rgba(0,204,106,0.06)),
        radial-gradient(700px 220px at 25% 0%, rgba(255,255,255,0.05), transparent 55%);
      opacity: .65;
      pointer-events:none;
    }
    .why > *{position:relative}
    .why-grid{
      padding: 18px;
      display:grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 16px;
      align-items:stretch;
    }
    .why-left{
      padding: 10px 10px 10px 6px;
    }
    .why-left h2{
      font-size: 22px;
      font-weight: 900;
      letter-spacing: 0.01em;
    }
    .why-left p{
      margin-top: 8px;
      color: var(--muted);
      font-weight: 700;
      font-size: 14px;
      line-height: 1.55;
      max-width: 60ch;
    }
    .why-chips{
      margin-top: 12px;
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .why-chips span{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding: 8px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.18);
      color: rgba(255,255,255,0.78);
      font-weight: 800;
      font-size: 13px;
    }
    .why-list{
      display:grid;
      gap: 12px;
      align-content:stretch;
      height: 100%;
      grid-template-rows: repeat(3, 1fr);
    }
    .why-guarantee{
      margin-top: 14px;
      border-radius: var(--r-xl);
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.18);
      padding: 12px 12px;
      display:grid;
      gap: 8px;
    }
    .why-guarantee h3{
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 0.01em;
    }
    .why-guarantee ul{
      list-style:none;
      display:grid;
      gap: 8px;
      padding: 0;
      margin: 0;
    }
    .why-guarantee li{
      display:flex;
      align-items:flex-start;
      gap: 10px;
      color: rgba(255,255,255,0.78);
      font-weight: 700;
      font-size: 13px;
      line-height: 1.45;
    }
    .why-guarantee li::before{
      content:"✓";
      width: 18px;
      height: 18px;
      border-radius: 8px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex: 0 0 auto;
      background: rgba(0,255,136,0.12);
      border: 1px solid rgba(0,255,136,0.22);
      color: rgba(0,255,136,0.92);
      font-weight: 900;
      font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
      margin-top: 1px;
    }
    .why-card{
      border-radius: var(--r-xl);
      border: 1px solid rgba(255,255,255,0.10);
      background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
      padding: 14px;
      display:flex;
      gap: 12px;
      align-items:flex-start;
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, border-color .18s ease, background .18s ease;
    }
    .why-card:hover{
      transform: translateY(-2px);
      border-color: rgba(0,255,136,0.22);
      background: linear-gradient(180deg, rgba(0,255,136,0.06), rgba(255,255,255,0.02));
    }
    .why-card::before{
      content:"";
      position:absolute;
      inset:-1px;
      background: radial-gradient(600px 200px at 18% 0%, rgba(0,255,136,0.16), transparent 55%);
      opacity: .70;
      pointer-events:none;
    }
    .why-card > *{position:relative}
    .why-ic{
      width: 42px;
      height: 42px;
      border-radius: 16px;
      border: 1px solid rgba(0,255,136,0.22);
      background: rgba(0,255,136,0.10);
      display:grid;
      place-items:center;
      flex: 0 0 auto;
      box-shadow: 0 10px 26px rgba(0,0,0,0.25);
    }
    .why-ic svg{
      width: 22px;
      height: 22px;
      stroke: rgba(0,255,136,0.95);
    }
    .why-card h4{font-weight: 900}
    .why-card p{margin-top: 6px; color: var(--muted); font-weight: 700; font-size: 13px; line-height:1.45}

    @media (max-width: 980px){
      .why-grid{grid-template-columns: 1fr}
    }

    /* Footer (legacy footrow + premium site-footer in site-layout.css) */
    .footer{
      color: var(--muted2);
      font-weight: 700;
      font-size: 13px;
      padding: 6px 0 max(26px, calc(14px + env(safe-area-inset-bottom, 0px)));
    }
    .footer.site-footer{
      padding-bottom: max(28px, calc(14px + env(safe-area-inset-bottom, 0px)));
    }
    .footrow{
      display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;
      padding-top: 14px;
      border-top: 1px solid var(--line2);
    }
    .footrow a{color: rgba(255,255,255,0.70); font-weight: 800}
    .footrow a:hover{color: rgba(0,255,136,0.92)}
    .links{display:flex;gap:12px;flex-wrap:wrap}
    .madeby{
      width: 100%;
      margin-top: 10px;
      font-size: 12px;
      opacity: 0.65;
      font-weight: 800;
    }
    .madeby a{
      color: rgba(0,255,136,0.92);
      text-decoration: none;
      border-bottom: 1px dashed rgba(0,255,136,0.35);
      padding-bottom: 2px;
    }
    .madeby a:hover{border-bottom-style: solid}

    @media (max-width: 980px){
      .steps{grid-template-columns: 1fr}
      .menu-grid a[data-only-mobile="1"]{display:flex}
      .menu-grid{grid-template-columns: 1fr}
      details.menu > summary.btn.menu-toggle{
        width: 36px;
        min-width: 36px;
        padding: 0;
        gap: 0;
        justify-content: center;
      }
      details.menu > summary.btn .menu-toggle-label{display:none}
      details.menu > summary.btn .menu-toggle-icon{display:block}
    }
    details.menu > summary.btn .menu-toggle-icon{
      display: none;
      width: 18px;
      height: 18px;
    }
    details.menu > summary.btn.menu-toggle{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }
    @media (max-width: 820px){
      #products .products-grid-premium{
        grid-template-columns: 1fr;
        gap: 1.15rem;
      }
      #products .plans-fee-note{
        font-size: 13px;
        padding: 12px 14px;
        line-height: 1.5;
      }
      #products .products-grid-premium .product-image{
        flex: 0 0 clamp(118px, 30vw, 172px);
      }
      #products .products-grid-premium .product-image img{
        max-height: clamp(100px, 28vw, 138px);
      }
    }
    /* Keep landscape cards on mobile: single-column grid (820px) + row layout per card */
    @media (max-width: 700px){
      #products .products-grid-premium .product-image{
        flex: 0 0 clamp(104px, 28vw, 156px);
        padding: 0.4rem 0.5rem;
      }
      #products .products-grid-premium .product-image img{
        max-height: clamp(92px, 26vw, 124px);
      }
      #products .products-grid-premium .product-content{
        padding: 0.45rem 0.62rem 0.5rem;
      }
    }
    @media (max-width: 380px){
      #products .products-grid-premium .product-image{
        flex: 0 0 clamp(96px, 30vw, 132px);
        padding: 0.38rem 0.45rem;
      }
      #products .products-grid-premium .product-image img{
        max-height: clamp(84px, 30vw, 112px);
      }
    }
    /* Stack image above copy on phones / narrow portrait (easier to scan + tap) */
    @media (max-width: 640px){
      #products .products-grid-premium{
        gap: 1.25rem;
      }
      #products .products-grid-premium .product-card{
        flex-direction: column;
        align-items: stretch;
        --border-radius: 20px;
        border-radius: 20px;
        box-shadow:
          0 4px 24px rgba(0, 0, 0, 0.35),
          0 0 0 1px rgba(255, 255, 255, 0.06);
      }
      #products .products-grid-premium .product-card:hover{
        transform: none;
        box-shadow:
          0 8px 32px rgba(0, 0, 0, 0.42),
          0 0 0 1px rgba(0, 255, 136, 0.12);
      }
      #products .products-grid-premium .product-image{
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.72) 100%);
      }
      #products .products-grid-premium .product-image .stock-badge{
        border-radius: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        font-size: 0.68rem;
        padding: 0.42rem 0.55rem;
      }
      #products .products-grid-premium .product-image-main{
        padding: 0.75rem 1rem 0.5rem;
        min-height: 120px;
      }
      #products .products-grid-premium .product-image-main img{
        max-height: min(168px, 42vw);
        border-radius: 12px;
      }
      #products .products-grid-premium .product-content{
        padding: 1rem 1rem 1.1rem;
        gap: 0.5rem;
      }
      #products .products-grid-premium .product-top{
        gap: 0.65rem;
        align-items: center;
      }
      #products .products-grid-premium .product-title{
        font-size: clamp(1rem, 4.2vw, 1.12rem);
        line-height: 1.2;
      }
      #products .products-grid-premium .product-description{
        font-size: clamp(0.8rem, 3.2vw, 0.9rem);
        line-height: 1.4;
        -webkit-line-clamp: 3;
      }
      #products .products-grid-premium .product-price{
        font-size: clamp(1.2rem, 5vw, 1.45rem);
      }
      #products .products-grid-premium .mm-checkout-precard{
        gap: 0.5rem;
      }
      #products .products-grid-premium .checkout-license-email,
      #products .products-grid-premium .checkout-signature-name{
        min-height: 44px;
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 16px;
        border-color: rgba(255, 255, 255, 0.18);
      }
      #products .products-grid-premium .checkout-agree{
        font-size: 13px;
        line-height: 1.4;
        gap: 10px;
        padding: 4px 0;
      }
      #products .products-grid-premium .checkout-agree .checkout-agree-input{
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-top: 2px;
      }
      #products .products-grid-premium .product-pay-stack{
        gap: 10px;
        margin-top: 6px;
      }
      #products .products-grid-premium .product-button,
      #products .products-grid-premium .crypto-button{
        min-height: 48px;
        border-radius: 12px;
        font-size: 13px;
        letter-spacing: 0.06em;
      }
      #products .products-grid-premium .checkout-license-hint{
        font-size: 12px;
        padding-top: 10px;
        margin-top: 4px;
      }
      #products .products-grid-premium .product-pay-stack > .checkout-license-hint{
        padding-top: 12px;
        margin-top: 6px;
      }
    }
    @media (max-width: 640px) and (hover: hover){
      #products .products-grid-premium .product-card:hover{
        transform: translateY(-2px);
      }
    }
    @media (max-width: 560px){
      .hero{padding-top: 36px}
      .poster-inner{padding: 18px}
      .row-price-crypto{flex-direction:column; align-items:stretch}
      .row-price-crypto .btn{width:100%}
      .product-actions-stack{align-items:stretch}
      .nav-links{display:none}
      .nav-right .btn.ghost{display:none}
      details.menu{display:block}
    }