@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
  *{box-sizing:border-box;margin:0;padding:0}
  body{font-family:'Poppins',sans-serif;background:#100e17;color:#fff}
  :root{
    --grad1:linear-gradient(to right,#1a5fee,#10bae1);
    --grad2:linear-gradient(to right,#0d1732,#0f2835);
    --primary:#100e17;--primary-dark:#0c0b12;
  }
  a{
    text-decoration: none;
  }
  .section__container{max-width:1200px;margin:auto;padding:5rem 1rem}
  .gradient__header{background:var(--grad1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
  .btn{padding:1rem 2rem;outline:none;border:none;font-size:1rem;color:#fff;background:var(--grad1);border-radius:5px;cursor:pointer}
  .btn-outline{padding:.85rem 2rem;outline:none;border:2px solid #1a5fee;background:transparent;font-size:1rem;color:#fff;border-radius:5px;cursor:pointer;font-family:'Poppins',sans-serif;letter-spacing:.02em;transition:background .2s,color .2s}
  .btn-outline:hover{background:var(--grad1);border-color:transparent}

  /* PREVIEW HEADER */
  .preview-nav{background:#100e17;padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.08)}
  .preview-nav span{font-size:1.5rem;font-weight:600}
  .preview-nav a{color:#fff;text-decoration:none;font-size:.95rem}

  /* ── LICENSE BANNER ── */
  .license-banner{background:linear-gradient(to right,#0d1732,#0f2835);border-top:2px solid transparent;border-bottom:2px solid transparent;background-clip:padding-box;position:relative}
  .license-banner::before{content:'';position:absolute;inset:0;background:var(--grad1);z-index:-1;margin:-2px}
  .license-inner{max-width:1200px;margin:auto;padding:1.4rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
  .license-text{}
  .license-text p:first-child{font-size:1rem;font-weight:600;letter-spacing:.03em;margin-bottom:.25rem}
  .license-text p:first-child span{background:var(--grad1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}
  .license-text p:last-child{font-size:.82rem;color:rgba(255,255,255,.65)}
  .license-text p:last-child a{color:#10bae1;text-decoration:none}
  .license-text p:last-child a:hover{text-decoration:underline}
  .license-badge{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;background:rgba(26,95,238,.12);border:1px solid rgba(26,95,238,.35);border-radius:4px}
  .license-badge-dot{width:8px;height:8px;border-radius:50%;background:#10bae1;flex-shrink:0;animation:pulse 2s infinite}
  @keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
  .license-badge span{font-size:.75rem;color:rgba(255,255,255,.7)}

  /* ── LICENSE PAGE ── */
  .license-page{background:#0c0b12;min-height:100vh}
  .lp-hero{background:linear-gradient(to right,#0d1732,#0f2835);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}
  .lp-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,rgba(26,95,238,.18),transparent 70%);pointer-events:none}
  .lp-hero h1{font-size:2.6rem;font-weight:700;margin-bottom:.8rem}
  .lp-hero p{color:rgba(255,255,255,.7);max-width:560px;margin:auto;font-size:.95rem}
  .lp-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;background:rgba(16,186,225,.12);border:1px solid rgba(16,186,225,.3);border-radius:20px;margin-bottom:1.5rem;font-size:.8rem;color:#10bae1}
  .lp-section{max-width:900px;margin:3rem auto;padding:0 1.5rem}
  .lp-card{background:linear-gradient(to right,#0d1732,#0f2835);border-left:3px solid #1a5fee;border-radius:0 8px 8px 0;padding:1.5rem 2rem;margin-bottom:1.2rem}
  .lp-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;background:var(--grad1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
  .lp-card p,.lp-card li{font-size:.9rem;color:rgba(255,255,255,.75);line-height:1.7}
  .lp-card ul{padding-left:1.2rem}
  .lp-card li{margin-bottom:.3rem}
  .lp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto 2.5rem;padding:0 1.5rem}
  .lp-stat{background:linear-gradient(to right,#0d1732,#0f2835);border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:1.5rem;text-align:center}
  .lp-stat h2{font-size:2rem;font-weight:700;background:var(--grad1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
  .lp-stat p{font-size:.8rem;color:rgba(255,255,255,.55);margin-top:.3rem}
  .lp-seal{display:flex;align-items:center;gap:1.5rem;background:linear-gradient(to right,#0d1732,#0f2835);border:1px solid rgba(26,95,238,.3);border-radius:10px;padding:1.5rem 2rem;max-width:900px;margin:0 auto 2rem;padding-left:1.5rem}
  .seal-icon{width:60px;height:60px;border-radius:50%;background:var(--grad1);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.6rem}
  .seal-text h4{font-size:1rem;font-weight:600;margin-bottom:.3rem}
  .seal-text p{font-size:.82rem;color:rgba(255,255,255,.6)}
  .lp-contact{background:var(--grad1);border-radius:10px;padding:2rem;max-width:900px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
  .lp-contact h3{font-size:1.3rem;font-weight:600}
  .lp-contact p{font-size:.9rem;opacity:.85;margin-top:.3rem}
  .btn-white{padding:.85rem 2rem;background:#fff;color:#1a5fee;border:none;border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:'Poppins',sans-serif}

  @media(max-width:700px){
    .license-inner{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:1rem}
    .lp-grid{grid-template-columns:1fr}
    .lp-hero h1{font-size:1.8rem}
    .lp-seal{flex-direction:column;text-align:center}
    .lp-contact{flex-direction:column;text-align:center}
  }