:root{
    --bg: #0b1118;
    --panel: rgba(12, 18, 26, 0.96);
    --panel2: rgba(10, 16, 22, 0.96);
    --border: rgba(255,255,255,0.10);
    --border2: rgba(255,255,255,0.06);
    --muted: rgba(255,255,255,0.72);
    --text: rgba(255,255,255,0.94);
    --accent: #4aa3ff;
    --shadow: 0 10px 30px rgba(0,0,0,0.45);
  }
  
  body.gp{
    background:
      radial-gradient(1200px 700px at 20% 0%, rgba(74,163,255,0.12), transparent 60%),
      radial-gradient(900px 500px at 90% 10%, rgba(147,102,255,0.10), transparent 55%),
      radial-gradient(900px 600px at 55% 120%, rgba(255,167,38,0.06), transparent 60%),
      var(--bg);
    color: var(--text);
    padding-top: 50px;
  }
  
  /* Nav */
  .gp-nav{
    border-bottom: 1px solid var(--border2);
    background: rgba(8, 12, 18, 0.92);
    backdrop-filter: blur(10px);
  }
  .gp-brand{
    font-weight: 900;
    letter-spacing: 0.2px;
  }
  .gp-nav .navbar-nav > li > a{ opacity: 0.90; }
  .gp-nav .navbar-nav > .active > a{
    background: transparent !important;
    opacity: 1;
    font-weight: 700;
  }
  
  /* Hero */
  .gp-hero{
    padding: 26px 0 16px;
    border-bottom: 1px solid var(--border2);
  }
  .gp-hero-inner{
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 16px;
    align-items: start;
  }
  @media (max-width: 992px){
    .gp-hero-inner{ grid-template-columns: 1fr; }
  }
  
  .gp-kicker{
    font-size: 12px;
    letter-spacing: 0.6px;
    opacity: 0.85;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .gp-title{
    margin: 0 0 10px;
    font-weight: 950;
    letter-spacing: -0.3px;
    line-height: 1.1;
  }
  .gp-subtitle{
    margin: 0 0 12px;
    color: var(--muted);
    max-width: 860px;
    font-size: 14px;
    line-height: 1.55;
  }
  
  .gp-cta-row{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 10px;
  }
  .gp-btn{
    border-radius: 12px;
    font-weight: 800;
    border: 1px solid transparent;
  }
  .gp-btn-ghost{
    border-radius: 12px;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
  }
  .gp-btn-ghost:hover{
    background: rgba(255,255,255,0.04);
  }
  
  .gp-trust{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  
  /* Sections */
  .gp-main{ padding: 18px 0 46px; }
  .gp-section{ margin: 18px 0 26px; }
  .gp-section-head h2{ margin: 0 0 6px; font-weight: 950; }
  .gp-section-head p{ margin: 0 0 12px; color: var(--muted); }
  
  /* Cards */
  .gp-card{
    background: var(--panel);
    border: 1px solid var(--border2);
    border-radius: 16px;
    padding: 14px;
    box-shadow: var(--shadow);
    margin-bottom: 12px;
    min-height: 170px;
    position: relative;
    overflow: hidden;
  }
  .gp-card:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 55%);
    pointer-events: none;
  }
  .gp-card > *{ position: relative; }
  
  .gp-card-wide{ min-height: auto; }
  .gp-card-hero{
    background: var(--panel2);
    border-color: var(--border);
  }
  
  .gp-card-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }
  .gp-card-title{
    font-weight: 950;
    font-size: 14px;
  }
  .gp-card-title-lg{
    font-weight: 950;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .gp-card-sub{
    color: var(--muted);
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .gp-muted{ color: var(--muted); }
  .gp-mini{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--muted);
  }
  .gp-mini li{ margin: 6px 0; }
  
  .gp-divider{
    height: 1px;
    background: var(--border2);
    margin: 12px 0;
  }
  
  /* Pills */
  .gp-pill{
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid var(--border2);
    opacity: 0.95;
    white-space: nowrap;
  }
  .gp-pill-gray{ background: rgba(255,255,255,0.04); }
  .gp-pill-blue{ background: rgba(74,163,255,0.16); border-color: rgba(74,163,255,0.34); }
  .gp-pill-orange{ background: rgba(255,167,38,0.16); border-color: rgba(255,167,38,0.32); }
  .gp-pill-purple{ background: rgba(147,102,255,0.16); border-color: rgba(147,102,255,0.32); }
  .gp-pill-green{ background: rgba(46,204,113,0.16); border-color: rgba(46,204,113,0.32); }
  .gp-pill-cyan{ background: rgba(0,212,255,0.14); border-color: rgba(0,212,255,0.26); }
  .gp-pill-red{ background: rgba(255,74,74,0.14); border-color: rgba(255,74,74,0.26); }
  
  /* Checklist */
  .gp-checklist{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .gp-checklist li{
    display: flex;
    gap: 10px;
    margin: 10px 0;
    color: var(--muted);
    line-height: 1.45;
  }
  .gp-dot{
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(74,163,255,0.9);
    margin-top: 5px;
    flex: 0 0 auto;
  }
  
  /* Diagram */
  .gp-diagram{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
  }
  .gp-node{
    flex: 1 1 180px;
    border: 1px solid var(--border2);
    background: rgba(255,255,255,0.03);
    border-radius: 14px;
    padding: 12px;
    min-height: 72px;
  }
  .gp-node-accent{
    border-color: rgba(74,163,255,0.35);
    background: rgba(74,163,255,0.08);
  }
  .gp-node-title{ font-weight: 950; margin-bottom: 2px; }
  .gp-node-sub{ color: var(--muted); font-size: 12px; }
  
  .gp-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    opacity: 0.7;
    font-weight: 900;
  }
  
  /* small “mini cards” inside wide card */
  .gp-card-mini{
    border: 1px solid var(--border2);
    background: rgba(255,255,255,0.02);
    border-radius: 14px;
    padding: 12px;
    margin-top: 8px;
  }
  
  /* Status cards */
  .gp-status-row{
    display:flex;
    justify-content: space-between;
    align-items:center;
    gap:10px;
  }
  .gp-status-meta{ margin-top: 10px; font-size: 12px; }
  
  /* Footer */
  .gp-footer{
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid var(--border2);
  }
  .gp-link{ color: var(--accent); }
  .gp-link:hover{ color: var(--accent); opacity: 0.85; text-decoration: none; }
  .gp-h4{ margin-top: 0; font-weight: 950; }
  

  .gp-status-details{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border2);
    display: grid;
    gap: 6px;
  }
  
  .gp-status-line{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: var(--muted);
  }
  
  .gp-status-line b{
    color: var(--text);
    font-weight: 800;
  }
  