/* ============================================================
   POWER PACKS 2 GO — storefront layer
   Extends styles.css. Shop hero rules live here so shop pages
   do not load unused sponsor.css. No invented prices.
   ============================================================ */

.sp-hero {
  background:
    radial-gradient(120% 120% at 85% 0%, rgba(52,180,90,0.18), transparent 55%),
    radial-gradient(90% 90% at 10% 100%, rgba(246,164,29,0.14), transparent 55%),
    var(--pine);
  color: var(--white);
  padding: calc(var(--nav-h) + 28px) 0 36px;
}
.sp-hero .container { text-align: center; }
.sp-partner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  padding: 6px 16px 6px 8px;
  border: 1px solid var(--pine-edge);
  border-radius: 999px;
  background: rgba(11,31,23,0.35);
}
.sp-partner-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 120%;
  letter-spacing: 0.01em;
  font-size: 1.05rem;
}
.sp-hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-stretch: 120%;
  line-height: 1.05;
  font-size: clamp(1.85rem, 4.6vw, 3.2rem);
  margin: 0 auto 14px;
  max-width: 18ch;
}
.sp-hero .sp-sub {
  color: var(--mist);
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  line-height: 1.5;
  max-width: 68ch;
  margin: 0 auto;
}
.sp-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}
.sp-hero .btn-outline:hover {
  background: var(--white);
  color: var(--pine);
  border-color: var(--white);
}
.section-dark .hub-path {
  background: var(--white);
  color: var(--ink);
}
.section-dark .hub-path h3 { color: var(--ink); }
.kiosk-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.kiosk-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.kiosk-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
  min-height: 148px;
  flex-shrink: 0;
}
.kiosk-photo img {
  width: auto;
  max-width: 100%;
  height: 148px;
  max-height: 148px;
  object-fit: contain;
  padding: 10px;
}
.kiosk-card[data-sku="TT-5"] img {
  width: 50%;
  height: auto;
  max-height: 88px;
}
.kiosk-card figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 12px 12px;
}
.kiosk-card figcaption > span {
  min-height: calc(0.82rem * 1.4 * 2);
}
.card-note {
  margin: 6px 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
}
.card-open-box {
  font-weight: 700;
}
.price-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 6px;
  margin: 8px 0 10px;
  min-width: 0;
}
.price-option {
  min-width: 0;
  padding: 6px 6px 7px;
  border: 1.5px solid rgba(11, 31, 23, 0.14);
  border-radius: 8px;
}
.price-option .price {
  margin: 0;
}
.price-option-label {
  display: block;
  margin: 0 0 2px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--slate);
}
.kiosk-card .acquire-qty {
  gap: 6px;
  margin: 6px 0 8px;
}
.price-option .acquire-qty {
  margin: 4px 0 0;
  gap: 4px;
}
.kiosk-card .acquire-qty label {
  font-size: 0.66rem;
}
.kiosk-card .qty-step {
  min-width: 0;
}
.kiosk-card .qty-step button {
  width: 26px;
  height: 28px;
  font-size: 1rem;
  flex: 0 0 26px;
}
.kiosk-card .qty-step input {
  width: 34px;
  height: 28px;
  font-size: 0.85rem;
}
.price-option .qty-step {
  width: 100%;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.qty-input {
  width: 72px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 9px;
  border: 1.5px solid rgba(11, 31, 23, 0.18);
  background: var(--paper);
  color: var(--ink);
}

.nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1.5px solid rgba(11, 31, 23, 0.25);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}
.nav-cart:hover { border-color: var(--green); color: var(--ink); }
.nav-cart svg { width: 18px; height: 18px; }
.nav-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--amber);
  color: var(--pine);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}
.nav-cart-count[hidden] { display: none; }

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 0 22px;
  font-size: 0.86rem;
  color: var(--mist);
}
.crumbs a { color: var(--green); text-decoration: none; }
.crumbs a:hover { color: var(--white); }
.crumbs span[aria-current="page"] { color: var(--white); }

.acquire-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: start;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px;
}
.acquire-panel h2 { max-width: 18ch; }
.rate-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--tint);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.rate-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}
.acquire-form {
  background: var(--pine);
  color: var(--white);
  border-radius: var(--radius);
  padding: 28px;
}
.acquire-form h3 {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-weight: 800;
  margin: 0 0 8px;
  font-size: 1.35rem;
}
.acquire-form p { color: var(--mist); margin: 0 0 18px; font-size: 0.95rem; }
.acquire-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.acquire-qty label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mist);
}
.qty-step {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--pine-edge);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(11, 31, 23, 0.45);
}
.qty-step button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
}
.qty-step input {
  width: 52px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}
.acquire-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acquire-actions .btn { width: 100%; }
.acquire-meta {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--pine-edge);
  font-size: 0.88rem;
  color: var(--mist);
}
.acquire-meta dt {
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  margin: 10px 0 2px;
}
.acquire-meta dd { margin: 0; }
.acquire-toast {
  margin-top: 12px;
  min-height: 1.3em;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--green);
}

