
  .pts-pricing-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 30px 35px;
    border-radius: 12px;
    background-image: linear-gradient(140deg, #FFFFFF 65%, #f8f8f8 100%);
  }

  /* ── CARD ── */
  .pts-pricing-card-wrap {
    background: #fff;
    border-radius: 10px;
    min-width: 380px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  }

  .pts-pricing-card {
    background: #fff;
    border-radius: 12px;
    margin: 5px;
    padding: 25px;
    flex-shrink: 0;
    border-radius: 12px;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(180deg, #E8F1FF 0%, #FFFFFF 100%);
  }

  .pts-pricing-wrap {
    display: flex;
    /*align-items: stretch;*/
    align-items: center;
  }

  .pts-pricing-card-wrap {
    flex: 0 0 auto;
  }

  .pts-features-side {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .pts-price-main {
    font-variant-numeric: tabular-nums;
  }

  .odo {
    letter-spacing: -1px;
    gap: -1px;
  }

  .pts-plan-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    color: #666;
    transition: background 0.2s, color 0.2s;
    height: 26px;
    min-width: 45px;
    text-align: center;
  }

  .pts-plan-badge.is-pro {
    background-color: #CADFFF;
    color: #0060FF;
    box-shadow: none;
  }

  /* ── PRICE ROW ── */
  .pts-price-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 58px;
    overflow: hidden;
  }

  .pts-price-main {
    font-size: 45px;
    font-weight: 500;
    color: #111;
    line-height: 1;
    height: 58px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }

  .pts-price-main, .odo-col {
    letter-spacing: -2px;
  }

  .pts-price-old {
    font-size: 20px;
    color: #999;
    font-weight: 500;
    align-self: flex-end;
    padding-bottom: 3px;
    visibility: visible;
    transition: opacity 0.2s;
    position: relative;
  }
  
  .pts-price-old:before {
    background-color: #fb2c36be;
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    height: 2px;
    rotate: -10deg;
  }
  
  #ptsLicenseText { display: flex; }
  #ptsLicenseText div { padding-left: 5px; font-weight: 500; color: #111;}
  .pts-locked  #ptsLicenseText div { font-weight: 400; }

  .pts-price-old.hidden { visibility: hidden; }

  /* ── SAVE BADGE ── */
  .pts-save-badge {
    display: none;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 20px;
    transition: background 0.2s, color 0.2s;
    align-self: flex-end;
    margin-bottom: 6px;
    white-space: nowrap;
    /*background: #fffcd3;*/
    /*color: #7c7731;*/
    background: #c4eec0;
    color: #227848;
  }

  .pts-save-badge.visible {
    display: inline-block;
  }

  .pts-price-desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #818181;
    margin-top: 6px;
    margin-bottom: 15px;
    min-height: 18px;
  }

  /* ── SLIDER ── */
  .pts-slider-wrap {
    position: relative;
    margin-bottom: 0;
    padding-top: 38px;
  }

  /* ── SLIDER TOOLTIP ── */
  .pts-slider-tooltip {
    position: absolute;
    top: -3px;
    transform: translateX(-50%);
    background: #fff;
    color: #222;
    padding: 5px 12px;
    border-radius: 56px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: left 0.12s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    letter-spacing: -0.2px;
    background-color: #CADFFF;
    color: #0060FF;
    background: linear-gradient(180deg, #e0edff 0%, #CADFFF 100%);
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
  }

  .pts-slider-tooltip.is-free-tip {
    background-color: #f0f0f0;
    color: #555;
    opacity: 0;
  }

  .pts-slider-tooltip.is-free-tip::after {
    border-top-color: #f0f0f0;
  }

  .pts-slider-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #CADFFF;
  }

  .pts-slider-tooltip.dragging {
    cursor: grabbing;
    transition: none;
  }

  input[type="range"].pts-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(to right, #0060FF 0%, #0060FF var(--fill, 25%), #e5e7eb var(--fill, 25%), #e5e7eb 100%);
    outline: none;
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 3px 0 0 0;
  }

  input[type="range"].pts-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid #0060FF;
    box-shadow: 0 0 0 3px rgba(0,96,255,0.12);
    cursor: grab;
    transition: box-shadow 0.15s;
  }

  input[type="range"].pts-slider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 5px rgba(0,96,255,0.12);
  }

  input[type="range"].pts-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid #0060FF;
    box-shadow: 0 1px 4px rgba(0,96,255,0.25);
    cursor: pointer;
  }

  .pts-slider-ticks {
    position: relative;
    height: 20px;
    margin-top: 0px;
  }

