/* ══════════════════════════════════════════════════════════════════════════
   /slot-machine-software-for-sale — "Deed & Reel"
   AIS Technolabs · AISHTMLNEWDESIGN-320

   ISOLATED PAGE STYLESHEET. Every rule is scoped under
   #page-slot-machine-software-for-sale so nothing here can reach the shared
   header/footer injected by site-layout.js (those are owned by
   /assets/css/layout.css).

   Visual direction: "ownership deed" — deep midnight-navy ink, warm cream
   paper, casino crimson as the single action colour, brass gold reserved for
   non-interactive accents (rules, chips, numerals). Distinct from the amber /
   near-black direction used by /slot-machine-html-code.

   Motion policy (rule 26): no @keyframes anywhere in this file. Every
   transition is a finite response to hover, focus, press or details-open.
   ══════════════════════════════════════════════════════════════════════════ */

#page-slot-machine-software-for-sale {
  /* ── Ink / dark surfaces ── */
  --sms-ink:      #0a1024;
  --sms-ink-2:    #121a35;
  --sms-ink-3:    #1c2648;
  --sms-line-d:   rgba(255, 255, 255, .12);
  --sms-on-ink:   #f2f5fb;
  --sms-on-ink-2: #c0c9de;

  /* ── Paper / light surfaces ── */
  --sms-paper:    #ffffff;
  --sms-paper-2:  #f8f5ef;
  --sms-paper-3:  #efe9dd;
  --sms-line-l:   #e2dacb;

  /* ── Text on light (all ≥ 4.5:1 on paper and paper-2) ── */
  --sms-text:     #101828;
  --sms-text-2:   #3c4658;

  /* ── Action ── */
  --sms-red:      #d81e3f;
  --sms-red-d:    #a81531;

  /* ── Accent (decorative only — never the sole carrier of meaning) ── */
  --sms-gold:     #9a6c12;   /* on cream / white  */
  --sms-gold-l:   #f0c14b;   /* on ink            */

  --sms-r:   16px;
  --sms-r-s: 10px;

  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--sms-text);
  background: var(--sms-paper);
  -webkit-font-smoothing: antialiased;
}

/* ─── UA BODY MARGIN RESET — do not delete ─────────────────────────────────
   The browser default is `body { margin: 8px }`. On the legacy pages that was
   cancelled by /assets/css/site.css, but the isolated model has no owner for
   it: layout.css is namespaced under #site-header / #site-footer, and page CSS
   is namespaced under #page-<slug>, so NEITHER can reach <body>. Without this
   every full-bleed band, plus the header and footer, is inset 8px and the page
   background shows as a thin strip down both edges.
   Unscoped on purpose — this sheet is per-page, never shared. */
html, body { margin: 0; padding: 0; }

/* ── Self-contained baseline ────────────────────────────────────────────────
   Declared by the page, in the page's own scope, so link + list behaviour
   never depends on whichever ambient stylesheet happens to be loaded.
   (See docs/conversion/validate-conversion.py — check_baseline.)          */
#page-slot-machine-software-for-sale a { text-decoration: none; color: inherit; }
#page-slot-machine-software-for-sale a:hover { text-decoration: none; }
#page-slot-machine-software-for-sale ul,
#page-slot-machine-software-for-sale ol { list-style: none; margin: 0; padding: 0; }
#page-slot-machine-software-for-sale p { margin: 0 0 18px; }
#page-slot-machine-software-for-sale p:last-child { margin-bottom: 0; }
#page-slot-machine-software-for-sale img { max-width: 100%; height: auto; display: block; }
#page-slot-machine-software-for-sale *,
#page-slot-machine-software-for-sale *::before,
#page-slot-machine-software-for-sale *::after { box-sizing: border-box; }

/* Deliberately NO element-level h1..h6 { text-align } — text-align is
   inherited, and such a default silently flattens headings that legitimately
   centre from a centred parent. Alignment is set per component below. */

/* ── Focus visibility (never removed for styling) ── */
#page-slot-machine-software-for-sale :focus-visible {
  outline: 3px solid var(--sms-red);
  outline-offset: 3px;
  border-radius: 4px;
}
#page-slot-machine-software-for-sale .sms-sec--ink :focus-visible,
#page-slot-machine-software-for-sale .sms-hero :focus-visible {
  outline-color: var(--sms-gold-l);
}

/* ══════════════════ LAYOUT PRIMITIVES ══════════════════ */

