    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #080808; --s1: #0f0f0f; --s2: #161616; --bd: #1e1e1e; --bd2: #2a2a2a;
      --tx: #b8b8b8; --mu: #585858; --mu2: #2e2e2e;
      --am: #f5a623; --am-d: rgba(245,166,35,.1); --am-b: rgba(245,166,35,.22);
      --gn: #3ecf8e; --rd: #f56565; --clay: #c8f135;
      --d: 'Bebas Neue', sans-serif; --b: 'DM Sans', sans-serif; --m: 'JetBrains Mono', monospace;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--bg); color: var(--tx); font-family: var(--b); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

    /* NAV */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.1rem 2rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
    nav.stuck { background: rgba(8,8,8,.93); border-bottom-color: var(--bd); backdrop-filter: blur(16px); }
    .logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
    .logo-word { font-family: var(--d); font-size: 1.75rem; letter-spacing: .08em; color: var(--am); line-height: 1; }
    .nav-links { display: flex; gap: 2rem; list-style: none; }
    .nav-links a { color: var(--mu); text-decoration: none; font-size: .8rem; font-weight: 500; letter-spacing: .05em; transition: color .2s; }
    .nav-links a:hover { color: var(--tx); }
    .nav-links a.active { color: var(--am); }
    .nav-cta { background: var(--am); color: #080808; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .55rem 1.3rem; text-decoration: none; transition: opacity .2s, transform .15s; }
    .nav-cta:hover { opacity: .85; transform: translateY(-1px); }
    .nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .5rem; z-index: 101; }
    .nav-burger span { display: block; width: 22px; height: 2px; background: var(--tx); transition: all .25s; }
    nav.menu-open .nav-burger span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    nav.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
    nav.menu-open .nav-burger span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

    /* HERO */
    .hero { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center; }
    .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(245,166,35,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(245,166,35,.03) 1px, transparent 1px); background-size: 68px 68px; pointer-events: none; }
    .hero-glow { position: absolute; pointer-events: none; top: -10%; right: -5%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(245,166,35,.07) 0%, transparent 65%); }
    .hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 10rem 2rem 5rem; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    .vs-pill { display: inline-flex; align-items: center; gap: .6rem; background: var(--am-d); border: 1px solid var(--am-b); color: var(--am); font-family: var(--m); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; padding: .35rem .9rem; margin-bottom: 1.6rem; }
    a.vs-pill-link { text-decoration: none; transition: opacity .2s, border-color .2s; }
    a.vs-pill-link:hover { opacity: .92; border-color: var(--am); }
    .vs-dot { width: 6px; height: 6px; background: var(--am); border-radius: 50%; animation: blink 2s ease-in-out infinite; }
    @keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
    h1 { font-family: var(--d); font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; letter-spacing: .02em; margin-bottom: 1.5rem; }
    h1 em { color: var(--am); font-style: normal; display: block; }
    .hero-desc { font-size: 1.05rem; color: var(--mu); font-weight: 300; line-height: 1.75; max-width: 440px; margin-bottom: 2.2rem; }
    .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
    .btn-p { background: var(--am); color: #080808; font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; padding: .9rem 2rem; text-decoration: none; display: inline-block; transition: opacity .2s, transform .15s; }
    .btn-p:hover { opacity: .85; transform: translateY(-1px); }
    .btn-g { background: transparent; color: var(--mu); font-size: .8rem; padding: .9rem 1.4rem; border: 1px solid var(--bd2); text-decoration: none; display: inline-block; transition: color .2s, border-color .2s; }
    .btn-g:hover { color: var(--tx); border-color: var(--mu); }

    /* Hero widget */
    .hw { background: var(--s1); border: 1px solid var(--bd2); overflow: hidden; }
    .hw-head { background: var(--s2); border-bottom: 1px solid var(--bd); padding: .8rem 1.4rem; font-family: var(--m); font-size: .68rem; color: var(--mu); letter-spacing: .08em; text-transform: uppercase; }
    .hw-prompt { padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--bd); font-family: var(--m); font-size: .82rem; color: var(--tx); line-height: 1.6; }
    .hw-prompt .pl { font-size: .62rem; color: var(--mu); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .4rem; }
    .hw-costs { display: grid; grid-template-columns: 1fr 1fr; }
    .hw-cost { padding: 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .25rem; }
    .hw-cost:first-child { border-right: 1px solid var(--bd); }
    .hw-who { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: .4rem; }
    .hw-who.clay { color: #9aac25; }
    .hw-who.huntr { color: var(--am); }
    .clay-sq { width: 8px; height: 8px; border-radius: 2px; background: var(--clay); }
    .clay-logo-img { border-radius: 2px; vertical-align: middle; }
    .hw-price { font-family: var(--d); font-size: 2.5rem; line-height: 1.05; }
    .hw-price.bad { color: var(--rd); }
    .hw-price.good { color: var(--gn); }
    .hw-sub { font-size: .7rem; color: var(--mu); }
    .hw-save { padding: .85rem 1.4rem; background: rgba(62,207,142,.07); border-top: 1px solid rgba(62,207,142,.14); font-family: var(--m); font-size: .76rem; color: var(--gn); text-align: center; }

    /* SECTIONS */
    .sec { padding: 5.5rem 2rem; }
    .sec.dark { background: var(--s1); border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); }
    .wrap { max-width: 1200px; margin: 0 auto; }
    .wrap-narrow { max-width: 720px; margin: 0 auto; }
    .sec-tag { font-family: var(--m); font-size: .68rem; color: var(--am); letter-spacing: .15em; text-transform: uppercase; margin-bottom: .85rem; }
    h2 { font-family: var(--d); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .92; letter-spacing: .02em; margin-bottom: 1rem; }
    .sec-desc { color: var(--mu); max-width: 640px; font-size: 1rem; font-weight: 300; line-height: 1.75; }

    /* PROMPT CARDS */
    .pgrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; margin-top: 3rem; }
    .pc { background: var(--s2); border: 1px solid var(--bd2); overflow: hidden; transition: transform .2s; }
    .pc:hover { transform: translateY(-2px); }
    .pc-top { padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--bd); }
    .pc-label { font-family: var(--m); font-size: .62rem; color: var(--mu); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .45rem; }
    .pc-label .clay-model { color: var(--clay); opacity: .8; }
    .pc-prompt { font-size: .9rem; color: var(--tx); line-height: 1.55; font-style: italic; }
    .pc-costs { display: grid; grid-template-columns: 1fr 1fr; }
    .pc-cost { padding: 1rem 1.4rem; display: flex; flex-direction: column; gap: .12rem; }
    .pc-cost:first-child { border-right: 1px solid var(--bd); }
    .pc-who { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: .35rem; }
    .pc-who.clay { color: #8fa020; }
    .pc-who.huntr { color: var(--am); }
    .clay-mark { width: 13px; height: 13px; border-radius: 3px; background: var(--clay); display: inline-flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 900; color: #080808; font-family: var(--b); }
    .pc-price { font-family: var(--d); font-size: 1.9rem; line-height: 1.1; }
    .pc-price.bad { color: var(--rd); }
    .pc-price.good { color: var(--gn); }
    .pc-per { font-size: .66rem; color: var(--mu); }
    .pc-save { background: rgba(62,207,142,.07); border-top: 1px solid rgba(62,207,142,.12); padding: .6rem 1.4rem; font-family: var(--m); font-size: .7rem; color: var(--gn); text-align: center; }

    /* SCALE MATH */
    .scale-bar { padding: 1.5rem 2rem; background: var(--s2); border: 1px solid var(--bd2); display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: center; }
    .scale-n { font-family: var(--d); font-size: 2.5rem; line-height: 1; }

    /* COMPARISON TABLE */
    .cmp-table { margin-top: 2.5rem; border: 1px solid var(--bd2); overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .cmp-header { display: grid; grid-template-columns: 2fr 1.2fr 1.4fr .8fr; background: var(--s2); border-bottom: 2px solid var(--bd2); padding: 1.1rem 1.4rem; align-items: center; gap: 1rem; }
    .clay-logo-inline { display: inline-flex; align-items: center; gap: .5rem; }
    .huntr-logo-inline { display: inline-flex; align-items: center; gap: .5rem; }
    .clay-box { width: 24px; height: 24px; border-radius: 5px; background: var(--clay); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 12px; color: #080808; font-family: var(--b); flex-shrink: 0; }
    .clay-txt { font-weight: 700; font-size: 1rem; color: #e0e0e0; }
    .col-sub { font-family: var(--m); font-size: .62rem; color: var(--mu); margin-top: .2rem; }
    .save-col { text-align: center; }
    .cmp-section-label { font-family: var(--m); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mu); padding: .65rem 1.4rem; background: rgba(255,255,255,.025); border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); }
    .cmp-row { display: grid; grid-template-columns: 2fr 1.2fr 1.4fr .8fr; padding: 1rem 1.4rem; border-bottom: 1px solid var(--bd); gap: 1rem; transition: background .15s; }
    .cmp-row:hover { background: rgba(255,255,255,.018); }
    .row-title { font-size: .88rem; color: var(--tx); font-weight: 500; }
    .row-sub { font-size: .75rem; color: var(--mu); margin-top: .1rem; }
    .price-bad { font-family: var(--d); font-size: 1.9rem; color: var(--rd); line-height: 1; display: block; }
    .price-good { font-family: var(--d); font-size: 1.9rem; color: var(--gn); line-height: 1; display: block; }
    .price-model { font-family: var(--m); font-size: .62rem; color: var(--mu); display: block; margin-top: .15rem; }
    .save-num { font-family: var(--d); font-size: 2.4rem; color: var(--gn); line-height: 1; display: block; text-align: center; }
    .save-sub { font-family: var(--m); font-size: .6rem; color: var(--gn); opacity: .7; display: block; text-align: center; letter-spacing: .06em; }
    .feat-bad { font-family: var(--m); font-size: .8rem; color: var(--rd); opacity: .8; display: flex; align-items: center; gap: .4rem; }
    .feat-bad::before { content: '✗'; }
    .feat-good { font-family: var(--m); font-size: .8rem; color: var(--gn); display: flex; align-items: center; gap: .4rem; }
    .feat-good::before { content: '✓'; }
    @media (max-width: 768px) { .cmp-header, .cmp-row { grid-template-columns: 1.5fr 1fr 1.2fr .7fr; } .save-num { font-size: 1.7rem; } }
    @media (max-width: 500px) {
      .cmp-header { display: none; }
      .cmp-row, .cmp-row.feat-row { display: flex; flex-direction: column; padding: 1rem; gap: .6rem; }
      .cmp-col-label { border-bottom: 1px solid var(--bd); padding-bottom: .5rem; }
      .cmp-col.clay-col, .cmp-col.huntr-col, .cmp-col.save-col { display: flex; align-items: center; gap: .6rem; }
      .save-col { justify-content: flex-start; }
      .save-num { font-size: 1.4rem; text-align: left; }
      .price-bad, .price-good { font-size: 1.4rem; }
      .cmp-col-label::before { content: ''; display: none; }
      .cmp-row.price-row::before, .cmp-row.feat-row::before { display: none; }
      .cmp-row.price-row .cmp-col.clay-col::before { content: 'Clay'; font-family: var(--m); font-size: .58rem; color: var(--mu); letter-spacing: .08em; min-width: 3rem; }
      .cmp-row.price-row .cmp-col.huntr-col::before { content: 'Huntr'; font-family: var(--m); font-size: .58rem; color: var(--mu); letter-spacing: .08em; min-width: 3rem; }
      .cmp-row.feat-row .cmp-col.clay-col::before { content: 'Clay'; font-family: var(--m); font-size: .58rem; color: var(--mu); letter-spacing: .08em; min-width: 3rem; }
      .cmp-row.feat-row .cmp-col.huntr-col::before { content: 'Huntr'; font-family: var(--m); font-size: .58rem; color: var(--mu); letter-spacing: .08em; min-width: 3rem; }
      .cmp-col.save-col::before { content: 'Savings'; font-family: var(--m); font-size: .58rem; color: var(--mu); letter-spacing: .08em; min-width: 3rem; }
    }

    /* MODEL MATRIX */
    .model-table-wrap { margin-top: 3rem; overflow-x: auto; }
    table { width: 100%; border-collapse: collapse; font-size: .82rem; }
    thead th { background: var(--s2); border: 1px solid var(--bd); padding: .75rem 1rem; text-align: left; font-family: var(--m); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; color: var(--mu); white-space: nowrap; }
    thead th.th-am { color: var(--am); }
    thead th.th-clay { color: #8fa020; }
    thead th.th-vs { color: var(--gn); }
    tbody tr { border-bottom: 1px solid var(--bd); transition: background .15s; }
    tbody tr:hover { background: rgba(255,255,255,.02); }
    tbody tr.default-row { background: rgba(245,166,35,.04); }
    td { padding: .7rem 1rem; border-left: 1px solid var(--bd); border-right: 1px solid var(--bd); vertical-align: middle; }
    td.model-name { font-family: var(--m); font-size: .78rem; color: var(--tx); white-space: nowrap; }
    td.model-name .def { display: inline-block; background: var(--am-d); border: 1px solid var(--am-b); color: var(--am); font-size: .58rem; padding: .1rem .4rem; margin-left: .5rem; letter-spacing: .06em; vertical-align: middle; }
    td.p-lite, td.p-std, td.p-deep { font-family: var(--m); font-size: .8rem; color: var(--am); text-align: right; white-space: nowrap; }
    td.p-clay { font-family: var(--m); font-size: .8rem; color: var(--rd); text-align: right; white-space: nowrap; }
    td.p-clay.clay-win { color: var(--mu); }
    td.p-vs { font-family: var(--m); font-size: .78rem; text-align: center; white-space: nowrap; }
    td.p-vs .vbadge { display: inline-block; padding: .18rem .55rem; font-size: .7rem; letter-spacing: .04em; }
    td.p-vs .vbadge.win { background: rgba(62,207,142,.1); border: 1px solid rgba(62,207,142,.2); color: var(--gn); }
    td.p-vs .vbadge.lose { background: rgba(245,101,101,.07); border: 1px solid rgba(245,101,101,.15); color: var(--rd); opacity: .7; }
    td.p-vs .vbadge.na { color: var(--mu); font-size: .65rem; }
    .table-note { font-family: var(--m); font-size: .68rem; color: var(--mu); margin-top: 1rem; line-height: 1.7; }
    #matrixWrap { background: var(--s2); border: 1px solid var(--bd2); border-top: none; max-height: 0; overflow: hidden; transition: max-height .5s ease; }
    #matrixWrap.open { max-height: 2000px; }
    #matrixToggle:hover { color: var(--tx); border-color: var(--mu); }

    /* CLAY OWN MODELS */
    .clay-models-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--bd); border: 1px solid var(--bd); margin-top: 2rem; }
    .cm-cell { background: var(--s2); padding: 1.4rem 1.5rem; }
    .cm-name { font-family: var(--d); font-size: 1.4rem; letter-spacing: .04em; margin-bottom: .3rem; }
    .cm-clay-price { font-family: var(--m); font-size: 1.6rem; color: var(--rd); line-height: 1; }
    .cm-huntr-price { font-family: var(--m); font-size: .82rem; color: var(--gn); margin-top: .35rem; }
    .cm-saving { font-family: var(--m); font-size: .68rem; color: var(--gn); margin-top: .25rem; opacity: .8; }

    /* PRICING */
    .pgrid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
    .p-card { background: var(--s2); border: 1px solid var(--bd2); padding: 2.2rem; position: relative; transition: transform .2s; }
    .p-card:hover { transform: translateY(-3px); }
    .p-card.hot { border-color: var(--am); background: linear-gradient(150deg, var(--s2) 0%, rgba(245,166,35,.05) 100%); }
    .p-card.hot::after { content: 'MOST POPULAR'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--am); color: #080808; font-family: var(--m); font-size: .6rem; font-weight: 700; letter-spacing: .12em; padding: .2rem .9rem; }
    .p-tier { font-family: var(--d); font-size: 1.9rem; letter-spacing: .05em; margin-bottom: .2rem; }
    .p-default { font-family: var(--m); font-size: .62rem; color: var(--am); letter-spacing: .08em; margin-bottom: .2rem; }
    .p-tagline { font-size: 1rem; color: var(--fg); font-weight: 500; line-height: 1.4; margin-bottom: 1.6rem; }
    .p-price { font-family: var(--d); font-size: 3.2rem; color: var(--am); line-height: 1; }
    .p-per { font-size: .75rem; color: var(--mu); margin-top: .15rem; }
    .p-clay-cmp { font-family: var(--m); font-size: .7rem; color: var(--mu); margin-top: .35rem; margin-bottom: 1.6rem; }
    .p-clay-cmp s { color: var(--rd); opacity: .7; }
    .p-feats { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.6rem; }
    .p-feats li { font-size: .84rem; display: flex; gap: .6rem; align-items: flex-start; }
    .p-feats li span { flex-shrink: 0; }
    .p-feats li.on { color: var(--tx); }
    .p-feats li.on span { color: var(--gn); }
    .p-feats li.off { color: var(--mu2); }
    .p-feats li.off span { color: var(--mu2); }
    .btn-fp { display: block; text-align: center; background: var(--am); color: #080808; font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; padding: .85rem; text-decoration: none; transition: opacity .2s; }
    .btn-fp:hover { opacity: .85; }
    .btn-fg { display: block; text-align: center; background: transparent; color: var(--mu); font-size: .78rem; padding: .85rem; border: 1px solid var(--bd2); text-decoration: none; transition: color .2s, border-color .2s; }
    .btn-fg:hover { color: var(--tx); border-color: var(--mu); }

    /* BYOK */
    .byok-band { margin-top: 1.5rem; background: var(--s1); border: 1px solid var(--bd2); padding: 1.75rem 2rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
    .byok-label { flex-shrink: 0; }
    .byok-label .tag { font-family: var(--m); font-size: .68rem; color: var(--am); letter-spacing: .12em; text-transform: uppercase; margin-bottom: .2rem; }
    .byok-label h3 { font-family: var(--d); font-size: 1.6rem; letter-spacing: .04em; }
    .byok-label p { font-size: .82rem; color: var(--mu); max-width: 320px; margin-top: .2rem; line-height: 1.5; }
    .byok-prices { display: flex; gap: 1.5rem; flex-wrap: wrap; flex: 1; }
    .byok-item { background: var(--s2); border: 1px solid var(--bd2); padding: 1rem 1.4rem; min-width: 120px; }
    .byok-tier { font-family: var(--m); font-size: .65rem; color: var(--mu); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .3rem; }
    .byok-price { font-family: var(--d); font-size: 1.8rem; color: var(--am); line-height: 1; }
    .byok-sub { font-size: .68rem; color: var(--mu); margin-top: .1rem; }

    /* USE CASES */
    .ucgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--bd); border: 1px solid var(--bd); margin-top: 3rem; }
    .uc { background: var(--s2); padding: 2rem; transition: background .15s; }
    .uc:hover { background: var(--s1); }
    .uc-icon { width: 36px; height: 36px; margin-bottom: 1rem; }
    .uc-title { font-family: var(--d); font-size: 1.3rem; letter-spacing: .03em; margin-bottom: .5rem; }
    .uc-desc { font-size: .85rem; color: var(--mu); line-height: 1.65; margin-bottom: .85rem; }
    .uc-prompt { font-family: var(--m); font-size: .72rem; color: var(--am); opacity: .75; line-height: 1.55; border-left: 2px solid var(--am-b); padding-left: .7rem; }

    /* CODE */
    .code-wrap { margin-top: 2.5rem; background: #09090a; border: 1px solid var(--bd); overflow: hidden; }
    .code-bar { background: var(--s2); border-bottom: 1px solid var(--bd); padding: .65rem 1.2rem; display: flex; align-items: center; gap: .6rem; }
    .dot { width: 10px; height: 10px; border-radius: 50%; }
    .da { background: #ff5f57; } .db { background: #ffbd2e; } .dc { background: #28c840; }
    .code-bar span { font-family: var(--m); font-size: .7rem; color: var(--mu); margin-left: auto; }
    .code-body { padding: 1.75rem 2rem; font-family: var(--m); font-size: .82rem; line-height: 1.8; overflow-x: auto; }
    .code-body pre { margin: 0; white-space: pre; font: inherit; }
    .ck { color: #7dd3fc; } .cs { color: #86efac; } .cn { color: var(--am); } .cc { color: #3a3a3a; } .cp { color: #6b7280; }


    /* UTILITIES */
    .tx-red { color: var(--rd); }
    .tx-green { color: var(--gn); }
    .sec-action { margin-top: 1.5rem; }
    .huntr-logo-word { font-family: var(--d); font-size: 1.3rem; letter-spacing: .07em; color: var(--am); }
    .huntr-name { font-family: var(--d); letter-spacing: .07em; color: var(--am); }
    .clay-favicon { border-radius: 2px; vertical-align: middle; }

    /* SCALE BAR CHILDREN */
    .scale-bar { margin-top: 1.5rem; }
    .scale-col { flex: 1; min-width: 200px; }
    .scale-label { font-family: var(--m); font-size: .68rem; color: var(--mu); letter-spacing: .1em; text-transform: uppercase; margin-bottom: .3rem; }
    .scale-logo { display: inline-flex; align-items: center; gap: .4rem; margin-bottom: .35rem; }
    .scale-arrow { font-family: var(--d); font-size: 3rem; color: var(--bd2); }
    .scale-sub { font-size: .8rem; color: var(--mu); margin-top: .15rem; }
    .scale-n.bad { color: var(--rd); }
    .scale-n.good { color: var(--gn); }

    /* COMPARISON TABLE */
    .cmp-row:last-child { border-bottom: none; }

    /* REAL WORLD */
    .pl { margin-bottom: .6rem; }
    .rw-prompt-text { font-family: var(--m); font-size: .95rem; color: var(--tx); line-height: 1.6; }
    .rw-note { color: var(--mu); font-size: .82rem; }

    /* BYOK */
    .byok-band { margin-top: 1.5rem; }

    /* MODEL MATRIX TOGGLE */
    .matrix-section { margin-top: 1.5rem; }
    .matrix-toggle { display: block; width: 100%; background: var(--am-d); border: 1px solid var(--am-b); color: var(--am); font-family: var(--m); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; padding: .85rem; cursor: pointer; transition: color .2s, border-color .2s; }
    .matrix-toggle:hover { color: var(--tx); border-color: var(--am); }
    .model-table-wrap.flush { margin-top: 0; }
    th.th-right { text-align: right; }

    /* CODE WRAP */
    .code-wrap { margin-top: 2.5rem; }

    /* MODALS */
    .modal-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.7); backdrop-filter: blur(4px); }
    .modal-overlay.hidden { display: none; }
    .modal-box { background: var(--s1); border: 1px solid var(--bd2); padding: 2.5rem; max-width: 420px; width: 90%; position: relative; }
    .modal-close { position: absolute; top: .8rem; right: 1rem; background: none; border: none; color: var(--mu); font-size: 1.2rem; cursor: pointer; line-height: 1; }
    .modal-close:hover { color: var(--tx); }
    .modal-title { font-family: var(--d); font-size: 1.8rem; letter-spacing: .06em; color: var(--am); margin-bottom: .3rem; }
    .modal-title-success { font-family: var(--d); font-size: 1.8rem; letter-spacing: .06em; color: var(--gn); margin-bottom: .3rem; }
    .modal-subtitle { font-size: .82rem; color: var(--mu); margin-bottom: 1.5rem; }
    .modal-subtitle-sm { font-size: .82rem; color: var(--mu); margin-bottom: 1.2rem; }
    .modal-input { width: 100%; padding: .75rem 1rem; background: var(--s2); border: 1px solid var(--bd2); color: var(--tx); font-family: var(--m); font-size: .85rem; outline: none; margin-bottom: .8rem; }
    .modal-error { font-size: .75rem; color: var(--rd); margin-bottom: .6rem; display: none; }
    .modal-btn { width: 100%; padding: .85rem; background: var(--am); border: none; color: #080808; font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: opacity .2s; }
    .modal-btn:hover { opacity: .85; }
    .modal-info { background: var(--s2); border: 1px solid var(--bd2); padding: 1rem; font-size: .82rem; color: var(--mu); line-height: 1.6; }
    .modal-note { font-size: .72rem; color: var(--mu); margin-top: .8rem; text-align: center; }
    .modal-link { color: var(--am); }
    .modal-highlight { color: var(--tx); }
    .modal-step.hidden { display: none; }

    /* REVEAL */
    .r { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
    .r.in { opacity: 1; transform: none; }
    .r.i1 { transition-delay: .06s; } .r.i2 { transition-delay: .13s; } .r.i3 { transition-delay: .2s; }

    /* DEMO */
    .demo-wrap { margin-top: 3rem; display: grid; grid-template-columns: 1fr; gap: 0; }
    .demo-prompts { margin-bottom: 1rem; }
    .demo-chips { display: flex; gap: .5rem; flex-wrap: wrap; }
    .demo-chip { background: var(--s2); border: 1px solid var(--bd2); color: var(--mu); font-family: var(--m); font-size: .72rem; padding: .5rem 1rem; cursor: pointer; transition: all .2s; }
    .demo-chip:hover { border-color: var(--am-b); color: var(--tx); }
    .demo-chip.active { background: var(--am-d); border-color: var(--am); color: var(--am); }
    .demo-terminal { background: #09090a; border: 1px solid var(--bd); overflow: hidden; }
    .demo-bar { background: var(--s2); border-bottom: 1px solid var(--bd); padding: .65rem 1.2rem; display: flex; align-items: center; gap: .6rem; }
    .demo-bar span { font-family: var(--m); font-size: .7rem; color: var(--mu); margin-left: auto; }
    .demo-body { padding: 1.5rem 1.8rem; }
    .demo-label { font-family: var(--m); font-size: .6rem; color: var(--am); letter-spacing: .14em; text-transform: uppercase; margin-bottom: .5rem; }
    .demo-divider { height: 1px; background: var(--bd); margin: 1.2rem 0; }
    .demo-prompt { font-family: var(--b); font-size: .95rem; color: var(--tx); line-height: 1.65; min-height: 1.6em; }
    .demo-prompt .cursor { display: inline-block; width: 2px; height: 1.1em; background: var(--am); vertical-align: text-bottom; animation: curblink 1s step-end infinite; }
    @keyframes curblink { 0%,100%{opacity:1} 50%{opacity:0} }
    .demo-plan { font-family: var(--m); font-size: .78rem; color: var(--mu); line-height: 1.7; min-height: 1.6em; }
    .demo-plan .step { opacity: 0; animation: stepIn .3s ease forwards; }
    .demo-plan .step-num { color: var(--am); }
    @keyframes stepIn { to { opacity: 1; } }
    .demo-result { font-size: .88rem; color: var(--tx); line-height: 1.65; min-height: 1.6em; }
    .demo-meta { font-family: var(--m); font-size: .72rem; color: var(--mu); margin-top: .8rem; opacity: 0; animation: stepIn .3s ease forwards; }
    .demo-meta .cost-huntr { color: var(--gn); }
    .demo-meta .cost-clay { color: var(--rd); text-decoration: line-through; opacity: .6; }
    .demo-meta .cost-save { color: var(--gn); font-weight: 700; }

    /* REAL WORLD SECTION */
    .rw-prompt { background: var(--s2); border: 1px solid var(--bd2); padding: 1.2rem 1.6rem; margin-bottom: 2rem; }
    .rw-split { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: start; }
    .rw-vs { font-family: var(--d); font-size: 1.6rem; color: var(--bd2); letter-spacing: .1em; padding-top: 1.5rem; }
    .rw-side { border: 1px solid var(--bd2); overflow: hidden; }
    .rw-clay { border-color: rgba(245,101,101,.2); }
    .rw-huntr { border-color: var(--am-b); }
    .rw-who { display: flex; align-items: center; gap: .7rem; padding: .85rem 1.2rem; border-bottom: 1px solid var(--bd2); background: var(--s2); }
    .rw-clay .rw-who { border-bottom-color: rgba(245,101,101,.15); background: rgba(245,101,101,.04); }
    .rw-huntr .rw-who { border-bottom-color: var(--am-b); background: var(--am-d); }
    .rw-label { font-family: var(--m); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; margin-left: auto; padding: .2rem .6rem; border-radius: 2px; }
    .rw-label.rw-bad { color: var(--rd); background: rgba(245,101,101,.1); border: 1px solid rgba(245,101,101,.2); }
    .rw-label.rw-good { color: var(--gn); background: rgba(62,207,142,.08); border: 1px solid rgba(62,207,142,.2); }
    .rw-body { padding: 1.3rem 1.5rem; }
    .rw-step-label { font-family: var(--m); font-size: .6rem; color: var(--am); letter-spacing: .14em; text-transform: uppercase; margin-bottom: .8rem; }
    .rw-clay .rw-step-label { color: var(--rd); opacity: .7; }
    .rw-desc { font-size: .82rem; color: var(--mu); margin-bottom: .9rem; line-height: 1.65; }
    .rw-quote { background: var(--bg); border-left: 2px solid rgba(245,101,101,.4); padding: .8rem 1rem; margin-bottom: 1rem; }
    .rw-quote p { font-size: .78rem; color: var(--mu); line-height: 1.7; }
    .rw-quote strong { color: var(--rd); font-weight: 600; }
    .rw-steps { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1rem; }
    .rw-step { font-family: var(--m); font-size: .76rem; color: var(--mu); line-height: 1.6; }
    .rw-step code { color: var(--am); background: var(--am-d); padding: .1rem .35rem; font-size: .72rem; }
    .rw-step .step-num { color: var(--am); }
    .rw-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .8rem; }
    .rw-tag { font-family: var(--m); font-size: .65rem; letter-spacing: .06em; padding: .25rem .6rem; border-radius: 2px; }
    .rw-tag.bad { color: var(--rd); background: rgba(245,101,101,.08); border: 1px solid rgba(245,101,101,.18); }
    .rw-tag.good { color: var(--gn); background: rgba(62,207,142,.07); border: 1px solid rgba(62,207,142,.18); }
    .rw-bottom { margin-top: 1.5rem; text-align: center; padding: 1rem; border-top: 1px solid var(--bd); }
    @media (max-width: 900px) { .rw-split { grid-template-columns: 1fr; } .rw-vs { display: none; } }

    /* DIRECT API CARDS */
    .pgrid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1rem; }
    .pgrid2x2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1rem; }
    .direct-cards-label { font-family: var(--m); font-size: .68rem; color: var(--am); letter-spacing: .12em; text-transform: uppercase; margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--bd); }
    .ecard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 1.2rem; }
    .ecard { background: rgba(255,255,255,.03); border: 1px solid var(--bd); border-radius: 8px; padding: 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .6rem; transition: border-color .2s; }
    .ecard:hover { border-color: rgba(245,166,35,.35); }
    .ecard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; }
    .ecard-endpoint { font-family: var(--m); font-size: .7rem; color: var(--am); letter-spacing: .05em; }
    .ecard-price { font-family: var(--m); font-size: 1rem; color: var(--tx); white-space: nowrap; }
    .ecard-per { font-size: .65rem; color: var(--mu); margin-top: .1rem; text-align: right; }
    .ecard-desc { font-size: .82rem; color: var(--tx); font-weight: 500; }
    .ecard-bullets { list-style: none; padding: 0; margin: .2rem 0 0; display: flex; flex-direction: column; gap: .2rem; }
    .ecard-bullets li { font-size: .73rem; color: #b0b0b0; padding-left: 1rem; position: relative; }
    .ecard-bullets li::before { content: '✓'; position: absolute; left: 0; color: var(--am); font-size: .65rem; }
    .ecard-cmp { margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--bd); font-size: .7rem; color: var(--mu); }
    .ecard-cmp strong, .ecard-bullets strong { color: #4caf7a; }
    .ecard-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .8rem; }
    .ecard-link { font-family: var(--m); font-size: .68rem; color: var(--am); letter-spacing: .04em; text-decoration: none; }
    .ecard-link:hover { text-decoration: underline; }
    @media (max-width: 900px) { .pgrid2, .pgrid2x2, .ecard-grid { grid-template-columns: 1fr; } }

    /* RESP */
    @media (max-width: 1024px) { .hero-inner { grid-template-columns: 1fr; } .hw { display: none; } }
    @media (max-width: 900px) {
      .pgrid3 { grid-template-columns: 1fr; } .sbs { grid-template-columns: 1fr; } .pgrid { grid-template-columns: 1fr; } .ucgrid { grid-template-columns: 1fr; } .clay-models-grid { grid-template-columns: repeat(2,1fr); }
      .nav-burger { display: flex; margin-left: auto; }
      .nav-cta { display: none; }
      .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(8,8,8,.97); border-bottom: 1px solid var(--bd); padding: 1rem 2rem 1.5rem; gap: 0; backdrop-filter: blur(16px); }
      nav.menu-open .nav-links { display: flex; }
      .nav-links li { padding: .6rem 0; border-bottom: 1px solid var(--bd); }
      .nav-links li:last-child { border-bottom: none; }
      .nav-links a { font-size: .85rem; }
      .cmp-table { font-size: .8rem; }
      .scale-bar { flex-direction: column; text-align: center; gap: .5rem; }
      .scale-arrow { transform: rotate(90deg); }
    }
    @media (max-width: 640px) { .sec { padding: 3.5rem 1.25rem; } h1 { font-size: clamp(3rem, 12vw, 5rem); } .byok-band { flex-direction: column; align-items: flex-start; } }