.hub-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.hub-path {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.hub-path h3 {
  font-family: var(--font-display);
  font-stretch: 118%;
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.hub-path p { margin: 0 0 14px; color: var(--slate); font-size: 0.95rem; }
.hub-path .btn { width: 100%; }
.kiosk-card .kiosk-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.kiosk-card .kiosk-actions .btn { width: 100%; padding: 8px 12px; font-size: 0.84rem; }
.kiosk-card .acquire-toast { min-height: 0; margin-top: 4px; font-size: 0.8rem; }
body[data-shop-page="catalog"] .section { padding: 28px 0 56px; }
.kiosk-card .rate-chip { margin: 10px 0 0; }

.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th,
.cart-table td {
  text-align: left;
  padding: 16px 10px;
  border-bottom: 1px solid rgba(11, 31, 23, 0.12);
  vertical-align: middle;
}
.cart-table th {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--slate);
}
.cart-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cart-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: var(--white);
  border-radius: 10px;
}
.cart-item strong { display: block; }
.cart-item span { color: var(--slate); font-size: 0.9rem; }
.cart-empty,
.cart-loading,
.cart-error {
  text-align: center;
  padding: 48px 16px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.cart-summary {
  margin-top: 28px;
  background: var(--pine);
  color: var(--white);
  border-radius: var(--radius);
  padding: 28px;
}
.cart-summary h2 { color: var(--white); max-width: none; }
.cart-summary p { color: var(--mist); }
.cart-summary .hero-ctas { justify-content: flex-start; margin-top: 18px; }
.line-rate { font-weight: 700; color: var(--ink); }
.line-rate em { font-style: normal; color: var(--slate); font-weight: 600; }

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
}
.quote-aside {
  background: var(--tint);
  border-radius: var(--radius);
  padding: 28px;
}
.sku-picks { display: grid; gap: 12px; }
.sku-pick {
  display: grid;
  grid-template-columns: 56px 1fr 88px;
  gap: 12px;
  align-items: center;
  background: var(--white);
  border-radius: 12px;
  padding: 10px;
}
.sku-pick img { width: 56px; height: 56px; object-fit: contain; }
.contact-form.shop-form { box-shadow: var(--shadow); }

.notice-banner {
  background: var(--tint);
  border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 14px 18px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 0.95rem;
}

.kiosk-card .price-live,
.price-live {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-weight: 900;
  font-size: 1.45rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.price-option .price-live {
  font-size: 1.2rem;
}
.kiosk-card .price-empty,
.price-empty {
  font-family: var(--font-display);
  font-stretch: 115%;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--slate);
}
.inventory-empty {
  background: var(--tint);
  border-left: 4px solid #C0392B;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 18px;
  margin: 16px 0 0;
}
.inventory-empty p { margin: 0; color: var(--ink); }
[data-buy] .acquire-form .btn:disabled,
[data-buy] [aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}
#dropin-container,
.pay-note {
  min-height: 0;
  margin: 0 0 18px;
  background: var(--paper);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--slate);
  font-weight: 600;
}
.checkout-total { font-size: 1.15rem; margin-top: 12px; }
.stock-line { color: var(--slate); font-weight: 600; margin: 0 0 12px; }

