  .axtp-page{
    --bg:#070b14;
    --panel:rgba(255,255,255,.04);
    --panel2:rgba(255,255,255,.03);
    --text:#e9eef6;
    --muted:rgba(233,238,246,.72);
    --border:rgba(255,255,255,.10);
    --orange:#ff7e02;
    --orange2:#ffb15a;
    --blue:#4d6bff;

    color:var(--text);
    background:
      radial-gradient(1200px 520px at 14% 0%, rgba(255,126,2,.16), transparent 60%),
      radial-gradient(900px 460px at 86% 0%, rgba(77,107,255,.14), transparent 55%),
      linear-gradient(180deg, rgba(255,126,2,.06), transparent 30%),
      var(--bg);
    border:1px solid var(--border);
    border-radius:22px;
    padding:26px 22px;
    margin:18px 0;
    box-shadow: 0 18px 44px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.06);
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  }

  .axtp-hero{
    border-bottom:1px solid rgba(255,255,255,.08);
    padding-bottom:18px;
    margin-bottom:18px;
  }

  .axtp-kicker{
    margin:0 0 10px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:6px 12px;
    border-radius:999px;
    border:1px solid rgba(255,126,2,.35);
    background:rgba(255,126,2,.10);
    font-size:12px;
    font-weight:800;
    letter-spacing:.22em;
    text-transform:uppercase;
  }

  .axtp-title{
    margin:0 0 12px;
    font-size:28px;
    font-weight:900;
    line-height:1.15;
    letter-spacing:-.02em;
  }

  .axtp-lead{
    margin:0 0 10px;
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
    max-width: 68ch;
  }

  .axtp-tagline{
    margin:10px 0 0;
    font-size:15px;
    color:rgba(233,238,246,.86);
  }

  .axtp-section{
    margin:18px 0;
  }

  .axtp-section p{
    margin:10px 0;
    color:var(--muted);
    line-height:1.75;
    font-size:14px;
  }

  .axtp-card{
    border:1px solid rgba(255,255,255,.10);
    background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
    border-radius:18px;
    padding:14px 14px 12px;
    margin:12px 0;
    box-shadow: 0 10px 26px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.05);
  }

  .axtp-card ul{
    margin:8px 0 0 18px;
    color:rgba(233,238,246,.80);
    line-height:1.65;
    font-size:14px;
  }

  .axtp-list{
    margin:8px 0 0 18px;
    color:rgba(233,238,246,.80);
    line-height:1.7;
    font-size:14px;
  }

  .axtp-quote{
    margin:12px 0 0;
    padding:12px 14px;
    border-left:3px solid var(--orange);
    background:rgba(255,126,2,.08);
    border-radius:14px;
    color:rgba(233,238,246,.86);
    font-weight:800;
    font-size:14px;
    line-height:1.6;
  }
  blockquote:before, .wp-block-quote:before {
	background-color: hsl(0deg 0% 100% / 0%);
  }

  .axtp-closing{
    margin-top:12px;
    color:rgba(233,238,246,.92);
    font-size:14px;
    line-height:1.7;
  }

  .axtp-footer{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:18px;
    padding-top:14px;
  }

  .axtp-disclaimer{
    margin:0;
    color:rgba(233,238,246,.60);
    font-size:12px;
    line-height:1.6;
  }

  /* Responsive */
  @media (max-width: 640px){
    .axtp-page{ padding:20px 16px; }
    .axtp-title{ font-size:22px; }
  }