/* one-shot.css — extracted from inline <style> blocks. Generated by scripts/h1-extract.mjs */
body { min-height: 100vh; }

      .container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 24px;
        position: relative;
        z-index: 1;
      }

      section {
        padding: 100px 0;
      }

      /* === Button === */
      .btn-main {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--green);
        color: #000;
        padding: 16px 40px;
        font-family: "JetBrains Mono", monospace;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 0.2s;
      }

      .btn-main:hover {
        background: #33ff66;
        box-shadow: 0 0 40px var(--green-glow-strong);
        transform: translateY(-2px);
      }

      /* === Terminal base === */
      .term-bar {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 10px 16px;
        background: #0a120a;
        border-bottom: 1px solid var(--border);
        font-size: 11px;
        color: var(--text-muted);
      }

      .term-bar span {
        opacity: 0.5;
      }

      .term-body {
        padding: 24px;
        font-size: 13px;
        line-height: 2;
      }

      /* === Pricing base === */
      .price-box {
        background: var(--bg-card);
        padding: 40px 28px;
        position: relative;
        border: 1px solid var(--border);
        display: flex;
        flex-direction: column;
      }

      .price-box .price-list {
        flex: 1;
      }

      .price-tag {
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--green);
        color: #000;
        font-weight: 700;
        font-size: 11px;
        padding: 4px 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        white-space: nowrap;
      }

      .price-box h3 {
        font-size: 18px;
        color: var(--white);
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 8px;
        min-height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .price-big {
        margin: 24px 0;
      }

      .price-big .dollar {
        font-size: 24px;
        vertical-align: top;
        line-height: 1.2;
      }
      .price-big .num {
        font-size: 56px;
        font-weight: 800;
        line-height: 1;
        text-shadow: 0 0 30px var(--green-glow-strong);
      }
      .price-big del {
        font-size: 20px;
        color: var(--text-muted);
        margin-left: 8px;
      }

      .price-desc {
        color: var(--text-muted);
        font-size: 13px;
        margin-bottom: 28px;
      }

      .price-list {
        list-style: none;
        text-align: left;
        margin-bottom: 32px;
      }

      .price-list li {
        padding: 8px 0;
        font-size: 13px;
        color: var(--text-dim);
        border-bottom: 1px solid var(--border);
      }

      .price-list li:last-child {
        border-bottom: none;
      }
      .price-list .ck {
        color: var(--green);
        margin-right: 8px;
      }

      .price-box .btn-main {
        width: 100%;
        justify-content: center;
      }

      .price-guarantee {
        margin-top: 16px;
        font-size: 11px;
        color: var(--text-muted);
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      /* === One-Shot protocol section === */
      .classified {
        text-align: center;
        padding: 120px 0 100px;
        position: relative;
        background: linear-gradient(
          180deg,
          var(--bg) 0%,
          #0a0500 15%,
          #0a0500 85%,
          var(--bg) 100%
        );
      }

      .classified::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image:
          repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 149, 0, 0.02) 50px,
            rgba(255, 149, 0, 0.02) 51px
          ),
          repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 149, 0, 0.02) 50px,
            rgba(255, 149, 0, 0.02) 51px
          );
        pointer-events: none;
        z-index: 0;
      }

      .classified .container {
        position: relative;
        z-index: 1;
      }

      /* Clearance barrier */
      .clearance-bar {
        border: 1px solid #ff9500;
        border-left: 3px solid #ff9500;
        background: rgba(255, 149, 0, 0.04);
        padding: 20px 28px;
        text-align: left;
        max-width: 700px;
        margin: 0 auto 56px;
        font-size: 13px;
        color: #cc7700;
        line-height: 1.8;
      }

      .clearance-bar .clearance-title {
        color: #ff9500;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 12px;
      }

      .clearance-bar .clearance-line {
        font-size: 12px;
        color: #996600;
        letter-spacing: 1px;
        margin-bottom: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

      .clearance-bar .warn {
        color: #ff5500;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
      }

      /* === Intro === */
      .oneshot-intro {
        max-width: 660px;
        margin: 0 auto 56px;
        text-align: left;
        color: #cc7700;
        font-size: 14px;
        line-height: 1.8;
      }

      /* === How It Works flow === */
      .how-it-works {
        max-width: 680px;
        margin: 0 auto 64px;
        text-align: center;
      }

      .how-it-works h3 {
        font-size: 14px;
        color: #ff9500;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 24px;
      }

      .flow-steps {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
      }

      .flow-step {
        background: rgba(255, 149, 0, 0.04);
        border: 1px solid rgba(255, 149, 0, 0.15);
        padding: 12px 24px;
        font-size: 13px;
        color: #cc7700;
        width: 100%;
        max-width: 420px;
        text-align: center;
      }

      .flow-step.highlight {
        border-color: #ff9500;
        color: #ff9500;
        font-weight: 700;
        background: rgba(255, 149, 0, 0.08);
      }

      .flow-step.pass {
        border-color: #00ff41;
        color: #00ff41;
        font-weight: 700;
        background: rgba(0, 255, 65, 0.04);
      }

      .flow-arrow {
        color: #664400;
        font-size: 18px;
        padding: 4px 0;
      }

      .flow-loop {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 4px 0;
        color: #664400;
        font-size: 12px;
      }

      .flow-loop-line {
        border-left: 2px dashed rgba(255, 149, 0, 0.3);
        height: 40px;
      }

      /* === One-Shot pricing card === */
      .oneshot-card-wrap {
        max-width: 520px;
        margin: 0 auto 56px;
      }

      .price-box.tier-amber {
        border: 3px solid #ff9500;
        box-shadow:
          0 0 60px rgba(255, 149, 0, 0.15),
          inset 0 0 60px rgba(255, 149, 0, 0.06);
        background: linear-gradient(180deg, #0f0800 0%, #0a0500 100%);
        animation: amber-glow 4s ease-in-out infinite;
      }

      @keyframes amber-glow {
        0%,
        100% {
          box-shadow:
            0 0 60px rgba(255, 149, 0, 0.15),
            inset 0 0 60px rgba(255, 149, 0, 0.06);
          border-color: #ff9500;
        }
        50% {
          box-shadow:
            0 0 100px rgba(255, 149, 0, 0.25),
            inset 0 0 80px rgba(255, 149, 0, 0.1);
          border-color: #ffaa33;
        }
      }

      .price-box.tier-amber .price-tag {
        background: #ff9500;
        color: #000;
        font-weight: 800;
        letter-spacing: 3px;
      }

      .price-box.tier-amber h3 {
        color: #ffbb44;
        font-size: 24px;
        letter-spacing: 4px;
      }

      .price-box.tier-amber .price-big .num,
      .price-box.tier-amber .price-big .dollar {
        color: #ff9500;
        text-shadow: 0 0 40px rgba(255, 149, 0, 0.4);
      }

      .price-box.tier-amber .price-desc {
        color: #996600;
      }

      .price-box.tier-amber .price-list .ck {
        color: #ff9500;
      }

      .price-box.tier-amber .price-list li {
        border-bottom-color: rgba(255, 149, 0, 0.1);
      }

      .price-box.tier-amber .warn-text {
        color: #ff5500;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.7;
        margin-top: 8px;
        padding: 12px;
        border: 1px solid rgba(255, 85, 0, 0.2);
        background: rgba(255, 85, 0, 0.04);
        text-align: left;
      }

      .price-box.tier-amber .btn-main {
        background: #ff9500;
        color: #000;
        font-weight: 800;
        animation: none;
        letter-spacing: 2px;
      }

      .price-box.tier-amber .btn-main:hover {
        background: #ffaa33;
        box-shadow: 0 0 40px rgba(255, 149, 0, 0.4);
      }

      .price-box.tier-amber .price-guarantee {
        color: #996600;
      }

      /* === One-Shot protocol terminal === */
      .oneshot-terminal {
        max-width: 680px;
        margin: 0 auto 56px;
        background: #050300;
        border: 1px solid rgba(255, 149, 0, 0.3);
        overflow: hidden;
      }

      .oneshot-terminal .term-bar {
        background: #0f0800;
        border-bottom: 1px solid rgba(255, 149, 0, 0.2);
        color: #996600;
      }

      .oneshot-terminal .term-body {
        padding: 24px;
        font-size: 13px;
        line-height: 2;
        min-height: 480px;
      }

      .oneshot-terminal .os-prompt {
        color: #ff9500;
      }

      .oneshot-terminal .os-cmd {
        color: #ffcc66;
      }

      .oneshot-terminal .os-dim {
        color: #664400;
      }

      .oneshot-terminal .os-ok {
        color: #00ff41;
      }

      .oneshot-terminal .os-fail {
        color: #ff3333;
        font-weight: 700;
      }

      .oneshot-terminal .os-label {
        color: #ff9500;
      }

      .oneshot-terminal .os-phase {
        color: #cc7700;
      }

      .oneshot-terminal .os-score-line {
        display: flex;
        gap: 8px;
        align-items: baseline;
      }

      .oneshot-terminal .os-score-dots {
        flex: 1;
        border-bottom: 1px dotted #332200;
        margin-bottom: 4px;
      }

      .oneshot-terminal .os-box {
        border: 1px solid rgba(255, 149, 0, 0.3);
        padding: 16px;
        margin: 8px 0;
      }

      .oneshot-terminal .os-box-header {
        color: #ff9500;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        margin-bottom: 12px;
      }

      .oneshot-terminal .os-verdict {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 149, 0, 0.2);
      }

      .oneshot-terminal .os-reexec {
        color: #ff9500;
        font-style: italic;
      }

      .oneshot-terminal .os-allpass {
        color: #00ff41;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(0, 255, 65, 0.3);
      }

      /* === One-Shot comparison === */
      .oneshot-compare {
        max-width: 680px;
        margin: 0 auto;
      }

      .oneshot-compare h3 {
        font-size: 14px;
        color: #ff9500;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 16px;
      }

      .oneshot-compare-table {
        border: 1px solid rgba(255, 149, 0, 0.2);
        text-align: left;
      }

      .oneshot-compare-table .os-cmp-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-bottom: 1px solid rgba(255, 149, 0, 0.1);
      }

      .oneshot-compare-table .os-cmp-row:last-child {
        border-bottom: none;
      }

      .oneshot-compare-table .os-cmp-row.os-cmp-head {
        background: #0f0800;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
      }

      .oneshot-compare-table .os-cmp-cell {
        padding: 12px 16px;
        font-size: 13px;
        color: #996600;
        border-right: 1px solid rgba(255, 149, 0, 0.1);
      }

      .oneshot-compare-table .os-cmp-cell:last-child {
        border-right: none;
        color: #ff9500;
      }

      .oneshot-compare-table .os-cmp-head .os-cmp-cell:first-child {
        color: #996600;
      }

      .oneshot-compare-table .os-cmp-head .os-cmp-cell:last-child {
        color: #ff9500;
        text-shadow: 0 0 10px rgba(255, 149, 0, 0.2);
      }

      .oneshot-compare-table
        .os-cmp-row.os-cmp-highlight
        .os-cmp-cell:last-child {
        color: #ffaa33;
        font-weight: 700;
      }

      /* === Complete Bundle === */
      .price-box.tier-nuke {
        border: 3px solid #ff2d2d;
        box-shadow:
          0 0 60px rgba(255, 45, 45, 0.15),
          inset 0 0 60px rgba(255, 45, 45, 0.06);
        background: linear-gradient(180deg, #0f0300 0%, #0a0200 100%);
        animation: nuke-glow 4s ease-in-out infinite;
      }

      @keyframes nuke-glow {
        0%,
        100% {
          box-shadow:
            0 0 60px rgba(255, 45, 45, 0.15),
            inset 0 0 60px rgba(255, 45, 45, 0.06);
          border-color: #ff2d2d;
        }
        50% {
          box-shadow:
            0 0 100px rgba(255, 45, 45, 0.25),
            inset 0 0 80px rgba(255, 45, 45, 0.1);
          border-color: #ff5555;
        }
      }

      .price-box.tier-nuke .price-tag {
        background: #ff2d2d;
        color: #000;
        font-weight: 800;
        letter-spacing: 3px;
      }

      .price-box.tier-nuke h3 {
        color: #ff6666;
        font-size: 24px;
        letter-spacing: 4px;
      }

      .price-box.tier-nuke .price-big .num,
      .price-box.tier-nuke .price-big .dollar {
        color: #ff2d2d;
        text-shadow: 0 0 40px rgba(255, 45, 45, 0.4);
      }

      .price-box.tier-nuke .price-desc {
        color: #993333;
      }

      .price-box.tier-nuke .price-list .ck {
        color: #ff2d2d;
      }

      .price-box.tier-nuke .price-list li {
        border-bottom-color: rgba(255, 45, 45, 0.1);
      }

      .price-box.tier-nuke .save-line {
        color: #ff2d2d;
      }

      .price-box.tier-nuke .btn-main {
        background: #ff2d2d;
        color: #000;
        font-weight: 800;
        animation: none;
        letter-spacing: 2px;
      }

      .price-box.tier-nuke .btn-main:hover {
        background: #ff5555;
        box-shadow: 0 0 40px rgba(255, 45, 45, 0.4);
      }

      .price-box.tier-nuke .price-guarantee {
        color: #993333;
      }

      /* === FAQ === */
      .faq {
        text-align: center;
      }

      .faq-list {
        max-width: 660px;
        margin: 0 auto;
        text-align: left;
      }

      .faq-item {
        border-bottom: 1px solid var(--border);
        padding: 20px 0;
      }

      .faq-q {
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--white);
      }

      .faq-q::before {
        content: "> ";
        color: var(--green);
        margin-right: 8px;
      }
      .faq-q::after {
        content: "[+]";
        color: var(--text-muted);
        font-size: 12px;
        flex-shrink: 0;
      }

      .faq-item.open .faq-q::after {
        content: "[-]";
        color: var(--green);
      }

      .faq-a {
        color: var(--text-muted);
        font-size: 13px;
        line-height: 1.8;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
        padding-left: 18px;
      }

      .faq-item.open .faq-a {
        max-height: 300px;
        margin-top: 12px;
      }

      .faq-a code {
        background: #0a1a0a;
        border: 1px solid var(--border);
        padding: 1px 5px;
        font-size: 12px;
        color: var(--white);
      }

      /* === Cross-sell === */
      .cross-sell {
        text-align: center;
        padding: 80px 0;
        border-top: 1px solid var(--border);
      }

      .cross-sell h3 {
        font-size: 18px;
        color: var(--white);
        margin-bottom: 12px;
      }

      .cross-sell p {
        color: var(--text-dim);
        font-size: 13px;
        max-width: 520px;
        margin: 0 auto 28px;
        line-height: 1.7;
      }

      .cross-sell-links {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .cross-sell-links a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: transparent;
        color: var(--green);
        border: 1px solid var(--green-muted);
        padding: 14px 28px;
        font-family: "JetBrains Mono", monospace;
        font-weight: 600;
        font-size: 13px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.2s;
      }

      .cross-sell-links a:hover {
        background: rgba(0, 255, 65, 0.06);
        border-color: var(--green);
        box-shadow: 0 0 20px var(--green-glow);
      }

      /* === Responsive === */
      @media (max-width: 600px) {
        .classified {
          padding: 64px 0;
        }
        .clearance-bar {
          padding: 16px 20px;
          font-size: 12px;
          margin-bottom: 32px;
        }
        .clearance-bar .clearance-line {
          font-size: 10px;
        }
        .oneshot-card-wrap {
          margin-bottom: 32px;
        }
        .price-box.tier-amber h3 {
          font-size: 20px;
          letter-spacing: 3px;
        }
        .oneshot-terminal .term-body {
          padding: 14px;
          font-size: 11px;
          line-height: 1.7;
          min-height: auto;
        }
        .oneshot-terminal .os-score-line {
          flex-wrap: wrap;
        }
        .oneshot-terminal .os-score-dots {
          display: none;
        }
        .oneshot-compare-table .os-cmp-cell {
          padding: 10px 12px;
          font-size: 12px;
        }
        .faq-q {
          font-size: 13px;
          gap: 12px;
        }
        .faq-a {
          font-size: 12px;
          padding-left: 14px;
        }
        .faq-item.open .faq-a {
          max-height: 500px;
        }
        .price-big del {
          font-size: 16px;
        }
        .flow-step {
          font-size: 12px;
          padding: 10px 16px;
        }
        .cross-sell-links {
          flex-direction: column;
          align-items: center;
        }
      }