#page-slot-machine-software-for-sale .sms-wrap {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}
#page-slot-machine-software-for-sale .sms-sec { padding-block: clamp(56px, 7vw, 104px); }
#page-slot-machine-software-for-sale .sms-sec--paper { background: var(--sms-paper); }
#page-slot-machine-software-for-sale .sms-sec--cream { background: var(--sms-paper-2); }
#page-slot-machine-software-for-sale .sms-sec--ink {
  background: var(--sms-ink);
  color: var(--sms-on-ink);
}
#page-slot-machine-software-for-sale .sms-sec--ink p { color: var(--sms-on-ink-2); }

/* Section head */
#page-slot-machine-software-for-sale .sms-head { margin-bottom: clamp(32px, 4vw, 52px); }
#page-slot-machine-software-for-sale .sms-head--center {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}
#page-slot-machine-software-for-sale .sms-head h2 { margin: 10px 0 0; }
#page-slot-machine-software-for-sale .sms-head .sms-lede { margin-top: 16px; }

/* ══════════════════ TYPE ══════════════════ */

#page-slot-machine-software-for-sale h1,
#page-slot-machine-software-for-sale h2,
#page-slot-machine-software-for-sale h3,
#page-slot-machine-software-for-sale h4 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: inherit;
}
#page-slot-machine-software-for-sale h2 { font-size: clamp(30px, 3.6vw, 46px); }
#page-slot-machine-software-for-sale h3 { font-size: clamp(20px, 1.8vw, 24px); line-height: 1.3; }
#page-slot-machine-software-for-sale h4 { font-size: clamp(19px, 1.6vw, 22px); line-height: 1.3; }

#page-slot-machine-software-for-sale .sms-lede {
  font-size: clamp(17px, 1.35vw, 19px);
  color: var(--sms-text-2);
}
#page-slot-machine-software-for-sale .sms-sec--ink .sms-lede { color: var(--sms-on-ink-2); }

#page-slot-machine-software-for-sale .sms-eyebrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sms-gold-l);
}
#page-slot-machine-software-for-sale .sms-eyebrow--dark { color: var(--sms-gold); }

/* Inline text link inside body copy — the only "second destination" pattern
   allowed by rule 25 (no primary + secondary button pairs). */
#page-slot-machine-software-for-sale .sms-link {
  color: var(--sms-red);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
#page-slot-machine-software-for-sale .sms-link:hover { color: var(--sms-red-d); text-decoration: underline; }
#page-slot-machine-software-for-sale .sms-sec--ink .sms-link,
#page-slot-machine-software-for-sale .sms-hero .sms-link { color: var(--sms-gold-l); }

/* ══════════════════ BUTTONS ══════════════════ */

#page-slot-machine-software-for-sale .sms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 30px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease,
              border-color .18s ease, transform .12s ease;
}
#page-slot-machine-software-for-sale .sms-btn svg { width: 19px; height: 19px; flex: none; }

#page-slot-machine-software-for-sale .sms-btn--red {
  background: var(--sms-red);
  color: #fff;
  border-color: var(--sms-red);
}
#page-slot-machine-software-for-sale .sms-btn--red:hover {
  background: var(--sms-red-d);
  border-color: var(--sms-red-d);
}
#page-slot-machine-software-for-sale .sms-btn--ink {
  background: var(--sms-ink);
  color: var(--sms-on-ink);
  border-color: var(--sms-ink);
}
#page-slot-machine-software-for-sale .sms-btn--ink:hover { background: var(--sms-ink-3); border-color: var(--sms-ink-3); }

#page-slot-machine-software-for-sale .sms-btn--ghost {
  background: transparent;
  color: var(--sms-on-ink);
  border-color: rgba(255, 255, 255, .45);
}
#page-slot-machine-software-for-sale .sms-btn--ghost:hover {
  background: var(--sms-on-ink);
  color: var(--sms-ink);
  border-color: var(--sms-on-ink);
}
#page-slot-machine-software-for-sale .sms-btn:active { transform: translateY(1px); }

/* ══════════════════ BREADCRUMB ══════════════════ */

