/* =====================================================
   Product Data Scrape — MASTER SHARED STYLESHEET
   Single source of truth for ALL pages
   
   Save to: /assets/pds-styles.css
   Load in <head> of every page:
   <link rel="stylesheet" href="assets/pds-styles.css">
   ===================================================== */

/* === DESIGN TOKENS === */
.pds-new-marketplace-product-data-scraping {
  :root {
    /* Neutrals */
    --paper: #f4f6fa;
    --paper-2: #e9edf4;
    --ink: #15181f;
    --ink-soft: #5b6172;
    --cream: #fff;
    --line: #d9dfe9;
    /* Brand */
    --accent: #2f6df6;
    --accent-d: #2156d4;
    --teal: #0e1a38;
    /* Semantic */
    --red: #e23b52;
    --amber: #d98a13;
    --green: #1f9d57;
    --orange: #ff6a3d;
    --purple: #a855f7;
    /* Industry accents */
    --c-beauty: #c54c8a;
    --c-toys: #f5a623;
    --c-sport: #00874c;
    --c-auto: #c9302c;
    --c-baby: #a3c5e8;
    --c-furn: #8b6f47;
    --c-pharma: #1f9d57;
    --c-appliance: #374151;
    --c-restaurant: #dc2626;
    --c-b2b: #1e40af;
    --c-pet: #f59e0b;
    --c-jewelry: #a855f7;
    --c-office: #3b82f6;
    --c-tools: #ea580c;
    --c-books: #7c3aed;
    --c-garden: #16a34a;
    /* Country accents */
    --c-uae: #00732f;
    --c-au: #012169;
    --c-ca: #d80621;
    --c-de: #dd0000;
    --c-sg: #ed2e38;
    /* Marketplace accents */
    --c-amazon: #ff9900;
    --c-walmart: #0071ce;
    --c-flipkart: #2874f0;
    --c-myntra: #ff3f6c;
    --c-meesho: #f43397;
    --c-blinkit: #f8cb46;
    --c-zepto: #7c3aed;
    --c-swiggy: #fc8019;
    /* Radius */
    --r: 14px;
    --r-sm: 9px;
    --r-lg: 18px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img,
  svg {
    display: block;
    max-width: 100%;
  }
  button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
  }

  /* === LAYOUT === */
  .wrap {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 32px;
  }
  section {
    position: relative;
  }
  .sec {
    padding: 74px 0;
  }
  .sec-head {
    max-width: 680px;
    margin-bottom: 40px;
  }
  .sec-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sec-head h2 {
    font-size: clamp(27px, 3.1vw, 38px);
    margin: 12px 0;
  }
  .sec-head p {
    color: var(--ink-soft);
    font-size: 16px;
  }

  /* === TYPOGRAPHY === */
  .mono {
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--accent);
    margin-bottom: 16px;
    font-family: "IBM Plex Mono";
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .eyebrow::before {
    content: "";
    width: 24px;
    height: 1.5px;
    background: var(--accent);
  }
  .eyebrow.center {
    justify-content: center;
  }
  .eyebrow.center::after {
    content: "";
    width: 24px;
    height: 1.5px;
    background: var(--accent);
  }

  /* === BUTTONS === */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 999px;
    cursor: pointer;
    border: 1.5px solid var(--ink);
    transition: all 0.15s;
    background: transparent;
    color: var(--ink);
    text-decoration: none;
    font-family: "IBM Plex Sans";
    white-space: nowrap;
  }
  .btn:hover {
    background: var(--ink);
    color: var(--paper);
    transform: translateY(-2px);
  }
  .btn-primary {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
  }
  .btn-primary:hover {
    background: #000;
    border-color: var(--accent-d);
    color: #fff;
  }
  .btn-light {
    background: #fff;
    border-color: #fff;
    color: var(--ink);
  }
  .btn-light:hover {
    transform: translateY(-2px);
  }
  .btn-ghost-light {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  .btn-ghost-light:hover {
    background: #fff;
    color: var(--ink);
  }
  .btn .arr {
    transition: transform 0.15s;
  }
  .btn:hover .arr {
    transform: translateX(3px);
  }

  /* === HERO === */
  .hero {
    padding: 36px 0 60px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(33px, 4.2vw, 50px);
  }
  .hero h1 .hl {
    position: relative;
    /* white-space: nowrap; */
  }
  .hero h1 .hl::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 4px;
    height: 10px;
    background: var(--accent);
    opacity: 0.22;
    z-index: -1;
  }
  .hero .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .hero-ctas {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
  }
  .trustline {
    margin-top: 18px;
    font-size: 13px;
    color: var(--ink-soft);
  }
  .trustline b {
    color: var(--ink);
    font-weight: 600;
  }

  /* === HERO VISUAL CARD === */
  .viz-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .viz-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .viz-bar .d {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .viz-bar .t {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .viz-bar .b {
    margin-left: auto;
    background: var(--accent);
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 9px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .viz-body {
    padding: 18px;
  }

  /* === STRIP === */
  .strip {
    background: var(--paper-2);
    border-bottom: 1px solid var(--line);
  }
  .strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 26px 0;
  }
  .strip-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 18px;
  }
  .strip-card .h {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
  }
  .strip-card .fl {
    font-size: 21px;
    width: 30px;
    height: 30px;
  }
  .strip-card .cn {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 15.5px;
  }
  .strip-card .meta {
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.7;
  }
  .strip-card .meta b {
    color: var(--ink);
    font-weight: 600;
  }

  /* === DATA GRID === */
  .data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
  }
  .data-cell {
    background: var(--cream);
    padding: 26px 24px;
  }
  .data-cell .di {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .data-cell h4 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .data-cell p {
    font-size: 13.5px;
    color: var(--ink-soft);
    line-height: 1.6;
  }

  /* === SIGNALS === */
  .signals {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .sig-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
  }
  .sig-cell {
    background: var(--cream);
    padding: 26px 28px;
    display: flex;
    gap: 16px;
  }
  .sig-cell .mk {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    background: var(--accent);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 5px;
  }
  .sig-cell h4 {
    font-size: 16.5px;
    margin-bottom: 5px;
  }
  .sig-cell p {
    font-size: 14px;
    color: var(--ink-soft);
  }
  .sig-cell a {
    color: var(--accent);
    font-weight: 600;
  }
  .sig-cell a:hover {
    text-decoration: underline;
  }

  /* === USE CASES === */
  .uc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .uc {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 24px 22px;
    border-left: 3px solid var(--accent);
  }
  .uc h4 {
    font-size: 16.5px;
    margin-bottom: 6px;
  }
  .uc p {
    font-size: 13.5px;
    color: var(--ink-soft);
  }

  /* === STEPS === */
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .step {
    padding: 28px 24px 0 0;
    border-top: 2px solid var(--ink);
  }
  .step:not(:last-child) {
    padding-right: 28px;
  }
  .step .n {
    font-family: "IBM Plex Mono";
    font-size: 12.5px;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 12px;
  }
  .step h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .step p {
    font-size: 14px;
    color: var(--ink-soft);
  }

  /* === FAQ === */
  .faq {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .faq-list {
    max-width: 820px;
    margin: 0 auto;
  }
  .qa {
    border-bottom: 1px solid var(--line);
  }
  .qa:first-child {
    border-top: 1px solid var(--line);
  }
  .qa-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    padding: 22px 4px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 17px;
    color: var(--ink);
  }
  .qa-q .pm {
    font-size: 22px;
    color: var(--accent);
    transition: transform 0.2s;
    flex-shrink: 0;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .qa-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s;
  }
  .qa-a p {
    padding: 0 4px 22px;
    color: var(--ink-soft);
    font-size: 15px;
    max-width: 700px;
  }

  /* === RESOURCE CARDS (resources page) === */
  .res-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-bottom: 50px;
  }
  .res-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    padding: 30px;
    transition:
      transform 0.2s,
      box-shadow 0.2s,
      border-color 0.2s;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    color: var(--ink);
  }
  .res-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(21, 24, 31, 0.08);
    border-color: var(--accent);
  }
  .res-card .ic {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 21px;
    color: #fff;
  }
  .res-card .ic.blog {
    background: var(--accent);
  }
  .res-card .ic.case {
    background: var(--green);
  }
  .res-card .ic.research {
    background: var(--purple);
  }
  .res-card .ic.white {
    background: var(--ink);
  }
  .res-card .ic.info {
    background: var(--red);
  }
  .res-card .ic.video {
    background: var(--amber);
  }
  .res-card .ic.news {
    background: #00874c;
  }
  .res-card .ic.tech {
    background: #c9302c;
  }
  .res-card .ct {
    flex: 1;
    min-width: 0;
  }
  .res-card .lbl {
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
  }
  .res-card h3 {
    font-size: 21px;
    margin-bottom: 7px;
    line-height: 1.2;
    color: var(--ink);
  }
  .res-card p {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.55;
    margin-bottom: 11px;
  }
  .res-card .arr-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    font-family: "IBM Plex Mono";
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: gap 0.15s;
  }
  .res-card:hover .arr-link {
    gap: 10px;
  }

  /* === REVEAL ANIMATIONS === */
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.6s,
      transform 0.6s;
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }

  /* === RESPONSIVE === */
  @media (max-width: 1280px) {
    .pds-link {
      padding: 10px 11px;
      font-size: 14px;
    }
    .pds-items {
      gap: 2px;
    }
  }
  @media (max-width: 1180px) {
    .pds-link {
      padding: 10px 9px;
      font-size: 13.5px;
    }
  }
  @media (max-width: 1100px) {
    .pds-items {
      display: none;
    }
    .pds-mobile {
      display: flex;
    }
    .pds-cta .btn:not(.btn-primary) {
      display: none;
    }
  }
  @media (max-width: 960px) {
    .hero-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }
    .strip-inner,
    .data-grid,
    .uc-grid {
      grid-template-columns: 1fr 1fr;
    }
    .sig-grid {
      grid-template-columns: 1fr;
    }
    .steps {
      grid-template-columns: 1fr 1fr;
    }
    .foot-grid {
      grid-template-columns: 1fr 1fr;
    }
    .res-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 600px) {
    .wrap {
      padding: 0 20px;
    }
    .strip-inner,
    .data-grid,
    .uc-grid,
    .steps {
      grid-template-columns: 1fr;
    }
    .sec {
      padding: 52px 0;
    }
    .pds-logo-text i {
      display: none;
    }
    .res-card {
      flex-direction: column;
    }
    .foot-grid {
      grid-template-columns: 1fr;
    }
  }

  /* === INDUSTRY ACCENT OVERRIDES === */
  body.acc-beauty .hero h1 .hl::after,
  body.acc-beauty .data-cell .di,
  body.acc-beauty .sig-cell .mk {
    background: var(--c-beauty);
  }
  body.acc-beauty .uc {
    border-left-color: var(--c-beauty);
  }
  body.acc-toys .hero h1 .hl::after,
  body.acc-toys .data-cell .di,
  body.acc-toys .sig-cell .mk {
    background: var(--c-toys);
  }
  body.acc-toys .uc {
    border-left-color: var(--c-toys);
  }
  body.acc-sport .hero h1 .hl::after,
  body.acc-sport .data-cell .di,
  body.acc-sport .sig-cell .mk {
    background: var(--c-sport);
  }
  body.acc-sport .uc {
    border-left-color: var(--c-sport);
  }
  body.acc-auto .hero h1 .hl::after,
  body.acc-auto .data-cell .di,
  body.acc-auto .sig-cell .mk {
    background: var(--c-auto);
  }
  body.acc-auto .uc {
    border-left-color: var(--c-auto);
  }
  body.acc-baby .hero h1 .hl::after,
  body.acc-baby .data-cell .di,
  body.acc-baby .sig-cell .mk {
    background: var(--c-baby);
  }
  body.acc-baby .uc {
    border-left-color: var(--c-baby);
  }
  body.acc-pet .hero h1 .hl::after,
  body.acc-pet .data-cell .di,
  body.acc-pet .sig-cell .mk {
    background: var(--c-pet);
  }
  body.acc-pet .uc {
    border-left-color: var(--c-pet);
  }

  /* =====================================================
   POPUPS (used across all sections)
   ===================================================== */
  .pds-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .pds-popup.show {
    display: flex;
  }
  .pds-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 24, 31, 0.6);
    backdrop-filter: blur(4px);
    cursor: pointer;
  }
  .pds-popup-content {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 36px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  }
  .pds-popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #5b6172;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 8px;
  }
  .pds-popup-close:hover {
    background: #f4f6fa;
    color: #15181f;
  }
  .pds-popup-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 24px;
    margin-bottom: 8px;
    color: #15181f;
  }
  .pds-popup-sub {
    color: #5b6172;
    font-size: 14.5px;
    margin-bottom: 22px;
  }
  .pds-popup-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .pds-form-row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #15181f;
    margin-bottom: 5px;
  }
  .pds-form-row input,
  .pds-form-row textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #d9dfe9;
    border-radius: 9px;
    font-family: inherit;
    font-size: 14px;
    background: #fff;
    color: #15181f;
  }
  .pds-form-row input:focus,
  .pds-form-row textarea:focus {
    outline: none;
    border-color: #2f6df6;
  }
  .pds-contact-info {
    padding: 18px;
    background: #f4f6fa;
    border-radius: 10px;
    margin-top: 8px;
  }
  .pds-contact-info p {
    font-size: 14px;
    margin-bottom: 9px;
    color: #15181f;
  }
  .pds-contact-info p:last-child {
    margin-bottom: 0;
  }
  .pds-contact-info a {
    color: #2f6df6;
    font-weight: 600;
  }
  body.popup-open {
    overflow: hidden;
  }

  /* =====================================================
   pds-marketplaces.css
   Page-UNIQUE styles for all Marketplace pages.
   Common selectors handled by pds-common.css.
   ===================================================== */

  /* ============ mp-amazon-product-data-scraping.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--amazon);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .li-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .li-head .asin {
    background: var(--paper-2);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
  }
  .li-head .mp {
    background: var(--amazon);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-name {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .li-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 12px;
  }
  .li-rating .stars {
    color: var(--amazon);
    font-size: 14px;
    letter-spacing: 1px;
  }
  .li-rating .cnt {
    color: var(--ink-soft);
    font-size: 12px;
  }
  .li-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }
  .li-cell {
    background: var(--paper-2);
    border-radius: 8px;
    padding: 11px;
  }
  .li-cell .lbl {
    font-family: "IBM Plex Mono";
    font-size: 9.5px;
    text-transform: uppercase;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .li-cell .val {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 14px;
    color: var(--ink);
  }
  .li-cell.bb {
    background: #e4f6ec;
    border: 1px solid #bce5cb;
  }
  .li-cell.bb .val {
    color: var(--green);
  }
  .li-cell.oos {
    background: #fdeef0;
    border: 1px solid #f7c1c1;
  }
  .li-cell.oos .val {
    color: var(--red);
  }
  .li-cell.price .val {
    color: var(--accent);
    font-size: 18px;
  }
  .li-pin {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff8ef;
    border: 1px solid #ffd1ba;
    padding: 8px 11px;
    border-radius: 8px;
    font-size: 12px;
    color: #7a3a1a;
  }
  .li-pin b {
    font-weight: 700;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    padding: 5px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-walmart-product-data-scraping.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--walmart-y);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .li-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .li-head .iid {
    background: var(--paper-2);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
  }
  .li-head .mp {
    background: var(--walmart);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-name {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .li-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 14px;
  }
  .li-rating .stars {
    color: var(--walmart-y);
    font-size: 14px;
    letter-spacing: 1px;
  }
  .li-rating .cnt {
    color: var(--ink-soft);
    font-size: 12px;
  }
  .offers {
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
  }
  .off-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.6fr;
    gap: 0;
    padding: 10px 13px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
  }
  .off-row:last-child {
    border-bottom: none;
  }
  .off-row.head {
    background: var(--ink);
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding: 9px 13px;
  }
  .off-row.featured {
    background: #e6f0fa;
    border-left: 3px solid var(--walmart);
  }
  .off-row .sn {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .off-row .sn .bd {
    font-family: "IBM Plex Mono";
    font-size: 9px;
    background: var(--walmart);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .off-row .sn small {
    display: block;
    color: var(--ink-soft);
    font-weight: 500;
    font-size: 11px;
  }
  .off-row.featured .sn {
    color: var(--walmart);
    font-weight: 700;
  }
  .off-row .pr {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 14px;
  }
  .off-row .stk {
    font-family: "IBM Plex Mono";
    font-size: 11px;
    text-align: right;
  }
  .off-row .stk.ok {
    color: var(--green);
  }
  .off-row .stk.low {
    color: var(--amber);
  }
  .pickup {
    margin-top: 11px;
    background: #fffbe6;
    border: 1px solid var(--walmart-y);
    border-radius: 8px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #7a5a00;
  }
  .pickup .pi {
    font-family: "IBM Plex Mono";
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 6px;
    background: var(--walmart-y);
    color: #15181f;
    border-radius: 4px;
    letter-spacing: 0.04em;
    flex-shrink: 0;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-flipkart-product-data-scraping.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--fk-y);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .li-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-wrap: wrap;
  }
  .li-head .fsn {
    background: var(--paper-2);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
  }
  .li-head .mp {
    background: var(--fk);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-head .fa {
    background: var(--green);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .li-name {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .li-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
  }
  .li-rating .rb {
    background: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .li-rating .cnt {
    font-size: 12px;
    color: var(--ink-soft);
  }
  .price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 5px;
  }
  .price-row .now {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 24px;
    color: var(--ink);
  }
  .price-row .mrp {
    font-family: "IBM Plex Mono";
    font-size: 14px;
    color: var(--ink-soft);
    text-decoration: line-through;
  }
  .price-row .off {
    font-family: "IBM Plex Mono";
    font-weight: 700;
    font-size: 13px;
    color: var(--green);
  }
  .deal-tag {
    display: inline-block;
    background: linear-gradient(90deg, var(--fk) 0%, #1a5dd6 100%);
    color: #fff;
    padding: 5px 11px;
    border-radius: 6px;
    font-family: "IBM Plex Mono";
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
  }
  .li-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }
  .li-cell {
    background: var(--paper-2);
    border-radius: 8px;
    padding: 10px;
  }
  .li-cell .lbl {
    font-family: "IBM Plex Mono";
    font-size: 9.5px;
    text-transform: uppercase;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
    margin-bottom: 3px;
    font-weight: 600;
  }
  .li-cell .val {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 13px;
    color: var(--ink);
  }
  .plus-pin {
    background: #fff9d6;
    border: 1px solid var(--fk-y);
    border-radius: 8px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #7a5a00;
  }
  .plus-pin b {
    font-weight: 700;
    color: #5c4400;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-myntra-product-data-scraping.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--myntra);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .li-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-wrap: wrap;
  }
  .li-head .sid {
    background: var(--paper-2);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
  }
  .li-head .mp {
    background: var(--myntra);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-head .br {
    background: #fff;
    border: 1px solid var(--ink);
    color: var(--ink);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-brand {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
  }
  .li-name {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 14px;
    color: var(--ink-soft);
    margin-bottom: 11px;
    line-height: 1.4;
  }
  .li-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 11px;
  }
  .li-rating .rb {
    background: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .li-rating .cnt {
    font-size: 11.5px;
    color: var(--ink-soft);
  }
  .price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
  }
  .price-row .now {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 22px;
    color: var(--ink);
  }
  .price-row .mrp {
    font-family: "IBM Plex Mono";
    font-size: 13px;
    color: var(--ink-soft);
    text-decoration: line-through;
  }
  .price-row .off {
    font-family: "IBM Plex Mono";
    font-weight: 700;
    font-size: 12px;
    color: var(--myntra);
  }
  .sz-block {
    background: var(--paper-2);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 11px;
  }
  .sz-hdr {
    font-family: "IBM Plex Mono";
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink-soft);
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
  }
  .sz-hdr .live {
    color: var(--green);
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .sz-hdr .live::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
  }
  .sz-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
  }
  .sz {
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 4px;
    text-align: center;
    border-radius: 5px;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    font-weight: 700;
    position: relative;
  }
  .sz.ok {
    color: var(--ink);
  }
  .sz.oos {
    color: var(--red);
    background: #fdeef0;
    border-color: #f7c1c1;
    text-decoration: line-through;
    opacity: 0.6;
  }
  .sz.low {
    color: var(--amber);
    background: #fff5ec;
    border-color: #ffdbb8;
    position: relative;
  }
  .sz.low::after {
    content: "!";
    position: absolute;
    top: -2px;
    right: 1px;
    font-size: 8px;
    color: var(--amber);
    font-weight: 800;
  }
  .eors-pin {
    background: linear-gradient(90deg, #ff3f6c 0%, #ff6b3a 100%);
    color: #fff;
    border-radius: 8px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
  }
  .eors-pin b {
    font-weight: 800;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-meesho-dataset.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--meesho);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .li-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-wrap: wrap;
  }
  .li-head .pid {
    background: var(--paper-2);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
  }
  .li-head .mp {
    background: var(--meesho);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-head .cat {
    background: #fff0f7;
    color: var(--meesho);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #f8a8d2;
  }
  .li-name {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .li-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
  }
  .li-rating .rb {
    background: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 5px;
  }
  .li-rating .cnt {
    font-size: 12px;
    color: var(--ink-soft);
  }
  .price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 14px;
  }
  .price-row .now {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 24px;
    color: var(--ink);
  }
  .price-row .mrp {
    font-family: "IBM Plex Mono";
    font-size: 14px;
    color: var(--ink-soft);
    text-decoration: line-through;
  }
  .price-row .off {
    font-family: "IBM Plex Mono";
    font-weight: 700;
    font-size: 13px;
    color: var(--meesho);
  }
  .supplier {
    background: #fff0f7;
    border: 1px solid #f8a8d2;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 11px;
  }
  .supplier .sh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--meesho);
    font-weight: 700;
  }
  .supplier .sname {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .supplier .smeta {
    display: flex;
    gap: 14px;
    font-size: 12px;
    color: var(--ink-soft);
  }
  .supplier .smeta b {
    color: var(--ink);
    font-weight: 600;
  }
  .li-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin-bottom: 11px;
  }
  .li-cell {
    background: var(--paper-2);
    border-radius: 7px;
    padding: 9px;
  }
  .li-cell .lbl {
    font-family: "IBM Plex Mono";
    font-size: 9px;
    text-transform: uppercase;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
    margin-bottom: 2px;
    font-weight: 600;
  }
  .li-cell .val {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 12px;
    color: var(--ink);
  }
  .li-cell.cod .val {
    color: var(--green);
  }
  .tier-pin {
    background: #fffbe6;
    border: 1px solid #ffe066;
    border-radius: 8px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #7a5a00;
  }
  .tier-pin b {
    font-weight: 700;
    color: #5c4400;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-woolworths-dataset.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: #34d399;
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .li-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    color: var(--ink-soft);
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-wrap: wrap;
  }
  .li-head .pid {
    background: var(--paper-2);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
  }
  .li-head .mp {
    background: var(--woolies);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-head .pl {
    background: #fff;
    border: 1px solid var(--woolies);
    color: var(--woolies);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 700;
  }
  .li-name {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .special-banner {
    background: linear-gradient(
      90deg,
      var(--woolies) 0%,
      var(--woolies-d) 100%
    );
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .special-banner .sp-ic {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 10px;
    background: #fff;
    color: var(--woolies);
    padding: 3px 7px;
    border-radius: 4px;
    letter-spacing: 0.04em;
  }
  .special-banner b {
    font-weight: 800;
  }
  .price-stack {
    margin-bottom: 12px;
  }
  .price-row {
    display: flex;
    align-items: baseline;
    gap: 11px;
    margin-bottom: 6px;
  }
  .price-row .now {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 24px;
    color: var(--woolies);
  }
  .price-row .was {
    font-family: "IBM Plex Mono";
    font-size: 13px;
    color: var(--ink-soft);
    text-decoration: line-through;
  }
  .price-row .save {
    font-family: "IBM Plex Mono";
    font-weight: 700;
    font-size: 11px;
    color: var(--woolies);
    background: #e4f6ec;
    padding: 3px 7px;
    border-radius: 4px;
  }
  .price-row.member {
    padding-top: 6px;
    border-top: 1px dashed var(--line);
  }
  .price-row.member .now {
    color: #dc2626;
    font-size: 18px;
  }
  .price-row.member .tier {
    font-family: "IBM Plex Mono";
    font-size: 10px;
    color: #dc2626;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .li-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px;
  }
  .li-cell {
    background: var(--paper-2);
    border-radius: 7px;
    padding: 9px 10px;
  }
  .li-cell .lbl {
    font-family: "IBM Plex Mono";
    font-size: 9px;
    text-transform: uppercase;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
    margin-bottom: 2px;
    font-weight: 600;
  }
  .li-cell .val {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 12px;
    color: var(--ink);
  }
  .li-cell.ok .val {
    color: var(--green);
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
    .hero h1 .hl::after {
      display: none;
    }
  }

  /* ============ mp-blinkit-grocery-data-scraping-services.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--blinkit);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 0;
  }
  .ds-row {
    display: grid;
    grid-template-columns: 1.2fr 0.6fr 1fr 0.8fr 0.7fr;
    gap: 0;
    padding: 10px 16px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 11.5px;
    font-family: "IBM Plex Mono";
  }
  .ds-row:last-child {
    border-bottom: none;
  }
  .ds-row.head {
    background: var(--blinkit);
    color: var(--ink);
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 2px solid #d4a82a;
  }
  .ds-row .sku {
    font-family: "IBM Plex Sans";
    font-weight: 600;
    font-size: 12px;
  }
  .ds-row .pin {
    font-weight: 600;
  }
  .ds-row .pr {
    font-weight: 800;
    color: var(--ink);
  }
  .ds-row .mrp {
    color: var(--ink-soft);
    text-decoration: line-through;
    font-size: 10.5px;
  }
  .ds-row .st {
    font-weight: 700;
    font-size: 10.5px;
  }
  .ds-row .st.ok {
    color: var(--blinkit-d);
  }
  .ds-row .st.low {
    color: var(--amber);
  }
  .ds-row .st.oos {
    color: var(--red);
  }
  .card-foot {
    padding: 11px 16px;
    background: var(--paper-2);
    font-size: 11.5px;
    color: var(--ink-soft);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .card-foot b {
    color: var(--ink);
    font-weight: 700;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .relnote {
    background: #fff5d6;
    border: 1px solid var(--blinkit);
    color: #705f0d;
    border-radius: 11px;
    padding: 14px 18px;
    margin-top: 30px;
    font-size: 13.5px;
    line-height: 1.65;
    display: flex;
    gap: 11px;
    align-items: flex-start;
  }
  .relnote .ri {
    font-size: 18px;
    flex-shrink: 0;
  }
  .relnote a {
    color: #3d5cb8;
    font-weight: 600;
    text-decoration: underline;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ds-row {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      font-size: 11px;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-zepto-grocery-data-scraping-services.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: #a78bfa;
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.13);
    overflow: hidden;
  }
  .card-bar {
    background: var(--ink);
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .card-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .card-bar .ttl {
    margin-left: 8px;
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .card-body {
    padding: 18px;
  }
  .rp-hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  .rp-hdr .sku {
    font-family: "Bricolage Grotesque";
    font-weight: 700;
    font-size: 15px;
  }
  .rp-hdr .delta {
    font-family: "IBM Plex Mono";
    font-size: 11px;
    background: #f3edff;
    color: var(--zepto);
    padding: 4px 9px;
    border-radius: 5px;
    font-weight: 700;
  }
  .rp-pin {
    font-family: "IBM Plex Mono";
    font-size: 11px;
    color: var(--ink-soft);
    margin-bottom: 14px;
  }
  .chart {
    height: 130px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--line);
    border-left: 1px dashed var(--line);
  }
  .chart .bar {
    position: absolute;
    bottom: 0;
    width: 8%;
    background: linear-gradient(180deg, var(--zepto) 0%, var(--zepto-d) 100%);
    border-radius: 3px 3px 0 0;
    transition: height 0.3s;
  }
  .chart .bar::after {
    content: attr(data-pr);
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "IBM Plex Mono";
    font-size: 9.5px;
    font-weight: 700;
    color: var(--ink);
    white-space: nowrap;
  }
  .chart .bar:nth-child(1) {
    left: 2%;
    height: 55%;
  }
  .chart .bar:nth-child(2) {
    left: 14%;
    height: 55%;
  }
  .chart .bar:nth-child(3) {
    left: 26%;
    height: 48%;
  }
  .chart .bar:nth-child(4) {
    left: 38%;
    height: 42%;
    background: linear-gradient(180deg, #a78bfa 0%, var(--zepto) 100%);
  }
  .chart .bar:nth-child(5) {
    left: 50%;
    height: 38%;
    background: linear-gradient(180deg, #a78bfa 0%, var(--zepto) 100%);
  }
  .chart .bar:nth-child(6) {
    left: 62%;
    height: 65%;
  }
  .chart .bar:nth-child(7) {
    left: 74%;
    height: 72%;
  }
  .chart .bar:nth-child(8) {
    left: 86%;
    height: 80%;
  }
  .x-axis {
    display: flex;
    justify-content: space-between;
    font-family: "IBM Plex Mono";
    font-size: 9.5px;
    color: var(--ink-soft);
    padding: 0 2%;
  }
  .legend {
    display: flex;
    gap: 13px;
    margin-top: 14px;
    padding-top: 11px;
    border-top: 1px solid var(--line);
    font-family: "IBM Plex Mono";
    font-size: 10px;
  }
  .legend .lg {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--ink-soft);
  }
  .legend .lg .sw {
    width: 11px;
    height: 11px;
    border-radius: 3px;
  }
  .legend .lg .sw.std {
    background: linear-gradient(180deg, var(--zepto) 0%, var(--zepto-d) 100%);
  }
  .legend .lg .sw.disc {
    background: linear-gradient(180deg, #a78bfa 0%, var(--zepto) 100%);
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .relnote {
    background: #f3edff;
    border: 1px solid #c4b5fd;
    color: #4c1d95;
    border-radius: 11px;
    padding: 14px 18px;
    margin-top: 30px;
    font-size: 13.5px;
    line-height: 1.65;
    display: flex;
    gap: 11px;
    align-items: flex-start;
  }
  .relnote .ri {
    font-size: 18px;
    flex-shrink: 0;
  }
  .relnote a {
    color: #3d5cb8;
    font-weight: 600;
    text-decoration: underline;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============ mp-swiggy-instamart-scraper.php ============ */
  .topbar {
    background: var(--ink);
    color: var(--paper);
    font-size: 13px;
    text-align: center;
    padding: 9px 16px;
  }
  .topbar b {
    color: var(--instamart);
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo-cube {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    font-family: "Bricolage Grotesque";
  }
  .logo-text b {
    font-weight: 800;
    font-size: 17px;
    color: var(--accent);
  }
  .logo-text i {
    font-style: normal;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--ink);
  }
  .nav-links {
    display: flex;
    gap: 26px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-links a {
    position: relative;
    padding: 4px 0;
  }
  .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.2s;
  }
  .nav-links a:hover::after {
    width: 100%;
  }
  .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .sub {
    font-size: 17.5px;
    color: var(--ink-soft);
    margin: 20px 0 26px;
    max-width: 520px;
  }
  .code {
    background: var(--code-bg);
    border-radius: var(--r);
    box-shadow: 0 24px 50px rgba(21, 24, 31, 0.2);
    overflow: hidden;
  }
  .code-bar {
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #0f1115;
    border-bottom: 1px solid #2a2f3a;
  }
  .code-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a3f4d;
  }
  .code-bar .ttl {
    margin-left: 8px;
    color: #8a93a6;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .code-bar .badge {
    margin-left: auto;
    background: var(--instamart);
    color: #fff;
    font-family: "IBM Plex Mono";
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
  }
  .code-body {
    padding: 18px 20px;
    font-family: "IBM Plex Mono";
    font-size: 12px;
    line-height: 1.7;
    color: #cfd3db;
    overflow-x: auto;
  }
  .code-body .cmt {
    color: #6b7184;
  }
  .code-body .kw {
    color: #c4b5fd;
  }
  .code-body .str {
    color: #86efac;
  }
  .code-body .num {
    color: #fc8019;
  }
  .code-body .key {
    color: #8fb4ff;
  }
  .code-body .punct {
    color: #5b6172;
  }
  .code-body .endpoint {
    color: #fc8019;
    font-weight: 700;
  }
  .sec-head.center {
    margin: 0 auto 40px;
    text-align: center;
  }
  .relnote {
    background: #fff1e8;
    border: 1px solid #ffc499;
    color: #7a3a1a;
    border-radius: 11px;
    padding: 14px 18px;
    margin-top: 30px;
    font-size: 13.5px;
    line-height: 1.65;
    display: flex;
    gap: 11px;
    align-items: flex-start;
  }
  .relnote .ri {
    font-size: 18px;
    flex-shrink: 0;
    color: var(--instamart);
  }
  .relnote a {
    color: #3d5cb8;
    font-weight: 600;
    text-decoration: underline;
  }
  .endpoints {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--r);
    overflow: hidden;
  }
  .ep-row {
    display: grid;
    grid-template-columns: 0.5fr 2fr 2fr;
    gap: 0;
    padding: 14px 18px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
  }
  .ep-row:last-child {
    border-bottom: none;
  }
  .ep-row.head {
    background: var(--ink);
    color: #cfd3db;
    font-family: "IBM Plex Mono";
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding: 12px 18px;
  }
  .ep-row .verb {
    font-family: "IBM Plex Mono";
    font-weight: 800;
    font-size: 10.5px;
    padding: 3px 8px;
    border-radius: 4px;
    background: #e4f6ec;
    color: var(--green);
    width: fit-content;
  }
  .ep-row .path {
    font-family: "IBM Plex Mono";
    font-size: 12.5px;
    color: var(--ink);
    font-weight: 600;
  }
  .ep-row .desc {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.5;
  }
  .delivery {
    background: var(--paper-2);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .del-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .del-card {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 20px 22px;
    text-align: center;
  }
  .del-card .di {
    font-family: "Bricolage Grotesque";
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    background: var(--accent);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    padding: 8px;
  }
  .del-card h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .del-card p {
    font-size: 12.5px;
    color: var(--ink-soft);
    line-height: 1.55;
  }
  .qa.open .pm {
    transform: rotate(45deg);
  }
  .reveal.in {
    opacity: 1;
    transform: none;
  }
  @media (max-width: 960px) {
    .del-grid {
      grid-template-columns: 1fr 1fr;
    }
    .ep-row {
      grid-template-columns: 1fr;
      gap: 6px;
    }
    .nav-links,
    .nav-cta .btn-ghost {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .del-grid {
      grid-template-columns: 1fr;
    }
  }
}
/* === EMERGING MARKETPLACE PAGES (shared rt-card style) === */
.rt-card .rt-row{display:grid;grid-template-columns:1.4fr 1.4fr .9fr;gap:11px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;margin-bottom:6px;align-items:center;font-family:'IBM Plex Mono'}
.rt-card .rt-row.hot{background:#fef5e7;border-color:#fcd9a3}
.rt-card .rt-row.down{background:#fef2f2;border-color:#fca5a5}
.rt-card .rt-nm{font-family:'IBM Plex Sans';font-weight:600;font-size:12.5px;color:var(--ink)}
.rt-card .rt-mid{font-size:11px;color:var(--ink-soft)}
.rt-card .rt-end{font-size:12px;font-weight:800;color:var(--green);text-align:right}
.rt-card .rt-row.down .rt-end{color:var(--red)}
.rt-card .rt-legend{margin-top:10px;font-family:'IBM Plex Mono';font-size:10px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;text-align:center}

/* Mobile responsive for emerging cards */
@media(max-width:600px){
.rt-card .rt-row{grid-template-columns:1fr;gap:4px}
.rt-card .rt-end{text-align:left}
}

