/* pricing.css — Pricing page styles */

.page-hero { background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%); padding: 60px 0 52px; position: relative; overflow: hidden; text-align: center; }
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.page-hero-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px; display: block; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: var(--white); margin-bottom: 14px; line-height: 1.15; }
.page-hero p { font-size: 1.03rem; color: rgba(255,255,255,0.68); max-width: 530px; margin: 0 auto 28px; line-height: 1.65; }
.hero-badges { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.13); border-radius: 50px; padding: 8px 18px; font-size: 0.83rem; font-weight: 600; color: rgba(255,255,255,0.82); }
.hero-badge svg { color: var(--gold-light); }

.pricing-section { padding: 72px 0 80px; background: var(--offwhite); }
.pricing-intro { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 22px 26px; margin-bottom: 28px; display: flex; align-items: flex-start; gap: 14px; }
.pi-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.pi-body h3 { font-size: 1.0rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.pi-body p { font-size: 0.9rem; color: var(--text-light); line-height: 1.65; margin: 0; }

.price-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-bottom: 24px; }
.price-card-head { background: var(--navy); padding: 18px 26px; display: flex; align-items: center; gap: 14px; }
.pc-emoji { font-size: 1.4rem; flex-shrink: 0; }
.price-card-head h2 { font-size: 1.05rem; font-weight: 800; color: var(--white); }
.price-card-head p { font-size: 0.82rem; color: rgba(255,255,255,0.52); margin-top: 3px; }
.price-card-body { padding: 6px 26px 22px; }

.pr { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--light-grey); }
.pr:last-child { border-bottom: none; }
.pr-label { font-size: 0.93rem; color: var(--text); font-weight: 500; flex: 1; }
.pr-label small { display: block; font-size: 0.78rem; color: var(--mid-grey); font-weight: 400; margin-top: 2px; }
.pr-price { font-size: 1.02rem; font-weight: 800; color: var(--navy); white-space: nowrap; }
.pr-price.big { font-size: 1.1rem; color: var(--gold); }

.job-times { background: var(--offwhite); border-radius: 8px; padding: 14px 16px; margin-top: 14px; }
.jt-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid-grey); margin-bottom: 10px; }
.jt-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.87rem; padding: 5px 0; border-bottom: 1px solid var(--border); }
.jt-row:last-child { border-bottom: none; }
.jt-label { color: var(--text-light); }
.jt-val { font-weight: 700; color: var(--navy); }

.lockout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 6px 0 4px; }
.lband { background: var(--offwhite); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; }
.lband-dot { width: 9px; height: 9px; border-radius: 50%; margin-bottom: 10px; }
.dot-day { background: #16a34a; }
.dot-eve { background: var(--gold); }
.dot-night { background: #dc2626; }
.lband-hours { font-size: 0.8rem; font-weight: 700; color: var(--mid-grey); margin-bottom: 6px; }
.lband-price { font-size: 1.4rem; font-weight: 800; color: var(--navy); margin-bottom: 3px; }
.lband-note { font-size: 0.76rem; color: var(--mid-grey); margin-bottom: 8px; }
.lband-extra { font-size: 0.81rem; color: var(--text-light); }
.lband-extra strong { color: var(--navy); }
.lockout-includes { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--light-grey); }
.li-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 0.82rem; font-weight: 600; color: var(--text-light); }
.li-tag svg { color: #16a34a; }

.bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.example-card { background: var(--white); border: 2px solid var(--gold); border-radius: 14px; overflow: hidden; }
.example-head { background: linear-gradient(135deg, var(--navy-dark), var(--navy)); padding: 18px 26px; display: flex; align-items: center; gap: 12px; }
.example-head h2 { font-size: 1.05rem; font-weight: 800; color: var(--white); }
.example-head p { font-size: 0.82rem; color: rgba(255,255,255,0.52); margin-top: 3px; }
.example-body { padding: 20px 26px; }
.er { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--light-grey); font-size: 0.92rem; gap: 12px; }
.er:last-of-type { border-bottom: none; }
.er-label { color: var(--text-light); }
.er-price { font-weight: 700; color: var(--navy); }
.example-total { background: var(--navy); border-radius: 8px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.et-label { font-size: 0.88rem; font-weight: 700; color: rgba(255,255,255,0.65); }
.et-price { font-size: 1.45rem; font-weight: 800; color: var(--gold-light); }

.important-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.important-head { background: #7c2d12; padding: 18px 26px; display: flex; align-items: center; gap: 10px; }
.imp-row { display: flex; align-items: flex-start; gap: 12px; padding: 11px 22px; border-bottom: 1px solid var(--light-grey); font-size: 0.91rem; color: var(--text-light); line-height: 1.55; }
.imp-row:last-child { border-bottom: none; }
.imp-row svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }

.quote-nudge { background: var(--navy); border-radius: 12px; padding: 26px 24px; margin-top: 20px; text-align: center; }
.qn-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px; }
.qn-phone { display: block; font-size: 1.4rem; font-weight: 800; color: var(--gold-light); text-decoration: none; margin: 8px 0 14px; }
.qn-phone:hover { color: white; }

@media (max-width: 820px) {
  .lockout-grid { grid-template-columns: 1fr; }
  .bottom-grid { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  .price-card-body { padding: 4px 16px 18px; }
  .price-card-head { padding: 16px 18px; }
  .example-body { padding: 16px 18px; }
  .example-head { padding: 16px 18px; }
  .imp-row { padding: 10px 18px; }
  .quote-nudge { padding: 20px 18px; }
}