#page-slot-machine-software-for-sale .sms-crumb {
  background: var(--sms-paper-2);
  border-bottom: 1px solid var(--sms-line-l);
  padding-block: 14px;
  font-size: 16px;
}
#page-slot-machine-software-for-sale .sms-crumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--sms-text-2);
}
#page-slot-machine-software-for-sale .sms-crumb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sms-text-2);
  font-weight: 600;
}
#page-slot-machine-software-for-sale .sms-crumb a:hover { color: var(--sms-red); }
#page-slot-machine-software-for-sale .sms-crumb svg { width: 17px; height: 17px; }
#page-slot-machine-software-for-sale .sms-crumb [aria-current] { color: var(--sms-text); font-weight: 700; }

/* ══════════════════ HERO — full-bleed, image-free, centred column ══════════
   Rule 24: background is a STATIC gradient (no url(), no animation), content
   sits in a centred readable column. No half-text / half-visual split.      */

#page-slot-machine-software-for-sale .sms-hero {
  width: 100%;
  /* Extended: the hero carries no visual, so it takes the vertical room and
     spends it on larger type, a fuller lede and a proof strip. */
  padding: clamp(88px, 10vw, 168px) 24px clamp(72px, 8vw, 128px);
  min-height: min(92vh, 900px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(90% 120% at 50% -20%, #1e2a52 0%, rgba(30, 42, 82, 0) 62%),
    linear-gradient(180deg, var(--sms-ink) 0%, var(--sms-ink-2) 100%);
  color: var(--sms-on-ink);
  border-bottom: 3px solid var(--sms-gold-l);
  text-align: center;
}
#page-slot-machine-software-for-sale .sms-hero__inner {
  max-width: 940px;
  margin-inline: auto;
  width: 100%;
}
#page-slot-machine-software-for-sale .sms-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1.03;
}
#page-slot-machine-software-for-sale .sms-hero h1 em {
  font-style: normal;
  color: var(--sms-gold-l);
}
#page-slot-machine-software-for-sale .sms-hero__lede {
  margin: 24px auto 0;
  max-width: 780px;
  font-size: clamp(17px, 1.4vw, 19px);
  color: var(--sms-on-ink-2);
}
#page-slot-machine-software-for-sale .sms-hero__sub {
  margin: 18px auto 0;
  max-width: 760px;
  font-size: clamp(16px, 1.2vw, 17px);
  color: var(--sms-on-ink-2);
}
#page-slot-machine-software-for-sale .sms-hero .sms-btn { margin-top: 36px; }

/* Proof strip — counts of content on this page, not invented claims. */
#page-slot-machine-software-for-sale .sms-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0 0;
  padding-top: 32px;
  border-top: 1px solid var(--sms-line-d);
  text-align: left;
}
#page-slot-machine-software-for-sale .sms-hero__stats div { display: flex; flex-direction: column; gap: 6px; }
#page-slot-machine-software-for-sale .sms-hero__stats dt {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--sms-gold-l);
}
#page-slot-machine-software-for-sale .sms-hero__stats dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--sms-on-ink-2);
}

#page-slot-machine-software-for-sale .sms-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--sms-line-d);
}
#page-slot-machine-software-for-sale .sms-hero__trust li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 600;
  color: var(--sms-on-ink);
}
#page-slot-machine-software-for-sale .sms-hero__trust svg {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--sms-gold-l);
}

/* ══════════════════ INTRO — three preserved benefit cards ══════════════════ */

#page-slot-machine-software-for-sale .sms-intro {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
#page-slot-machine-software-for-sale .sms-intro article {
  position: relative;
  padding: 34px 28px 30px;
  background: var(--sms-paper);
  border: 1px solid var(--sms-line-l);
  border-radius: var(--sms-r);
}
#page-slot-machine-software-for-sale .sms-intro article::before {
  content: attr(data-n);
  display: block;
  margin-bottom: 16px;
  font-size: 16px;   /* 16px floor — frontend-design rule 8, eyebrows included */
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--sms-gold);
}
#page-slot-machine-software-for-sale .sms-intro p { color: var(--sms-text-2); font-size: 17px; }

/* ══════════════════ BAND — dark CTA strip ══════════════════ */

#page-slot-machine-software-for-sale .sms-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}
#page-slot-machine-software-for-sale .sms-band h2 { font-size: clamp(26px, 3vw, 38px); }
#page-slot-machine-software-for-sale .sms-band p { margin: 14px 0 0; max-width: 640px; }

/* ══════════════════ SCREENSHOT CAROUSEL (user-driven only) ══════════════════ */