.holding-flag {
  display: inline-block;
  margin: 8px 0 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--amber, #f5b942);
  color: var(--pine, #0b1f17);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.holding-banner {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--tint, #e7f2ea);
  color: var(--ink, #0b1f17);
  font-weight: 700;
}
.bilingual-value {
  display: grid;
  gap: 8px;
  margin: 18px 0 28px;
  font-size: 1.15rem;
  font-weight: 700;
}
.bilingual-value span {
  display: block;
}
.vs-grid, .fee-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fee-board { margin-top: 18px; }
.vs-card, .fee-board article {
  background: var(--white);
  color: var(--ink);
  border-radius: 16px;
  padding: 22px;
}
.vs-win { outline: 3px solid var(--amber, #f5b942); }
.section-dark .vs-card h3,
.section-dark .fee-board h3 { color: var(--ink); }
.fee-board h3 {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-size: 1.8rem;
  margin: 0 0 8px;
}
.income-calc {
  margin: 0 0 28px;
  background: var(--white);
  color: var(--ink);
  border-radius: 16px;
  padding: 22px;
}
.income-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 12px;
}
.income-head-copy { min-width: 0; flex: 1; }
.calc-machines {
  display: grid;
  gap: 0;
  margin: 10px 0;
}
.calc-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  min-height: 48px;
  border-bottom: 1px solid var(--line, #d5e0d8);
}
.calc-machine {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 8px;
  row-gap: 0;
  flex: 0 1 250px;
  min-width: 0;
}
.calc-machine strong {
  font-size: 0.92rem;
  line-height: 1.2;
}
.calc-price, .calc-fee {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--slate);
}
.calc-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
  flex: 0 0 40px;
  background: var(--paper, #f7f4ee);
  border-radius: 8px;
}
.calc-photo img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  padding: 2px;
}
.calc-blurb {
  flex: 1 1 140px;
  min-width: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.3;
  color: var(--slate);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calc-blurb .card-note {
  display: none;
}
.calc-units {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 700;
  font-size: 0.72rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
.calc-units .income-field-name {
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}
.calc-units .qty-step {
  background: #e7ece8;
  border-color: rgba(11, 31, 23, 0.18);
}
.calc-units .qty-step button,
.calc-units .qty-step input {
  width: 28px;
  height: 28px;
  color: var(--ink);
  font-size: 0.95rem;
}
.calc-units .qty-step input {
  width: 36px;
}
.calc-shared {
  grid-template-columns: repeat(3, 1fr);
}
.calc-result-label {
  margin: 0 0 6px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.income-breakdown {
  display: none;
}
.income-result-compact .income-kept {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.05;
}
.spend-result {
  margin: 0;
  padding: 10px 14px 8px;
  border: 1.5px solid rgba(11, 31, 23, 0.12);
  border-radius: 12px;
  background: var(--paper, #f7f4ee);
  min-width: 196px;
  max-width: 280px;
  text-align: right;
  flex: 0 0 auto;
}
.spend-total {
  margin: 0;
  font-family: var(--font-display);
  font-stretch: 120%;
  font-size: 1.15rem;
  color: var(--pine, #0b1f17);
}
#inc-gate {
  margin: 8px 0 0;
  font-weight: 700;
}
.calc-cart {
  margin-top: 18px;
}
.section-dark .income-head h3,
.income-head h3 {
  font-family: var(--font-display);
  font-stretch: 120%;
  font-size: 1.8rem;
  margin: 0 0 6px;
  color: var(--ink);
}
.income-head p { margin: 0; }
.income-example {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--amber, #f5b942);
  color: var(--pine, #0b1f17);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.income-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 4px;
}
.income-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 700;
  font-size: 0.92rem;
}
.income-grid label span.income-hint {
  min-height: 2.4em;
  font-weight: 500;
  color: var(--slate);
  font-size: 0.82rem;
}
.income-grid input {
  width: 100%;
  font: inherit;
  font-size: 1.15rem;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line, #d5e0d8);
  background: var(--paper, #f7f4ee);
  color: var(--ink);
}
.income-formula {
  margin: 16px 0 8px;
  color: var(--slate);
  font-size: 0.95rem;
}
.income-result { margin-top: 8px; }
.income-kept {
  margin: 0;
  font-family: var(--font-display);
  font-stretch: 120%;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.95;
  color: var(--pine, #0b1f17);
}
.income-kept small {
  font-size: 0.38em;
  font-stretch: 100%;
  letter-spacing: 0;
}
.income-keep, .income-span, .income-bits {
  margin: 6px 0 0;
  color: var(--slate);
}
.income-star {
  font-weight: 700;
  color: var(--pine, #0b1f17);
}
.income-grid .income-star {
  display: inline;
  margin-left: 2px;
  min-height: 0;
  font-weight: 700;
  color: inherit;
}
.income-kept .income-star {
  font-size: 0.42em;
  vertical-align: super;
  margin-left: 2px;
}
.income-disclaimer {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 0.88rem;
  line-height: 1.45;
}
@media (max-width: 800px) {
  .income-grid { grid-template-columns: 1fr 1fr; }
  .calc-shared { grid-template-columns: 1fr; }
  .calc-machine { flex: 1 1 160px; }
}
@media (max-width: 560px) {
  .income-grid { grid-template-columns: 1fr; }
  .income-grid .income-hint { min-height: 0; }
  .price-options { grid-template-columns: 1fr; }
  .income-head { flex-direction: column; }
  .spend-result { max-width: none; width: 100%; text-align: left; }
  .calc-blurb { display: none; }
}

.package-math {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.fulfill-choice {
  border: 1.5px solid rgba(11, 31, 23, 0.18);
  border-radius: 12px;
  padding: 14px 16px 8px;
  margin: 0 0 16px;
}
.fulfill-choice legend {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--slate);
  padding: 0 6px;
}
.fulfill-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}
.fulfill-option input {
  margin-top: 3px;
}
#ship-fields[hidden] { display: none; }
.doc-review {
  margin: 8px 0 18px;
}
.doc-review h2,
.ach-placeholder h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}
.doc-review h3 {
  margin: 12px 0 8px;
  font-size: 1rem;
}
.legal-scroll {
  max-height: 220px;
  overflow: auto;
  padding: 12px 14px;
  border: 1.5px solid rgba(11, 31, 23, 0.14);
  border-radius: 12px;
  background: var(--paper, #f7f4ee);
  font-size: 0.86rem;
  line-height: 1.45;
}
.legal-scroll h1 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}
.legal-scroll h2 {
  font-size: 0.92rem;
  margin: 14px 0 6px;
}
.legal-scroll p { margin: 0 0 8px; }
.review-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 12px 0 0;
  font-weight: 600;
}
.ach-placeholder[hidden] { display: none; }
.sign-status {
  margin: 0 0 10px;
  font-size: 0.88rem;
  color: var(--slate);
}
@media (max-width: 800px) {
  .vs-grid, .fee-board { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .acquire-panel,
  .quote-layout,
  .hub-paths { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .kiosk-cards { grid-template-columns: 1fr; }
  .cart-item { align-items: flex-start; }
}