.pts-slider-ticks span {
    position: absolute;
    min-width: 30px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #808080;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.15s;
    white-space: nowrap;
    transform: translateX(-50%);
    padding-top: 10px;
}

.pts-slider-ticks span[data-idx="0"] { left: 15px; }
.pts-slider-ticks span[data-idx="1"] { left: calc(1 * (100% - 20px) / 4 + 10px); }
.pts-slider-ticks span[data-idx="2"] { left: 50%; }
.pts-slider-ticks span[data-idx="3"] { left: calc(3 * (100% - 20px) / 4 + 10px); }
.pts-slider-ticks span[data-idx="4"] { left: calc(100% - 9px); }
.pts-slider-ticks span:hover { color: #374151; }
.pts-slider-ticks span.active-tick { color: #0060FF; font-weight: 700; }

  /* ── BUY BUTTON ── */
  .pts-buy-btn {
    display: block;
    width: 100%;
    margin-top: 34px;
    padding: 14px 20px;
    background-color: transparent;
    width: 100%;
    background-image: linear-gradient(180deg, #1B71FF 0%, #0060FF 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.2s;
    border: none;
    cursor: pointer;
  }

  .pts-buy-btn:hover { color: #fff; transform: translateY(-1px) !important; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
  .pts-buy-btn.is-free { background: #DFEBFF; color: #0060FF; }
  .pts-buy-btn.is-free:hover { background: #d1e3ff; box-shadow: none; }

  /* ── FEATURES SIDE ── */
  .pts-features-side {
    flex: 1;
    min-width: 0;
    padding: 20px 25px;
    border-radius: 12px;
  }

  .pts-features-header {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.3px;
  }

  .pts-features-badge {
    background: #d5fbd1;
    color: #227848;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 20px;
    transition: background 0.2s, color 0.2s;
  }

  .pts-features-badge.is-free { background: #f0f0f0; color: #555; }

  ul.pts-features-checklist {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  ul.pts-features-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    font-size: 16px;
    color: #555;
    line-height: 1.4;
    transition: opacity 0.3s, filter 0.3s;
    letter-spacing: -0.2px;
    cursor: pointer;
    transition: 0.2s;
  }

  ul.pts-features-checklist li .cool-feature {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-decoration-color: #bbb;
    transition: 0.2s;
  }

  ul.pts-features-checklist li .cool-feature:hover {
    color: #111;
    text-decoration-color: #444;
  }

  ul.pts-features-checklist li span,
  ul.pts-features-checklist li span i {
    text-decoration: none !important;
  }

  ul.pts-features-checklist li.pts-locked {
    opacity: 0.35;
    filter: grayscale(1);
    pointer-events: none;
  }

  ul.pts-features-checklist li .pts-check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 1px;
    margin-right: 7px;
    filter: hue-rotate(230deg);
  }

  /* ── TOOLTIP ── */
  .pts-tooltip-trigger { position: relative; display: inline-flex; align-items: center; margin-left: 4px; margin-top: 1px; cursor: help; }
  .pts-tooltip-trigger > i { font-size: 9px; color: #333; background: #f0f0f0; height: 20px; width: 20px; border-radius: 20px; line-height: 20px; transition: color 0.2s; text-align: center; }
  .pts-tooltip-text { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); background: #222; color: #fff; padding: 8px 12px; border-radius: 8px; font-size: 13px; line-height: 1.4; max-width: 210px; width: 210px; white-space: normal; word-wrap: break-word; text-align: center; opacity: 0; visibility: hidden; transition: opacity 0.3s; margin-bottom: 8px; z-index: 100; pointer-events: none; }
  .pts-tooltip-text::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #222; }
  .pts-tooltip-trigger:hover .pts-tooltip-text { opacity: 1; visibility: visible; }

  /* ── ODOMETER ── */
  .odo { display: inline-flex; font-variant-numeric: tabular-nums; align-items: flex-end; }
  .odo-col { display: inline-block; overflow: hidden; height: 1em; line-height: 1; }
  .odo-reel { display: block; }
  .odo-reel span { display: block; height: 1em; line-height: 1; text-align: center; }

  /* ── RESPONSIVE ── */
  @media (max-width: 990px) {
    .pts-pricing-wrap { flex-direction: column; gap: 0; border: none; padding: 0; }
    ul.pts-features-checklist { grid-template-columns: 1fr; margin-top: 0px; }
    .pts-features-side,
    .pts-pricing-card-wrap { min-width: auto; width: 100%; padding: 0; }
    .pts-features-side { margin-top: 30px; border: 1px solid #e0e0e0; padding: 30px 25px; }
  }