#page-slot-machine-software-for-sale .sms-car { position: relative; }
#page-slot-machine-software-for-sale .sms-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: thin;
}
#page-slot-machine-software-for-sale .sms-shot {
  flex: 0 0 clamp(240px, 30vw, 360px);
  margin: 0;
  scroll-snap-align: start;
  background: var(--sms-ink-2);
  border: 1px solid var(--sms-line-d);
  border-radius: var(--sms-r-s);
  overflow: hidden;
}
#page-slot-machine-software-for-sale .sms-shot img { width: 100%; aspect-ratio: 542 / 372; object-fit: cover; }
#page-slot-machine-software-for-sale .sms-shot figcaption {
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--sms-on-ink-2);
}
#page-slot-machine-software-for-sale .sms-car__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}
#page-slot-machine-software-for-sale .sms-car__nav button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--sms-line-d);
  background: transparent;
  color: var(--sms-on-ink);
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
#page-slot-machine-software-for-sale .sms-car__nav button:hover {
  background: var(--sms-gold-l);
  border-color: var(--sms-gold-l);
  color: var(--sms-ink);
}
#page-slot-machine-software-for-sale .sms-car__nav svg { width: 20px; height: 20px; }

/* ══════════════════ SLOT TYPE TILES ══════════════════ */

#page-slot-machine-software-for-sale .sms-types {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
#page-slot-machine-software-for-sale .sms-type {
  margin: 0;
  border: 1px solid var(--sms-line-l);
  border-radius: var(--sms-r-s);
  overflow: hidden;
  background: var(--sms-paper);
  transition: border-color .18s ease, transform .12s ease;
}
#page-slot-machine-software-for-sale .sms-type:hover { border-color: var(--sms-gold); }
#page-slot-machine-software-for-sale .sms-type img { width: 100%; aspect-ratio: 214 / 120; object-fit: cover; }
#page-slot-machine-software-for-sale .sms-type figcaption {
  padding: 15px 18px;
  font-size: 17px;
  font-weight: 700;
  color: var(--sms-text);
}
#page-slot-machine-software-for-sale .sms-cta-row { margin-top: 40px; text-align: center; }

/* ══════════════════ CHECK CARDS (gaming control) ══════════════════ */

#page-slot-machine-software-for-sale .sms-checks {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
#page-slot-machine-software-for-sale .sms-check {
  padding: 32px 28px;
  border-radius: var(--sms-r);
  background: var(--sms-paper-2);
  border-top: 4px solid var(--sms-red);
}
#page-slot-machine-software-for-sale .sms-check h3 { margin-bottom: 14px; }
#page-slot-machine-software-for-sale .sms-check p { color: var(--sms-text-2); font-size: 17px; }

/* ══════════════════ ADMIN PANEL — definition grid ══════════════════ */

#page-slot-machine-software-for-sale .sms-admin {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  background: var(--sms-line-d);
  border: 1px solid var(--sms-line-d);
  border-radius: var(--sms-r);
  overflow: hidden;
}
#page-slot-machine-software-for-sale .sms-admin > div {
  padding: 28px 26px;
  background: var(--sms-ink);
}
#page-slot-machine-software-for-sale .sms-admin h3 {
  font-size: 19px;
  margin-bottom: 10px;
  color: var(--sms-gold-l);
}
#page-slot-machine-software-for-sale .sms-admin p { font-size: 16px; }

/* ══════════════════ SPLIT (copy + supporting image) ══════════════════ */

#page-slot-machine-software-for-sale .sms-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
#page-slot-machine-software-for-sale .sms-split--narrow { grid-template-columns: 1.05fr .95fr; }
#page-slot-machine-software-for-sale .sms-split h2 { margin: 10px 0 18px; }
#page-slot-machine-software-for-sale .sms-split__media img {
  width: 100%;
  border-radius: var(--sms-r);
}

/* Link cloud used inside the "Boost your business" split */
#page-slot-machine-software-for-sale .sms-linklist { display: grid; gap: 10px; margin-top: 8px; }
#page-slot-machine-software-for-sale .sms-linklist a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--sms-line-l);
  border-radius: var(--sms-r-s);
  background: var(--sms-paper);
  font-size: 17px;
  font-weight: 600;
  color: var(--sms-text);
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
#page-slot-machine-software-for-sale .sms-linklist a:hover {
  border-color: var(--sms-red);
  color: var(--sms-red);
}
#page-slot-machine-software-for-sale .sms-linklist svg { width: 18px; height: 18px; flex: none; }

