.era-premium-thanks{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  padding:42px 34px 28px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,107,0,.28),transparent 27%),
    radial-gradient(circle at 88% 12%,rgba(36,99,235,.24),transparent 27%),
    linear-gradient(135deg,#00152c 0%,#071d38 52%,#0b315c 100%);
  box-shadow:0 24px 60px rgba(7,29,56,.24);
  border:1px solid rgba(255,255,255,.10)
}
.era-premium-thanks:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:5px;
  background:linear-gradient(90deg,#ff6b00,#ffb04f,#ff6b00)
}
.era-premium-glow{
  position:absolute;
  width:240px;height:240px;
  border-radius:50%;
  filter:blur(55px);
  opacity:.28;
  pointer-events:none
}
.era-premium-glow-one{background:#ff6b00;left:-90px;top:20px}
.era-premium-glow-two{background:#2563eb;right:-100px;bottom:-40px}

.era-premium-head{
  position:relative;
  z-index:2;
  max-width:980px;
  margin:0 auto;
  text-align:center
}
.era-premium-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.09);
  border-radius:999px;
  padding:8px 14px;
  color:#ffbd7b;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px
}
.era-premium-head h3{
  margin:16px 0 10px;
  font-size:42px;
  line-height:1.03;
  text-transform:uppercase;
  letter-spacing:-.8px;
  color:#fff
}
.era-premium-head p{
  max-width:840px;
  margin:0 auto;
  color:#dbe7f4;
  font-size:16px;
  line-height:1.55;
  font-weight:800
}
.era-premium-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:720px;
  margin:24px auto 0
}
.era-premium-stats div{
  padding:14px;
  border-radius:15px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13)
}
.era-premium-stats strong{
  display:block;
  color:#ff9b43;
  font-size:25px
}
.era-premium-stats span{
  display:block;
  margin-top:4px;
  color:#dbe7f4;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase
}

.era-premium-categories{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:24px 0 20px
}
.era-premium-categories span{
  border-radius:999px;
  padding:8px 11px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  font-size:11px;
  font-weight:900
}

.era-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px
}
.era-premium-card{
  position:relative;
  min-height:205px;
  padding:20px 15px 17px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:19px;
  color:#071d38;
  background:linear-gradient(180deg,#fff,#f4f7fb);
  border:1px solid rgba(255,255,255,.70);
  text-decoration:none;
  box-shadow:0 14px 30px rgba(0,0,0,.15);
  transition:.22s ease
}
.era-premium-card:hover{
  transform:translateY(-7px) scale(1.015);
  box-shadow:0 22px 42px rgba(0,0,0,.23);
  border-color:#ff8b2d
}
.era-premium-card:after{
  content:"";
  position:absolute;
  left:16px;right:16px;bottom:0;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,#ff6b00,#ffb04f)
}
.era-premium-card-label{
  position:absolute;
  top:10px;
  right:10px;
  border-radius:999px;
  padding:5px 8px;
  background:#071d38;
  color:#fff;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase
}
.era-premium-logo{
  width:124px;
  height:82px;
  margin-bottom:13px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#fff;
  border:1px solid #dfe8f2;
  padding:9px;
  box-shadow:0 8px 20px rgba(7,29,56,.08)
}
.era-premium-logo img{
  max-width:100%;
  max-height:100%;
  object-fit:contain
}
.era-premium-fallback{
  width:100%;
  height:100%;
  place-items:center;
  font-size:40px
}
.era-premium-card strong{
  font-size:15px;
  line-height:1.22
}
.era-premium-card small{
  margin-top:5px;
  color:#64748b;
  font-size:11px;
  font-weight:800
}

.era-premium-quote{
  position:relative;
  z-index:2;
  margin:25px auto 0;
  max-width:920px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  padding:17px 22px;
  border-radius:17px;
  background:linear-gradient(90deg,rgba(255,107,0,.20),rgba(255,255,255,.08),rgba(37,99,235,.16));
  border:1px solid rgba(255,255,255,.14)
}
.era-premium-quote span{
  color:#ff9b43;
  font-size:38px;
  line-height:1
}
.era-premium-quote p{
  margin:0;
  text-align:center;
  color:#fff;
  font-size:17px;
  font-weight:900;
  font-style:italic
}

.era-premium-foot{
  position:relative;
  z-index:2;
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.13)
}
.era-premium-foot b{display:block}
.era-premium-foot small{
  display:block;
  color:#b9c9d9;
  margin-top:4px
}
.era-premium-foot a{
  display:inline-flex;
  border-radius:10px;
  padding:10px 13px;
  background:#ff6b00;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900
}

@media(max-width:1050px){
  .era-premium-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .era-premium-thanks{padding:34px 18px 22px}
  .era-premium-head h3{font-size:31px}
  .era-premium-stats{grid-template-columns:1fr}
  .era-premium-grid{grid-template-columns:1fr}
  .era-premium-foot{align-items:flex-start;flex-direction:column}
  .era-premium-foot a{width:100%;justify-content:center}
}
