/* ============================================================
   Pro ASIC Miner Repair LLC — pricing.css
   ============================================================ */

/* ============================================================
   57. TRANSPARENT FLEET PRICING
   ============================================================ */
.pricing {
  padding: var(--section-pad) 0;
  background: var(--navy);
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 52px 52px;
}
.pricing .section-header { text-align: center; }
.pricing h2 { color: var(--white); }
.pricing .section-eyebrow { color: rgba(33,150,243,0.75); }
.pricing .section-sub {
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.65;
  color: rgba(255,255,255,0.68);
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pricing .section-sub {
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: 100%;
  }
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.price-card { grid-column: span 2; }
.price-card--wide { grid-column: span 3; }

.price-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  box-shadow: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  container-type: inline-size;
}
.price-card:hover {
  border-color: rgba(80,140,255,0.45);
  box-shadow:
    0 0 0 1px rgba(80,140,255,0.18),
    0 12px 30px rgba(0,0,0,0.28);
  transform: translateY(-4px);
}

.price-card--popular {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

.price-card--wide {
  grid-column: span 3;
}

.pc-badge-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pc-badge {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
}
.pc-badge--pop {
  background: rgba(33,150,243,0.2);
  color: #90caf9;
  border: 1px solid rgba(33,150,243,0.3);
}
.pc-badge--save {
  background: rgba(22,163,74,0.15);
  color: #86efac;
  border: 1px solid rgba(22,163,74,0.25);
}
.pc-badge--info {
  background: rgba(33,150,243,0.1);
  color: rgba(144,202,249,0.82);
  border: 1px solid rgba(33,150,243,0.2);
}
.pc-badge--nofee {
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.58);
  border: 1px solid rgba(255,255,255,0.1);
}

.pc-brand {
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}

.pc-models {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.60);
  letter-spacing: 0.02em;
  margin-top: -0.6rem;
}

.pc-rates {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.pc-rate { display: flex; flex-direction: column; }

.pc-amount {
  font-family: 'Courier New', monospace;
  font-size: 1.55rem;
  font-weight: 800;
  color: #7ec8f8;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.pc-rate--main .pc-amount { font-size: 1.85rem; color: #fff; }

.pc-unit {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.60);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.pc-divider {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.38);
  align-self: center;
  font-style: italic;
}

.pc-includes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 0 0 auto;
}
.pc-includes li {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.35;
  padding-left: 1.1rem;
  position: relative;
}
.pc-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #64b5f6;
  font-size: 0.75rem;
}
.pc-includes em { font-style: italic; color: rgba(255,255,255,0.65); }

.pc-warranty {
  color: rgba(144,202,249,0.75) !important;
  font-weight: 600;
}
.pc-warranty-note {
  display: block;
  font-size: 0.62rem;
  font-weight: 400;
  color: rgba(255,255,255,0.52);
  line-height: 1.3;
  margin-top: 0.1rem;
  letter-spacing: 0.01em;
}

.pc-savings {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 0.85rem;
  background: rgba(22,163,74,0.08);
  border: 1px solid rgba(22,163,74,0.15);
  border-radius: var(--radius-sm);
}
.pc-savings-label { font-size: 0.67rem; color: rgba(255,255,255,0.58); }
.pc-savings-est { font-size: 0.67rem; color: rgba(255,255,255,0.52); }

.pc-rate--main + .pc-savings,
.price-card--popular .pc-savings { border-color: rgba(22,163,74,0.25); }

.price-card .btn-full {
  margin-top: auto;
  text-align: center;
  justify-content: center;
}

.pricing-disclaimer {
  max-width: 560px;
  margin: 1.5rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  opacity: 0.72;
}
.pd-primary {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.58);
  margin-bottom: 0.3rem;
  letter-spacing: 0.005em;
}
.pd-detail {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.pd-affirm {
  font-size: 0.73rem;
  font-weight: 500;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.01em;
}

.pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  color: rgba(255,255,255,0.65);
  font-size: 0.82rem;
  line-height: 1.5;
}
.pn-icon { font-size: 1rem; flex-shrink: 0; opacity: 0.6; }

@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card,
  .price-card--wide { grid-column: span 1; }
}
@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card,
  .price-card--wide { grid-column: span 1; }
}
@media (max-width: 400px) {
  .price-card { padding: 0.9rem; }
  .pc-rates { padding: 0.65rem 0; }
  .pc-amount { font-size: 1.4rem; }
  .pc-rate--main .pc-amount { font-size: 1.65rem; }
}


/* ============================================================
   62. PRICING — COOLING TYPE BADGES
   ============================================================ */
.pc-cooling {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: -0.35rem;
}

.pc-cool-badge {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 2px;
  line-height: 1.4;
  transition: box-shadow 0.2s ease;
}

.pc-cool-badge--air {
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.58);
  border: 1px solid rgba(255,255,255,0.1);
}
.pc-cool-badge--air:hover {
  box-shadow: 0 0 7px rgba(255,255,255,0.1);
}

.pc-cool-badge--hydro {
  background: rgba(33,150,243,0.15);
  color: #90caf9;
  border: 1px solid rgba(33,150,243,0.28);
}
.pc-cool-badge--hydro:hover {
  box-shadow: 0 0 7px rgba(33,150,243,0.22);
}

.pc-cool-badge--psu {
  background: rgba(21,101,192,0.16);
  color: rgba(100,181,246,0.68);
  border: 1px solid rgba(21,101,192,0.28);
}
.pc-cool-badge--psu:hover {
  box-shadow: 0 0 7px rgba(21,101,192,0.22);
}

.pc-cool-label {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.42);
  letter-spacing: 0.02em;
}