/* ══════════════════ KEY FEATURES — 12 cards ══════════════════ */

#page-slot-machine-software-for-sale .sms-feats {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
#page-slot-machine-software-for-sale .sms-feat {
  padding: 28px 26px;
  border: 1px solid var(--sms-line-l);
  border-radius: var(--sms-r);
  background: var(--sms-paper);
  transition: border-color .18s ease, box-shadow .18s ease;
}
#page-slot-machine-software-for-sale .sms-feat:hover {
  border-color: var(--sms-gold);
  box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
}
#page-slot-machine-software-for-sale .sms-feat h3 {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 19px;
  margin-bottom: 12px;
}
#page-slot-machine-software-for-sale .sms-feat h3 svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 3px;
  color: var(--sms-red);
}
#page-slot-machine-software-for-sale .sms-feat p { font-size: 16px; color: var(--sms-text-2); }

/* ══════════════════ TICKED LISTS ══════════════════ */

#page-slot-machine-software-for-sale .sms-ticks { display: grid; gap: 14px; margin-top: 22px; }
#page-slot-machine-software-for-sale .sms-ticks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  color: var(--sms-text-2);
}
#page-slot-machine-software-for-sale .sms-ticks svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 3px;
  color: var(--sms-red);
}
#page-slot-machine-software-for-sale .sms-sec--ink .sms-ticks li { color: var(--sms-on-ink-2); }
#page-slot-machine-software-for-sale .sms-sec--ink .sms-ticks svg { color: var(--sms-gold-l); }

#page-slot-machine-software-for-sale .sms-small-title {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sms-gold);
}
#page-slot-machine-software-for-sale .sms-sec--ink .sms-small-title { color: var(--sms-gold-l); }

/* ══════════════════ WHY-CHOOSE PAIR CARDS ══════════════════ */

#page-slot-machine-software-for-sale .sms-pair {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}
#page-slot-machine-software-for-sale .sms-pair article {
  padding: 26px 24px;
  border-radius: var(--sms-r-s);
  background: var(--sms-paper);
  border-left: 4px solid var(--sms-gold);
}
#page-slot-machine-software-for-sale .sms-pair h3 { font-size: 20px; margin-bottom: 8px; }
#page-slot-machine-software-for-sale .sms-pair p { color: var(--sms-text-2); font-size: 17px; }

/* ══════════════════ TESTIMONIALS (click-to-load video facades) ══════════════ */

#page-slot-machine-software-for-sale .sms-quotes {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
#page-slot-machine-software-for-sale .sms-quote {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--sms-line-d);
  border-radius: var(--sms-r);
  background: var(--sms-ink-2);
  overflow: hidden;
}
#page-slot-machine-software-for-sale .sms-vid {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 0;
  padding: 0;
  width: 100%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--sms-ink);
  background: linear-gradient(135deg, var(--sms-ink-3) 0%, var(--sms-ink) 100%);
  border-bottom: 1px solid var(--sms-line-d);
}
#page-slot-machine-software-for-sale .sms-vid span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--sms-gold-l);
  transition: background-color .18s ease, transform .12s ease;
}
#page-slot-machine-software-for-sale .sms-vid:hover span { background: #fff; }
#page-slot-machine-software-for-sale .sms-vid:active span { transform: translateY(1px); }
#page-slot-machine-software-for-sale .sms-vid svg { width: 26px; height: 26px; margin-left: 3px; }
#page-slot-machine-software-for-sale .sms-quote iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
#page-slot-machine-software-for-sale .sms-quote blockquote {
  margin: 0;
  padding: 26px 24px;
  font-size: 17px;
  color: var(--sms-on-ink-2);
}
#page-slot-machine-software-for-sale .sms-quotes-more { margin-top: 32px; text-align: center; }

/* ══════════════════ RELATED LINK CLOUD ══════════════════ */

#page-slot-machine-software-for-sale .sms-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#page-slot-machine-software-for-sale .sms-cloud a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid var(--sms-line-l);
  border-radius: 999px;
  background: var(--sms-paper);
  font-size: 16px;
  font-weight: 600;
  color: var(--sms-text);
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}
#page-slot-machine-software-for-sale .sms-cloud a:hover {
  border-color: var(--sms-red);
  background: var(--sms-red);
  color: #fff;
}
#page-slot-machine-software-for-sale .sms-cloud svg { width: 15px; height: 15px; flex: none; }

/* ══════════════════ FAQ (native details/summary) ══════════════════ */

