/* NJS Packages Premium Cards V29 */

.v29-packages-hero-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(201,137,18,.10);
  border:1px solid rgba(201,137,18,.22);
  color:#9b6507;
  font-weight:900;
  margin-bottom:18px;
}

.v29-pricing-intro{
  max-width:780px;
  color:#475569;
  font-size:18px;
  line-height:1.8;
}

.v29-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:32px;
}

.v29-price-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#fffaf2 100%);
  border:1px solid rgba(15,23,42,.09);
  border-radius:28px;
  box-shadow:0 22px 60px rgba(15,23,42,.10);
  padding:30px;
  min-height:430px;
  display:flex;
  flex-direction:column;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.v29-price-card:hover{
  transform:translateY(-7px);
  border-color:rgba(201,137,18,.35);
  box-shadow:0 32px 78px rgba(201,137,18,.18);
}

.v29-price-card.featured{
  background:
    radial-gradient(circle at 85% 8%,rgba(231,184,78,.25),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#fff4d8 100%);
  border:2px solid rgba(201,137,18,.45);
  box-shadow:0 32px 90px rgba(201,137,18,.22);
}

.v29-badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#c98912,#e7b84e);
  color:#fff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.v29-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#fff7e6,#f1ddb3);
  color:#9b6507;
  font-size:27px;
  box-shadow:0 14px 32px rgba(201,137,18,.16);
  margin-bottom:20px;
}

.v29-price-card h3{
  font-size:25px;
  margin:0 0 10px;
  letter-spacing:-.03em;
  color:#07111f;
}

.v29-price-card .v29-sub{
  color:#64748b;
  min-height:54px;
  margin:0 0 18px;
}

.v29-price{
  display:flex;
  align-items:flex-end;
  gap:6px;
  margin:4px 0 20px;
}

.v29-price small{
  color:#64748b;
  font-weight:800;
  margin-bottom:8px;
}

.v29-price strong{
  color:#07111f;
  font-size:42px;
  line-height:1;
  letter-spacing:-.05em;
}

.v29-price span{
  color:#9b6507;
  font-weight:950;
  margin-bottom:7px;
}

.v29-features{
  list-style:none;
  padding:0;
  margin:0 0 24px;
  display:grid;
  gap:11px;
}

.v29-features li{
  position:relative;
  padding-left:28px;
  color:#475569;
}

.v29-features li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:19px;
  height:19px;
  border-radius:50%;
  background:#fff7e6;
  color:#9b6507;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:950;
  border:1px solid rgba(201,137,18,.18);
}

.v29-card-actions{
  margin-top:auto;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.v29-package-btn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:14px;
  font-weight:950;
  background:linear-gradient(135deg,#c98912,#e7b84e);
  color:#fff!important;
  box-shadow:0 16px 38px rgba(201,137,18,.22);
}

.v29-package-btn.secondary{
  background:#fff;
  color:#07111f!important;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.v29-comparison{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.v29-info-box{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 16px 44px rgba(15,23,42,.07);
}

.v29-info-box h3{
  margin-bottom:10px;
}

.v29-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}

.v29-step{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  padding:22px;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.v29-step b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff7e6;
  color:#9b6507;
  margin-bottom:14px;
}

@media(max-width:1020px){
  .v29-pricing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .v29-process{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .v29-pricing-grid,
  .v29-comparison,
  .v29-process{
    grid-template-columns:1fr;
  }

  .v29-price-card{
    min-height:auto;
    padding:24px;
  }

  .v29-price strong{
    font-size:36px;
  }
}
