
    html body { margin:0; background:#0A1120; font-family:var(--font-sans); color:#E8EEF7; }
    html body h1, html body h2, html body h3 { color:#E8EEF7; }
    *, *::before, *::after { box-sizing:border-box; }
    a { color:#D9A94A; } a:hover { color:#C6963A; }
    @media (max-width:820px) { .cols { grid-template-columns:1fr !important } }
    @media (max-width:700px) {
      .planCard[data-rec="1"] { order:-1 }
      nav { padding:13px 16px !important }
      .planCta { min-height:48px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important }
    }
  
.p1:hover{transform:scale(1.12)!important;}
.p2:active{transform:scale(0.95)!important;}