/* No max-width: the accordion spans the full .sms-wrap content width, the same
   1152px every other block on the page uses. It was previously capped at 900px,
   which left ~126px of empty gutter down each side and made the FAQ the only
   section on the page that did not line up with its neighbours. */
#page-slot-machine-software-for-sale .sms-faq {
  display: grid;
  gap: 14px;
}
#page-slot-machine-software-for-sale .sms-faq details {
  border: 1px solid var(--sms-line-l);
  border-radius: var(--sms-r-s);
  background: var(--sms-paper);
  overflow: hidden;
}
#page-slot-machine-software-for-sale .sms-faq details[open] { border-color: var(--sms-red); }
#page-slot-machine-software-for-sale .sms-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  min-height: 44px;
}
#page-slot-machine-software-for-sale .sms-faq summary::-webkit-details-marker { display: none; }
#page-slot-machine-software-for-sale .sms-faq summary h3 { font-size: 19px; font-weight: 700; }
#page-slot-machine-software-for-sale .sms-faq summary::after {
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  border-right: 2.5px solid var(--sms-red);
  border-bottom: 2.5px solid var(--sms-red);
  transform: rotate(45deg) translate(-3px, -3px);
  transition: transform .2s ease;
}
#page-slot-machine-software-for-sale .sms-faq details[open] summary::after {
  transform: rotate(225deg) translate(-3px, -3px);
}
#page-slot-machine-software-for-sale .sms-faq details > p {
  padding: 0 24px 24px;
  font-size: 17px;
  color: var(--sms-text-2);
}



/* ══════════════════ AREA WE SERVE ══════════════════ */

#page-slot-machine-software-for-sale .sms-offices {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
#page-slot-machine-software-for-sale .sms-office {
  padding: 28px 24px;
  border-radius: var(--sms-r-s);
  background: var(--sms-ink-2);
  border-top: 3px solid var(--sms-gold-l);
}
#page-slot-machine-software-for-sale .sms-office h3 {
  font-size: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sms-gold-l);
  margin-bottom: 14px;
}
#page-slot-machine-software-for-sale .sms-office a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--sms-on-ink);
}
#page-slot-machine-software-for-sale .sms-office a:hover { color: var(--sms-gold-l); }
#page-slot-machine-software-for-sale .sms-office address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: var(--sms-on-ink-2);
}

/* ══════════════════ FINAL CTA ══════════════════ */

#page-slot-machine-software-for-sale .sms-final {
  text-align: center;
  max-width: 820px;
  margin-inline: auto;
}
#page-slot-machine-software-for-sale .sms-final h2 { margin-bottom: 18px; }
#page-slot-machine-software-for-sale .sms-final .sms-btn { margin-top: 30px; }

/* ══════════════════ CTA MODAL ══════════════════ */

#page-slot-machine-software-for-sale .sms-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  background: rgba(10, 16, 36, .72);
}
#page-slot-machine-software-for-sale .sms-modal.open { display: flex; }
#page-slot-machine-software-for-sale .sms-modal__box {
  position: relative;
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: var(--sms-r);
  overflow: hidden;
}
#page-slot-machine-software-for-sale .sms-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--sms-paper-3);
  color: var(--sms-text);
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}
#page-slot-machine-software-for-sale .sms-modal__close:hover { background: var(--sms-red); color: #fff; }
/* Rule 20: min-height ≥ real form height + 100px buffer; JS postMessage
   listener adjusts upward when the widget reports its own height. */
#page-slot-machine-software-for-sale .sms-modal iframe {
  display: block;
  width: 100%;
  min-height: 820px;
  border: 0;
}

/* ══════════════════ RESPONSIVE ══════════════════ */

