/* Premium call-to-action on the Zodira landing page. */
.landing-content .gold-btn{
  min-width:310px;
  padding:19px 40px;
  border-color:#fff2ab;
  font-size:16px;
  letter-spacing:1.6px;
  box-shadow:0 4px 0 #72400a,0 12px 28px #000b,0 0 24px #f6c65f66,inset 0 1px #fffbe0;
  animation:landing-cta-glow 2.8s ease-in-out infinite;
}
.landing-content .gold-btn:hover{
  box-shadow:0 4px 0 #72400a,0 16px 34px #000c,0 0 35px #ffe38b99,inset 0 1px #fffbe0;
}
@keyframes landing-cta-glow{
  50%{box-shadow:0 4px 0 #72400a,0 12px 30px #000b,0 0 34px #f6c65f9c,inset 0 1px #fffbe0}
}
@media(max-width:520px){.landing-content .gold-btn{min-width:260px;padding:17px 26px;font-size:14px}}

/* Restrained premium treatment: engraved frame, warm depth and a slow metal highlight. */
.landing-protocol .protocol-launch{
  position:relative!important;
  isolation:isolate;
  min-width:244px!important;
  overflow:hidden;
  letter-spacing:1.05px!important;
  border:1px solid #ffe9a1!important;
  background:linear-gradient(180deg,#ffe37a 0%,#f6bd35 48%,#d9880f 100%)!important;
  box-shadow:inset 0 1px #fffbd1,inset 0 -1px #a85d08,0 3px 0 #70420d,0 8px 20px #0008,0 0 12px #f7c54d4d!important;
  animation:zodira-premium-glow 3.8s ease-in-out infinite;
}
.landing-protocol .protocol-launch::before{
  content:'';
  position:absolute;
  z-index:1;
  top:-45%;
  bottom:-45%;
  left:-38%;
  width:24%;
  pointer-events:none;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,#fff8cf8c,transparent);
  filter:blur(.3px);
  animation:zodira-metal-sheen 4.6s cubic-bezier(.4,0,.2,1) infinite;
}
.landing-protocol .protocol-launch::after{
  content:'';
  position:absolute;
  z-index:1;
  inset:3px;
  border:1px solid #fff4b76e;
  pointer-events:none;
}
@keyframes zodira-metal-sheen{0%,56%{left:-38%}82%,100%{left:118%}}
@keyframes zodira-premium-glow{50%{box-shadow:inset 0 1px #fffbd1,inset 0 -1px #a85d08,0 3px 0 #70420d,0 10px 24px #0009,0 0 21px #f7c54d6b}}
@media(max-width:720px){.landing-protocol .protocol-launch{min-width:180px!important;letter-spacing:.55px!important}}

.protocol-close .protocol-launch-bottom{
  position:relative;
  isolation:isolate;
  min-width:244px;
  overflow:hidden;
  padding:17px 34px;
  border:1px solid #ffe9a1;
  background:linear-gradient(180deg,#ffe37a 0%,#f6bd35 48%,#d9880f 100%);
  letter-spacing:1.05px;
  box-shadow:inset 0 1px #fffbd1,inset 0 -1px #a85d08,0 3px 0 #70420d,0 8px 20px #0008,0 0 12px #f7c54d4d;
  animation:zodira-premium-glow 3.8s ease-in-out infinite;
}
.protocol-close .protocol-launch-bottom::before{
  content:'';
  position:absolute;
  z-index:1;
  top:-45%;
  bottom:-45%;
  left:-38%;
  width:24%;
  pointer-events:none;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,#fff8cf8c,transparent);
  filter:blur(.3px);
  animation:zodira-metal-sheen 4.6s cubic-bezier(.4,0,.2,1) infinite;
}
.protocol-close .protocol-launch-bottom::after{
  content:'';
  position:absolute;
  z-index:1;
  inset:3px;
  border:1px solid #fff4b76e;
  pointer-events:none;
}
@media(max-width:520px){.protocol-close .protocol-launch-bottom{min-width:210px;padding:15px 24px}}
