body.ammc{
  margin:0;
  min-height:100vh;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:var(--a);
  background:
    radial-gradient(900px 600px at 50% 0%, rgba(247,0,0,.22), transparent 70%),
    radial-gradient(900px 600px at 50% 0%, var(--p), #000);
}
body.ammc[data-bg="image"]{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.ammc-wrap{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  box-sizing:border-box;
}
.ammc-card{
  width:100%;
  max-width:560px;
  background:rgba(0,0,0,.78);
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  padding:44px 34px;
  text-align:center;
  box-shadow:0 22px 90px rgba(0,0,0,.65), 0 0 90px rgba(247,0,0,.22);
}
.ammc-logo{max-width:120px; max-height:120px; margin:0 auto 18px; display:block}
.ammc-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.12em;
  font-size:11px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:14px;
}
.ammc-title{margin:0 0 10px; font-size:34px; line-height:1.1}
.ammc-sub{opacity:.9; font-size:15px; margin-bottom:18px}
.ammc-desc{opacity:.85; font-size:14px; line-height:1.6; margin-bottom:18px}
.ammc-count{
  margin:16px auto 0;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  max-width:300px;
}
.ammc-count .lbl{font-size:12px; opacity:.75; margin-bottom:6px}
.ammc-count .cd{font-size:20px; font-weight:900}
.ammc-btn{
  display:inline-block;
  margin-top:20px;
  padding:14px 30px;
  border-radius:16px;
  background:var(--p);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 16px 44px rgba(0,0,0,.55), 0 0 38px rgba(247,0,0,.20);
}
.ammc-btn:hover{filter:brightness(1.07)}
.ammc-foot{margin-top:18px; font-size:12px; opacity:.6}
@media (max-width:520px){
  .ammc-card{padding:34px 22px;border-radius:22px}
  .ammc-title{font-size:28px}
}