body{
  background:#6d52fe;
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  padding:40px 18px;
}

.wrap{
  max-width:500px;
  margin:0 auto;
}

.logo{
  width:140px;
  margin-bottom:24px;
  filter:drop-shadow(0 14px 22px rgba(0,0,0,0.45));
}

h1{
  font-size:42px;
  margin:10px 0 6px;
  letter-spacing:0.08em;
}

.tag{
  font-size:17px;
  margin-bottom:28px;
  opacity:0.95;
}

.box{
  background:rgba(255,255,255,0.15);
  padding:18px 16px 20px;
  border-radius:18px;
  margin:0 auto 24px;
  max-width:420px;
  box-shadow:0 18px 40px rgba(0,0,0,0.35);
}

.ca-label{
  font-weight:bold;
  margin-bottom:4px;
  letter-spacing:0.12em;
  font-size:12px;
}

.ca-value{
  font-family:Menlo, ui-monospace, SFMono-Regular, monospace;
  font-size:13px;
  word-break:break-all;
  margin-bottom:12px;
}

.btn-row{
  margin-top:6px;
}

.btn{
  display:inline-block;
  padding:12px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:bold;
  border:1px solid rgba(255,255,255,0.7);
  cursor:pointer;
  transition:transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border 0.15s ease;
  font-size:14px;
}

.btn.primary{
  background:#ffffff;
  color:#6d52fe;
  box-shadow:0 12px 26px rgba(0,0,0,0.35);
}

.btn.primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(0,0,0,0.4);
}

.btn.ghost{
  background:transparent;
  color:#ffffff;
  border-color:rgba(255,255,255,0.55);
}

.btn.ghost:hover{
  background:rgba(255,255,255,0.2);
  transform:translateY(-1px);
}

.note{
  font-size:12px;
  margin-top:8px;
  height:16px;
  opacity:0.9;
}

.pepe{
  margin-top:40px;
  font-size:15px;
  opacity:0.9;
}

/* mobile tweaks */
@media (max-width:480px){
  h1{font-size:34px;}
  .logo{width:120px;}
}
