:root{
      --maxw: 61.25rem;
      --base-font: 20px;

      --bg0:#070A12;
      --bg1:#0B1020;
      --card:#0E1630;
      --card2:#0B132A;

      --text:#EAF0FF;
      --muted:#A7B3D6;

      --border: rgba(140,160,255,0.18);
      --border2: rgba(140,160,255,0.26);

      --accent:#7C5CFF;
      --accent2:#45D6FF;
      --accent3:#22C55E;
      --accentGold:#F6C453;

      --ring: rgba(124,92,255,0.30);
      --shadow: 0 1.125rem 3.75rem rgba(0,0,0,0.45);

      --radius: 1.125rem;
      --radius2: 1.375rem;
    }

    *{ box-sizing:border-box; }
    html{ font-size: var(--base-font); }
    html,body{ min-height:100%; }
    html{
      background:
        radial-gradient(56.25rem 31.25rem at 20% 0%, rgba(124,92,255,0.20), transparent 55%),
        radial-gradient(56.25rem 31.25rem at 85% 10%, rgba(69,214,255,0.16), transparent 60%),
        radial-gradient(50rem 31.25rem at 50% 100%, rgba(34,197,94,0.10), transparent 60%),
        linear-gradient(180deg, var(--bg0), var(--bg1));
    }
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
      background: transparent;
    }

    .wrap{
      max-width: var(--maxw);
      margin: 2.125rem auto 3.75rem;
      padding: 0 1rem;
    }

    /* Futuristic hero */
    .hero{
      margin-bottom: 1rem;
    }
    .hero-card{
      position: relative;
      display:grid;
      grid-template-columns: 20rem 1fr;
      gap: 1.125rem;
      padding: 1.375rem;
      border-radius: 1.375rem;
      border: 0.0625rem solid rgba(140,160,255,0.28);
      background:
        radial-gradient(50rem 17.5rem at 10% -20%, rgba(124,92,255,0.18), transparent 60%),
        radial-gradient(26.25rem 11.25rem at 75% 0%, rgba(246,196,83,0.20), transparent 55%),
        radial-gradient(43.75rem 16.25rem at 90% 120%, rgba(34,197,94,0.14), transparent 60%),
        linear-gradient(180deg, rgba(10,16,36,0.78), rgba(10,16,36,0.45));
      box-shadow: 0 1.5rem 4.375rem rgba(0,0,0,0.45);
      backdrop-filter: blur(0.625rem);
      overflow: hidden;
    }
    .hero-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0, rgba(255,255,255,0.04) 0.0625rem, transparent 0.0625rem, transparent 1.125rem),
        repeating-linear-gradient(180deg, rgba(255,255,255,0.03) 0, rgba(255,255,255,0.03) 0.0625rem, transparent 0.0625rem, transparent 1.125rem);
      opacity: 0.25;
      pointer-events: none;
      mix-blend-mode: screen;
    }
    .hero-left{
      position: relative;
      z-index: 1;
      display:flex;
      flex-direction: column;
      gap: 0.625rem;
      min-width: 0;
      align-items: flex-end;
      text-align: right;
    }
    .hero-eyebrow{
      display:inline-flex;
      align-items:center;
      gap:0.625rem;
      width: fit-content;
      padding: 0.5rem 0.75rem;
      border-radius: 62.4375rem;
      border: 0.0625rem solid rgba(124,92,255,0.35);
      background: rgba(12,18,40,0.75);
      font-weight: 800;
      font-size: 0.75rem;
      letter-spacing: 0.0375rem;
      text-transform: uppercase;
      color: #c7d2ff;
      box-shadow: 0 0.75rem 1.75rem rgba(0,0,0,0.28);
      margin-bottom: 0.4rem;
    }
    .beta-tag{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      margin-left: 0.5rem;
      padding: 0.2rem 0.5rem;
      border-radius: 999px;
      border: 0.0625rem solid rgba(246,196,83,0.55);
      background: rgba(246,196,83,0.12);
      color: #f6c453;
      font-weight: 900;
      font-size: 0.6rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      box-shadow: 0 0.5rem 1.25rem rgba(246,196,83,0.18);
    }
    .hero-title{
      margin:0;
      font-size: 2rem;
      letter-spacing: 0.025rem;
      line-height:1.15;
      background: linear-gradient(90deg, #ffffff, var(--accent2) 45%, var(--accentGold) 70%, var(--accent) 90%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow:
        0 0 1.125rem rgba(124,92,255,0.40),
        0 0 1.875rem rgba(69,214,255,0.28);
    }
    .hero-desc{
      margin:0;
      color: rgba(234,240,255,0.85);
      font-size: 0.9062rem;
      line-height: 1.55;
      max-width: 70ch;
    }
    .hero-meta{
      display:flex;
      gap:0.625rem;
      flex-wrap: wrap;
      margin-top: 0.25rem;
      justify-content: flex-end;
    }
    .hero-chip{
      display:inline-flex;
      align-items:center;
      gap:0.5rem;
      padding: 0.5rem 0.625rem;
      border-radius: 62.4375rem;
      border: 0.0625rem solid rgba(69,214,255,0.3);
      background: rgba(9,14,32,0.65);
      color: #e7f0ff;
      font-size: 0.7812rem;
      font-weight: 700;
    }
    .hero-right{
      position: relative;
      z-index: 1;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }
    .hero-logo{
      width: 13rem;
      height: 13rem;
      border-radius: 0;
      padding: 0;
      background: transparent;
      border: none;
      box-shadow: none;
      display:flex;
      align-items:center;
      justify-content:center;
      transition: transform 180ms cubic-bezier(.2,.7,.3,1);
    }
    .hero-logo:hover{ transform: scale(1.04); }
    .hero-logo img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display:block;
    }
    .hero-glow{
      position:absolute;
      inset: auto -2.5rem -2.5rem auto;
      width: 13.75rem;
      height: 13.75rem;
      background: radial-gradient(circle, rgba(124,92,255,0.45), transparent 70%);
      filter: blur(0.25rem);
      opacity: 0.7;
      pointer-events: none;
    }

    .site-footer{ margin-top: 1.5rem; }
    .footer-card{
      display:flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      padding: 0.875rem 1rem;
      border-radius: var(--radius2);
      border: 0.0625rem solid var(--border);
      background: linear-gradient(180deg, rgba(14,22,48,0.95), rgba(11,19,42,0.9));
      box-shadow: var(--shadow);
      backdrop-filter: blur(0.625rem);
    }
    .footer-text{
      color: var(--muted);
      font-size: 0.8125rem;
      font-weight: 700;
      text-align: center;
    }
    .footer-links{
      display:flex;
      align-items:center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.5rem;
      width: auto;
      color: var(--muted);
      font-size: 0.8125rem;
      font-weight: 700;
      text-align: center;
    }
    .footer-links a,
    .footer-links span{
      white-space: normal;
    }
    .footer-links a{
      color: var(--accent2);
      text-decoration: none;
      font-weight: 700;
    }
    .footer-links a:hover{ text-decoration: underline; }

    

    .card{
      background: linear-gradient(180deg, rgba(14,22,48,0.95), rgba(11,19,42,0.9));
      border: 0.0625rem solid var(--border);
      border-radius: var(--radius2);
      padding: 1.25rem;
      box-shadow: var(--shadow);
      backdrop-filter: blur(0.625rem);
    }

    .btn,
    button{
      padding: 0.75rem 0.875rem;
      border-radius: 0.75rem;
      border: 0.0625rem solid rgba(15,23,42,0.08);
      background: linear-gradient(180deg, #5b55f0 0%, #4338ca 100%);
      color: #fff;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 0.625rem 1.375rem rgba(67,56,202,0.22);
      transition: transform 160ms cubic-bezier(.2,.7,.3,1), box-shadow 160ms ease, filter 160ms ease;
    }
    .btn:hover,
    button:hover{
      transform: translateY(-0.0625rem);
      box-shadow: 0 0.875rem 1.625rem rgba(67,56,202,0.28);
      filter: brightness(1.02);
    }
    .btn:active,
    button:active{
      transform: translateY(0);
      box-shadow: 0 0.625rem 1.25rem rgba(67,56,202,0.22);
    }
    .btn:disabled,
    button:disabled{
      opacity: 0.7;
      cursor: not-allowed;
      transform: none;
      filter: none;
      box-shadow: none;
      background: linear-gradient(180deg, #94a3b8 0%, #64748b 100%);
      border-color: transparent;
    }

    .btn.secondary,
    .secondary{
      background: linear-gradient(180deg, rgba(16,25,52,0.9) 0%, rgba(12,19,42,0.95) 100%);
      color: var(--text);
      border: 0.0625rem solid var(--border2);
      box-shadow: 0 0.625rem 1.375rem rgba(0,0,0,0.28);
    }
    .btn.secondary:hover,
    .secondary:hover{
      box-shadow: 0 0.875rem 1.625rem rgba(0,0,0,0.35);
      filter: none;
    }

    .linkbtn{
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:0.625rem;
      padding: 0.625rem 0.75rem;
      border-radius: 62.4375rem;
      border: 0.0625rem solid var(--border2);
      background: rgba(10,16,36,0.55);
      color: var(--text);
      font-weight: 700;
      font-size: 0.8125rem;
      white-space: nowrap;
      min-height: 2.5rem;
      transition: transform 160ms cubic-bezier(.2,.7,.3,1), filter 160ms ease, border-color 160ms ease;
    }
    .linkbtn:hover{
      transform: translateY(-0.0625rem);
      filter: brightness(1.06);
      border-color: rgba(124,92,255,0.45);
    }

    .pill{
      display:inline-flex;
      align-items:center;
      gap:0.375rem;
      padding: 0.4375rem 0.625rem;
      border-radius: 62.4375rem;
      border: 0.0625rem solid var(--border2);
      background: rgba(10,16,36,0.55);
      color: var(--muted);
      font-size: 0.8125rem;
      font-weight: 700;
      white-space: nowrap;
    }
    .pill strong{ color: var(--text); }

    .badge,
    .stripe-badge{
      display:inline-flex;
      align-items:center;
      gap:0.5rem;
      padding: 0.5rem 0.625rem;
      border: 0.0625rem solid var(--border2);
      background: rgba(10,16,36,0.6);
      border-radius: 62.4375rem;
      color: var(--muted);
      font-size: 0.8125rem;
      font-weight: 700;
      white-space: nowrap;
      box-shadow: 0 0.625rem 1.625rem rgba(0,0,0,0.25);
      backdrop-filter: blur(0.375rem);
    }
    .badge strong,
    .stripe-badge strong{ color: var(--text); }

    details{
      border: 0.0625rem solid var(--border2);
      background: rgba(10,16,36,0.6);
      border-radius: 0.875rem;
      padding: 0.75rem;
      box-shadow: 0 0.625rem 1.375rem rgba(0,0,0,0.25);
    }
    summary{
      cursor: pointer;
      font-weight: 700;
      color: var(--text);
      list-style: none;
    }
    summary::-webkit-details-marker{ display:none; }
    details p{
      margin: 0.625rem 0 0;
      color: var(--muted);
      font-size: 0.875rem;
      line-height: 1.5;
    }

@media (max-width: 64rem){
      .hero-card{
        grid-template-columns: 16rem 1fr;
        gap: 1rem;
        padding: 1.125rem;
      }
      .hero-logo{ width: 11rem; height: 11rem; }
      .hero-title{ font-size: 1.75rem; }
      .hero-desc{ font-size: 0.875rem; max-width: 58ch; }
    }

@media (max-width: 52rem){
      .wrap{
        margin-top: 1.5rem;
        padding: 0 0.75rem;
      }
      .hero-card{
        grid-template-columns: 1fr;
        gap: 0.875rem;
      }
      .hero-left{
        align-items: flex-start;
        text-align: left;
      }
      .hero-meta{ justify-content: flex-start; }
      .hero-right{
        justify-content: center;
        order: -1;
      }
      .hero-logo{ width: 9.25rem; height: 9.25rem; }
      .hero-title{
        font-size: 1.55rem;
        line-height: 1.2;
      }
      .hero-desc{
        font-size: 0.8438rem;
        line-height: 1.5;
        max-width: 100%;
      }
    }

@media (min-width: 37rem) and (max-width: 52rem) and (orientation: portrait){
      .hero-card{
        grid-template-columns: 10.5rem 1fr;
        gap: 1rem;
        padding: 1.125rem 1.25rem;
      }
      .hero-right{
        justify-content: flex-start;
        order: 0;
      }
      .hero-left{
        align-items: flex-end;
        text-align: right;
      }
      .hero-meta{ justify-content: flex-end; }
      .hero-logo{ width: 10rem; height: 10rem; }
      .hero-title{
        font-size: 1.68rem;
        line-height: 1.18;
      }
      .hero-desc{
        font-size: 0.87rem;
        max-width: 42ch;
      }
    }

@media (min-width: 37rem) and (max-width: 44rem) and (orientation: portrait){
      .hero-card{ grid-template-columns: 11.25rem 1fr; }
      .hero-logo{ width: 10.5rem; height: 10.5rem; }
      .hero-title{ font-size: 1.45rem; }
      .hero-desc{ font-size: 0.75rem; }
    }

@media (min-width: 44.01rem) and (max-width: 52rem) and (orientation: portrait){
      .hero-card{ grid-template-columns: 9.75rem 1fr; }
      .hero-logo{ width: 9.25rem; height: 9.25rem; }
      .hero-title{ font-size: 1.55rem; }
      .hero-desc{ font-size: 0.76rem; max-width: 46ch; }
    }

@media (max-width: 34rem){
      html{ font-size: 18px; }
      .hero-card{
        padding: 0.9375rem;
        border-radius: 1rem;
      }
      .hero-eyebrow{ font-size: 0.6875rem; }
      .beta-tag{ font-size: 0.5625rem; }
      .hero-title{ font-size: 1.35rem; }
      .hero-logo{ width: 7.5rem; height: 7.5rem; }
    }

@media (max-width: 45rem){
      .footer-links{ width: 100%; }
    }
