    /* ── Rust Page Styles ── */

    :root {
      --p:       #CD412B;
      --p2:      #E8763A;
      --p3:      rgba(205, 65, 43, 0.14);
      --pg:      linear-gradient(135deg, #B03A20, #E8763A);
      --acc:     #8FB3E8;
      --borderp: rgba(232, 118, 58, 0.4);
      --frost:   rgba(143, 179, 232, 0.12);
      --glass:   rgba(13, 19, 35, 0.7);
      --ice1:    #0A101F;
      --ice2:    #070B16;
    }

    body {
      background:
        radial-gradient(1100px 700px at 85% -5%, rgba(143, 179, 232, 0.08), transparent 60%),
        radial-gradient(900px 600px at -10% 30%, rgba(205, 65, 43, 0.05), transparent 55%),
        linear-gradient(180deg, var(--ice1), var(--ice2)) !important;
    }

    /* Store header (replaces the old hero) */
    .store-head { padding: 140px 0 8px; position: relative; z-index: 1; }

    .store-welcome {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 6px;
    }

    .store-welcome h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(30px, 3.6vw, 48px);
      font-weight: 800;
      color: #fff;
      line-height: 1;
      letter-spacing: -1px;
      text-transform: uppercase;
      text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
    }

    .store-welcome img {
      width: clamp(52px, 5.2vw, 76px);
      height: auto;
      flex-shrink: 0;
      filter: drop-shadow(0 0 20px rgba(232, 118, 58, 0.32))
              drop-shadow(0 8px 18px rgba(0, 0, 0, 0.6));
    }

    .store-eyebrow {
      font-size: clamp(13px, 1.3vw, 17px);
      font-weight: 800;
      color: var(--p2);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 14px;
    }

    .store-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: clamp(34px, 4vw, 52px);
      font-weight: 800;
      color: #fff;
      line-height: 1.02;
      letter-spacing: -1.5px;
      margin-bottom: 12px;
    }

    .store-sub {
      font-size: 15px;
      color: #AEB8D4;
      max-width: 680px;
      line-height: 1.7;
    }

    /* Store layout */
    .wrap { max-width: 1620px; margin: 0 auto; padding: 0 28px; }

    .layout {
      display: grid;
      grid-template-columns: 216px 1fr;
      gap: 44px;
      padding-top: 28px;
      padding-bottom: 56px;
    }

    .sidebar { position: sticky; top: 96px; height: fit-content; }

    .sb-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 2.5px; color: #5C6A8C; margin-bottom: 12px; }

    .sb-nav { display: flex; flex-direction: column; gap: 0; }
    .sb-nav li { list-style: none; }
    .sb-group {
      font-size: 9.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.8px;
      color: #4A5578; padding: 14px 0 5px; margin-top: 4px;
      border-top: 1px solid rgba(255,255,255,0.05);
    }
    .sb-nav > .sb-group:first-child { border-top: none; margin-top: 0; padding-top: 2px; }
    .cat-empty {
      border: 1px dashed rgba(255,255,255,0.12); border-radius: 14px;
      padding: 34px 22px; text-align: center; color: #6C769B; font-size: 13.5px; line-height: 1.7;
    }
    .cat-empty strong { display: block; color: #96A0C4; font-size: 14.5px; font-weight: 700; margin-bottom: 5px; }

    /* Custom order banner */
    .co-banner {
      position: relative; overflow: hidden;
      border: 1px solid var(--frost); border-radius: 16px;
      background:
        radial-gradient(620px 320px at 88% 50%, rgba(232, 118, 58, 0.16), transparent 62%),
        linear-gradient(115deg, rgba(16, 23, 40, 0.96), rgba(8, 12, 24, 0.96));
      padding: 34px 38px;
    }
    .co-copy { position: relative; z-index: 2; max-width: 620px; }
    .co-eyebrow {
      font-size: 10.5px; font-weight: 800; text-transform: uppercase;
      letter-spacing: 2.2px; color: #7C89AD; margin-bottom: 10px;
    }
    .co-title {
      font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(24px, 2.6vw, 32px); font-weight: 800;
      color: #fff; letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 10px;
    }
    .co-text { font-size: 13.5px; line-height: 1.75; color: #AEB8D4; margin-bottom: 22px; }
    .co-cta {
      display: inline-flex; align-items: center; gap: 9px;
      background: var(--pg); border: none; border-radius: 11px;
      padding: 13px 24px; cursor: pointer;
      font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; color: #fff;
      box-shadow: 0 10px 26px rgba(205, 65, 43, 0.28);
      transition: transform 0.15s, box-shadow 0.15s, filter 0.15s;
    }
    .co-cta:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 14px 32px rgba(205, 65, 43, 0.38); }
    .co-cta:active { transform: translateY(0); }
    .co-note {
      display: flex; align-items: center; gap: 8px; margin-top: 14px;
      font-size: 12px; font-weight: 600; color: #7C89AD;
    }
    .co-dot {
      width: 7px; height: 7px; border-radius: 50%; background: #34D399;
      box-shadow: 0 0 8px rgba(52, 211, 153, 0.9); flex-shrink: 0;
    }
    .co-banner.co-build { margin-top: 48px; }
    .co-art { position: absolute; top: 0; right: 0; bottom: 0; width: 46%; z-index: 0; overflow: hidden; }
    .co-art img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 28%; display: block; }
    .co-art::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(90deg, #0A1020 0%, rgba(10, 16, 32, 0.55) 12%, rgba(10, 16, 32, 0) 30%);
    }
    .co-shard {
      position: absolute; top: -30%; right: -6%; bottom: -30%; width: 34%;
      transform: skewX(-16deg); pointer-events: none; z-index: 1; opacity: 0.28;
      background: linear-gradient(160deg, rgba(232, 118, 58, 0.28), rgba(176, 58, 32, 0.08));
      border-left: 1px solid rgba(232, 118, 58, 0.35);
    }
    .co-shard::after {
      content: ''; position: absolute; inset: 0; left: 42%;
      background: linear-gradient(160deg, rgba(143, 179, 232, 0.16), transparent 70%);
    }

    .sb-link {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 13px 2px;
      border-bottom: 1px solid rgba(143, 179, 232, 0.09);
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #B9C4DE;
      cursor: pointer;
      transition: color 0.14s, padding-left 0.14s, border-color 0.14s;
      white-space: nowrap;
    }

    .sb-link:hover { color: #fff; padding-left: 8px; }
    .sb-link.active { color: var(--p2); border-bottom-color: var(--borderp); }
    .sb-icon { display: none; }

    .content { min-width: 0; }

    .content { counter-reset: secn; }
    .sec { margin-bottom: 56px; counter-increment: secn; }
    .sec-hd { margin-bottom: 20px; display: flex; flex-direction: column; gap: 4px; position: relative; padding-left: 46px; }
    .sec-hd::before { content: counter(secn, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-size: 12px; font-weight: 800; color: var(--acc); letter-spacing: 1px; }
    .sec-hd::after { content: ''; position: absolute; left: 24px; top: 6px; bottom: 6px; width: 1px; background: var(--frost); }
    .sec-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
    .sec-sub2 { font-size: 12px; color: #7C89AD; line-height: 1.6; }

    .sec-art {
      position: relative; margin: 0 0 20px; border-radius: 14px; overflow: hidden;
      border: 1px solid var(--frost); aspect-ratio: 1080 / 440; background: var(--ice2);
    }
    .sec-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; display: block; }
    .sec-art::after {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background: linear-gradient(180deg, rgba(7, 11, 22, 0.35) 0%, rgba(7, 11, 22, 0) 38%, rgba(7, 11, 22, 0.82) 100%);
    }
    .sec-art-cap {
      position: absolute; left: 20px; right: 20px; bottom: 16px; z-index: 1;
      font-size: 12.5px; font-weight: 600; color: #D6DEEF; line-height: 1.5;
      text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
    }

    .grp-t {
      display: flex; align-items: center; gap: 12px; margin: 32px 0 16px;
      font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800;
      color: #96A0C4; text-transform: uppercase; letter-spacing: 1.4px;
    }
    .grp-t::after { content: ''; flex: 1; height: 1px; background: var(--frost); }
    .sec-hd + .grp-t { margin-top: 4px; }

    /* Service cards */
    .grid5, .grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .svc {
      background: rgba(14, 21, 36, 0.95);
      border: 1px solid rgba(143, 179, 232, 0.09);
      border-radius: 14px;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.18s;
      position: relative;
    }

    .svc::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--p2), transparent 60%); opacity: 0; transition: opacity 0.18s; z-index: 2; }
    .svc:hover { border-color: var(--borderp); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,0.45), 0 0 24px rgba(232,118,58,0.1); }
    .svc:hover::before { opacity: 1; }

    .svc-img {
      height: 168px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .i1, .i2, .i3, .i4, .i5 { background: linear-gradient(160deg, #131C31 0%, #0C1220 100%); }

    .glow {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 58%, rgba(143, 179, 232, 0.14), transparent 62%);
      pointer-events: none;
    }

    .svc-ico {
      height: 112px;
      width: auto;
      position: relative;
      z-index: 1;
      filter: drop-shadow(0 0 16px rgba(157, 193, 240, 0.5)) drop-shadow(0 6px 14px rgba(0, 0, 0, 0.5));
      transition: transform 0.2s;
    }

    .svc:hover .svc-ico { transform: scale(1.07) translateY(-3px); }

    .svc-emoji { font-size: 32px; position: relative; z-index: 1; }

    .disc {
      position: absolute;
      top: 8px;
      left: 8px;
      background: var(--red);
      color: #fff;
      border-radius: 6px;
      padding: 2px 7px;
      font-size: 9px;
      font-weight: 800;
      text-transform: uppercase;
      z-index: 2;
    }

    .disc.cyan { background: var(--acc); }

    .svc-body { padding: 16px 16px 18px; }
    .svc-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 9px; }

    .feats { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
    .feats li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: #A9B5D1; line-height: 1.35; }
    .feats li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
    .feats li.f-more {
      margin-top: 2px;
      gap: 5px;
      font-size: 12.5px;
      font-weight: 800;
      color: var(--p2);
    }

    .feats li.f-more::before { content: none; }
    .feats li.f-more::after { content: '→'; font-weight: 800; transition: transform 0.15s; }
    .svc:hover .f-more::after { transform: translateX(3px); }

    .feats .f-price {
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #fff;
      font-variant-numeric: tabular-nums;
    }

    .price-row { display: flex; align-items: center; justify-content: flex-end; }

    /* Product page */
    .breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
    .breadcrumb a { cursor: pointer; transition: color 0.12s; }
    .breadcrumb a:hover { color: var(--p2); }

    .pp-grid {
      display: grid;
      grid-template-columns: 1fr 360px;
      gap: 32px;
      align-items: start;
    }

    .pp-hero-img {
      width: 80px;
      height: 80px;
      background: var(--p3);
      border: 1px solid var(--borderp);
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      margin-bottom: 16px;
    }

    .pp-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      background: var(--card2);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 3px 10px;
      font-size: 11px;
      font-weight: 600;
      color: var(--text);
    }

    .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

    .sec-lbl {
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--muted);
      margin-bottom: 8px;
      margin-top: 16px;
    }

    .pp-desc { font-size: 13px; color: var(--text); line-height: 1.7; white-space: pre-line; }

    .pp-feat-list { display: flex; flex-direction: column; gap: 5px; }
    .pp-feat-list li { font-size: 13px; color: var(--text); }
    .pp-num { color: var(--green); margin-right: 6px; }
    .pp-feat-list li.pp-feat-group {
      font-size: 11px; font-weight: 800; letter-spacing: 0.8px;
      text-transform: uppercase; color: var(--muted);
      margin-top: 12px; padding-bottom: 4px;
      border-bottom: 1px solid var(--border);
    }
    .pp-feat-list li.pp-feat-group:first-child { margin-top: 0; }

    .pp-subtitle {
      margin: -8px 0 16px; display: flex; flex-direction: column; gap: 3px;
    }
    .pp-subtitle span {
      font-size: 13.5px; font-weight: 600; color: var(--text); line-height: 1.5;
      text-shadow: 0 1px 12px rgba(6, 9, 20, 0.9);
    }
    .pp-subtitle span:first-child { color: var(--p2); }

    .pp-note {
      display: inline-flex; align-items: center; gap: 7px;
      margin: 0 0 16px; padding: 7px 12px;
      border: 1px solid var(--border); border-radius: 999px;
      background: rgba(255,255,255,0.03);
      font-size: 12.5px; font-weight: 600; color: var(--text);
    }
    .pp-note::before {
      content: ''; width: 6px; height: 6px; border-radius: 50%;
      background: var(--green); flex-shrink: 0;
    }

    .pp-includes {
      margin: 14px 0 4px; padding: 13px 15px;
      border: 1px solid var(--border); border-radius: 10px;
      background: rgba(255,255,255,0.02);
    }
    .pp-includes-hd {
      font-size: 11px; font-weight: 800; letter-spacing: 0.8px;
      text-transform: uppercase; color: var(--p2); margin-bottom: 9px;
    }
    .pp-includes-list { display: flex; flex-direction: column; gap: 6px; }
    .pp-includes-list li { font-size: 13px; color: var(--text); }

    .fq-link {
      background: none; border: 0; padding: 0; font: inherit;
      color: var(--p2); font-weight: 700; text-decoration: underline;
      text-underline-offset: 2px; cursor: pointer;
    }
    .fq-link:hover { color: var(--text); }

    /* ── Product hero banner ── */
    .pp-hero {
      position: relative; overflow: hidden; border-radius: 18px;
      border: 1px solid rgba(232, 118, 58, 0.25);
      background:
        radial-gradient(ellipse 80% 120% at 88% -15%, rgba(143, 179, 232, 0.10), transparent 55%),
        radial-gradient(ellipse 70% 100% at 0% 115%, rgba(205, 65, 43, 0.12), transparent 60%),
        linear-gradient(150deg, #10142A 0%, #0A0D1E 60%, #090B18 100%);
      padding: 20px; margin-bottom: 14px;
    }
    .pp-hero-top {
      position:relative; z-index:1;
      display:grid; grid-template-columns: minmax(0, 1fr) 262px; gap:20px;
      min-height: 268px;
    }
    .pp-hero-stage { position:relative; display:flex; align-items:center; gap:16px; min-width:0; }
    .pp-ribbons { display:flex; flex-direction:column; gap:8px; flex-shrink:0; max-width:52%; z-index:2; }
    .pp-ribbon {
      display:flex; align-items:center; gap:7px; align-self:flex-start; max-width:100%;
      background: rgba(232, 118, 58, 0.08);
      border: 1px solid rgba(232, 118, 58, 0.28);
      color:#E8ECF6; font-size:12px; font-weight:600; letter-spacing:.1px;
      padding:6px 13px; border-radius:20px;
      white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    .pp-best {
      display:flex; align-items:center; gap:10px; align-self:flex-start; max-width:100%;
      background: linear-gradient(135deg, rgba(205,65,43,0.28), rgba(232,118,58,0.12));
      border: 1px solid var(--p2);
      border-radius: 14px;
      padding: 9px 15px 9px 13px;
      box-shadow: 0 0 22px rgba(232,118,58,0.18);
    }
    .pp-best svg { width:19px; height:19px; stroke:var(--p2); flex-shrink:0; }
    .pp-best span { display:flex; flex-direction:column; min-width:0; }
    .pp-best em {
      font-style:normal; font-size:9px; font-weight:800; letter-spacing:1.6px;
      text-transform:uppercase; color:var(--p2); margin-bottom:2px;
    }
    .pp-best b { font-size:15px; font-weight:800; color:#fff; letter-spacing:-0.2px; white-space:nowrap; }

    .pp-ribbon::before {
      content:'✓'; color:var(--p2); font-weight:800; font-size:11px; flex-shrink:0;
    }
    .pp-hero-ico { flex:1; display:flex; align-items:center; justify-content:center; min-width:0; }
    .pp-hero-ico img {
      height:172px; width:auto; max-width:100%; object-fit:contain;
      filter: drop-shadow(0 0 34px rgba(157,193,240,0.32)) drop-shadow(0 14px 26px rgba(0,0,0,0.55));
    }
    .pp-hero-ico #pp-emoji {
      font-size:104px; line-height:1;
      filter: drop-shadow(0 0 34px rgba(157,193,240,0.32)) drop-shadow(0 14px 26px rgba(0,0,0,0.55));
    }
    .pp-hero-side { display:flex; flex-direction:column; min-width:0; }
    .pp-next {
      flex:1; display:flex; flex-direction:column; min-width:0;
      background: rgba(6,8,18,0.55); border:1px solid var(--frost);
      border-radius:14px; padding:15px 16px 17px;
    }
    .pp-next-lbl {
      font-size:9.5px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase;
      color:#7C89AD; margin-bottom:15px;
    }
    .pp-next-steps {
      list-style:none; margin:0; padding:0; flex:1;
      display:flex; flex-direction:column;
    }
    .pp-next-step { flex:1; display:flex; gap:11px; align-items:flex-start; min-width:0; }
    .pp-next-step:last-child { flex:0 0 auto; }
    .pp-next-rail { align-self:stretch; flex-shrink:0; display:flex; flex-direction:column; align-items:center; }
    .pp-next-dot {
      width:9px; height:9px; border-radius:50%; flex-shrink:0; margin-top:4px; box-sizing:border-box;
      border:2px solid rgba(143,179,232,0.35); background:transparent;
    }
    .pp-next-line {
      flex:1; width:1px; margin:5px 0 -4px; min-height:14px;
      background: linear-gradient(180deg, rgba(232,118,58,0.45), rgba(143,179,232,0.10));
    }
    .pp-next-step:first-child .pp-next-dot {
      border-color:var(--p2); background:var(--p2); box-shadow:0 0 0 3px rgba(232,118,58,0.16);
    }
    .pp-next-txt { min-width:0; }
    .pp-next-txt b { display:block; font-size:13.5px; font-weight:800; color:#fff; line-height:1.3; margin-bottom:2px; }
    .pp-next-txt span { display:block; font-size:10px; color:var(--muted); line-height:1.45; }

    /* ── Trust badges + popovers ── */
    .pp-trust { display:flex; flex-wrap:wrap; gap:7px; margin:2px 0 6px; }
    .pp-trust-b {
      position:relative;
      display:inline-flex; align-items:center; gap:6px;
      background: var(--card2); border:1px solid var(--border); border-radius:8px;
      padding:6px 11px; font-size:11px; font-weight:700; color:var(--text);
      cursor:pointer; user-select:none; transition: border-color .15s, background .15s;
    }
    .pp-trust-b:hover { border-color: var(--borderp); background: rgba(232, 118, 58, 0.05); }
    .pp-trust-b.open { border-color: var(--borderp); background: rgba(232, 118, 58, 0.08); }
    .pp-trust-b > svg { width:12px; height:12px; color:var(--p2); flex-shrink:0; }
    .pp-trust-b.cash { color:#34D399; border-color:rgba(16,185,129,0.3); }
    .pp-trust-b.cash > svg { color:#34D399; }
    .pp-trust-b.cash:hover, .pp-trust-b.cash.open { border-color:rgba(16,185,129,0.55); background:rgba(16,185,129,0.06); }
    .pp-trust-pop {
      display:none; position:absolute; top:calc(100% + 9px); left:0; width:258px; z-index:60;
      background:#0D1326; border:1px solid var(--borderp); border-radius:12px;
      padding:12px 14px; font-size:11.5px; font-weight:500; line-height:1.7;
      color:var(--text); text-transform:none; letter-spacing:0; cursor:default;
      box-shadow: 0 18px 44px rgba(0,0,0,0.6), 0 0 0 1px rgba(232,118,58,0.06);
    }
    .pp-trust-pop::before {
      content:''; position:absolute; top:-5px; left:22px; width:8px; height:8px;
      background:#0D1326; border-left:1px solid var(--borderp); border-top:1px solid var(--borderp);
      transform:rotate(45deg);
    }
    .pp-trust-pop b { color:#fff; }
    .pp-trust-pop a { color:var(--p2); text-decoration:underline; text-underline-offset:2px; }
    .pp-trust-b.pop-right .pp-trust-pop { left:auto; right:0; }
    .pp-trust-b.pop-right .pp-trust-pop::before { left:auto; right:22px; }
    .pp-trust-b.open .pp-trust-pop { display:block; }
    @media (hover:hover) { .pp-trust-b:hover .pp-trust-pop { display:block; } }

    /* ── Requirements / More info ── */
    .pp-req-list { display:flex; flex-direction:column; gap:6px; }
    .pp-req-list li { font-size:13px; color:var(--text); line-height:1.6; list-style:none; display:flex; gap:8px; }
    .pp-req-dot { width:5px; height:5px; border-radius:50%; background:var(--p2); flex-shrink:0; margin-top:7px; }
    .pp-more-list { display:flex; flex-direction:column; gap:6px; }
    .pp-more-list li { font-size:13px; color:var(--text); line-height:1.65; list-style:none; display:flex; gap:9px; }

    /* ── You may also like ── */
    .pp-rel-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:4px; }
    .pp-rel {
      background: var(--card); border:1px solid var(--border); border-radius:14px;
      overflow:hidden; cursor:pointer; transition: transform .18s, border-color .18s, box-shadow .18s;
      display:flex; flex-direction:column;
    }
    .pp-rel:hover { transform: translateY(-3px); border-color: var(--borderp); box-shadow: 0 12px 30px rgba(0,0,0,0.35); }
    .pp-rel-img {
      height:86px; display:flex; align-items:center; justify-content:center;
      background: linear-gradient(160deg, rgba(124,58,237,0.10), rgba(9,11,24,0.6));
      border-bottom:1px solid var(--border);
    }
    .pp-rel-img img { height:52px; width:auto; object-fit:contain; filter: drop-shadow(0 0 12px rgba(157,193,240,0.35)); }
    .pp-rel-body { padding:11px 13px 13px; display:flex; flex-direction:column; gap:8px; flex:1; }
    .pp-rel-name { font-size:12.5px; font-weight:800; color:#fff; line-height:1.3; }
    .pp-rel-foot { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:8px; }
    .pp-rel-price { font-family:'Plus Jakarta Sans',sans-serif; font-size:14px; font-weight:800; color:var(--p2); }
    .pp-rel-buy {
      background: var(--p3); border:1px solid var(--borderp); color:#C4B5FD;
      border-radius:7px; padding:5px 11px; font-size:11px; font-weight:800; cursor:pointer;
      transition: background .15s, color .15s;
    }
    .pp-rel:hover .pp-rel-buy { background: var(--p); color:#fff; }

    @media (max-width: 860px) {
      .pp-hero-top { grid-template-columns:1fr; min-height:0; }
      .pp-hero-stage { flex-direction:column; gap:14px; }
      .pp-ribbons { max-width:100%; align-items:center; }
      .pp-hero-ico img { height:120px; }
      .pp-rel-grid { grid-template-columns:repeat(2,1fr); }
    }

    /* Configurator card */
    .cc {
      position: sticky;
      top: 80px;
      background: linear-gradient(180deg, rgba(18, 25, 45, 0.92), rgba(10, 15, 30, 0.94));
      backdrop-filter: blur(14px);
      border: 1px solid var(--frost);
      border-radius: 20px;
      padding: 0;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(232, 118, 58, 0.05);
    }

    .cc::before {
      content: '';
      display: block;
      height: 3px;
      background: linear-gradient(90deg, transparent, #CD412B 20%, #E8763A 50%, #CD412B 80%, transparent);
    }

    .cc-head {
      padding: 18px 22px 14px;
      border-bottom: 1px solid var(--frost);
      background: linear-gradient(180deg, rgba(232, 118, 58, 0.05), transparent);
    }

    .cc-eyebrow {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 9.5px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--p2);
      margin-bottom: 6px;
    }

    .cc-eyebrow::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, var(--borderp), transparent); }

    .cc-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 17px;
      font-weight: 800;
      color: #fff;
      line-height: 1.3;
    }

    .cc-body { padding: 18px 22px 22px; }

    .cc-sec { margin-bottom: 20px; }

    .cc-lbl {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 10px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.6px;
      color: #AAB6D4;
      margin-bottom: 9px;
    }

    .cc-step {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 20px;
      height: 20px;
      border-radius: 6px;
      background: rgba(232, 118, 58, 0.12);
      border: 1px solid rgba(232, 118, 58, 0.3);
      color: var(--p2);
      font-size: 9.5px;
      font-weight: 800;
      letter-spacing: 0;
      flex-shrink: 0;
    }

    .mat-search {
      width: 100%;
      background: rgba(6, 9, 20, 0.6);
      border: 1px solid var(--border);
      border-radius: 9px;
      padding: 9px 12px;
      font-size: 12px;
      color: var(--text);
      outline: none;
      margin-bottom: 8px;
      box-sizing: border-box;
      transition: border-color 0.15s;
    }

    .mat-search:focus { border-color: var(--borderp); box-shadow: 0 0 0 3px rgba(232, 118, 58, 0.08); }

    .mat-list { max-height: 236px; overflow-y: auto; display: flex; flex-direction: column; gap: 5px; padding-right: 4px; }
    .mat-list::-webkit-scrollbar { width: 5px; }
    .mat-list::-webkit-scrollbar-track { background: rgba(6, 9, 20, 0.5); border-radius: 3px; }
    .mat-list::-webkit-scrollbar-thumb { background: rgba(232, 118, 58, 0.35); border-radius: 3px; }
    .mat-list::-webkit-scrollbar-thumb:hover { background: rgba(232, 118, 58, 0.55); }

    .mat-chk {
      width: 17px;
      height: 17px;
      border: 1.5px solid rgba(143, 179, 232, 0.3);
      border-radius: 5px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      font-weight: 800;
      margin-right: 9px;
      transition: all 0.15s;
      background: rgba(6, 9, 20, 0.5);
    }

    .mat-item.on .mat-chk { background: linear-gradient(135deg, #CD412B, #E8763A); border-color: var(--p2); color: #fff; box-shadow: 0 0 10px rgba(232, 118, 58, 0.35); }
    .mat-name { flex: 1; }

    .mat-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 9px 11px;
      border-radius: 9px;
      cursor: pointer;
      border: 1px solid rgba(143, 179, 232, 0.07);
      background: rgba(6, 9, 20, 0.35);
      transition: all 0.12s;
      font-size: 12px;
      color: var(--text);
    }

    .mat-item:hover { background: rgba(143, 179, 232, 0.06); border-color: var(--border); transform: translateX(2px); }
    .mat-item.on { background: linear-gradient(135deg, rgba(205, 65, 43, 0.16), rgba(232, 118, 58, 0.07)); border-color: var(--borderp); color: #fff; }
    .mat-price-tag { font-size: 11px; color: var(--p2); font-weight: 800; font-variant-numeric: tabular-nums; }


    /* Quantity — one mode per service (slider or picker) */
    .qty-slider-wrap {
      background: rgba(6, 9, 20, 0.45);
      border: 1px solid rgba(143, 179, 232, 0.08);
      border-radius: 12px;
      padding: 14px 15px 12px;
    }

    .qty-slider-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
    .qty-slider-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: #fff; line-height: 1; }
    .qty-slider-val em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--muted); margin-left: 5px; letter-spacing: 0.5px; }
    .qty-slider-max { font-size: 10px; color: var(--muted); font-weight: 700; }

    .qty-range,
    .rs-slider {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 6px;
      border-radius: 4px;
      background: linear-gradient(90deg, #CD412B 0%, #E8763A 0%, rgba(143, 179, 232, 0.15) 0%);
      outline: none;
      cursor: pointer;
      display: block;
    }

    .qty-range::-webkit-slider-thumb,
    .rs-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: 4px solid #E8763A;
      box-shadow: 0 0 0 4px rgba(232, 118, 58, 0.18), 0 4px 12px rgba(0, 0, 0, 0.5);
      cursor: grab;
      transition: box-shadow 0.15s;
    }

    .qty-range::-webkit-slider-thumb:active,
    .rs-slider::-webkit-slider-thumb:active { cursor: grabbing; box-shadow: 0 0 0 7px rgba(232, 118, 58, 0.22), 0 4px 12px rgba(0, 0, 0, 0.5); }
    .qty-range::-moz-range-thumb,
    .rs-slider::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: 4px solid #E8763A;
      box-shadow: 0 0 0 4px rgba(232, 118, 58, 0.18), 0 4px 12px rgba(0, 0, 0, 0.5);
      cursor: grab;
    }

    .qty-ticks { display: flex; justify-content: space-between; margin-top: 7px; font-size: 9.5px; color: var(--muted); font-weight: 700; }

    .qty-chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 8px; }

    .qty-chip {
      padding: 9px 4px;
      text-align: center;
      border-radius: 9px;
      border: 1px solid var(--border);
      background: rgba(6, 9, 20, 0.5);
      color: var(--muted);
      font-size: 12.5px;
      font-weight: 800;
      cursor: pointer;
      transition: all 0.13s;
      font-variant-numeric: tabular-nums;
    }

    .qty-chip:hover { border-color: rgba(232, 118, 58, 0.35); color: #fff; }
    .qty-chip.on {
      border-color: var(--p2);
      color: #fff;
      background: linear-gradient(135deg, rgba(205, 65, 43, 0.25), rgba(232, 118, 58, 0.12));
      box-shadow: 0 0 14px rgba(232, 118, 58, 0.15);
    }

    .qty-stepper { display: flex; align-items: center; gap: 8px; }
    .qty-stepper-lbl { font-size: 10.5px; color: var(--muted); font-weight: 700; flex: 1; }

    .qty-btn {
      width: 30px;
      height: 30px;
      background: rgba(6, 9, 20, 0.6);
      border: 1px solid var(--border);
      border-radius: 8px;
      color: #fff;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.13s;
    }

    .qty-btn:hover { border-color: var(--borderp); background: rgba(232, 118, 58, 0.1); }
    .qty-inp { width: 48px; text-align: center; background: rgba(6, 9, 20, 0.6); border: 1px solid var(--border); border-radius: 8px; padding: 6px 4px; font-size: 13px; font-weight: 800; color: #fff; outline: none; font-variant-numeric: tabular-nums; }
    .qty-inp:focus { border-color: var(--borderp); }

    .bulk-hint {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 9px;
      font-size: 10.5px;
      font-weight: 700;
      color: var(--p2);
      background: rgba(232, 118, 58, 0.07);
      border: 1px dashed rgba(232, 118, 58, 0.3);
      border-radius: 8px;
      padding: 7px 10px;
    }

    /* Delivery method */
    .del-row { display: flex; flex-direction: column; gap: 7px; }

    .del-opt {
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 11px 13px;
      border: 1px solid var(--border);
      border-radius: 12px;
      cursor: pointer;
      font-size: 12px;
      color: var(--muted);
      transition: all 0.15s;
      background: rgba(6, 9, 20, 0.4);
    }

    .del-opt:hover { border-color: rgba(232, 118, 58, 0.3); }

    .del-opt.on {
      border-color: var(--p2);
      color: #fff;
      background: linear-gradient(135deg, rgba(205, 65, 43, 0.18), rgba(232, 118, 58, 0.07));
      box-shadow: 0 0 20px rgba(232, 118, 58, 0.12);
    }

    .del-ico {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      background: rgba(143, 179, 232, 0.07);
      border: 1px solid rgba(143, 179, 232, 0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.15s;
    }

    .del-ico svg { width: 16px; height: 16px; stroke: #8FA3C8; transition: stroke 0.15s; }
    .del-opt.on .del-ico { background: linear-gradient(135deg, rgba(205, 65, 43, 0.3), rgba(232, 118, 58, 0.15)); border-color: var(--borderp); }
    .del-opt.on .del-ico svg { stroke: var(--p2); }

    .del-txt { flex: 1; min-width: 0; }
    .del-name { font-weight: 800; font-size: 12.5px; }
    .del-sub { font-size: 10px; color: var(--muted); margin-top: 2px; line-height: 1.45; }

    .del-radio {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid rgba(143, 179, 232, 0.3);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.15s;
    }

    .del-radio::after { content: ''; width: 7px; height: 7px; border-radius: 50%; background: transparent; transition: all 0.15s; }
    .del-opt.on .del-radio { border-color: var(--p2); }
    .del-opt.on .del-radio::after { background: var(--p2); box-shadow: 0 0 8px rgba(232, 118, 58, 0.6); }

    .del-note { margin-top: 8px; font-size: 11px; line-height: 1.55; color: #7C89AD; }
    .del-note b { color: #B9C4DE; }

    /* Single-purchase hero — one price, no configuration */
    .cc-hero {
      position: relative;
      background:
        radial-gradient(130% 150% at 0% 0%, rgba(232, 118, 58, 0.16), transparent 62%),
        rgba(6, 9, 20, 0.55);
      border: 1px solid rgba(232, 118, 58, 0.24);
      border-radius: 16px;
      padding: 20px 20px 18px;
      margin-bottom: 18px;
    }

    .hero-top { display: flex; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; gap: 14px; }

    .hero-top > div:first-child { min-width: 0; }

    .hero-cap {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #AAB6D4;
      font-variant-numeric: tabular-nums;
      margin-bottom: 8px;
    }

    .hero-price {
      font-size: 46px;
      font-weight: 800;
      letter-spacing: -2px;
      line-height: 0.95;
      color: #fff;
      font-variant-numeric: tabular-nums;
      text-shadow: 0 6px 30px rgba(232, 118, 58, 0.35);
    }

    .hero-price.soon { font-size: 26px; letter-spacing: -0.5px; color: var(--p2); text-shadow: none; }

    /* ── Hours of protection — hourly services only ── */
    .cc-hours {
      margin-bottom: 18px;
      padding: 15px 16px 14px;
      border: 1px solid var(--frost);
      border-radius: 16px;
      background:
        radial-gradient(420px 180px at 100% 0%, rgba(232, 118, 58, 0.1), transparent 60%),
        rgba(6, 9, 20, 0.5);
    }

    .hrs-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
    .hrs-head .cc-lbl { margin-bottom: 0; }

    .hrs-rate {
      flex-shrink: 0;
      padding: 4px 9px;
      border-radius: 999px;
      border: 1px solid var(--borderp);
      background: rgba(232, 118, 58, 0.1);
      color: var(--p2);
      font-size: 10.5px;
      font-weight: 800;
      letter-spacing: 0.4px;
      font-variant-numeric: tabular-nums;
    }

    .hrs-read { display: flex; align-items: baseline; gap: 8px; margin: 12px 0 5px; }

    .hrs-num {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 34px;
      font-weight: 800;
      line-height: 0.9;
      letter-spacing: -1.5px;
      color: #fff;
      font-variant-numeric: tabular-nums;
      text-shadow: 0 4px 22px rgba(232, 118, 58, 0.3);
    }

    .hrs-unit {
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      color: #AAB6D4;
    }

    .hrs-say { font-size: 11.5px; font-weight: 600; line-height: 1.5; color: #7C89AD; margin-bottom: 11px; }

    .hrs-meter { padding: 8px 0 2px; }

    .hrs-scale {
      display: flex;
      justify-content: space-between;
      margin-top: 8px;
      font-size: 9.5px;
      font-weight: 700;
      letter-spacing: 0.6px;
      color: #5F6B8A;
      font-variant-numeric: tabular-nums;
    }

    .hrs-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 13px; }

    .hrs-chip {
      padding: 8px 4px;
      text-align: center;
      border-radius: 9px;
      border: 1px solid var(--frost);
      background: rgba(6, 9, 20, 0.5);
      color: #7C89AD;
      font-size: 11.5px;
      font-weight: 800;
      cursor: pointer;
      transition: all 0.13s;
      font-variant-numeric: tabular-nums;
    }

    .hrs-chip:hover { border-color: rgba(232, 118, 58, 0.35); color: #fff; }

    .hrs-chip.on { border-color: var(--borderp); background: rgba(232, 118, 58, 0.14); color: var(--p2); }

    /* Rocket count — Offline / Online Raid */
    .rk-target {
      margin-top: 13px;
      padding: 10px 12px;
      border-radius: 11px;
      border: 1px solid var(--frost);
      background: rgba(6, 9, 20, 0.45);
    }

    .rk-target-k {
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      color: #5F6B8A;
      margin-bottom: 4px;
    }

    .rk-target-v { font-size: 11.5px; font-weight: 700; line-height: 1.5; color: #C6D0E6; }

    .rk-dunno {
      display: block;
      width: 100%;
      margin-top: 9px;
      padding: 9px 10px;
      border-radius: 10px;
      border: 1px dashed rgba(143, 179, 232, 0.3);
      background: transparent;
      color: #8FA2C4;
      font-family: inherit;
      font-size: 11.5px;
      font-weight: 800;
      cursor: pointer;
      transition: all 0.14s;
    }

    .rk-dunno:hover { border-color: var(--borderp); color: var(--p2); }
    .rk-dunno.on { border-style: solid; border-color: var(--borderp); background: rgba(232, 118, 58, 0.1); color: var(--p2); }

    .rk-dunno-note .rk-target-k { color: var(--p2); margin-bottom: 5px; }

    .rk-dunno-note {
      display: none;
      margin-top: 9px;
      padding: 11px 12px;
      border-radius: 11px;
      border: 1px solid var(--borderp);
      background: rgba(232, 118, 58, 0.07);
      font-size: 11.5px;
      font-weight: 600;
      line-height: 1.6;
      color: #D6DEEF;
    }

    .rk-dunno.on + .rk-dunno-note { display: block; }

    .rk-dunno-cta {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      margin-top: 9px;
      padding: 7px 13px;
      border-radius: 999px;
      border: 0;
      background: var(--pg);
      color: #fff;
      font-family: inherit;
      font-size: 11.5px;
      font-weight: 800;
      cursor: pointer;
      transition: filter 0.14s;
    }

    .rk-dunno-cta:hover { filter: brightness(1.1); }

    .hero-note {
      margin-top: 9px;
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: 0.2px;
      line-height: 1.4;
      color: var(--p2);
    }

    .hero-plat {
      flex-shrink: 0;
      margin-top: 3px;
      padding: 6px 11px;
      border-radius: 999px;
      border: 1px solid rgba(232, 118, 58, 0.3);
      background: rgba(232, 118, 58, 0.1);
      color: var(--p2);
      font-size: 10.5px;
      font-weight: 800;
      letter-spacing: 0.4px;
      white-space: nowrap;
    }

    .hero-sub { margin-top: 12px; font-size: 12.5px; line-height: 1.6; color: #8E9AB8; }

    .hero-points {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin: 16px 0 0;
      padding: 15px 0 0;
      list-style: none;
      border-top: 1px dashed rgba(232, 118, 58, 0.22);
    }

    .hero-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 12.5px; line-height: 1.5; color: #A9B5D1; }
    .hero-points svg { width: 16px; height: 16px; stroke: var(--p2); flex-shrink: 0; margin-top: 1px; }
    .hero-points b { color: #fff; font-weight: 800; }

    /* Your Server — carried across every service until an order is placed */
    .cc-step svg { width: 12px; height: 12px; }

    .cc-q {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px;
      padding: 0;
      border: 1px solid var(--border);
      border-radius: 50%;
      background: rgba(6, 9, 20, 0.6);
      font-family: inherit;
      font-size: 10px;
      font-weight: 800;
      color: var(--muted);
      cursor: pointer;
      transition: all 0.15s;
    }

    .cc-q:hover,
    .cc-q.peek,
    .cc-q.on { border-color: var(--p2); background: rgba(232, 118, 58, 0.12); color: var(--p2); }

    .cc-match {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin-top: 13px;
      font-size: 11.5px;
      font-weight: 600;
      line-height: 1.5;
      color: #8E9AB8;
    }

    .cc-match svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--p2); }
    .cc-match b { color: #fff; font-weight: 800; }

    .cc-ask { margin-top: 16px; }

    .cc-ask-hd {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      color: var(--muted);
    }

    .cc-ask-hd::before,
    .cc-ask-hd::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--frost);
    }

    .cc-ask-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      width: 100%;
      padding: 13px 16px;
      border: 1px solid var(--frost);
      border-radius: 13px;
      background: rgba(255, 255, 255, 0.035);
      font-family: inherit;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.2px;
      color: #fff;
      cursor: pointer;
      transition: border-color 0.16s, background 0.16s, transform 0.16s;
    }

    .cc-ask-btn svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--p2); }

    .cc-ask-btn:hover {
      border-color: var(--borderp);
      background: rgba(232, 118, 58, 0.1);
      transform: translateY(-1px);
    }

    .cc-ask-btn:active { transform: none; }

    .cc-qw { display: inline-flex; align-items: center; }

    .cc-help {
      display: none;
      position: absolute;
      top: 26px;
      left: 0;
      right: 0;
      z-index: 99;
      padding: 13px 14px;
      border-radius: 12px;
      border: 1px solid rgba(232, 118, 58, 0.35);
      background: #12101B;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.88);
      font-size: 11.5px;
      font-weight: 500;
      line-height: 1.7;
      color: #A9B5D1;
      text-transform: none;
      letter-spacing: 0;
    }

    .cc-qw:hover .cc-help,
    .cc-help.on { display: block; }
    .cc-help b { color: #fff; font-weight: 800; }

    .srv-clear {
      margin-left: auto;
      background: none;
      border: none;
      padding: 0;
      font-family: inherit;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--muted);
      cursor: pointer;
      transition: color 0.15s;
    }

    .srv-clear:hover { color: var(--p2); }

    .srv-row { position: relative; display: flex; align-items: center; gap: 6px; margin-bottom: 7px; }
    .srv-lbl { font-size: 11px; font-weight: 700; color: #8E9AB8; }

    .srv-types { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 14px; }

    .srv-type {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      padding: 11px 4px 9px;
      border-radius: 11px;
      border: 1px solid var(--border);
      background: rgba(6, 9, 20, 0.5);
      color: var(--muted);
      font-family: inherit;
      font-size: 11px;
      font-weight: 800;
      cursor: pointer;
      transition: all 0.15s;
    }

    .srv-type svg { width: 17px; height: 17px; stroke: currentColor; }
    .srv-type:hover { border-color: rgba(232, 118, 58, 0.35); color: #C9D3EA; }

    .srv-type.on {
      border-color: var(--p2);
      color: #fff;
      background: linear-gradient(135deg, rgba(205, 65, 43, 0.24), rgba(232, 118, 58, 0.1));
      box-shadow: 0 0 18px rgba(232, 118, 58, 0.16), inset 0 0 12px rgba(232, 118, 58, 0.06);
    }

    .srv-type.on svg { stroke: var(--p2); }

    .srv-field { margin-bottom: 14px; }

    .srv-inp {
      width: 100%;
      background: rgba(6, 9, 20, 0.6);
      border: 1px solid var(--border);
      border-radius: 9px;
      padding: 9px 12px;
      font-family: inherit;
      font-size: 12.5px;
      font-weight: 600;
      color: #fff;
      outline: none;
      box-sizing: border-box;
      transition: border-color 0.15s, box-shadow 0.15s;
    }

    .srv-inp::placeholder { color: #5D6A8C; font-weight: 500; }
    .srv-inp:focus { border-color: var(--borderp); box-shadow: 0 0 0 3px rgba(232, 118, 58, 0.08); }

    #srv-pop { font-variant-numeric: tabular-nums; }

    .srv-saved {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 11px;
      font-size: 10.5px;
      font-weight: 700;
      color: var(--green);
    }

    .srv-saved svg { width: 12px; height: 12px; stroke: var(--green); flex-shrink: 0; }

    /* Total */
    .cc-total {
      background: linear-gradient(135deg, rgba(232, 118, 58, 0.08), rgba(205, 65, 43, 0.04));
      border: 1px solid rgba(232, 118, 58, 0.2);
      border-radius: 14px;
      padding: 14px 16px;
      margin: 4px 0 16px;
    }

    .price-total-row { display: flex; justify-content: space-between; align-items: center; }
    .price-total-cap { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; color: #AAB6D4; }

    .price-total {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 26px;
      font-weight: 800;
      background: linear-gradient(135deg, #FFB88A, #E8763A);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-variant-numeric: tabular-nums;
    }

    .cashback {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 10.5px;
      font-weight: 700;
      color: var(--green);
      margin-top: 8px;
      padding-top: 9px;
      border-top: 1px dashed rgba(232, 118, 58, 0.2);
    }

    .cashback svg { width: 13px; height: 13px; stroke: var(--green); flex-shrink: 0; }

    /* Notes */
    .cc-notes {
      width: 100%;
      background: rgba(6, 9, 20, 0.5);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 10px 12px;
      color: #fff;
      font-size: 12.5px;
      line-height: 1.6;
      resize: vertical;
      min-height: 72px;
      box-sizing: border-box;
      font-family: inherit;
      outline: none;
      transition: border-color 0.15s;
    }

    .cc-notes:focus { border-color: var(--borderp); }

    /* Payment badges */
    .cc-pay { margin-top: 12px; }

    .cc-pay-secure {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 9.5px;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 9px;
    }

    .cc-pay-secure svg { width: 11px; height: 11px; stroke: var(--green); }

    .cc-pay-row { display: flex; justify-content: center; gap: 7px; }

    .cc-pay-badge {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 28px;
      padding: 0 12px;
      background: rgba(6, 9, 20, 0.6);
      border: 1px solid rgba(143, 179, 232, 0.14);
      border-radius: 7px;
      transition: border-color 0.15s;
    }

    .cc-pay-badge:hover { border-color: rgba(143, 179, 232, 0.3); }

    /* Workshop check options */
    .wk-check-opt {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 9px 11px;
      border: 1px solid var(--border);
      border-radius: 9px;
      cursor: pointer;
      font-size: 12px;
      color: var(--muted);
      transition: all 0.12s;
      background: rgba(6, 9, 20, 0.4);
    }

    .wk-check-opt.on { border-color: var(--p2); color: #fff; background: linear-gradient(135deg, rgba(205, 65, 43, 0.16), rgba(232, 118, 58, 0.07)); }
    .wk-chk { width: 15px; height: 15px; border: 1.5px solid rgba(143, 179, 232, 0.3); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--green); flex-shrink: 0; background: rgba(6, 9, 20, 0.5); }
    .wk-check-opt.on .wk-chk { border-color: var(--p2); background: linear-gradient(135deg, #CD412B, #E8763A); color: #fff; }

    /* FAQ accordions */
    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; align-items: start; }

    .fq-list { display: flex; flex-direction: column; gap: 10px; }

    .fq-item {
      background: var(--glass);
      backdrop-filter: blur(8px);
      border: 1px solid var(--frost);
      border-radius: 12px;
      overflow: hidden;
      transition: border-color 0.15s;
    }

    .fq-item.open { border-color: var(--borderp); }

    .fq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      width: 100%;
      background: none;
      border: none;
      text-align: left;
      padding: 14px 16px;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      font-family: inherit;
      line-height: 1.45;
    }

    .fq-ar { color: var(--p2); transition: transform 0.2s; flex-shrink: 0; font-size: 12px; }
    .fq-item.open .fq-ar { transform: rotate(180deg); }
    .fq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
    .fq-a-in { padding: 0 16px 14px; font-size: 12.5px; color: var(--text); line-height: 1.7; }

    /* Product page — How It Works steps */
    .pp-steps { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
    .pp-steps li { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--text); line-height: 1.6; }

    .pp-step-n {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      border-radius: 50%;
      background: var(--p3);
      border: 1px solid var(--borderp);
      color: var(--p2);
      font-size: 11px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }

    /* Trust section */
    .trust-sec {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 28px 48px;
    }

    .tr-card {
      background: var(--glass);
      backdrop-filter: blur(8px);
      border: 1px solid var(--frost);
      border-radius: 14px;
      padding: 22px;
      text-align: center;
    }

    .tr-icon { font-size: 24px; margin-bottom: 10px; }
    .tr-title { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 6px; }
    .tr-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }

    /* Responsive */
    /* About section */
    .about-text { max-width: 880px; }
    .about-text p { font-size: 13.5px; color: #9AA6C4; line-height: 1.85; margin-bottom: 14px; }
    .about-text b { color: #fff; }
    .about-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }

    .ab-step { display: flex; gap: 14px; background: rgba(15, 22, 38, 0.82); backdrop-filter: blur(9px); border: 1px solid rgba(143, 179, 232, 0.09); border-radius: 12px; padding: 16px; }
    .ab-n { width: 30px; height: 30px; border-radius: 9px; background: var(--p3); border: 1px solid var(--borderp); color: var(--p2); font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .ab-t { font-size: 13.5px; font-weight: 800; color: #fff; margin-bottom: 3px; }
    .ab-d { font-size: 12px; color: #8E9AB8; line-height: 1.65; }

    .abw-h { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; color: #fff; margin: 34px 0 16px; text-transform: uppercase; letter-spacing: 0.5px; }
    .abw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

    .abw-b {
      background: rgba(15, 22, 38, 0.82);
      backdrop-filter: blur(9px);
      border: 1px solid rgba(143, 179, 232, 0.09);
      border-radius: 12px;
      padding: 18px;
    }

    .abw-b h4 { font-size: 13.5px; color: #fff; font-weight: 800; margin-bottom: 7px; }
    .abw-b h4 em { font-style: normal; color: var(--p2); margin-right: 6px; }
    .abw-b p { font-size: 12px; color: #8E9AB8; line-height: 1.7; }

    @media (max-width: 1024px) { .abw-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px)  { .abw-grid { grid-template-columns: 1fr; } }

    .absv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .absv {
      background: rgba(15, 22, 38, 0.82);
      backdrop-filter: blur(9px);
      border: 1px solid rgba(143, 179, 232, 0.09);
      border-radius: 12px;
      padding: 18px 20px;
      transition: border-color 0.15s;
    }
    .absv:hover { border-color: var(--borderp); }
    .absv h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: #fff; font-weight: 800; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
    .absv .absv-tag { font-size: 9.5px; font-weight: 800; color: var(--p2); background: var(--p3); border: 1px solid var(--borderp); border-radius: 6px; padding: 2px 8px; text-transform: uppercase; letter-spacing: 0.6px; }
    .absv p { font-size: 12.5px; color: #8E9AB8; line-height: 1.72; }
    .absv p b { color: #B9C4DE; }
    @media (max-width: 768px) { .absv-grid { grid-template-columns: 1fr; } }

    .ab-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 26px 0 4px; }
    .ab-stat { background: rgba(15, 22, 38, 0.82); backdrop-filter: blur(9px); border: 1px solid rgba(143, 179, 232, 0.09); border-radius: 12px; padding: 18px 14px; text-align: center; }
    .ab-stat-n { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: var(--p2); line-height: 1.1; }
    .ab-stat-l { font-size: 11.5px; color: #8E9AB8; line-height: 1.5; margin-top: 6px; }

    .ab-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .ab-why-i { display: flex; align-items: center; gap: 10px; background: rgba(15, 22, 38, 0.82); backdrop-filter: blur(9px); border: 1px solid rgba(143, 179, 232, 0.09); border-radius: 12px; padding: 14px 16px; font-size: 13.5px; font-weight: 800; color: #fff; }
    .ab-why-i em { font-style: normal; color: var(--green); font-size: 14px; flex-shrink: 0; }

    .ab-perfect { display: flex; flex-wrap: wrap; gap: 10px; }
    .ab-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--p3); border: 1px solid var(--borderp); border-radius: 999px; padding: 9px 16px; font-size: 12.5px; font-weight: 800; color: #fff; }
    .ab-chip em { font-style: normal; color: var(--green); }

    @media (max-width: 900px) { .ab-why { grid-template-columns: repeat(2, 1fr); } .about-steps { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) { .ab-stats { grid-template-columns: repeat(2, 1fr); } .ab-why { grid-template-columns: 1fr; } .about-steps { grid-template-columns: 1fr; } }

    .btn-buy { padding: 9px 18px; font-size: 13px; border-radius: 9px; }

    @media (max-width: 1200px) {
      .grid5, .grid4 { grid-template-columns: repeat(3, 1fr); }
    }

    @media (max-width: 1024px) {
      .layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
      .sidebar { position: sticky; top: 60px; z-index: 30; min-width: 0; max-width: 100%; background: rgba(8, 11, 22, 0.96); border: 1px solid var(--frost); border-radius: 12px; padding: 6px 12px; margin-bottom: 30px; }
      .sb-label { display: none; }
      .sb-group { display: none; }
      .sb-nav { flex-direction: row; gap: 2px; overflow-x: auto; scrollbar-width: none; }
      .sb-nav::-webkit-scrollbar { display: none; }
      .sb-nav li { flex-shrink: 0; }
      .sb-link { border-bottom: none; padding: 9px 12px; font-size: 13px; }
      .sb-link:hover { padding-left: 12px; }
      .grid5, .grid4 { grid-template-columns: repeat(3, 1fr); }
      .pp-grid { grid-template-columns: 1fr; }
      .cc { position: static; }
    }

    @media (max-width: 768px) {
      .store-head { padding: 116px 0 4px; }
      .grid5, .grid4 { grid-template-columns: repeat(2, 1fr); }
      .svc-img { height: 140px; }
      .svc-ico { height: 92px; }
      .trust-sec { grid-template-columns: repeat(2, 1fr); }
      .faq-grid { grid-template-columns: 1fr; }
      .sec-hd { padding-left: 0; }
      .sec-hd::before, .sec-hd::after { display: none; }
      .sec-art { aspect-ratio: 1080 / 560; }
      .sec-art-cap { left: 14px; right: 14px; bottom: 12px; font-size: 11.5px; }
      .co-banner { padding: 26px 22px; }
      .co-art { display: none; }
      .co-shard { width: 52%; right: -18%; opacity: 0.55; }
      .co-cta { width: 100%; justify-content: center; }
    }

    @media (max-width: 480px) {
      .grid5, .grid4 { grid-template-columns: 1fr; }
      .trust-sec { grid-template-columns: 1fr; }
      .hero-price { font-size: 38px; letter-spacing: -1.4px; }
    }

/* ── Full-page raid backdrop — static 3D plane ── */
.rust-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:#070B16;}
.rust-bg-vid{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;}
.rust-bg-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,20,.34) 0%,rgba(8,10,20,.6) 42%,rgba(8,10,20,.9) 72%,rgba(7,9,18,.97) 100%);}
.rust-bg-fog{position:absolute;left:0;right:0;bottom:0;height:34%;background:linear-gradient(180deg,transparent,rgba(9,12,24,.92));}
@media (prefers-reduced-motion: reduce){.rust-bg-vid{display:none;}}
.rust-topmask{position:fixed;top:0;left:0;right:0;height:122px;z-index:997;pointer-events:none;background:linear-gradient(180deg,rgba(7,11,22,.72) 0%,rgba(7,11,22,.5) 60%,rgba(7,11,22,0) 100%);}
.view{position:relative;z-index:1;}

.cart-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:999;backdrop-filter:blur(3px)}
.cart-drawer{position:fixed;top:0;right:0;width:360px;max-width:95vw;height:100vh;background:#12090c;border-left:1px solid rgba(205,65,43,0.25);z-index:1000;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}
.cart-drawer.open{transform:translateX(0)}
.cart-header{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,0.07);display:flex;align-items:center;justify-content:space-between}
.cart-title{font-family:'Plus Jakarta Sans',sans-serif;font-size:18px;font-weight:800;color:#fff}
.cart-close{width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .15s}
.cart-close:hover{background:rgba(239,68,68,0.12);border-color:rgba(239,68,68,0.3);color:#EF4444}
.cart-body{flex:1;overflow-y:auto;padding:8px 0}
.cart-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,0.07)}
.cart-summary{margin-bottom:14px}
.cart-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;color:#fff}
.cart-checkout{width:100%;padding:14px;background:linear-gradient(135deg,#9A3412,#CD412B);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;transition:all .2s}
.cart-checkout:hover{box-shadow:0 0 24px rgba(205,65,43,0.5);transform:translateY(-1px)}