@media (max-width: 1024px) {
  #page-slot-machine-software-for-sale .sms-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; }
  #page-slot-machine-software-for-sale .sms-intro,
  #page-slot-machine-software-for-sale .sms-checks,
  #page-slot-machine-software-for-sale .sms-feats,
  #page-slot-machine-software-for-sale .sms-quotes { grid-template-columns: repeat(2, 1fr); }
  #page-slot-machine-software-for-sale .sms-offices { grid-template-columns: repeat(2, 1fr); }
  #page-slot-machine-software-for-sale .sms-split,
  #page-slot-machine-software-for-sale .sms-split--narrow { grid-template-columns: 1fr; }
  #page-slot-machine-software-for-sale .sms-band { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  #page-slot-machine-software-for-sale .sms-wrap { padding-inline: 18px; }
  #page-slot-machine-software-for-sale .sms-intro,
  #page-slot-machine-software-for-sale .sms-types,
  #page-slot-machine-software-for-sale .sms-checks,
  #page-slot-machine-software-for-sale .sms-admin,
  #page-slot-machine-software-for-sale .sms-feats,
  #page-slot-machine-software-for-sale .sms-pair,
  #page-slot-machine-software-for-sale .sms-quotes,
  #page-slot-machine-software-for-sale .sms-offices { grid-template-columns: 1fr; }
  /* Mobile hero: keep it one screenful-ish. Stats stay 2-up rather than
     stacking to 4 rows, which pushed the hero past 1700px on a 390 viewport. */
  /* The shared chrome's .sidebar-icon rail is position:fixed at left 0-36px
     with z-index 50. Hero content must clear it, so the inline padding here is
     40px, not the 18px the rest of the page uses — and the left-aligned
     variants below stay centred rather than sitting against the rail. */
  #page-slot-machine-software-for-sale .sms-hero {
    min-height: 0;
    display: block;
    padding-inline: 40px;
    padding-top: clamp(48px, 12vw, 72px);
    padding-bottom: clamp(44px, 10vw, 64px);
  }
  #page-slot-machine-software-for-sale .sms-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    padding-top: 24px;
  }
  #page-slot-machine-software-for-sale .sms-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-top: 28px;
    padding-top: 24px;
    text-align: center;
  }
  #page-slot-machine-software-for-sale .sms-hero__stats div { align-items: center; }
  #page-slot-machine-software-for-sale .sms-hero__stats dt { font-size: clamp(26px, 8vw, 32px); }
  #page-slot-machine-software-for-sale .sms-hero__sub { font-size: 16px; }
  #page-slot-machine-software-for-sale .sms-btn { width: 100%; }
  #page-slot-machine-software-for-sale .sms-car__nav { justify-content: center; }
  #page-slot-machine-software-for-sale .sms-shot { flex-basis: 78vw; }
  #page-slot-machine-software-for-sale .sms-modal iframe { min-height: 900px; }
}

@media (max-width: 400px) {
  #page-slot-machine-software-for-sale .sms-cloud a { width: 100%; }
}

/* ══════════════════ REDUCED MOTION ══════════════════
   No @keyframes exist in this file; this neutralises the remaining finite
   transitions for users who ask for it. */
@media (prefers-reduced-motion: reduce) {
  #page-slot-machine-software-for-sale *,
  #page-slot-machine-software-for-sale *::before,
  #page-slot-machine-software-for-sale *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ══════════════════ PRINT ══════════════════ */
@media print {
  #page-slot-machine-software-for-sale .sms-modal,
  #page-slot-machine-software-for-sale .sms-car__nav { display: none !important; }
}

/* ── FAQ: Q badge + Ans. label ──────────────────────────────────────────
   Production's treatment, adopted site-wide. Number and label are CSS
   generated content so the FAQPage JSON-LD keeps matching the visible text.
   The answer's left inset equals the summary's own padding, which puts
   "Ans." directly beneath the Q badge (the question number) rather than
   beneath the question text. */
#page-slot-machine-software-for-sale .sms-faq { counter-reset: sms-faq; }
#page-slot-machine-software-for-sale .sms-faq details { counter-increment: sms-faq; }
#page-slot-machine-software-for-sale .sms-faq summary::before {
  content: "Q" counter(sms-faq);
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; padding: 4px 10px; margin-right: 14px; border-radius: 8px;
  background: rgba(216,30,63, .09); border: 1px solid rgba(216,30,63, .30);
  color: var(--sms-red-d); font-size: 16px; font-weight: 800; line-height: 1.25;
}
#page-slot-machine-software-for-sale .sms-faq details[open] summary::before {
  background: var(--sms-red); border-color: var(--sms-red); color: #ffffff;
}
#page-slot-machine-software-for-sale .sms-faq summary h3 { margin-right: auto; }
#page-slot-machine-software-for-sale .sms-faq details > p::before {
  content: "Ans.";
  color: var(--sms-red-d); font-weight: 800; letter-spacing: .06em; margin-right: 8px;
}
@media (max-width: 575px) {
  #page-slot-machine-software-for-sale .sms-faq summary::before { min-width: 38px; margin-right: 10px; }
}

