/* Lunsad Digital Pricing and Inquiry Enhancements */
.pricing-hero h1,
.page-hero h1{
  letter-spacing: -0.03em;
}

.enhanced-pricing .price-grid{
  align-items: stretch;
}

.elegant-price{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,61,165,.10);
  background:
    radial-gradient(circle at top right, rgba(255,199,44,.22), transparent 28%),
    radial-gradient(circle at bottom left, rgba(0,166,81,.14), transparent 30%),
    rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0,61,165,.10);
  transition: transform .3s ease, box-shadow .3s ease;
}

.elegant-price:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0,61,165,.16);
}

.elegant-price::before{
  content: "";
  position: absolute;
  inset: 0;
  height: 7px;
  background: linear-gradient(90deg,#003DA5,#00A651,#FFC72C);
}

.elegant-price .price-topline{
  display: inline-flex;
  margin-bottom: 10px;
  color: #00A651;
  font-weight: 800;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.elegant-price h3{
  color: #003DA5;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.elegant-price .amount{
  color: #003DA5;
  text-shadow: 0 8px 22px rgba(0,61,165,.10);
}

.elegant-price ul li{
  padding: 9px 0;
  border-bottom: 1px dashed rgba(0,61,165,.10);
}

.pricing-note{
  border: 1px solid rgba(0,61,165,.12);
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,250,255,.92));
}

.enhanced-summary,
.inquiry-table-form{
  border: 1px solid rgba(0,61,165,.12);
  background:
    radial-gradient(circle at top right, rgba(255,199,44,.16), transparent 30%),
    rgba(255,255,255,.94);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0,61,165,.10);
}

.responsive-table{
  width: 100%;
  overflow-x: auto;
}

.pricing-summary-table,
.form-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,61,165,.08);
}

.pricing-summary-table th,
.pricing-summary-table td,
.form-table th,
.form-table td{
  padding: 16px;
  border-bottom: 1px solid rgba(0,61,165,.08);
  text-align: left;
  vertical-align: top;
}

.pricing-summary-table th,
.form-table th{
  color: #003DA5;
  background: rgba(0,61,165,.05);
  font-weight: 800;
}

.form-table th{
  width: 32%;
}

.form-table label span{
  color: #d62828;
}

.form-table input,
.form-table select,
.form-table textarea{
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(0,61,165,.16);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  outline: none;
  background: rgba(255,255,255,.92);
  transition: border .25s ease, box-shadow .25s ease;
}

.form-table textarea{
  min-height: 130px;
  resize: vertical;
}

.form-table input:focus,
.form-table select:focus,
.form-table textarea:focus{
  border-color: #00A651;
  box-shadow: 0 0 0 4px rgba(0,166,81,.12);
}

.submit-wide{
  width: 100%;
  margin-top: 18px;
  justify-content: center;
  font-size: 1.05rem;
}

.success-notice{
  grid-column: 1 / -1;
  padding: 18px 22px;
  border-radius: 18px;
  color: #075e2f;
  background: rgba(0,166,81,.13);
  border: 1px solid rgba(0,166,81,.25);
  font-weight: 700;
}

@media(max-width: 768px){
  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td{
    display: block;
    width: 100%;
  }

  .form-table th{
    border-bottom: 0;
    padding-bottom: 6px;
  }

  .form-table td{
    padding-top: 6px;
  }
}