.pc-rate-from {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1;
  margin-bottom: 0.1rem;
}

.pc-diag-note {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.55;
  margin: 0.7rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}


/* ============================================================
   73. PRICING — SAVINGS INSIGHT PANEL
   ============================================================ */
.pc-body-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@container (min-width: 380px) {
  .pc-body-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1rem;
    align-items: start;
  }
}

.pc-savings-panel {
  background: rgba(3, 15, 32, 0.42);
  border-left: 3px solid rgba(33,150,243,0.55);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 0.7rem 0.75rem;
}

.pcsp-title {
  font-family: 'Courier New', monospace;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(33,150,243,0.6);
  margin-bottom: 0.42rem;
}

.pcsp-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.18rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.pcsp-row:last-child { border-bottom: none; }

.pcsp-row span {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.35;
  flex: 1;
}

.pcsp-row strong {
  font-family: 'Courier New', monospace;
  font-size: 0.64rem;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
  font-weight: 600;
  text-align: right;
}

.pcsp-highlight span {
  color: rgba(255,255,255,0.60);
  font-weight: 600;
}
.pcsp-highlight strong {
  color: rgba(33,150,243,0.88);
  font-size: 0.68rem;
}



/* ============================================================
   67. PRICING — ENTERPRISE OPERATIONS SUPPORT CARD
   ============================================================ */
.price-card--enterprise {
  grid-column: span 6;
  background: rgba(9,18,46,0.97);
  border: 1px solid rgba(94,53,177,0.28);
  box-shadow: 0 0 0 1px rgba(94,53,177,0.12), 0 0 48px rgba(94,53,177,0.08), inset 0 1px 0 rgba(94,53,177,0.1);
  position: relative;
  overflow: hidden;
}
.price-card--enterprise::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(94,53,177,0.07) 0%, transparent 52%);
  pointer-events: none;
}

/* inner layout */
.pce-inner {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.pce-left {
  flex: 0 0 272px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
}
.pce-divider-v {
  width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background: rgba(94,53,177,0.18);
}
.pce-right {
  flex: 1;
  min-width: 0;
}

/* sub description */
.pce-sub {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.60);
  line-height: 1.55;
  margin: 0;
}

/* custom pricing box */
.pce-pricing {
  border: 1px solid rgba(94,53,177,0.2);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  background: rgba(94,53,177,0.05);
}
.pce-price-tag {
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(209,196,233,0.88);
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.pce-factors {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.18rem 0.8rem;
}
.pce-factors li {
  font-size: 0.66rem;
  color: rgba(255,255,255,0.52);
  letter-spacing: 0.02em;
  padding-left: 0.65rem;
  position: relative;
}
.pce-factors li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: rgba(94,53,177,0.65);
  font-weight: 700;
}

/* enterprise badge */
.pc-badge--enterprise {
  background: rgba(94,53,177,0.18);
  color: rgba(206,147,216,0.85);
  border: 1px solid rgba(94,53,177,0.35);
}

/* services panel */
.pce-svc-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(94,53,177,0.7);
  margin-bottom: 0.65rem;
  font-family: 'Courier New', monospace;
}
.pce-services {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.38rem 1.5rem;
}
.pce-services li {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.65);
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.4;
}
.pce-services li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: rgba(94,53,177,0.75);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.4;
}

/* enterprise CTA button */
.btn-enterprise {
  background: rgba(94,53,177,0.18);
  color: rgba(206,147,216,0.9);
  border: 1px solid rgba(94,53,177,0.38);
  padding: 0.65rem 1.1rem;
  border-radius: var(--radius-sm);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn-enterprise:hover {
  background: rgba(94,53,177,0.3);
  border-color: rgba(94,53,177,0.58);
  box-shadow: 0 0 18px rgba(94,53,177,0.2);
  color: rgba(225,180,240,0.96);
}

/* Operations Value Panel */
.operations-value-panel {
  margin-top: 1rem;
  padding: 0.7rem 0.85rem;
  background: rgba(3, 8, 22, 0.55);
  border: 1px solid rgba(94,53,177,0.14);
  border-top: 2px solid rgba(94,53,177,0.32);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.ovp-title {
  font-family: 'Courier New', monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(94,53,177,0.72);
  margin-bottom: 0.55rem;
}

.ovp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem 0.7rem;
  margin-bottom: 0.55rem;
}

.ovp-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ovp-item strong {
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(206,147,216,0.72);
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.ovp-item span {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.45;
}

.ovp-focus {
  font-family: 'Courier New', monospace;
  font-size: 0.58rem;
  color: rgba(255,255,255,0.44);
  letter-spacing: 0.035em;
  border-top: 1px solid rgba(94,53,177,0.1);
  padding-top: 0.42rem;
}

/* responsive */
@media (max-width: 1100px) {
  .price-card--enterprise { grid-column: span 2; }
  .pce-inner { flex-direction: column; gap: 1.2rem; }
  .pce-divider-v { display: none; }
  .pce-left { flex: none; width: 100%; }
}
@media (max-width: 640px) {
  .price-card--enterprise { grid-column: span 1; }
  .pce-factors,
  .pce-services { grid-template-columns: 1fr; }
  .ovp-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Operations Card — compact 3-plan summary (fills right column)
   ============================================================ */
.ops-plan-mini {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(139, 92, 246, 0.28);
}

.ops-plan-mini-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(196, 181, 253, 0.92);
  margin-bottom: 0.75rem;
}

.ops-plan-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.ops-plan-mini-grid div {
  min-width: 0;
}

.ops-plan-mini-grid strong {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  margin-bottom: 0.25rem;
}

.ops-plan-mini-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .ops-plan-mini-grid {
    grid-template-columns: 1fr;
  }
}
