/* ================================================================
   ICE PARTNERS — Landing page — v11 (dark model cards, restored)
   Dark hero (2-col) + white body.
   ================================================================ */

:root {
  --accent: #004aad;
  --accent-mid: #1260c4;
  --accent-light: #3a7fd4;
  --accent-dim: rgba(0,74,173,.3);
  --accent-soft: rgba(0,74,173,.06);
  --red: #25D366;
  --line: #dde4f0;
  --ink: #0d1c2e;
  --ink-soft: #3a4a5c;
  --gutter: max(5%, 18px);
}

.pt-body { background: #fff; overflow-x: hidden; }
.pt-body section { padding: 45px var(--gutter); }
.pt-body .inner { max-width: 900px; margin: 0 auto; }

.pt-light { background: #f8f9fc; }
.pt-eyebrow {
  font-size: 10.5px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.pt-sec-title { font-weight: 800; font-size: clamp(19px, 2.7vw, 29px); color: var(--ink); margin-bottom: 6px; line-height: 1.2; }
.pt-sec-sub { font-size: 13px; color: var(--ink-soft); margin-bottom: 25px; max-width: 560px; line-height: 1.7; }

/* ---------- HERO ---------- */
.pt-hero { min-height: 100svh; display: flex; align-items: center; padding-top: calc(var(--nh) + 55px) !important; padding-bottom: 40px; box-sizing: border-box; }
.pt-hero .inner { max-width: 1050px; }
.pt-hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center;
  position: relative; z-index: 1;
}
.pt-hero .pt-eyebrow { color: var(--accent-light); }
.pt-hero h1 { font-weight: 800; font-size: clamp(24px, 4vw, 40px); line-height: 1.15; color: #fff; margin-bottom: 18px; letter-spacing: -.5px; }
.pt-h1-white { color: #fff; }
.pt-h1-red { color: var(--red); }
.pt-hero-sub { font-size: 13.5px; line-height: 1.75; color: #fff; max-width: 500px; margin-bottom: 22px; }
.pt-hero-stats { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 25px; }
.pt-stat-chip {
  background: var(--dark2); border: 1px solid rgba(255,255,255,.1); border-radius: 6px;
  padding: 9px 13px; font-size: 11px; font-weight: 600; color: #fff;
}
.pt-stat-chip b { color: var(--accent-light); font-size: 13.5px; display: block; margin-bottom: 2px; }
.pt-cta-row { display: flex; flex-wrap: wrap; gap: 11px; }
.pt-btn-gold {
  background: var(--accent); color: #fff !important; font-weight: 800; font-size: 12px;
  padding: 12px 24px; border-radius: 6px; text-decoration: none; display: inline-block;
  transition: background .2s, transform .15s, box-shadow .15s;
}
.pt-btn-gold:hover { background: var(--accent-mid); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,74,173,.4); }
.pt-btn-ghost {
  border: 1.5px solid rgba(255,255,255,.3); color: #fff !important; font-weight: 700; font-size: 12px;
  padding: 12px 24px; border-radius: 6px; text-decoration: none; display: inline-block; transition: border-color .15s, color .15s;
}
.pt-btn-ghost:hover { border-color: var(--accent-light); color: var(--accent-light) !important; }
.pt-light .pt-btn-ghost { border-color: var(--line); color: var(--accent) !important; }
.pt-light .pt-btn-ghost:hover { border-color: var(--accent); }

.pt-hero-right { display: flex; justify-content: center; align-items: center; }
.pt-hero-vid {
  width: 100%; max-width: 468px; aspect-ratio: 16 / 9; position: relative;
  border-radius: 8px; overflow: hidden; background: #000; cursor: pointer;
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}
.pt-hero-vid img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.pt-hero-vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.pt-hero-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: none; border: none; cursor: pointer; padding: 0; transition: transform .2s;
}
.pt-hero-play:hover { transform: translate(-50%, -50%) scale(1.1); }
.pt-hero-play svg { width: 54px; height: 39px; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,.5)); }

@media (min-width: 1024px) {
  .pt-hero-grid { grid-template-columns: 1.05fr .95fr; gap: 39px; }
  .pt-hero-right { justify-content: flex-end; }
  .pt-hero-vid { max-width: 100%; }
}

/* ---------- MODELS (illustrated dark cards) ---------- */
.pt-model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.pt-model-card { background: #05101e; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 40px rgba(13,28,46,.25); display: flex; flex-direction: column; height: auto; }
.pt-model-illus { width: 100%; aspect-ratio: 16/9; display: block; flex-shrink: 0; }
.pt-model-illus svg { width: 100%; height: 100%; display: block; }
.pt-model-card-inner { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.pt-model-tag { font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #3a7fd4; margin-bottom: 6px; }
.pt-model-name { font-size: 19px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.pt-model-desc { font-size: 12.5px; color: #fff; line-height: 1.7; margin-bottom: 18px; }
.pt-model-earn { border-left: 3px solid #3a7fd4; padding-left: 14px; margin-top: auto; margin-bottom: 20px; }
.pt-model-earn .lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.pt-model-earn .amt { font-size: 16px; font-weight: 800; color: #fff; }
.pt-model-apply { display: block; text-align: center; background: var(--accent); color: #fff !important; font-size: 13px; font-weight: 700; padding: 13px; border-radius: 8px; text-decoration: none; transition: background .2s; }
.pt-model-apply:hover { background: var(--accent-mid); }

/* ---------- CALCULATOR ---------- */
.pt-calc-box {
  background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 29px; max-width: 585px;
  box-shadow: 0 4px 14px rgba(13,28,46,.05);
}
.pt-calc-label { font-size: 11px; font-weight: 700; color: var(--ink); margin-bottom: 6px; display: block; }
.pt-calc-select {
  background: #fff; border: 1.5px solid var(--line); color: var(--ink);
  padding: 10px 12px; border-radius: 6px; font-size: 12px; width: 100%; margin-bottom: 16px;
  font-family: inherit; appearance: auto; outline: none;
}
.pt-calc-select:focus { border-color: var(--accent); }
.pt-calc-range { width: 100%; accent-color: var(--accent); margin: 5px 0 16px; }
.pt-calc-result { background: var(--accent-soft); border: 1px solid var(--accent-dim); border-radius: 10px; padding: 18px 21px; margin-top: 5px; }
.pt-calc-result .lbl { font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: var(--accent); margin-bottom: 3px; }
.pt-calc-result .num { font-size: 30px; font-weight: 800; color: var(--accent); line-height: 1.2; }
.pt-calc-result .per { font-size: 12px; color: var(--ink); margin-top: 4px; }
.pt-calc-note { font-size: 10.5px; color: var(--ink-soft); margin-top: 12px; line-height: 1.6; }

/* ---------- TRUST ---------- */
.pt-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pt-trust-item {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 19px 18px;
  box-shadow: 0 4px 14px rgba(13,28,46,.05);
}
.pt-trust-item b { display: block; font-size: 17px; font-weight: 800; color: var(--accent); margin-bottom: 5px; }
.pt-trust-item span { font-size: 11.5px; color: var(--ink-soft); line-height: 1.55; display: block; }

/* ---------- CONSTITUTION STRIP ---------- */
.pt-const-section { background: #fff; }
.pt-const-strip {
  background: var(--dark); border: 1px solid rgba(0,74,173,.35); border-radius: 13px;
  padding: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 21px; justify-content: space-between;
  position: relative; overflow: hidden;
}
.pt-const-strip::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0,74,173,.18) 1px, transparent 1px);
  background-size: 32px 32px; pointer-events: none;
}
.pt-const-strip-text { flex: 1; min-width: 220px; position: relative; z-index: 1; }
.pt-const-strip .pt-eyebrow { color: var(--accent-light); }
.pt-const-strip-title { font-weight: 800; font-size: clamp(16px, 2.2vw, 21px); color: #fff; margin-bottom: 8px; }
.pt-const-strip-desc { font-size: 12px; color: #fff; line-height: 1.7; }
.pt-const-strip-desc b { color: var(--accent-light); }
.pt-const-strip .pt-btn-gold { position: relative; z-index: 1; }

/* ---------- STEPS ---------- */
.pt-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pt-step {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px;
  box-shadow: 0 4px 14px rgba(13,28,46,.05);
}
.pt-step-num { font-size: 11px; font-weight: 800; color: var(--accent); letter-spacing: 1.3px; margin-bottom: 8px; }
.pt-step-title { font-weight: 800; font-size: 15.5px; color: var(--ink); margin-bottom: 8px; }
.pt-step-desc { font-size: 12px; color: var(--ink-soft); line-height: 1.7; }

/* ---------- FINAL CTA ---------- */
.pt-final .pt-eyebrow { color: var(--accent-light); }
.pt-final-title { font-weight: 800; font-size: clamp(19px, 2.7vw, 30px); color: #fff; margin-bottom: 12px; line-height: 1.25; }
.pt-final-title span { color: var(--accent-light); }
.pt-final-sub { font-size: 13px; color: #fff; margin-bottom: 22px; max-width: 500px; line-height: 1.7; }

@media (max-width: 800px) {
  .pt-model-grid, .pt-steps { grid-template-columns: 1fr; }
  .pt-trust-grid { grid-template-columns: 1fr 1fr; }
  .pt-calc-box { padding: 20px 16px; }
  .pt-calc-result .num { font-size: 24px; }
  .pt-const-strip { padding: 21px 18px; }
  .pt-hero h1 { font-size: clamp(29px, 4.8vw, 40px); }
}
@media (max-width: 480px) {
  .pt-trust-grid { grid-template-columns: 1fr; }
  .pt-hero-stats { gap: 8px; }
  .pt-stat-chip { padding: 8px 12px; font-size: 10.5px; }
  .pt-stat-chip b { font-size: 12px; }
}

@media (max-width: 1023px) {
  .pt-hero-right { order: -1; }
  .pt-hero-left { order: 2; }
}

.pt-hero-points { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.pt-hero-points li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #fff; line-height: 1.5; }
.pt-hero-point-icon { width: 18px; height: 18px; flex-shrink: 0; }

.pt-sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 250;
  background: var(--dark2); border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 -4px 18px rgba(0,0,0,.3);
  transform: translateY(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.pt-sticky-bar.pt-sticky-visible { transform: translateY(0); }
.pt-sticky-inner {
  max-width: 1050px; margin: 0 auto; height: var(--nh);
  display: flex; align-items: center; gap: 8px; padding: 0 18px; box-sizing: border-box;
}
.pt-sticky-bar a {
  display: flex; align-items: center; justify-content: center;
  height: 36px; padding: 0 14px; border-radius: 6px;
  font-size: 12px; font-weight: 700; text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pt-sticky-become { background: var(--accent); color: #fff !important; flex: 1 1 auto; min-width: 0; }
.pt-sticky-const { border: 1.3px solid rgba(255,255,255,.3); color: #fff !important; flex: 1 1 auto; min-width: 0; }
.pt-sticky-signin { color: rgba(255,255,255,.6) !important; font-weight: 600; flex: 0 0 auto; padding: 0 10px; }

@media (max-width: 480px) {
  .pt-sticky-bar a { font-size: 10.5px; height: 32px; padding: 0 10px; }
  .pt-sticky-inner { padding: 0 14px; gap: 6px; }
  .pt-sticky-signin { padding: 0 8px; }
}

.pt-h1-arrow { height: 0.85em; width: auto; aspect-ratio: 20 / 34; flex-shrink: 0; }

.pt-hero-lead-line { font-size: 13.5px; line-height: 1.75; color: #fff; max-width: 500px; margin: 0 0 22px; opacity: .92; }

@media (min-width: 1024px) {
  .pt-model-grid { max-width: 620px; margin: 0 auto; }
}

.pt-model-illus img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── MODEL CARD ANIMATIONS (matches store.css category card system) ── */
.pt-model-card { transform-style: preserve-3d; will-change: transform; transition: border-color .3s ease, box-shadow .3s ease; }
.pt-model-illus { position: relative; overflow: hidden; }
.pt-model-illus::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.25) 50%, transparent 100%);
  transform: skewX(-18deg); z-index: 3; pointer-events: none;
  animation: ptShimmerSweep 3.5s ease infinite;
}
.pt-model-illus img { transition: transform .45s ease; }
.pt-model-card:hover { border-color: rgba(0,74,173,.65); box-shadow: 0 0 0 1px rgba(0,74,173,.3), 0 0 24px rgba(0,74,173,.25), 0 24px 56px rgba(0,0,0,.5); }
.pt-model-card:hover .pt-model-apply { background: var(--accent-mid); }
@keyframes ptShimmerSweep { 0%{ left: -100%; } 100%{ left: 160%; } }
.pt-model-card:nth-child(1) .pt-model-illus::before { animation-delay: 0s; }
.pt-model-card:nth-child(2) .pt-model-illus::before { animation-delay: 0.7s; }

/* ── RESELLER CARD: green treatment ── */
.pt-model-card:nth-child(2) { background: linear-gradient(160deg, #0a3d24 0%, #05101e 78%); }
.pt-model-card:nth-child(2) .pt-model-tag { color: #4ade80 !important; }
.pt-model-card:nth-child(2) .pt-model-earn { border-left-color: #25D366; }
.pt-model-card:nth-child(2) .pt-model-apply { background: #25D366; }
.pt-model-card:nth-child(2) .pt-model-apply:hover { background: #1EB358; }
.pt-model-card:nth-child(2):hover { border-color: rgba(37,211,102,.65); box-shadow: 0 0 0 1px rgba(37,211,102,.3), 0 0 24px rgba(37,211,102,.25), 0 24px 56px rgba(0,0,0,.5); }

/* ── REFERRAL CARD -- BLUE GRADIENT (matches green card treatment) ── */
.pt-model-card:nth-child(1) { background: linear-gradient(160deg, #0a2a63 0%, #05101e 78%); }

/* ── APPLY BUTTON SHIMMER (same sweep system as card image) ── */
.pt-model-apply { position: relative; overflow: hidden; }
.pt-model-apply::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.35) 50%, transparent 100%);
  transform: skewX(-18deg); z-index: 1; pointer-events: none;
  animation: ptShimmerSweep 3.5s ease infinite;
}
.pt-model-card:nth-child(1) .pt-model-apply::before { animation-delay: 1.4s; }
.pt-model-card:nth-child(2) .pt-model-apply::before { animation-delay: 2.1s; }

/* ── HERO VIDEO SHIMMER (same sweep system as model cards) ── */
.pt-hero-vid::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 40%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.2) 50%, transparent 100%);
  transform: skewX(-18deg); z-index: 3; pointer-events: none;
  animation: ptShimmerSweep 5s ease infinite; animation-delay: 2s;
}

/* ── DESKTOP: collapse description, reveal full text on card hover ── */
@media (min-width: 1024px) {
  .pt-model-desc {
    max-height: 82px; overflow: hidden; transition: max-height .45s ease;
    mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
  }
  .pt-model-card:hover .pt-model-desc {
    max-height: 500px;
    mask-image: none; -webkit-mask-image: none;
  }
}

.pt-model-earn-sub { font-size: 11px; color: rgba(255,255,255,.6); margin-top: 6px; font-weight: 600; }

/* ── CALCULATOR REDESIGN — dark card matching model cards ── */
.calc-card { background: #05101e; border-radius: 20px; padding: 30px; position: relative; overflow: hidden; box-shadow: 0 16px 40px rgba(13,28,46,.25); max-width: 620px; margin: 0 auto; }
.calc-card::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(0,74,173,.18) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; }
.calc-inner { position: relative; z-index: 1; }

.toggle-row { display: flex; gap: 8px; background: rgba(255,255,255,.06); border-radius: 10px; padding: 5px; margin-bottom: 22px; }
.toggle-btn { flex: 1; text-align: center; padding: 11px; border-radius: 7px; font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.55); cursor: pointer; transition: .2s; }
.toggle-btn.active-blue { background: linear-gradient(135deg, #004aad, #1260c4); color: #fff; box-shadow: 0 4px 14px rgba(0,74,173,.4); }
.toggle-btn.active-green { background: #25D366; color: #fff; box-shadow: 0 4px 14px rgba(37,211,102,.3); }

.field-label { font-size: 10.5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px; display: block; }
.field-select { height: 44px; padding: 0 12px; border-radius: 8px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: #fff; font-family: inherit; font-size: 12.5px; }
.calc-add-row { display: flex; gap: 8px; margin-bottom: 16px; }
.calc-add-row .field-select:first-child { flex: 1; min-width: 0; }
.calc-qty { width: 64px; text-align: center; }
.calc-add-btn { background: var(--accent); color: #fff; border: none; border-radius: 8px; padding: 0 20px; font-size: 12.5px; font-weight: 700; cursor: pointer; transition: background .2s; }
.calc-add-btn:hover { background: var(--accent-mid); }

.calc-line-items { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.calc-line-item { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 7px; padding: 9px 12px; font-size: 12.5px; color: #fff; }
.cli-name b { color: #3a7fd4; }
.cli-remove { cursor: pointer; color: rgba(255,255,255,.4); font-size: 16px; line-height: 1; padding: 0 4px; }
.cli-remove:hover { color: #ff8080; }

.result-box { background: linear-gradient(135deg, #004aad, #1260c4); border-radius: 14px; padding: 20px 22px; text-align: center; margin-bottom: 16px; position: relative; overflow: hidden; }
.result-box-shimmer { position: absolute; top: 0; left: -100%; width: 55%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.25) 50%, transparent 100%); transform: skewX(-18deg); animation: ptShimmerSweep 3.5s ease infinite; }
.result-lbl { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: 6px; position: relative; z-index: 1; }
.result-num { font-size: 30px; font-weight: 800; color: #fff; line-height: 1.1; position: relative; z-index: 1; }
.result-per { font-size: 11.5px; color: rgba(255,255,255,.8); margin-top: 4px; position: relative; z-index: 1; }
.calc-note { font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.6; text-align: left; }

@media (max-width: 480px) {
  .calc-add-row { flex-wrap: wrap; }
  .calc-add-row .field-select:first-child { flex: 1 1 100%; }
}

.calc-receipt { background: rgba(0,0,0,.18); border-radius: 10px; padding: 14px 16px; margin-top: 4px; position: relative; z-index: 1; }
.cr-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 12.5px; color: rgba(255,255,255,.75); }
.cr-neg { color: #ffb3b3; }
.cr-divider { height: 1px; background: rgba(255,255,255,.18); margin: 6px 0; }
.cr-final { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; }
.cr-final span:first-child { font-size: 12.5px; font-weight: 700; color: #fff; }
.cr-final span:last-child { font-size: 26px; font-weight: 800; color: #fff; }

.calc-total-units { font-size: 11.5px; color: rgba(255,255,255,.55); text-align: right; margin: -6px 0 16px; padding-right: 2px; }

.result-box-green { background: #1EB358 !important; }

/* ── MOBILE PRODUCT PICKER (replaces native select) ── */
.picker-trigger { width:100%; display:flex; align-items:center; gap:12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 13px 15px; margin-bottom: 12px; cursor:pointer; }
.picker-icon { width:34px; height:34px; border-radius:9px; background: rgba(58,127,212,.18); border:1px solid rgba(58,127,212,.35); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.picker-text { flex:1; min-width:0; }
.picker-placeholder { color: rgba(255,255,255,.4); font-size: 12.5px; }
.picker-selected-name { color:#fff; font-size:12.5px; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.picker-selected-price { color: #3a7fd4; font-size:11px; margin-top:2px; }
.picker-chevron { color: rgba(255,255,255,.35); flex-shrink:0; }

.qty-add-row { display:flex; gap:10px; margin-bottom:16px; }
.qty-stepper { display:flex; align-items:center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; height:48px; flex-shrink:0; width:120px; }
.qty-btn { width: 38px; height: 100%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; font-weight:300; cursor:pointer; user-select:none; }
.qty-val { flex:1; text-align:center; color:#fff; font-size:15px; font-weight:800; }

.pt-sheet-overlay { position:fixed; inset:0; background: rgba(0,0,0,.6); z-index: 500; display:none; align-items:flex-end; justify-content:center; }
.pt-sheet-overlay.open { display:flex; }
.pt-sheet { background:#0d1c2e; width:100%; max-width:620px; max-height:75vh; border-radius: 20px 20px 0 0; padding: 10px 18px 22px; overflow-y:auto; }
.pt-sheet-handle { width:40px; height:4px; background: rgba(255,255,255,.25); border-radius:2px; margin: 6px auto 14px; }
.pt-sheet-title { font-size:14px; font-weight:800; color:#fff; margin-bottom:14px; }
.pt-sheet-group-label { font-size:10.5px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:#3a7fd4; margin: 16px 0 8px; }
.pt-sheet-group-label:first-child { margin-top:0; }
.pt-sheet-row { display:flex; justify-content:space-between; align-items:center; padding:12px 4px; border-bottom:1px solid rgba(255,255,255,.08); cursor:pointer; }
.pt-sheet-row-name { color:#fff; font-size:13px; font-weight:500; padding-right:10px; }
.pt-sheet-row-price { color: rgba(255,255,255,.5); font-size:12px; flex-shrink:0; white-space:nowrap; }

@media (max-width: 480px) {
  .calc-card { padding: 18px; }
  .toggle-btn { font-size: 11.5px; padding: 10px 4px; }
  .calc-line-item { padding: 10px 12px; font-size: 12px; }
  .result-box { padding: 16px; }
  .cr-final span:last-child { font-size: 22px; }
}

/* ── DESKTOP vs MOBILE PRODUCT PICKER SPLIT ── */
.mobile-only-picker { display: none; }
.desktop-only-picker { display: flex; }
@media (max-width: 480px) {
  .mobile-only-picker { display: block; }
  .desktop-only-picker { display: none; }
}

/* ── MOBILE CALCULATOR: tighten spacing rhythm throughout ── */
@media (max-width: 480px) {
  .toggle-row { margin-bottom: 16px; padding: 4px; gap: 6px; }
  .field-label { margin-bottom: 7px; font-size: 10px; }
  .picker-trigger { padding: 12px 13px; margin-bottom: 10px; gap: 10px; }
  .qty-add-row { margin-bottom: 14px; gap: 8px; }
  .qty-stepper { height: 46px; width: 110px; }
  .calc-add-btn { height: 46px; font-size: 12.5px; }
  .calc-line-items { gap: 5px; margin-bottom: 6px; }
  .calc-total-units { margin: 8px 0 14px; text-align: left; font-size: 11px; }
  .result-box { margin-bottom: 14px; }
  .calc-receipt { padding: 12px 14px; }
  .cr-row { padding: 5px 0; font-size: 12px; }
  .calc-note { font-size: 10.5px; line-height: 1.5; }
  .pt-sheet { padding: 8px 14px 18px; }
  .pt-sheet-row { padding: 11px 4px; }
}

/* ── MOBILE CALCULATOR: increase spacing between components ── */
@media (max-width: 480px) {
  .toggle-row { margin-bottom: 26px; }
  .picker-trigger { margin-bottom: 18px; }
  .qty-add-row { margin-bottom: 26px; }
  .calc-line-items { margin-bottom: 16px; }
  .calc-total-units { margin: 14px 0 24px; }
  .result-box { margin-bottom: 22px; }
}

/* ── MOBILE: calculator goes edge-to-edge, no page gutter ── */
@media (max-width: 480px) {
  #calc-section { padding-left: 14px; padding-right: 14px; }
  #calc-section .inner { max-width: 100%; }
  #calc-section .calc-card { border-radius: 16px; max-width: none; width: 100%; }
}


/* ── MOBILE: calc-card top/bottom padding at 4x ── */
@media (max-width: 480px) {
  .calc-card { padding-top: 72px; padding-bottom: 72px; }
}

/* ── INTERACTION POLISH: proper feedback states on every tappable element ── */
.toggle-btn:not(.active-blue):not(.active-green):hover { color: rgba(255,255,255,.8); background: rgba(255,255,255,.04); }
.qty-btn:hover { background: rgba(255,255,255,.08); }
.qty-btn:active { background: rgba(255,255,255,.14); }
.picker-trigger:hover { border-color: rgba(58,127,212,.4); background: rgba(255,255,255,.08); }
.picker-trigger:active { transform: scale(0.99); }
.field-select:focus { outline: none; border-color: #3a7fd4; box-shadow: 0 0 0 3px rgba(58,127,212,.15); }
.calc-add-btn:hover { background: var(--accent-mid); }
.calc-add-btn:active { transform: scale(0.98); }
.cli-remove:hover, .li-remove:hover { color: #ff8080; }
.pt-sheet-row:hover { background: rgba(58,127,212,.06); }
.pt-model-apply:focus-visible, .pt-btn-gold:focus-visible, .pt-btn-ghost:focus-visible { outline: 2px solid #3a7fd4; outline-offset: 2px; }

.pt-sheet-search { width: 100%; height: 42px; padding: 0 14px; margin-bottom: 12px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: #fff; font-family: inherit; font-size: 13px; }
.pt-sheet-search:focus { outline: none; border-color: #3a7fd4; box-shadow: 0 0 0 3px rgba(58,127,212,.15); }
.pt-sheet-search::placeholder { color: rgba(255,255,255,.4); }

@keyframes ptFlashIn { 0% { background: rgba(58,127,212,.25); transform: scale(1.02); } 100% { background: rgba(255,255,255,.05); transform: scale(1); } }
.calc-line-item-new { animation: ptFlashIn .6s ease; }

@keyframes ptPulse { 0%, 100% { opacity: .4; } 50% { opacity: .8; } }
.pt-sheet-row-name:only-child { animation: ptPulse 1.4s ease infinite; }

@keyframes ptFlashIn { 0% { background: rgba(58,127,212,.25); transform: scale(1.02); } 100% { background: rgba(255,255,255,.05); transform: scale(1); } }
.calc-line-item-new { animation: ptFlashIn .6s ease; }

@keyframes ptPulse { 0%, 100% { opacity: .4; } 50% { opacity: .8; } }
.pt-sheet-row-name:only-child { animation: ptPulse 1.4s ease infinite; }

/* ── DESKTOP: two-column calculator — inputs left, sticky earnings right ── */
@media (min-width: 1024px) {
  .calc-card { max-width: 900px; }
  .calc-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; min-width: 0; }
  .calc-left-col, .calc-right-col { min-width: 0; }
  .calc-right-col { position: sticky; top: 24px; }
  .calc-note { margin-top: 14px; }
}

/* ── DESKTOP ONLY: Bundle Partner "Coming Soon" card, 3-col grid ── */
.pt-model-card-soon { display: none; }
@media (min-width: 1024px) {
  .pt-model-grid { grid-template-columns: 1fr 1fr 1fr; max-width: 900px; }
  .pt-model-card-soon { display: flex; }
}
.pt-model-card-soon { background: #14151a; }
.pt-model-card-soon:hover { border-color: rgba(255,255,255,.25); box-shadow: none; }
.pt-model-soon-badge { display: inline-block; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 14px; }
.pt-model-card-soon .pt-model-name { color: #fff; margin-bottom: 12px; }
.pt-model-card-soon .pt-model-desc { color: #fff; }

/* ── BUNDLE PARTNER — orange "coming soon" theme, matches height of live cards ── */
.pt-model-card-soon { background: linear-gradient(160deg, #7a3a0a 0%, #05101e 78%); border: 1px solid rgba(255,153,51,.3); box-shadow: 0 16px 40px rgba(13,28,46,.25); }
.pt-model-card-soon:hover { border-color: rgba(255,153,51,.5); box-shadow: 0 0 0 1px rgba(255,153,51,.2), 0 0 24px rgba(255,153,51,.15), 0 24px 56px rgba(0,0,0,.5); }
.pt-model-illus-soon { position: relative; background: rgba(0,0,0,.2); }
.pt-model-illus-soon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-model-soon-badge { position: absolute; top: 10px; left: 10px; display: inline-block; background: rgba(5,16,30,.85); backdrop-filter: blur(4px); border: 1px solid rgba(255,153,51,.5); color: #ffb066; font-size: 8.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 16px; }
.pt-model-card-soon .pt-model-tag { color: #ffb066; }
.pt-model-card-soon .pt-model-earn { border-left-color: #ff9933; margin-top: auto; }
.pt-model-card-soon .pt-model-earn .amt { font-size: 13px; font-weight: 600; color: #fff; }

.pt-model-apply-soon { background: rgba(255,153,51,.15); border: 1px solid rgba(255,153,51,.4); color: #ffb066 !important; transition: background .2s, color .2s, border-color .2s; }
.pt-model-apply-soon:hover, .pt-model-card:hover .pt-model-apply-soon { background: #ff9933 !important; border-color: #ff9933 !important; color: #05101e !important; }

/* ── DESKTOP: force uniform card height across all three model cards ── */
@media (min-width: 1024px) {
  .pt-model-card { min-height: 520px; }
}

.pt-sec-rule { width: 48px; height: 3px; background: var(--accent); border-radius: 2px; margin: 10px 0 21px; }

/* ── SECTION HEADERS: split two-column editorial layout ── */
.pt-sec-header-split { display: flex; justify-content: flex-start; align-items: flex-end; gap: 40px; margin-bottom: 25px; flex-wrap: wrap; }
.pt-sec-header-split .pt-sec-title { margin-bottom: 0; max-width: 460px; }
.pt-sec-header-split .pt-sec-sub { margin-bottom: 0; padding-left: 24px; border-left: 2px solid var(--line); padding-bottom: 6px; max-width: 340px; }
@media (max-width: 800px) {
  .pt-sec-header-split { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pt-sec-header-split .pt-sec-sub { border-left: none; padding-left: 0; }
}

/* ── STEPS SECTION ── */
.pt-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pt-step { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; box-shadow: 0 4px 14px rgba(13,28,46,.05); }
.pt-step-num { font-size: 11px; font-weight: 800; color: var(--accent); letter-spacing: 1.3px; margin-bottom: 8px; }
.pt-step-title { font-weight: 800; font-size: 15.5px; color: var(--ink); margin-bottom: 8px; }
.pt-step-desc { font-size: 12px; color: var(--ink-soft); line-height: 1.7; }
@media (max-width: 800px) { .pt-steps { grid-template-columns: 1fr; } }

/* ── FAQ SECTION ── */
.pt-faq-list { max-width: 720px; }
.pt-faq-item { border-bottom: 1px solid var(--line); }
.pt-faq-item:first-child { border-top: 1px solid var(--line); }
.pt-faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; padding: 18px 4px; text-align: left; font-size: 14px; font-weight: 700; color: var(--ink); cursor: pointer; font-family: inherit; }
.pt-faq-chevron { flex-shrink: 0; color: var(--accent); transition: transform .25s ease; }
.pt-faq-item.pt-faq-open .pt-faq-chevron { transform: rotate(180deg); }
.pt-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; font-size: 13px; color: var(--ink-soft); line-height: 1.75; }
.pt-faq-item.pt-faq-open .pt-faq-a { max-height: 300px; padding-bottom: 20px; }

/* ── STEPS: 5-step icon-badge grid (Apply -> KYC -> Verify -> Approval -> Earn) ── */
.pt-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pt-step { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 16px; box-shadow: 0 4px 14px rgba(13,28,46,.05); transition: box-shadow .2s, border-color .2s; position: relative; }
.pt-step:hover { border-color: var(--accent-dim); box-shadow: 0 8px 22px rgba(0,74,173,.1); }
.pt-step-badge { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.pt-step-badge svg { flex-shrink: 0; }
.pt-step-badge span { width: 20px; height: 20px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pt-step-title { font-size: 14px; }
.pt-step-desc { font-size: 11.5px; }
@media (max-width: 900px) {
  .pt-steps { grid-template-columns: repeat(2, 1fr); }
  .pt-step:not(:last-child)::after, .pt-step:not(:last-child)::before { display: none; }
}
@media (max-width: 480px) {
  .pt-steps { grid-template-columns: 1fr; }
}


/* ── STEPS FINAL FIX: split blue-header / white-body cards (overrides all earlier stale rules) ── */
.pt-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pt-step { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 14px rgba(13,28,46,.05); transition: box-shadow .2s, border-color .2s; display: flex; flex-direction: column; padding: 0; }
.pt-step:hover { border-color: var(--accent-dim); box-shadow: 0 8px 22px rgba(0,74,173,.1); }
.pt-step-header { background: linear-gradient(160deg, #0a2a63 0%, #05101e 100%); padding: 20px 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; border-radius: 12px 12px 0 0; }
.pt-step-header svg { flex-shrink: 0; }
.pt-step-num { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.pt-step-body { padding: 16px 14px; flex: 1; }
.pt-step-title { font-weight: 800; font-size: 13.5px; color: var(--ink); margin-bottom: 6px; text-align: left; }
.pt-step-desc { font-size: 11px; color: var(--ink-soft); line-height: 1.6; text-align: left; }
@media (max-width: 900px) {
  .pt-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .pt-steps { grid-template-columns: repeat(2, 1fr); }
}

/* ── STEPS: darker icon chip, number top-left, icon centered (final polish) ── */
.pt-step-header { position: relative; display: flex; align-items: center; justify-content: center; }
.pt-step-num { position: absolute; top: 10px; left: 10px; width: 20px; height: 20px; border-radius: 50%; background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.pt-step-icon-bg { width: 72px; height: 72px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; }

/* ── STEPS: sequential connector lines between adjacent cards ── */
.pt-step { position: relative; }
.pt-step:not(:last-child)::after {
  content: ''; position: absolute; top: 20px; right: -14px; width: 14px; height: 2px;
  background: var(--accent-light); z-index: 5;
}
@media (max-width: 900px) {
  .pt-step:nth-child(2n)::after { display: none; }
}

/* ── STEP CARD HEADERS: diagonal shimmer sweep (matches model card / button pattern) ── */
.pt-step-header { position: relative; overflow: hidden; }
.pt-step-header::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 45%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.2) 50%, transparent 100%);
  transform: skewX(-18deg); z-index: 4; pointer-events: none;
  animation: ptShimmerSweep 3.5s ease infinite;
}
.pt-step:nth-child(1) .pt-step-header::before { animation-delay: 0s; }
.pt-step:nth-child(2) .pt-step-header::before { animation-delay: 0.5s; }
.pt-step:nth-child(3) .pt-step-header::before { animation-delay: 1s; }
.pt-step:nth-child(4) .pt-step-header::before { animation-delay: 1.5s; }
.pt-step:nth-child(5) .pt-step-header::before { animation-delay: 2s; }

/* ── TRUSTED BRANDS MARQUEE (matches standard section pattern) ── */
.pt-brands-sec { background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; padding-bottom: 45px; }
.pt-brands-track-wrap { overflow: hidden; position: relative; mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%); }
.pt-brands-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: ptMarquee 32s linear infinite; }
.pt-brand-logo { height: 120px; width: auto; object-fit: contain; flex-shrink: 0; }
@keyframes ptMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (min-width: 1024px) { .pt-brand-logo { height: 148px; } }

/* ================================================================
   DESIGN SYSTEM ALIGNMENT — appended 2026-07-11
   Tokens per icegroup.in/design-system/ (source of truth: store.css)
   Append-only block: nothing above this line was edited. To revert,
   delete everything from this comment to end of file.
   ================================================================ */

/* DS-1. Section rhythm: section-y token = 72px (was 45px) */
.pt-body section { padding-top: 72px; padding-bottom: 72px; }
.pt-brands-sec { padding-bottom: 72px; }

/* DS-2. Eyebrow: 11.5px / 700 / 3px tracking (was 10.5px / 2px) */
.pt-eyebrow { font-size: 11.5px; letter-spacing: 3px; }

/* DS-3. Section heading: H2 = 800 / clamp(24px, 4.5vw, 45px) / 1.1 (was clamp 19-29px) */
.pt-sec-title { font-size: clamp(24px, 4.5vw, 45px); line-height: 1.1; }

/* DS-4. Section sub-copy: LEAD = 17px / 1.85 (was 13px / 1.7) */
.pt-sec-sub { font-size: 17px; line-height: 1.85; }

/* DS-5. Button radius: default radius token = 4px (was 6px / 8px) */
.pt-btn-gold, .pt-btn-ghost, .pt-sticky-bar a, .calc-add-btn, .pt-model-apply { border-radius: 4px; }

/* DS-6. Media radius: XL token = 12px (hero video was 8px) */
.pt-hero-vid { border-radius: 12px; }

/* DS-7. Form fields: inputs 42px tall; labels 12px / .7px tracking */
.field-select { height: 42px; }
.field-label { font-size: 12px; letter-spacing: .7px; }

/* DS-8. Reseller card tag: WhatsApp token #25D366 (was off-token #4ade80) */
.pt-model-card:nth-child(2) .pt-model-tag { color: #25D366 !important; }

/* DS-9. Bundle "Coming Soon" card: amber token #F59E0B (was off-token #ff9933 / #ffb066) */
.pt-model-card-soon { border-color: rgba(245,158,11,.3); }
.pt-model-card-soon:hover { border-color: rgba(245,158,11,.5); box-shadow: 0 0 0 1px rgba(245,158,11,.2), 0 0 24px rgba(245,158,11,.15), 0 24px 56px rgba(0,0,0,.5); }
.pt-model-soon-badge { border-color: rgba(245,158,11,.5); color: #f59e0b; }
.pt-model-card-soon .pt-model-tag { color: #f59e0b; }
.pt-model-card-soon .pt-model-earn { border-left-color: #f59e0b; }
.pt-model-apply-soon { background: rgba(245,158,11,.15); border-color: rgba(245,158,11,.4); color: #f59e0b !important; }
.pt-model-apply-soon:hover, .pt-model-card:hover .pt-model-apply-soon { background: #f59e0b !important; border-color: #f59e0b !important; color: #05101e !important; }

/* ── MAIN CTA BUTTONS (Become a Partner / Read Our Constitution):
   same diagonal sweep system as model card buttons, calculator, and
   step headers above. Ghost button gets a lower-opacity sweep since
   its background is transparent — a full-strength sweep would look
   too heavy against just a thin border. ── */
.pt-btn-gold, .pt-btn-ghost { position: relative; overflow: hidden; }
.pt-btn-gold::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 45%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.35) 50%, transparent 100%);
  transform: skewX(-18deg); pointer-events: none;
  animation: ptShimmerSweep 3.5s ease infinite;
}
.pt-btn-ghost::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 45%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.18) 50%, transparent 100%);
  transform: skewX(-18deg); pointer-events: none;
  animation: ptShimmerSweep 3.5s ease infinite; animation-delay: 0.7s;
}
.pt-light .pt-btn-ghost::before {
  background: linear-gradient(to right, transparent 0%, rgba(0,74,173,.14) 50%, transparent 100%);
}
@media (prefers-reduced-motion: reduce) {
  .pt-btn-gold::before, .pt-btn-ghost::before { animation: none; display: none; }
}
