html, body { margin: 0; min-height: 100%; background: #f5f6f2; }
#agent-marketplace-homepage {
      --amh-page: light-dark(#f5f6f2, #10120f);
      --amh-ink: light-dark(#11130f, #f4f5ef);
      --amh-muted: light-dark(#686c63, #afb3aa);
      --amh-surface: light-dark(#ffffff, #1b1e19);
      --amh-soft: light-dark(#e9ece5, #252922);
      --amh-line: light-dark(#d7dbd2, #393e35);
      --amh-blue: light-dark(#3057f5, #8ba2ff);
      --amh-blue-ink: light-dark(#ffffff, #111a40);
      --amh-lime: light-dark(#c9f263, #bce45a);
      --amh-lime-ink: #172000;
      --amh-coral: light-dark(#ff6b50, #ff927d);
      --amh-purple: light-dark(#8057e8, #ad91f5);
      --amh-cyan: light-dark(#73d8e7, #65c8d7);
      --amh-gold: light-dark(#f2c75b, #e6bd56);
      --amh-shadow: light-dark(0 18px 48px rgba(29, 34, 24, 0.1), 0 22px 58px rgba(0, 0, 0, 0.32));
      --amh-mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Menlo, Consolas, "Liberation Mono", monospace;
      color-scheme: light dark;
      min-height: 100%;
      overflow: hidden;
      background: var(--amh-page);
      color: var(--amh-ink);
      font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.45;
    }

    #agent-marketplace-homepage * {
      box-sizing: border-box;
    }

    #agent-marketplace-homepage a {
      color: inherit;
      text-decoration: none;
    }

    #agent-marketplace-homepage h1,
    #agent-marketplace-homepage h2,
    #agent-marketplace-homepage h3,
    #agent-marketplace-homepage p {
      margin-top: 0;
    }

    #agent-marketplace-homepage .amh-shell {
      width: min(1220px, calc(100% - 48px));
      margin: 0 auto;
    }

    #agent-marketplace-homepage .amh-nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    #agent-marketplace-homepage .amh-brand-mark {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 6px;
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
      font-family: var(--amh-mono);
      font-size: 18px;
      font-weight: 700;
    }

    #agent-marketplace-homepage .amh-brand-name {
      display: inline-block;
      font-family: var(--amh-mono);
      letter-spacing: -0.055em;
    }

    #agent-marketplace-homepage .amh-brand-kit {
      box-shadow: inset 0 -0.28em 0 var(--amh-lime);
    }

    #agent-marketplace-homepage .amh-nav-links {
      display: flex;
      align-items: center;
      gap: 27px;
      font-size: 13px;
      font-weight: 680;
    }

    #agent-marketplace-homepage .amh-nav-links > a:hover {
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-nav-links > a[aria-current="page"] {
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-nav-cta,
    #agent-marketplace-homepage .amh-primary,
    #agent-marketplace-homepage .amh-secondary,
    #agent-marketplace-homepage .amh-text-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-weight: 760;
    }

    #agent-marketplace-homepage .amh-nav-cta,
    #agent-marketplace-homepage .amh-primary,
    #agent-marketplace-homepage .amh-secondary {
      min-height: 43px;
      padding: 0 18px;
      border: 1.5px solid var(--amh-ink);
      border-radius: 999px;
      font-size: 13px;
      transition: transform 150ms ease, box-shadow 150ms ease;
    }

    #agent-marketplace-homepage .amh-nav-cta,
    #agent-marketplace-homepage .amh-primary {
      border-color: var(--amh-blue);
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-secondary {
      background: transparent;
    }

    #agent-marketplace-homepage .amh-nav-cta:hover,
    #agent-marketplace-homepage .amh-primary:hover,
    #agent-marketplace-homepage .amh-secondary:hover {
      transform: translateY(-2px);
      box-shadow: 0 7px 0 color-mix(in srgb, var(--amh-ink) 13%, transparent);
    }

    #agent-marketplace-homepage .amh-hero {
      padding: 64px 0 84px;
    }

    #agent-marketplace-homepage .amh-hero-copy {
      max-width: 940px;
      margin-bottom: 42px;
    }

    #agent-marketplace-homepage .amh-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 17px;
      color: var(--amh-muted);
      font-size: 11px;
      font-weight: 820;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    #agent-marketplace-homepage .amh-eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--amh-coral);
    }

    #agent-marketplace-homepage h1 {
      max-width: 870px;
      margin-bottom: 19px;
      font-family: var(--amh-mono);
      font-size: clamp(45px, 5.6vw, 74px);
      font-weight: 700;
      line-height: 1.02;
      letter-spacing: -0.065em;
    }

    #agent-marketplace-homepage .amh-hero-copy > p:last-child {
      max-width: 750px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 18px;
    }

    #agent-marketplace-homepage .amh-feature-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
      gap: 16px;
    }

    #agent-marketplace-homepage .amh-feature-main {
      min-height: 500px;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
      gap: 30px;
      align-items: center;
      padding: 42px;
      overflow: hidden;
      position: relative;
      border-radius: 28px;
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-feature-main::before,
    #agent-marketplace-homepage .amh-feature-main::after {
      content: "";
      position: absolute;
      border: 1px solid color-mix(in srgb, var(--amh-blue-ink) 24%, transparent);
      border-radius: 50%;
    }

    #agent-marketplace-homepage .amh-feature-main::before {
      width: 420px;
      height: 420px;
      right: -120px;
      bottom: -190px;
    }

    #agent-marketplace-homepage .amh-feature-main::after {
      width: 250px;
      height: 250px;
      left: -120px;
      top: -100px;
    }

    #agent-marketplace-homepage .amh-feature-content,
    #agent-marketplace-homepage .amh-feature-visual {
      position: relative;
      z-index: 1;
    }

    #agent-marketplace-homepage .amh-product-type {
      width: fit-content;
      min-height: 27px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 0 10px;
      border: 1px solid currentColor;
      border-radius: 999px;
      font-size: 9px;
      font-weight: 850;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    #agent-marketplace-homepage .amh-product-type::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: currentColor;
    }

    #agent-marketplace-homepage .amh-feature-main h2 {
      max-width: 430px;
      margin: 74px 0 14px;
      font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
      font-size: clamp(40px, 4.3vw, 59px);
      font-weight: 500;
      line-height: 0.99;
      letter-spacing: -0.047em;
    }

    #agent-marketplace-homepage .amh-feature-main p {
      max-width: 430px;
      margin-bottom: 25px;
      color: color-mix(in srgb, var(--amh-blue-ink) 78%, transparent);
      font-size: 15px;
    }

    #agent-marketplace-homepage .amh-feature-price {
      display: flex;
      align-items: baseline;
      gap: 9px;
      margin: -5px 0 22px;
    }

    #agent-marketplace-homepage .amh-feature-price strong {
      font-family: Iowan Old Style, Georgia, serif;
      font-size: 29px;
      font-weight: 650;
      letter-spacing: -0.03em;
    }

    #agent-marketplace-homepage .amh-feature-price span {
      color: color-mix(in srgb, var(--amh-blue-ink) 72%, transparent);
      font-size: 10px;
    }

    #agent-marketplace-homepage .amh-feature-main .amh-primary {
      border-color: var(--amh-blue-ink);
      background: var(--amh-blue-ink);
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-phone {
      width: min(350px, 100%);
      margin: 0 auto;
      padding: 14px;
      border: 1.5px solid color-mix(in srgb, var(--amh-blue-ink) 60%, transparent);
      border-radius: 28px;
      background: var(--amh-surface);
      color: var(--amh-ink);
      box-shadow: 15px 18px 0 color-mix(in srgb, var(--amh-blue-ink) 15%, transparent);
      transform: rotate(2deg);
    }

    #agent-marketplace-homepage .amh-phone-top {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 3px 2px 13px;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-mini-icon {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      border-radius: 9px;
      background: var(--amh-lime);
      color: var(--amh-lime-ink);
      font-family: Iowan Old Style, Georgia, serif;
      font-size: 16px;
      font-weight: 700;
    }

    #agent-marketplace-homepage .amh-phone-top strong,
    #agent-marketplace-homepage .amh-phone-top small {
      display: block;
    }

    #agent-marketplace-homepage .amh-phone-top strong { font-size: 12px; }
    #agent-marketplace-homepage .amh-phone-top small { color: var(--amh-muted); font-size: 9px; }

    #agent-marketplace-homepage .amh-brief {
      display: grid;
      gap: 9px;
      padding-top: 14px;
    }

    #agent-marketplace-homepage .amh-brief-row {
      display: grid;
      grid-template-columns: 31px 1fr auto;
      gap: 10px;
      align-items: center;
      padding: 10px;
      border-radius: 11px;
      background: var(--amh-soft);
    }

    #agent-marketplace-homepage .amh-brief-face {
      width: 31px;
      height: 31px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--amh-coral);
      color: #24130e;
      font-size: 10px;
      font-weight: 820;
    }

    #agent-marketplace-homepage .amh-brief-row:nth-child(2) .amh-brief-face { background: var(--amh-cyan); color: #062128; }
    #agent-marketplace-homepage .amh-brief-row:nth-child(3) .amh-brief-face { background: var(--amh-gold); color: #241a02; }

    #agent-marketplace-homepage .amh-brief-row strong,
    #agent-marketplace-homepage .amh-brief-row small {
      display: block;
    }

    #agent-marketplace-homepage .amh-brief-row strong { font-size: 10px; }
    #agent-marketplace-homepage .amh-brief-row small { color: var(--amh-muted); font-size: 8px; }
    #agent-marketplace-homepage .amh-brief-action { color: var(--amh-blue); font-size: 9px; font-weight: 820; }

    #agent-marketplace-homepage .amh-feature-side {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: 16px;
    }

    #agent-marketplace-homepage .amh-mini-feature {
      min-height: 242px;
      display: flex;
      flex-direction: column;
      padding: 26px;
      position: relative;
      overflow: hidden;
      border: 1.5px solid var(--amh-line);
      border-radius: 24px;
      background: var(--amh-surface);
    }

    #agent-marketplace-homepage .amh-mini-feature:first-child {
      background: var(--amh-lime);
      color: var(--amh-lime-ink);
      border-color: color-mix(in srgb, var(--amh-lime-ink) 68%, transparent);
    }

    #agent-marketplace-homepage .amh-mini-feature:last-child {
      background: var(--amh-ink);
      color: var(--amh-page);
      border-color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-mini-feature h3 {
      max-width: 260px;
      margin: auto 0 8px;
      font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
      font-size: 28px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.035em;
    }

    #agent-marketplace-homepage .amh-mini-feature p {
      margin-bottom: 16px;
      color: color-mix(in srgb, currentColor 72%, transparent);
      font-size: 11px;
    }

    #agent-marketplace-homepage .amh-text-link {
      width: fit-content;
      font-size: 11px;
    }

    #agent-marketplace-homepage .amh-path-chooser {
      overflow: hidden;
      border: 1px solid var(--amh-line);
      border-radius: 26px;
      background: var(--amh-surface);
    }

    #agent-marketplace-homepage .amh-path-tabs {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 4px;
      padding: 4px;
      border-bottom: 1px solid var(--amh-line);
      background: var(--amh-soft);
    }

    #agent-marketplace-homepage .amh-path-tab {
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border: 0;
      border-radius: 5px;
      background: transparent;
      color: var(--amh-muted);
      cursor: pointer;
      font: inherit;
      font-family: var(--amh-mono);
      font-size: 13px;
      font-weight: 760;
      text-align: center;
    }

    #agent-marketplace-homepage .amh-path-tab[aria-selected="true"] {
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-path-tab[aria-current="page"] {
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-path-tab[aria-current="page"]::before {
      content: ">";
      margin-right: 8px;
    }

    #agent-marketplace-homepage .amh-home-hero {
      min-height: calc(100vh - 178px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 76px 0 96px;
    }

    #agent-marketplace-homepage .amh-home-hero h1 {
      max-width: 990px;
      margin-bottom: 34px;
    }

    #agent-marketplace-homepage .amh-home-hero .amh-path-chooser {
      width: min(880px, 100%);
    }

    #agent-marketplace-homepage .amh-home-hero .amh-path-tabs {
      border-bottom: 0;
    }

    #agent-marketplace-homepage .amh-page-intro {
      padding: 24px 0 0;
    }

    #agent-marketplace-homepage .amh-page-intro .amh-path-tabs {
      border: 1px solid var(--amh-line);
      border-radius: 8px;
    }

    #agent-marketplace-homepage .amh-page-heading {
      max-width: 940px;
      padding: 36px 0 18px;
    }

    #agent-marketplace-homepage .amh-page-heading h1 {
      margin-bottom: 18px;
      font-size: clamp(38px, 4.4vw, 62px);
      line-height: 1.04;
    }

    #agent-marketplace-homepage .amh-page-heading p {
      max-width: 790px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 16px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-page-heading p + p {
      margin-top: 11px;
    }

    #agent-marketplace-homepage .amh-page-intro + .amh-shelf {
      padding-top: 8px;
    }

    #agent-marketplace-homepage .amh-page-intro + .amh-platform-shelf .amh-shelf {
      padding-top: 28px;
    }

    #agent-marketplace-homepage .amh-path-panel {
      min-height: 390px;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
      gap: 54px;
      align-items: center;
      padding: 48px;
    }

    #agent-marketplace-homepage .amh-path-panel[hidden] {
      display: none;
    }

    #agent-marketplace-homepage .amh-path-copy h2 {
      max-width: 650px;
      margin-bottom: 15px;
      font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
      font-size: clamp(39px, 4.5vw, 58px);
      font-weight: 500;
      line-height: 0.99;
      letter-spacing: -0.047em;
    }

    #agent-marketplace-homepage .amh-path-copy > p {
      max-width: 650px;
      margin-bottom: 23px;
      color: var(--amh-muted);
      font-size: 15px;
    }

    #agent-marketplace-homepage .amh-path-price {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 8px;
    }

    #agent-marketplace-homepage .amh-path-price strong {
      color: var(--amh-ink);
      font-family: Iowan Old Style, Georgia, serif;
      font-size: 28px;
      font-weight: 650;
    }

    #agent-marketplace-homepage .amh-path-price span {
      font-size: 10px;
      font-weight: 650;
    }

    #agent-marketplace-homepage .amh-path-facts {
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-path-fact {
      display: grid;
      grid-template-columns: minmax(110px, 0.38fr) 1fr;
      gap: 20px;
      padding: 18px 0;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-path-fact strong {
      font-size: 12px;
    }

    #agent-marketplace-homepage .amh-path-fact span {
      color: var(--amh-muted);
      font-size: 12px;
    }

    #agent-marketplace-homepage .amh-type-key {
      border-top: 1px solid var(--amh-line);
      border-bottom: 1px solid var(--amh-line);
      background: var(--amh-surface);
    }

    #agent-marketplace-homepage .amh-type-key-inner {
      min-height: 91px;
      display: grid;
      grid-template-columns: 1.1fr repeat(3, 1fr);
      align-items: center;
      gap: 20px;
    }

    #agent-marketplace-homepage .amh-type-key-title {
      font-family: Iowan Old Style, Georgia, serif;
      font-size: 18px;
      font-weight: 650;
      line-height: 1.1;
    }

    #agent-marketplace-homepage .amh-key-item {
      display: grid;
      grid-template-columns: 29px 1fr;
      gap: 9px;
      align-items: center;
    }

    #agent-marketplace-homepage .amh-key-dot {
      width: 29px;
      height: 29px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 850;
    }

    #agent-marketplace-homepage .amh-key-item:nth-child(2) .amh-key-dot { background: var(--amh-blue); color: var(--amh-blue-ink); }
    #agent-marketplace-homepage .amh-key-item:nth-child(3) .amh-key-dot { background: var(--amh-ink); color: var(--amh-page); }
    #agent-marketplace-homepage .amh-key-item:nth-child(4) .amh-key-dot { background: var(--amh-lime); color: var(--amh-lime-ink); }

    #agent-marketplace-homepage .amh-key-item strong,
    #agent-marketplace-homepage .amh-key-item small {
      display: block;
    }

    #agent-marketplace-homepage .amh-key-item strong { font-size: 11px; }
    #agent-marketplace-homepage .amh-key-item small { color: var(--amh-muted); font-size: 9px; }

    #agent-marketplace-homepage .amh-shelf {
      padding: 64px 0;
    }

    #agent-marketplace-homepage .amh-shelf + .amh-shelf {
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-shelf-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 30px;
    }

    #agent-marketplace-homepage .amh-shelf-title h2 {
      margin-bottom: 6px;
      font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
      font-size: clamp(36px, 4.4vw, 53px);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.045em;
    }

    #agent-marketplace-homepage .amh-shelf-title p {
      max-width: 710px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 14px;
    }

    #agent-marketplace-homepage .amh-price-disclaimer {
      width: fit-content;
      margin: 0 0 16px;
      padding: 8px 10px;
      border-radius: 5px;
      background: var(--amh-soft);
      color: light-dark(#555950, #c5c9bf);
      font-size: 10px;
      font-weight: 700;
    }

    #agent-marketplace-homepage .amh-price-disclaimer strong {
      color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-shelf-link {
      flex: 0 0 auto;
      color: var(--amh-blue);
      font-size: 13px;
      font-weight: 780;
    }

    #agent-marketplace-homepage .amh-product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    #agent-marketplace-homepage .amh-starter-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #agent-marketplace-homepage .amh-external-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #agent-marketplace-homepage .amh-product-card {
      min-height: 390px;
      display: flex;
      flex-direction: column;
      padding: 19px;
      border: 1px solid var(--amh-line);
      border-radius: 9px;
      background: var(--amh-surface);
      transition: transform 170ms ease, box-shadow 170ms ease;
    }

    #agent-marketplace-homepage .amh-product-card:hover {
      transform: none;
      border-color: var(--amh-blue);
      box-shadow: none;
    }

    #agent-marketplace-homepage .amh-card-type {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 23px;
      color: var(--amh-muted);
      font-size: 9px;
      font-weight: 820;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-family: var(--amh-mono);
    }

    #agent-marketplace-homepage .amh-card-type span:first-child {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    #agent-marketplace-homepage .amh-card-type span:first-child::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 2px;
      background: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-card-type .amh-ownership-label {
      padding: 4px 8px;
      border: 1px solid color-mix(in srgb, var(--amh-lime-ink) 22%, transparent);
      border-radius: 4px;
      background: color-mix(in srgb, var(--amh-lime) 48%, var(--amh-surface));
      color: var(--amh-lime-ink);
      letter-spacing: 0.01em;
      text-transform: none;
    }

    #agent-marketplace-homepage .amh-product-card.amh-external .amh-card-type span:first-child::before { background: var(--amh-ink); border-radius: 50%; }
    #agent-marketplace-homepage .amh-product-card.amh-platform .amh-card-type span:first-child::before { background: var(--amh-lime); }

    #agent-marketplace-homepage .amh-app-icon {
      width: 66px;
      height: 66px;
      display: grid;
      place-items: center;
      margin-bottom: 22px;
      position: relative;
      overflow: hidden;
      border-radius: 7px;
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
      font-family: var(--amh-mono);
      font-size: 28px;
      font-weight: 750;
    }

    #agent-marketplace-homepage .amh-app-icon::after {
      display: none;
    }

    #agent-marketplace-homepage .amh-product-card:nth-child(2) .amh-app-icon { background: var(--amh-coral); color: #2a130d; }
    #agent-marketplace-homepage .amh-product-card:nth-child(3) .amh-app-icon { background: var(--amh-lime); color: var(--amh-lime-ink); }
    #agent-marketplace-homepage .amh-product-card:nth-child(4) .amh-app-icon { background: var(--amh-purple); color: #ffffff; }

    #agent-marketplace-homepage .amh-product-card.amh-signal .amh-app-icon { background: var(--amh-cyan); color: #071f24; }
    #agent-marketplace-homepage .amh-product-card.amh-audience .amh-app-icon { background: var(--amh-gold); color: #281e05; }
    #agent-marketplace-homepage .amh-product-card.amh-custom .amh-app-icon { background: var(--amh-purple); color: #ffffff; }

    #agent-marketplace-homepage .amh-product-card.amh-pilot {
      border-color: color-mix(in srgb, var(--amh-gold) 76%, var(--amh-line));
      background: color-mix(in srgb, var(--amh-gold) 8%, var(--amh-surface));
    }

    #agent-marketplace-homepage .amh-product-card.amh-pilot:hover {
      border-color: var(--amh-gold);
    }

    #agent-marketplace-homepage .amh-product-card.amh-pilot .amh-card-type span:first-child::before {
      background: var(--amh-gold);
    }

    #agent-marketplace-homepage .amh-product-card.amh-pilot .amh-ownership-label {
      border-color: color-mix(in srgb, var(--amh-gold) 52%, var(--amh-line));
      background: color-mix(in srgb, var(--amh-gold) 23%, var(--amh-surface));
      color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-external .amh-app-icon {
      background: var(--amh-ink);
      color: var(--amh-page);
      border-radius: 7px;
      box-shadow: none;
    }

    #agent-marketplace-homepage .amh-external:nth-child(2) .amh-app-icon { background: var(--amh-cyan); color: #071f24; }
    #agent-marketplace-homepage .amh-external:nth-child(3) .amh-app-icon { background: var(--amh-purple); color: #ffffff; }
    #agent-marketplace-homepage .amh-external:nth-child(4) .amh-app-icon { background: var(--amh-gold); color: #281e05; }

    #agent-marketplace-homepage .amh-platform .amh-app-icon {
      background: var(--amh-lime);
      color: var(--amh-lime-ink);
      border-radius: 7px;
      box-shadow: none;
    }

    #agent-marketplace-homepage .amh-platform:nth-child(2) .amh-app-icon { background: var(--amh-soft); color: var(--amh-ink); }
    #agent-marketplace-homepage .amh-platform:nth-child(3) .amh-app-icon { background: var(--amh-soft); color: var(--amh-ink); }
    #agent-marketplace-homepage .amh-platform:nth-child(4) .amh-app-icon { background: var(--amh-blue); color: var(--amh-blue-ink); }

    #agent-marketplace-homepage .amh-product-card h3 {
      margin-bottom: 5px;
      font-family: var(--amh-mono);
      font-size: 18px;
      line-height: 1.15;
      letter-spacing: -0.025em;
    }

    #agent-marketplace-homepage .amh-maker {
      margin-bottom: 13px;
      color: var(--amh-muted);
      font-size: 10px;
      font-weight: 680;
    }

    #agent-marketplace-homepage .amh-product-card > p {
      margin-bottom: 18px;
      color: var(--amh-muted);
      font-size: 12px;
    }

    #agent-marketplace-homepage .amh-price-block {
      display: flex;
      align-items: baseline;
      gap: 7px;
      margin: auto 0 15px;
    }

    #agent-marketplace-homepage .amh-price-block strong {
      font-family: var(--amh-mono);
      font-size: 23px;
      font-weight: 650;
      line-height: 1;
      letter-spacing: -0.025em;
    }

    #agent-marketplace-homepage .amh-price-block span {
      color: var(--amh-muted);
      font-size: 9px;
      line-height: 1.25;
    }

    #agent-marketplace-homepage .amh-price-block.amh-contact-price strong {
      font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 14px;
      letter-spacing: -0.01em;
    }

    #agent-marketplace-homepage .amh-card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 17px;
    }

    #agent-marketplace-homepage .amh-card-meta span {
      min-height: 23px;
      display: inline-flex;
      align-items: center;
      padding: 0 8px;
      border-radius: 4px;
      background: var(--amh-soft);
      font-size: 9px;
      font-weight: 720;
      font-family: var(--amh-mono);
    }

    #agent-marketplace-homepage .amh-card-action {
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 14px;
      border-top: 1px solid var(--amh-line);
      font-size: 11px;
      font-weight: 820;
      font-family: var(--amh-mono);
    }

    #agent-marketplace-homepage .amh-card-action b {
      width: 27px;
      height: 27px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--amh-ink);
      color: var(--amh-page);
      font-size: 13px;
    }

    #agent-marketplace-homepage .amh-external .amh-card-action b {
      background: transparent;
      color: var(--amh-ink);
      border: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-external-banner {
      margin-bottom: 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 17px 19px;
      border: 1px solid var(--amh-line);
      border-radius: 7px;
      background: var(--amh-soft);
      color: var(--amh-muted);
      font-size: 11px;
    }

    #agent-marketplace-homepage .amh-external-banner strong {
      color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-external-banner span:last-child {
      flex: 0 0 auto;
      font-weight: 780;
    }

    #agent-marketplace-homepage .amh-external-guide {
      padding: 24px 0 88px;
    }

    #agent-marketplace-homepage .amh-access-note {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 0;
      margin-bottom: 24px;
      border: 1px solid var(--amh-line);
      border-left: 5px solid var(--amh-blue);
      border-radius: 7px;
      background: var(--amh-soft);
    }

    #agent-marketplace-homepage .amh-access-note > div {
      padding: 25px 27px;
    }

    #agent-marketplace-homepage .amh-access-note > div + div {
      border-left: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-access-note h2,
    #agent-marketplace-homepage .amh-access-note h3 {
      margin-bottom: 9px;
      font-family: var(--amh-mono);
      line-height: 1.15;
      letter-spacing: -0.04em;
    }

    #agent-marketplace-homepage .amh-access-note h2 {
      font-size: 24px;
    }

    #agent-marketplace-homepage .amh-access-note h3 {
      font-size: 17px;
    }

    #agent-marketplace-homepage .amh-access-note p {
      max-width: 560px;
      margin-bottom: 0;
      color: var(--amh-ink);
      font-size: 12px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-external-price-note {
      margin: 0 0 33px;
      color: var(--amh-muted);
      font-size: 10px;
    }

    #agent-marketplace-homepage .amh-external-price-note strong {
      color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-external-list {
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-external-entry {
      padding: 45px 0 42px;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-external-featured {
      margin: 0 -25px;
      padding-right: 25px;
      padding-left: 25px;
      border-top: 5px solid var(--amh-blue);
      background: var(--amh-surface);
    }

    #agent-marketplace-homepage .amh-external-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(190px, 0.25fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 30px;
    }

    #agent-marketplace-homepage .amh-external-kind {
      margin-bottom: 7px;
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-external-head h2 {
      margin-bottom: 5px;
      font-family: var(--amh-mono);
      font-size: clamp(37px, 4.6vw, 56px);
      line-height: 0.98;
      letter-spacing: -0.065em;
    }

    #agent-marketplace-homepage .amh-external-pitch {
      max-width: 720px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 15px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-external-price {
      display: grid;
      gap: 3px;
      padding-left: 22px;
      border-left: 1px solid var(--amh-line);
      text-align: right;
    }

    #agent-marketplace-homepage .amh-external-price strong {
      font-family: var(--amh-mono);
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: -0.045em;
    }

    #agent-marketplace-homepage .amh-external-price span {
      color: var(--amh-muted);
      font-size: 10px;
    }

    #agent-marketplace-homepage .amh-external-facts {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin: 0;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-external-facts > div {
      padding: 19px 24px 20px 0;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-external-facts > div:nth-child(even) {
      padding-right: 0;
      padding-left: 24px;
      border-left: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-external-facts dt {
      margin-bottom: 7px;
      color: var(--amh-ink);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-external-facts dd {
      max-width: 530px;
      margin: 0;
      color: var(--amh-muted);
      font-size: 12px;
      line-height: 1.52;
    }

    #agent-marketplace-homepage .amh-external-foot {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 32px;
      padding-top: 17px;
    }

    #agent-marketplace-homepage .amh-external-foot p {
      max-width: 720px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 9px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-external-foot a {
      flex: 0 0 auto;
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    #agent-marketplace-homepage .amh-external-foot a:hover,
    #agent-marketplace-homepage .amh-external-foot a:focus-visible {
      color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-buy-or-build {
      display: grid;
      grid-template-columns: minmax(210px, 0.32fr) minmax(0, 0.68fr);
      gap: 62px;
      padding-top: 56px;
    }

    #agent-marketplace-homepage .amh-buy-or-build > h2 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: clamp(26px, 3vw, 36px);
      line-height: 1.08;
      letter-spacing: -0.05em;
    }

    #agent-marketplace-homepage .amh-buy-or-build > div {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-buy-or-build section {
      padding: 21px 25px 0 0;
    }

    #agent-marketplace-homepage .amh-buy-or-build section + section {
      padding-right: 0;
      padding-left: 25px;
      border-left: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-buy-or-build h3 {
      margin-bottom: 8px;
      font-family: var(--amh-mono);
      font-size: 15px;
      letter-spacing: -0.035em;
    }

    #agent-marketplace-homepage .amh-buy-or-build p {
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 12px;
      line-height: 1.52;
    }

    #agent-marketplace-homepage .amh-editorial-guide {
      padding: 22px 0 88px;
    }

    #agent-marketplace-homepage .amh-editorial-intro {
      max-width: 780px;
      margin-bottom: 52px;
      color: var(--amh-muted);
      font-size: 15px;
      line-height: 1.65;
    }

    #agent-marketplace-homepage .amh-field-note {
      padding: 34px 0 0;
      border-top: 5px solid var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-field-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr);
      gap: 54px;
      align-items: end;
      padding-bottom: 29px;
    }

    #agent-marketplace-homepage .amh-field-kind {
      margin-bottom: 8px;
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-field-head h2 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: clamp(48px, 6.5vw, 76px);
      line-height: 0.94;
      letter-spacing: -0.075em;
    }

    #agent-marketplace-homepage .amh-field-price {
      display: grid;
      gap: 4px;
      margin-bottom: 2px;
      text-align: right;
    }

    #agent-marketplace-homepage .amh-field-price strong {
      font-family: var(--amh-mono);
      font-size: 16px;
      letter-spacing: -0.035em;
    }

    #agent-marketplace-homepage .amh-field-price span {
      color: var(--amh-muted);
      font-size: 10px;
    }

    #agent-marketplace-homepage .amh-field-body {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
      gap: 0 64px;
    }

    #agent-marketplace-homepage .amh-field-body section {
      padding: 21px 0 25px;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-field-body h3 {
      margin-bottom: 9px;
      font-family: var(--amh-mono);
      font-size: 14px;
      letter-spacing: -0.035em;
    }

    #agent-marketplace-homepage .amh-field-body p,
    #agent-marketplace-homepage .amh-field-body li {
      max-width: 680px;
      color: var(--amh-muted);
      font-size: 13px;
      line-height: 1.62;
    }

    #agent-marketplace-homepage .amh-field-body p {
      margin-bottom: 0;
    }

    #agent-marketplace-homepage .amh-field-body p + p {
      margin-top: 13px;
    }

    #agent-marketplace-homepage .amh-field-body ul {
      display: grid;
      gap: 7px;
      margin: 0;
      padding-left: 19px;
    }

    #agent-marketplace-homepage .amh-field-foot {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 30px;
      padding: 18px 0 20px;
      border-top: 1px solid var(--amh-line);
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-field-foot p {
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 10px;
    }

    #agent-marketplace-homepage .amh-field-foot a,
    #agent-marketplace-homepage .amh-short-review > a {
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    #agent-marketplace-homepage .amh-field-foot a:hover,
    #agent-marketplace-homepage .amh-field-foot a:focus-visible,
    #agent-marketplace-homepage .amh-short-review > a:hover,
    #agent-marketplace-homepage .amh-short-review > a:focus-visible {
      color: var(--amh-ink);
    }

    #agent-marketplace-homepage .amh-shortlist {
      padding-top: 70px;
    }

    #agent-marketplace-homepage .amh-shortlist-head {
      display: grid;
      grid-template-columns: minmax(300px, 0.5fr) minmax(0, 0.5fr);
      gap: 46px;
      align-items: end;
      padding-bottom: 23px;
    }

    #agent-marketplace-homepage .amh-shortlist-head h2 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: clamp(27px, 3.6vw, 43px);
      line-height: 1.05;
      letter-spacing: -0.055em;
    }

    #agent-marketplace-homepage .amh-shortlist-head p {
      max-width: 500px;
      justify-self: end;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 12px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-short-review {
      display: grid;
      grid-template-columns: minmax(175px, 0.24fr) minmax(0, 0.58fr) minmax(120px, 0.18fr);
      gap: 38px;
      align-items: start;
      padding: 31px 0 33px;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-short-review:last-of-type {
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-short-review header > p {
      margin-bottom: 5px;
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 9px;
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-short-review header h3 {
      margin-bottom: 7px;
      font-family: var(--amh-mono);
      font-size: 30px;
      line-height: 1;
      letter-spacing: -0.06em;
    }

    #agent-marketplace-homepage .amh-short-review header span {
      display: block;
      color: var(--amh-muted);
      font-size: 9px;
      line-height: 1.4;
    }

    #agent-marketplace-homepage .amh-short-review > div p {
      max-width: 680px;
      margin-bottom: 0;
      color: var(--amh-ink);
      font-size: 12px;
      line-height: 1.58;
    }

    #agent-marketplace-homepage .amh-short-review > div .amh-review-consider {
      margin-top: 13px;
      color: var(--amh-muted);
    }

    #agent-marketplace-homepage .amh-short-review > a {
      justify-self: end;
      margin-top: 19px;
      text-align: right;
    }

    #agent-marketplace-homepage .amh-pricing-date {
      max-width: 760px;
      margin: 24px 0 0;
      color: var(--amh-muted);
      font-size: 9px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-platform-shelf {
      background: var(--amh-ink);
      color: var(--amh-page);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-shelf-title p {
      color: color-mix(in srgb, var(--amh-page) 68%, transparent);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-shelf-link {
      color: var(--amh-lime);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-product-card {
      border-color: color-mix(in srgb, var(--amh-page) 18%, transparent);
      background: color-mix(in srgb, var(--amh-page) 7%, var(--amh-ink));
      color: var(--amh-page);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-card-type,
    #agent-marketplace-homepage .amh-platform-shelf .amh-maker,
    #agent-marketplace-homepage .amh-platform-shelf .amh-product-card > p,
    #agent-marketplace-homepage .amh-platform-shelf .amh-price-block span {
      color: color-mix(in srgb, var(--amh-page) 66%, transparent);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-price-disclaimer {
      background: color-mix(in srgb, var(--amh-page) 9%, transparent);
      color: color-mix(in srgb, var(--amh-page) 68%, transparent);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-price-disclaimer strong {
      color: var(--amh-page);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-card-meta span {
      background: color-mix(in srgb, var(--amh-page) 10%, transparent);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-card-action {
      border-color: color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-card-action b {
      background: var(--amh-lime);
      color: var(--amh-lime-ink);
    }

    #agent-marketplace-homepage .amh-setup-guide {
      margin-bottom: 24px;
      border: 1px solid color-mix(in srgb, var(--amh-page) 22%, transparent);
      border-radius: 9px;
      background: color-mix(in srgb, var(--amh-page) 6%, var(--amh-ink));
      overflow: hidden;
    }

    #agent-marketplace-homepage .amh-guide-head {
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 16px;
      align-items: start;
      padding: 22px;
      border-bottom: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-guide-prompt,
    #agent-marketplace-homepage .amh-guide-number {
      font-family: var(--amh-mono);
      color: var(--amh-lime);
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-guide-prompt {
      font-size: 24px;
      line-height: 1;
    }

    #agent-marketplace-homepage .amh-guide-head h2,
    #agent-marketplace-homepage .amh-guide-step h3 {
      font-family: var(--amh-mono);
      letter-spacing: -0.04em;
    }

    #agent-marketplace-homepage .amh-guide-head h2 {
      margin-bottom: 5px;
      font-size: 25px;
      line-height: 1.08;
    }

    #agent-marketplace-homepage .amh-guide-head p,
    #agent-marketplace-homepage .amh-guide-step p {
      margin-bottom: 0;
      color: color-mix(in srgb, var(--amh-page) 68%, transparent);
    }

    #agent-marketplace-homepage .amh-guide-head p {
      font-size: 12px;
    }

    #agent-marketplace-homepage .amh-guide-steps {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    #agent-marketplace-homepage .amh-guide-step {
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 16px;
      padding: 18px 22px;
      border-bottom: 1px solid color-mix(in srgb, var(--amh-page) 13%, transparent);
    }

    #agent-marketplace-homepage .amh-guide-step:last-child {
      border-bottom: 0;
    }

    #agent-marketplace-homepage .amh-guide-number {
      padding-top: 2px;
      font-size: 11px;
      letter-spacing: 0.08em;
    }

    #agent-marketplace-homepage .amh-guide-step h3 {
      margin-bottom: 5px;
      font-size: 15px;
      line-height: 1.2;
    }

    #agent-marketplace-homepage .amh-guide-step p {
      max-width: 880px;
      font-size: 12px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-guide-step p + p {
      margin-top: 8px;
    }

    #agent-marketplace-homepage .amh-guide-step a {
      color: var(--amh-lime);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    #agent-marketplace-homepage .amh-guide-step code {
      display: inline-block;
      padding: 2px 5px;
      border: 1px solid color-mix(in srgb, var(--amh-page) 20%, transparent);
      border-radius: 3px;
      background: color-mix(in srgb, var(--amh-page) 10%, transparent);
      color: var(--amh-page);
      font-family: var(--amh-mono);
      font-size: 0.92em;
      overflow-wrap: anywhere;
    }

    #agent-marketplace-homepage .amh-guide-note {
      color: color-mix(in srgb, var(--amh-page) 82%, transparent);
    }

    #agent-marketplace-homepage .amh-builder-shelf .amh-shelf {
      padding-top: 36px;
      padding-bottom: 70px;
    }

    #agent-marketplace-homepage .amh-machine-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
      gap: 54px;
      align-items: end;
      padding: 34px;
      border-radius: 10px;
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-machine-kicker {
      margin-bottom: 15px;
      font-family: var(--amh-mono);
      font-size: 11px;
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-machine-copy h2 {
      max-width: 660px;
      margin-bottom: 14px;
      font-family: var(--amh-mono);
      font-size: clamp(31px, 4.2vw, 50px);
      line-height: 1.02;
      letter-spacing: -0.06em;
    }

    #agent-marketplace-homepage .amh-machine-copy > p:last-child {
      max-width: 720px;
      margin-bottom: 0;
      color: var(--amh-blue-ink);
      font-size: 14px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-machine-action {
      padding-left: 26px;
      border-left: 1px solid color-mix(in srgb, var(--amh-blue-ink) 35%, transparent);
    }

    #agent-marketplace-homepage .amh-machine-price {
      display: flex;
      align-items: baseline;
      gap: 8px;
      margin-bottom: 14px;
      font-family: var(--amh-mono);
    }

    #agent-marketplace-homepage .amh-machine-price strong {
      font-size: 30px;
      letter-spacing: -0.06em;
    }

    #agent-marketplace-homepage .amh-machine-price span {
      font-size: 10px;
      font-weight: 700;
    }

    #agent-marketplace-homepage .amh-machine-button {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 10px 15px;
      border: 1px solid var(--amh-blue-ink);
      border-radius: 5px;
      background: var(--amh-blue-ink);
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 11px;
      font-weight: 800;
      text-align: center;
    }

    #agent-marketplace-homepage .amh-machine-button:hover,
    #agent-marketplace-homepage .amh-machine-button:focus-visible {
      background: var(--amh-lime);
      color: var(--amh-lime-ink);
    }

    #agent-marketplace-homepage .amh-machine-action small {
      display: block;
      margin-top: 10px;
      color: var(--amh-blue-ink);
      font-size: 9px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-config-path {
      padding: 58px 0 0;
    }

    #agent-marketplace-homepage .amh-config-heading {
      display: grid;
      grid-template-columns: minmax(260px, 0.5fr) minmax(0, 0.5fr);
      gap: 42px;
      align-items: end;
      padding-bottom: 20px;
    }

    #agent-marketplace-homepage .amh-config-heading h2,
    #agent-marketplace-homepage .amh-memory-heading h2 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.08;
      letter-spacing: -0.05em;
    }

    #agent-marketplace-homepage .amh-config-heading p {
      max-width: 520px;
      justify-self: end;
      margin-bottom: 0;
      color: color-mix(in srgb, var(--amh-page) 68%, transparent);
      font-size: 12px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-config-steps {
      margin: 0;
      padding: 0;
      border-top: 1px solid color-mix(in srgb, var(--amh-page) 22%, transparent);
      list-style: none;
    }

    #agent-marketplace-homepage .amh-config-steps li {
      display: grid;
      grid-template-columns: 54px minmax(190px, 0.36fr) minmax(0, 0.64fr);
      gap: 20px;
      align-items: baseline;
      padding: 19px 0;
      border-bottom: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-config-number {
      color: var(--amh-lime);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    #agent-marketplace-homepage .amh-config-steps h3 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: -0.035em;
    }

    #agent-marketplace-homepage .amh-config-steps p {
      max-width: 650px;
      margin-bottom: 0;
      color: color-mix(in srgb, var(--amh-page) 68%, transparent);
      font-size: 12px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-config-ready {
      margin: 22px 0 0;
      padding: 17px 19px;
      border: 1px solid color-mix(in srgb, var(--amh-page) 20%, transparent);
      border-radius: 6px;
      color: color-mix(in srgb, var(--amh-page) 72%, transparent);
      font-size: 12px;
    }

    #agent-marketplace-homepage .amh-config-ready strong {
      color: var(--amh-page);
    }

    #agent-marketplace-homepage .amh-memory-section {
      margin-top: 64px;
      padding: 32px;
      border: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
      border-radius: 9px;
      background: color-mix(in srgb, var(--amh-page) 6%, var(--amh-ink));
    }

    #agent-marketplace-homepage .amh-memory-heading {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 30px;
      align-items: start;
      margin-bottom: 23px;
    }

    #agent-marketplace-homepage .amh-memory-heading p {
      max-width: 720px;
      margin: 10px 0 0;
      color: color-mix(in srgb, var(--amh-page) 66%, transparent);
      font-size: 12px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-memory-heading > span {
      padding: 5px 8px;
      border: 1px solid var(--amh-lime);
      border-radius: 4px;
      color: var(--amh-lime);
      font-family: var(--amh-mono);
      font-size: 9px;
      font-weight: 800;
    }

    #agent-marketplace-homepage .amh-memory-list {
      border-top: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-memory-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 26px;
      align-items: center;
      padding: 17px 0;
      border-bottom: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-memory-row span,
    #agent-marketplace-homepage .amh-memory-row strong,
    #agent-marketplace-homepage .amh-memory-row small {
      display: block;
    }

    #agent-marketplace-homepage .amh-memory-row strong {
      margin-bottom: 3px;
      font-family: var(--amh-mono);
      font-size: 15px;
    }

    #agent-marketplace-homepage .amh-memory-row small {
      color: color-mix(in srgb, var(--amh-page) 64%, transparent);
      font-size: 11px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-memory-row b {
      color: var(--amh-lime);
      font-family: var(--amh-mono);
      font-size: 10px;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    #agent-marketplace-homepage .amh-memory-row:hover strong,
    #agent-marketplace-homepage .amh-memory-row:focus-visible strong {
      color: var(--amh-lime);
    }

    #agent-marketplace-homepage .amh-memory-note {
      margin: 15px 0 0;
      color: color-mix(in srgb, var(--amh-page) 55%, transparent);
      font-size: 10px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-technical-details {
      margin-top: 24px;
      border-top: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
      border-bottom: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-technical-details summary {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer;
      color: var(--amh-page);
      font-family: var(--amh-mono);
      font-size: 11px;
      font-weight: 800;
      list-style: none;
    }

    #agent-marketplace-homepage .amh-technical-details summary::-webkit-details-marker {
      display: none;
    }

    #agent-marketplace-homepage .amh-technical-details summary::after {
      content: "+";
      color: var(--amh-lime);
      font-size: 18px;
    }

    #agent-marketplace-homepage .amh-technical-details[open] summary::after {
      content: "−";
    }

    #agent-marketplace-homepage .amh-command-list {
      padding-bottom: 14px;
    }

    #agent-marketplace-homepage .amh-command-list p {
      display: grid;
      grid-template-columns: minmax(170px, 0.32fr) minmax(0, 0.68fr);
      gap: 24px;
      margin: 0;
      padding: 10px 0;
      color: color-mix(in srgb, var(--amh-page) 65%, transparent);
      font-size: 11px;
    }

    #agent-marketplace-homepage .amh-command-list code {
      color: var(--amh-lime);
      font-family: var(--amh-mono);
      overflow-wrap: anywhere;
    }

    #agent-marketplace-homepage .amh-builder-shelf .amh-resource-disclosure {
      margin-top: 16px;
    }

    #agent-marketplace-homepage .amh-trust {
      padding: 94px 0;
    }

    #agent-marketplace-homepage .amh-trust-box {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
      gap: 72px;
      align-items: center;
      padding: 49px;
      border-radius: 27px;
      background: var(--amh-coral);
      color: #21120e;
    }

    #agent-marketplace-homepage .amh-trust-copy h2 {
      margin-bottom: 16px;
      font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
      font-size: clamp(38px, 4.7vw, 60px);
      font-weight: 500;
      line-height: 0.99;
      letter-spacing: -0.047em;
    }

    #agent-marketplace-homepage .amh-trust-copy p {
      margin-bottom: 0;
      font-size: 14px;
    }

    #agent-marketplace-homepage .amh-passport {
      padding: 22px;
      border: 1.5px solid rgba(33, 18, 14, 0.55);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.27);
      transform: rotate(1deg);
    }

    #agent-marketplace-homepage .amh-passport-top {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 18px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(33, 18, 14, 0.28);
    }

    #agent-marketplace-homepage .amh-passport-top strong {
      font-family: Iowan Old Style, Georgia, serif;
      font-size: 23px;
    }

    #agent-marketplace-homepage .amh-passport-top span {
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    #agent-marketplace-homepage .amh-passport-list {
      display: grid;
      gap: 9px;
    }

    #agent-marketplace-homepage .amh-passport-row {
      display: grid;
      grid-template-columns: 110px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 9px 10px;
      border-radius: 9px;
      background: rgba(255, 255, 255, 0.32);
      font-size: 10px;
    }

    #agent-marketplace-homepage .amh-passport-row span:first-child {
      font-weight: 820;
    }

    #agent-marketplace-homepage .amh-passport-row span:nth-child(2) {
      color: rgba(33, 18, 14, 0.72);
    }

    #agent-marketplace-homepage .amh-passport-row b {
      font-size: 9px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    #agent-marketplace-homepage .amh-final {
      padding: 12px 0 42px;
    }

    #agent-marketplace-homepage .amh-final-box {
      min-height: 390px;
      display: grid;
      place-items: center;
      padding: 70px 28px;
      position: relative;
      overflow: hidden;
      border-radius: 27px;
      background: var(--amh-lime);
      color: var(--amh-lime-ink);
      text-align: center;
    }

    #agent-marketplace-homepage .amh-final-box::before,
    #agent-marketplace-homepage .amh-final-box::after {
      content: "";
      width: 250px;
      height: 250px;
      position: absolute;
      border: 45px solid rgba(23, 32, 0, 0.11);
      border-radius: 50%;
    }

    #agent-marketplace-homepage .amh-final-box::before { left: -110px; top: -95px; }
    #agent-marketplace-homepage .amh-final-box::after { right: -105px; bottom: -100px; }

    #agent-marketplace-homepage .amh-final-content {
      max-width: 760px;
      position: relative;
      z-index: 1;
    }

    #agent-marketplace-homepage .amh-final-content h2 {
      margin-bottom: 17px;
      font-family: Iowan Old Style, Palatino Linotype, Georgia, serif;
      font-size: clamp(42px, 5.4vw, 68px);
      font-weight: 500;
      line-height: 0.98;
      letter-spacing: -0.05em;
    }

    #agent-marketplace-homepage .amh-final-content p {
      max-width: 600px;
      margin: 0 auto 26px;
      font-size: 16px;
    }

    #agent-marketplace-homepage .amh-final-content .amh-primary {
      border-color: var(--amh-lime-ink);
      background: var(--amh-lime-ink);
      color: var(--amh-lime);
    }

    #agent-marketplace-homepage .amh-footer {
      min-height: 102px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 25px;
      color: var(--amh-muted);
      font-size: 11px;
    }

    #agent-marketplace-homepage .amh-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      font-weight: 680;
    }

    #agent-marketplace-homepage :focus-visible {
      outline: 3px solid var(--amh-coral);
      outline-offset: 4px;
    }

    @media (max-width: 980px) {
      #agent-marketplace-homepage .amh-nav-links a:not(.amh-nav-cta) { display: none; }
      #agent-marketplace-homepage .amh-feature-grid { grid-template-columns: 1fr; }
      #agent-marketplace-homepage .amh-feature-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
      #agent-marketplace-homepage .amh-type-key-inner { grid-template-columns: 1fr 1fr; padding: 24px 0; }
      #agent-marketplace-homepage .amh-type-key-title { grid-column: 1 / -1; }
      #agent-marketplace-homepage .amh-product-grid { grid-template-columns: 1fr 1fr; }
      #agent-marketplace-homepage .amh-trust-box { grid-template-columns: 1fr; gap: 42px; }
    }

    @media (max-width: 720px) {
      #agent-marketplace-homepage .amh-feature-main { grid-template-columns: 1fr; gap: 39px; padding: 32px; }
      #agent-marketplace-homepage .amh-feature-main h2 { margin-top: 55px; }
      #agent-marketplace-homepage .amh-feature-visual { max-width: 390px; margin: 0 auto; }
      #agent-marketplace-homepage .amh-path-panel { grid-template-columns: 1fr; gap: 30px; padding: 35px 30px; }
      #agent-marketplace-homepage .amh-external-banner { align-items: flex-start; flex-direction: column; }
    }

    @media (max-width: 560px) {
      #agent-marketplace-homepage .amh-shell { width: min(100% - 28px, 1220px); }
      #agent-marketplace-homepage .amh-nav { min-height: 66px; }
      #agent-marketplace-homepage .amh-brand { font-size: 16px; }
      #agent-marketplace-homepage .amh-brand-mark { width: 30px; height: 30px; border-radius: 6px; font-size: 17px; }
      #agent-marketplace-homepage .amh-hero { padding: 49px 0 63px; }
      #agent-marketplace-homepage .amh-home-hero { min-height: calc(100vh - 138px); padding: 58px 0 76px; }
      #agent-marketplace-homepage .amh-home-hero h1 { margin-bottom: 34px; }
      #agent-marketplace-homepage h1 { font-size: clamp(38px, 11.7vw, 53px); }
      #agent-marketplace-homepage .amh-hero-copy > p:last-child { font-size: 16px; }
      #agent-marketplace-homepage .amh-page-intro { padding-top: 15px; }
      #agent-marketplace-homepage .amh-page-heading { padding: 27px 0 13px; }
      #agent-marketplace-homepage .amh-page-heading h1 { font-size: clamp(34px, 10vw, 46px); }
      #agent-marketplace-homepage .amh-page-heading p { font-size: 14px; }
      #agent-marketplace-homepage .amh-path-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 4px; }
      #agent-marketplace-homepage .amh-path-tab { min-width: 0; min-height: 48px; padding: 7px 5px; font-size: 10px; line-height: 1.2; }
      #agent-marketplace-homepage .amh-path-tab[aria-current="page"]::before { margin-right: 4px; }
      #agent-marketplace-homepage .amh-path-panel { min-height: 0; padding: 30px 22px; }
      #agent-marketplace-homepage .amh-path-copy h2 { font-size: 39px; }
      #agent-marketplace-homepage .amh-path-fact { grid-template-columns: 1fr; gap: 5px; }
      #agent-marketplace-homepage .amh-feature-main { min-height: 680px; padding: 24px; border-radius: 22px; }
      #agent-marketplace-homepage .amh-feature-main h2 { margin-top: 48px; font-size: 39px; }
      #agent-marketplace-homepage .amh-phone { transform: rotate(0.7deg); }
      #agent-marketplace-homepage .amh-feature-side { grid-template-columns: 1fr; }
      #agent-marketplace-homepage .amh-mini-feature { min-height: 230px; }
      #agent-marketplace-homepage .amh-type-key-inner { grid-template-columns: 1fr; gap: 13px; }
      #agent-marketplace-homepage .amh-type-key-title { grid-column: auto; margin-bottom: 4px; }
      #agent-marketplace-homepage .amh-shelf { padding: 46px 0; }
      #agent-marketplace-homepage .amh-page-intro + .amh-shelf { padding-top: 7px; }
      #agent-marketplace-homepage .amh-page-intro + .amh-platform-shelf .amh-shelf { padding-top: 20px; }
      #agent-marketplace-homepage .amh-shelf-head { align-items: flex-start; flex-direction: column; gap: 13px; }
      #agent-marketplace-homepage .amh-product-grid { grid-template-columns: 1fr; }
      #agent-marketplace-homepage .amh-product-card { min-height: 365px; }
      #agent-marketplace-homepage .amh-guide-head,
      #agent-marketplace-homepage .amh-guide-step { grid-template-columns: 34px 1fr; gap: 10px; padding: 16px; }
      #agent-marketplace-homepage .amh-trust { padding: 72px 0; }
      #agent-marketplace-homepage .amh-trust-box { padding: 25px; border-radius: 22px; }
      #agent-marketplace-homepage .amh-passport { padding: 14px; transform: none; }
      #agent-marketplace-homepage .amh-passport-top { align-items: flex-start; flex-direction: column; gap: 4px; }
      #agent-marketplace-homepage .amh-passport-row { grid-template-columns: 1fr; gap: 4px; }
      #agent-marketplace-homepage .amh-final-box { min-height: 460px; padding: 58px 21px; }
      #agent-marketplace-homepage .amh-footer { align-items: flex-start; flex-direction: column; padding: 28px 0; }
    }

    /* AgentMarkit v2: a simpler chooser, with the work up front. */
    #agent-marketplace-homepage .amh-brand {
      gap: 0;
      font-size: 19px;
    }

    #agent-marketplace-homepage .amh-nav-links > a {
      display: inline-flex;
    }

    #agent-marketplace-homepage .amh-home-hero {
      min-height: 0;
      display: block;
      padding: 66px 0 48px;
    }

    #agent-marketplace-homepage .amh-home-hero h1 {
      max-width: 900px;
      margin-bottom: 20px;
      font-size: clamp(44px, 5.1vw, 64px);
      line-height: 1.03;
    }

    #agent-marketplace-homepage .amh-home-hero > p {
      max-width: 750px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 18px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-choice-section {
      padding: 0 0 76px;
    }

    #agent-marketplace-homepage .amh-choice-heading {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: end;
      margin-bottom: 16px;
    }

    #agent-marketplace-homepage .amh-choice-heading h2,
    #agent-marketplace-homepage .amh-about h2,
    #agent-marketplace-homepage .amh-catalog-head h2 {
      margin-bottom: 4px;
      font-family: var(--amh-mono);
      font-size: clamp(24px, 2.7vw, 34px);
      line-height: 1.08;
      letter-spacing: -0.045em;
    }

    #agent-marketplace-homepage .amh-choice-heading p,
    #agent-marketplace-homepage .amh-catalog-head p {
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 13px;
    }

    #agent-marketplace-homepage .amh-choice-list {
      display: grid;
      gap: 7px;
    }

    #agent-marketplace-homepage .amh-choice-row {
      min-height: 112px;
      display: grid;
      grid-template-columns: 32px minmax(0, 1fr) 205px 120px;
      gap: 20px;
      align-items: center;
      padding: 19px 21px;
      border: 1px solid var(--amh-line);
      border-radius: 8px;
      background: var(--amh-surface);
    }

    #agent-marketplace-homepage .amh-choice-row:hover {
      border-color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-choice-featured {
      border-color: var(--amh-blue);
      background: var(--amh-blue);
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-choice-marker {
      align-self: start;
      padding-top: 1px;
      font-family: var(--amh-mono);
      font-size: 25px;
      font-weight: 850;
    }

    #agent-marketplace-homepage .amh-choice-copy h3 {
      margin-bottom: 6px;
      font-family: var(--amh-mono);
      font-size: 19px;
      line-height: 1.15;
      letter-spacing: -0.035em;
    }

    #agent-marketplace-homepage .amh-choice-copy p {
      max-width: 650px;
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 13px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-choice-featured .amh-choice-copy p {
      color: var(--amh-blue-ink);
    }

    #agent-marketplace-homepage .amh-choice-facts {
      display: grid;
      gap: 5px;
      font-family: var(--amh-mono);
      font-size: 10px;
      line-height: 1.3;
    }

    #agent-marketplace-homepage .amh-choice-action {
      justify-self: end;
      font-family: var(--amh-mono);
      font-size: 11px;
      font-weight: 800;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    #agent-marketplace-homepage .amh-about {
      display: grid;
      grid-template-columns: minmax(230px, 0.35fr) minmax(0, 0.65fr);
      gap: 72px;
      padding: 64px 0 82px;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-about-copy {
      max-width: 720px;
    }

    #agent-marketplace-homepage .amh-about-copy p {
      margin-bottom: 15px;
      color: var(--amh-muted);
      font-size: 16px;
      line-height: 1.6;
    }

    #agent-marketplace-homepage .amh-about-copy p:last-child {
      margin-bottom: 0;
    }

    #agent-marketplace-homepage .amh-page-heading {
      max-width: 880px;
      padding: 32px 0 15px;
    }

    #agent-marketplace-homepage .amh-page-heading h1 {
      max-width: 850px;
      margin-bottom: 15px;
      font-size: clamp(39px, 4vw, 54px);
      line-height: 1.05;
    }

    #agent-marketplace-homepage .amh-page-heading p {
      max-width: 775px;
      font-size: 15px;
    }

    #agent-marketplace-homepage .amh-back-link {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--amh-muted);
      font-family: var(--amh-mono);
      font-size: 12px;
      font-weight: 750;
    }

    #agent-marketplace-homepage .amh-back-link:hover {
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-back-link span {
      color: var(--amh-blue);
      font-size: 16px;
    }

    #agent-marketplace-homepage .amh-other-routes {
      display: grid;
      grid-template-columns: minmax(230px, 0.35fr) minmax(0, 0.65fr);
      gap: 72px;
      margin-top: 52px;
      padding: 34px 0 64px;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-other-routes h2 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: clamp(22px, 2.5vw, 30px);
      line-height: 1.1;
      letter-spacing: -0.045em;
    }

    #agent-marketplace-homepage .amh-other-route-list {
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-other-route {
      min-height: 84px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      padding: 16px 0;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-other-route:hover strong,
    #agent-marketplace-homepage .amh-other-route:focus-visible strong {
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-other-route > span {
      display: grid;
      gap: 4px;
    }

    #agent-marketplace-homepage .amh-other-route strong {
      font-family: var(--amh-mono);
      font-size: 16px;
      line-height: 1.25;
    }

    #agent-marketplace-homepage .amh-other-route small {
      color: var(--amh-muted);
      font-size: 13px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-other-route b {
      font-family: var(--amh-mono);
      font-size: 11px;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    #agent-marketplace-homepage.amh-natural-comparison .amh-page-heading {
      padding-left: 18px;
      border-left: 4px solid var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-process {
      display: grid;
      grid-template-columns: minmax(230px, 0.4fr) minmax(0, 0.6fr);
      gap: 40px;
      padding: 60px 0 78px;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-process h2,
    #agent-marketplace-homepage .amh-resource-heading h2,
    #agent-marketplace-homepage .amh-review-intro h2 {
      margin-bottom: 0;
      font-family: var(--amh-mono);
      font-size: clamp(24px, 2.7vw, 34px);
      line-height: 1.08;
      letter-spacing: -0.045em;
    }

    #agent-marketplace-homepage .amh-process-list {
      margin: 0;
      padding: 0;
      border-top: 1px solid var(--amh-line);
      list-style: none;
    }

    #agent-marketplace-homepage .amh-process-step {
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 16px;
      padding: 17px 0;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-process-step span {
      padding-top: 2px;
      color: var(--amh-blue);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    #agent-marketplace-homepage .amh-process-step p {
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    #agent-marketplace-homepage .amh-catalog-head {
      display: grid;
      grid-template-columns: minmax(230px, 0.4fr) minmax(0, 0.6fr);
      gap: 40px;
      align-items: end;
      margin-bottom: 18px;
    }

    #agent-marketplace-homepage .amh-catalog-head .amh-price-disclaimer {
      max-width: 620px;
      justify-self: end;
      margin: 0;
      padding: 10px 12px;
      font-size: 11px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-starter-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #agent-marketplace-homepage .amh-product-card {
      min-height: 350px;
    }

    #agent-marketplace-homepage .amh-card-job {
      min-height: 48px;
      display: flex;
      align-items: center;
      margin-bottom: 18px;
      padding: 10px 12px;
      border-left: 4px solid var(--amh-blue);
      border-radius: 4px;
      background: var(--amh-soft);
      font-family: var(--amh-mono);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }

    #agent-marketplace-homepage .amh-product-card:nth-child(2) .amh-card-job { border-left-color: var(--amh-coral); }
    #agent-marketplace-homepage .amh-product-card:nth-child(3) .amh-card-job { border-left-color: var(--amh-lime); }
    #agent-marketplace-homepage .amh-product-card:nth-child(4) .amh-card-job { border-left-color: var(--amh-purple); }
    #agent-marketplace-homepage .amh-product-card:nth-child(5) .amh-card-job { border-left-color: var(--amh-cyan); }
    #agent-marketplace-homepage .amh-product-card:nth-child(6) .amh-card-job { border-left-color: var(--amh-gold); }

    #agent-marketplace-homepage a.amh-card-action:hover {
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-card-status {
      min-height: 40px;
      display: flex;
      align-items: center;
      margin-top: auto;
      padding-top: 14px;
      border-top: 1px solid var(--amh-line);
      color: var(--amh-muted);
      font-family: var(--amh-mono);
      font-size: 10px;
      font-weight: 750;
    }

    #agent-marketplace-homepage .amh-comparison-details {
      display: grid;
      gap: 0;
      margin: 18px 0 0;
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-comparison-details > div {
      display: grid;
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-comparison-details dt {
      color: var(--amh-muted);
      font-family: var(--amh-mono);
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    #agent-marketplace-homepage .amh-comparison-details dd {
      margin: 0;
      font-size: 11px;
      line-height: 1.4;
    }

    #agent-marketplace-homepage .amh-resource-section {
      margin-top: 30px;
      padding-top: 28px;
      border-top: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-resource-heading {
      display: grid;
      grid-template-columns: minmax(210px, 0.35fr) minmax(0, 0.65fr);
      gap: 30px;
      align-items: end;
      margin-bottom: 16px;
    }

    #agent-marketplace-homepage .amh-resource-heading p {
      justify-self: end;
      margin-bottom: 0;
      color: color-mix(in srgb, var(--amh-page) 65%, transparent);
      font-size: 11px;
    }

    #agent-marketplace-homepage .amh-resource-heading strong {
      color: var(--amh-page);
    }

    #agent-marketplace-homepage .amh-resource-list {
      border-top: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-resource-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      padding: 15px 0;
      border-bottom: 1px solid color-mix(in srgb, var(--amh-page) 18%, transparent);
    }

    #agent-marketplace-homepage .amh-resource-row:hover strong,
    #agent-marketplace-homepage .amh-resource-row:hover > b {
      color: var(--amh-lime);
    }

    #agent-marketplace-homepage .amh-resource-row span,
    #agent-marketplace-homepage .amh-resource-row strong,
    #agent-marketplace-homepage .amh-resource-row small {
      display: block;
    }

    #agent-marketplace-homepage .amh-resource-row strong {
      margin-bottom: 3px;
      font-family: var(--amh-mono);
      font-size: 14px;
    }

    #agent-marketplace-homepage .amh-resource-row small {
      color: color-mix(in srgb, var(--amh-page) 65%, transparent);
      font-size: 11px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-resource-row > b {
      font-family: var(--amh-mono);
      font-size: 10px;
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    #agent-marketplace-homepage .amh-resource-disclosure {
      margin: 11px 0 0;
      color: color-mix(in srgb, var(--amh-page) 54%, transparent);
      font-size: 9px;
    }

    #agent-marketplace-homepage .amh-review-section {
      padding: 8px 0 80px;
    }

    #agent-marketplace-homepage .amh-review-panel {
      display: grid;
      grid-template-columns: minmax(240px, 0.38fr) minmax(0, 0.62fr);
      gap: 56px;
      padding: 34px;
      border: 1px solid var(--amh-line);
      border-radius: 9px;
      background: var(--amh-surface);
    }

    #agent-marketplace-homepage .amh-review-intro p {
      max-width: 380px;
      margin: 14px 0 0;
      color: var(--amh-muted);
      font-size: 13px;
      line-height: 1.55;
    }

    #agent-marketplace-homepage .amh-review-list {
      border-top: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-review-row {
      display: grid;
      grid-template-columns: 125px minmax(0, 1fr) auto;
      gap: 18px;
      align-items: start;
      padding: 13px 0;
      border-bottom: 1px solid var(--amh-line);
    }

    #agent-marketplace-homepage .amh-review-row > span,
    #agent-marketplace-homepage .amh-review-row > b {
      font-family: var(--amh-mono);
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    #agent-marketplace-homepage .amh-review-row p {
      margin-bottom: 0;
      color: var(--amh-muted);
      font-size: 12px;
      line-height: 1.45;
    }

    #agent-marketplace-homepage .amh-review-row > b {
      color: var(--amh-blue);
    }

    #agent-marketplace-homepage .amh-platform-shelf .amh-product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #agent-marketplace-homepage .amh-footer {
      flex-wrap: wrap;
    }

    #agent-marketplace-homepage .amh-footer-disclosure {
      flex-basis: 100%;
      margin-top: -25px;
      color: var(--amh-muted);
      font-size: 9px;
    }

    @media (max-width: 980px) {
      #agent-marketplace-homepage .amh-machine-panel {
        grid-template-columns: minmax(0, 1fr) minmax(230px, 0.43fr);
        gap: 36px;
      }

      #agent-marketplace-homepage .amh-choice-row {
        grid-template-columns: 30px minmax(0, 1fr) 180px;
      }

      #agent-marketplace-homepage .amh-choice-action {
        grid-column: 2 / -1;
        justify-self: start;
      }

      #agent-marketplace-homepage .amh-starter-grid,
      #agent-marketplace-homepage .amh-platform-shelf .amh-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #agent-marketplace-homepage .amh-review-panel {
        grid-template-columns: 1fr;
        gap: 28px;
      }
    }

    @media (max-width: 700px) {
      #agent-marketplace-homepage .amh-editorial-guide {
        padding: 12px 0 60px;
      }

      #agent-marketplace-homepage .amh-editorial-intro {
        margin-bottom: 40px;
        font-size: 14px;
      }

      #agent-marketplace-homepage .amh-field-head,
      #agent-marketplace-homepage .amh-field-body,
      #agent-marketplace-homepage .amh-shortlist-head,
      #agent-marketplace-homepage .amh-short-review {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-field-head {
        gap: 18px;
      }

      #agent-marketplace-homepage .amh-field-head h2 {
        font-size: clamp(45px, 16vw, 62px);
      }

      #agent-marketplace-homepage .amh-field-price {
        padding-top: 15px;
        border-top: 1px solid var(--amh-line);
        text-align: left;
      }

      #agent-marketplace-homepage .amh-field-body {
        gap: 0;
      }

      #agent-marketplace-homepage .amh-field-foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
      }

      #agent-marketplace-homepage .amh-shortlist {
        padding-top: 54px;
      }

      #agent-marketplace-homepage .amh-shortlist-head {
        gap: 8px;
      }

      #agent-marketplace-homepage .amh-shortlist-head p {
        justify-self: stretch;
      }

      #agent-marketplace-homepage .amh-short-review {
        gap: 15px;
        padding: 27px 0 29px;
      }

      #agent-marketplace-homepage .amh-short-review > a {
        justify-self: start;
        margin-top: 0;
        text-align: left;
      }

      #agent-marketplace-homepage .amh-external-guide {
        padding: 15px 0 60px;
      }

      #agent-marketplace-homepage .amh-access-note,
      #agent-marketplace-homepage .amh-external-head,
      #agent-marketplace-homepage .amh-external-facts,
      #agent-marketplace-homepage .amh-buy-or-build,
      #agent-marketplace-homepage .amh-buy-or-build > div {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-access-note > div {
        padding: 20px;
      }

      #agent-marketplace-homepage .amh-access-note > div + div {
        border-top: 1px solid var(--amh-line);
        border-left: 0;
      }

      #agent-marketplace-homepage .amh-external-featured {
        margin-right: 0;
        margin-left: 0;
        padding-right: 18px;
        padding-left: 18px;
      }

      #agent-marketplace-homepage .amh-external-head {
        gap: 20px;
      }

      #agent-marketplace-homepage .amh-external-price {
        padding: 14px 0 0;
        border-top: 1px solid var(--amh-line);
        border-left: 0;
        text-align: left;
      }

      #agent-marketplace-homepage .amh-external-facts > div,
      #agent-marketplace-homepage .amh-external-facts > div:nth-child(even) {
        padding: 17px 0;
        border-left: 0;
      }

      #agent-marketplace-homepage .amh-external-foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
      }

      #agent-marketplace-homepage .amh-buy-or-build {
        gap: 18px;
      }

      #agent-marketplace-homepage .amh-buy-or-build section,
      #agent-marketplace-homepage .amh-buy-or-build section + section {
        padding: 18px 0;
        border-left: 0;
      }

      #agent-marketplace-homepage .amh-buy-or-build section + section {
        border-top: 1px solid var(--amh-line);
      }

      #agent-marketplace-homepage .amh-builder-shelf .amh-shelf {
        padding-top: 22px;
        padding-bottom: 54px;
      }

      #agent-marketplace-homepage .amh-machine-panel,
      #agent-marketplace-homepage .amh-config-heading {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-machine-panel {
        gap: 27px;
        padding: 23px;
      }

      #agent-marketplace-homepage .amh-machine-copy h2 {
        font-size: clamp(29px, 9vw, 38px);
      }

      #agent-marketplace-homepage .amh-machine-action {
        padding: 21px 0 0;
        border-top: 1px solid color-mix(in srgb, var(--amh-blue-ink) 35%, transparent);
        border-left: 0;
      }

      #agent-marketplace-homepage .amh-config-path {
        padding-top: 44px;
      }

      #agent-marketplace-homepage .amh-config-heading {
        gap: 8px;
      }

      #agent-marketplace-homepage .amh-config-heading p {
        justify-self: stretch;
      }

      #agent-marketplace-homepage .amh-config-steps li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 6px 10px;
        padding: 17px 0;
      }

      #agent-marketplace-homepage .amh-config-steps p {
        grid-column: 2;
      }

      #agent-marketplace-homepage .amh-memory-section {
        margin-top: 48px;
        padding: 21px;
      }

      #agent-marketplace-homepage .amh-memory-heading {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      #agent-marketplace-homepage .amh-memory-heading > span {
        width: fit-content;
      }

      #agent-marketplace-homepage .amh-memory-row,
      #agent-marketplace-homepage .amh-command-list p {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-memory-row {
        gap: 9px;
      }

      #agent-marketplace-homepage .amh-command-list p {
        gap: 4px;
      }

      #agent-marketplace-homepage .amh-nav-links > a:first-child {
        display: inline-flex;
      }

      #agent-marketplace-homepage .amh-nav-links a:nth-child(n + 2) {
        display: none;
      }

      #agent-marketplace-homepage .amh-home-hero {
        padding: 43px 0 35px;
      }

      #agent-marketplace-homepage .amh-home-hero h1 {
        margin-bottom: 16px;
        font-size: clamp(35px, 10vw, 45px);
        letter-spacing: -0.06em;
      }

      #agent-marketplace-homepage .amh-home-hero > p {
        font-size: 15px;
      }

      #agent-marketplace-homepage .amh-choice-heading,
      #agent-marketplace-homepage .amh-catalog-head,
      #agent-marketplace-homepage .amh-about {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-choice-heading {
        gap: 4px;
      }

      #agent-marketplace-homepage .amh-choice-row {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 8px 12px;
        padding: 17px 15px;
      }

      #agent-marketplace-homepage .amh-choice-facts,
      #agent-marketplace-homepage .amh-choice-action {
        grid-column: 2;
      }

      #agent-marketplace-homepage .amh-choice-facts {
        margin-top: 4px;
      }

      #agent-marketplace-homepage .amh-choice-section {
        padding-bottom: 55px;
      }

      #agent-marketplace-homepage .amh-about {
        gap: 18px;
        padding: 49px 0 61px;
      }

      #agent-marketplace-homepage .amh-about-copy p {
        font-size: 14px;
      }

      #agent-marketplace-homepage .amh-page-heading {
        padding: 21px 0 11px;
      }

      #agent-marketplace-homepage .amh-page-heading h1 {
        font-size: clamp(32px, 9.2vw, 40px);
      }

      #agent-marketplace-homepage .amh-other-routes {
        display: block;
        margin-top: 50px;
        padding: 28px 0 56px;
      }

      #agent-marketplace-homepage .amh-other-routes h2 {
        margin-bottom: 14px;
      }

      #agent-marketplace-homepage .amh-other-route {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: 0;
      }

      #agent-marketplace-homepage .amh-other-route b {
        justify-self: start;
      }

      #agent-marketplace-homepage .amh-catalog-head {
        gap: 13px;
      }

      #agent-marketplace-homepage .amh-catalog-head .amh-price-disclaimer {
        justify-self: stretch;
      }

      #agent-marketplace-homepage .amh-starter-grid,
      #agent-marketplace-homepage .amh-platform-shelf .amh-product-grid {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-process,
      #agent-marketplace-homepage .amh-resource-heading,
      #agent-marketplace-homepage .amh-review-panel {
        grid-template-columns: 1fr;
      }

      #agent-marketplace-homepage .amh-process {
        gap: 18px;
        padding: 46px 0 58px;
      }

      #agent-marketplace-homepage .amh-resource-heading {
        gap: 9px;
      }

      #agent-marketplace-homepage .amh-resource-heading p {
        justify-self: stretch;
      }

      #agent-marketplace-homepage .amh-resource-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      #agent-marketplace-homepage .amh-review-panel {
        gap: 22px;
        padding: 21px;
      }

      #agent-marketplace-homepage .amh-review-row {
        grid-template-columns: 1fr auto;
        gap: 6px 12px;
      }

      #agent-marketplace-homepage .amh-review-row p {
        grid-column: 1 / -1;
      }

      #agent-marketplace-homepage .amh-footer-disclosure {
        margin-top: -16px;
      }
    }
