/* ══════════════════════════════════════════════════════════════════════════
   /online-betting-software-scripts — page-isolated stylesheet
   AISHTMLNEWDESIGN-343

   Visual direction: "LAUNCH DECK".

   This page sells SPEED TO MARKET, not a platform relationship: "ready to
   deploy", "pre-tested", "launch quickly", "saves time, reduces cost",
   "fast market entry". So the register is a deployment deck — a pale ice
   ground you read fast, deep teal for the two dark bands, and one hot signal:

     · ICE   — #f3f7f8 / white. The page's ground.
     · TEAL  — #0f3b3f, the dark bands. White on it is 12.1:1.
     · CORAL — #c2401f, the ONLY action colour. White on it is 5.2:1; its
               light twin #ff9b7a is used on teal only (5.9:1) and never as a
               button on paper.

   Third distinct identity in this batch, sharing no ground, ink or accent
   with either sibling:
     -341 /sports-betting-software-providers  floodlit navy  + live green
     -342 /sportsbook-software-providers      warm bone      + oxblood
     -343 this page                           pale ice/teal  + coral

   Composition motif: the STEPPED RAIL — square nodes on a vertical rail, read
   as a deploy pipeline. It carries the first unlabelled block; the second
   unlabelled block deliberately drops it for the record's own check icon, so
   the page's two title-less sections never read as one repeated shape.

   Every rule is scoped to #page-online-betting-software-scripts. The UA
   body-margin reset is NOT restated here — ais-layout.css owns it.

   Design contract: rule 1 Inter · rule 2 nothing under 16px · rule 23 no
   slate-gray body copy on light · rule 24 image-free full-bleed hero, static
   gradient, 900px column · rule 25 one CTA per section, unique labels ·
   rule 26 no running animation (zero @keyframes, zero 'infinite').
   ══════════════════════════════════════════════════════════════════════════ */

#page-online-betting-software-scripts{
  --paper:#ffffff;
  --ice:#f3f7f8;
  --ice-2:#e4edef;
  --line:#d3e0e2;
  --line-strong:#b3c6c9;

  --teal:#0f3b3f;
  --teal-2:#15504f;
  --teal-line:rgba(255,255,255,.13);
  --on-teal:#eef6f6;         /* 14.8:1 on teal */
  --on-teal-2:#a8c4c4;       /*  7.6:1 on teal */

  --text:#0e1c1d;            /* 16.8:1 on paper */
  --text-2:#3b4c4d;          /*  8.8:1 on paper, 8.2:1 on ice */

  --coral:#c2401f;           /* white on this = 5.2:1 */
  --coral-d:#9c3318;
  --coral-l:#ff9b7a;         /* on teal only */

  --r:12px;
  --r-s:6px;

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

#page-online-betting-software-scripts a{text-decoration:none;color:inherit;}

/* BORDER-BOX — not optional. The hero is width:100% plus 24px inline padding;
   under content-box that measures viewport+48px and the document scrolls
   sideways. Found on -341 by measuring, not by reading. */
#page-online-betting-software-scripts,
#page-online-betting-software-scripts *,
#page-online-betting-software-scripts *::before,
#page-online-betting-software-scripts *::after{box-sizing:border-box;}

#page-online-betting-software-scripts :where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,figure,blockquote){margin:0;}
#page-online-betting-software-scripts :where(ul,ol){padding:0;list-style:none;}
#page-online-betting-software-scripts :where(img){max-width:100%;height:auto;display:block;}
#page-online-betting-software-scripts :where(button){font:inherit;}
#page-online-betting-software-scripts :where(:focus-visible){outline:3px solid var(--coral);outline-offset:3px;border-radius:3px;}

/* ══ LAYOUT PRIMITIVES ═══════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-wrap{width:100%;max-width:1160px;margin-inline:auto;padding-inline:24px;}
#page-online-betting-software-scripts .obs-sec{padding-block:clamp(54px,6.2vw,96px);}
#page-online-betting-software-scripts .obs-sec--paper{background:var(--paper);}
#page-online-betting-software-scripts .obs-sec--ice{background:var(--ice);}

#page-online-betting-software-scripts .obs-head{max-width:800px;margin-bottom:clamp(28px,3.2vw,44px);}
#page-online-betting-software-scripts .obs-head--centre{margin-inline:auto;text-align:center;}

#page-online-betting-software-scripts .obs-eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font-size:16px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--coral);margin-bottom:16px;
}
#page-online-betting-software-scripts .obs-eyebrow::before{
  content:"";width:22px;height:3px;background:var(--coral);border-radius:2px;
}
#page-online-betting-software-scripts .obs-eyebrow--light{color:var(--coral-l);}
#page-online-betting-software-scripts .obs-eyebrow--light::before{background:var(--coral-l);}

#page-online-betting-software-scripts .obs-h2{
  font-size:clamp(28px,3.2vw,43px);line-height:1.16;font-weight:800;
  letter-spacing:-.02em;color:var(--text);
}
#page-online-betting-software-scripts .obs-h2--light{color:var(--on-teal);}
#page-online-betting-software-scripts .obs-h2--wide{max-width:20ch;}
#page-online-betting-software-scripts .obs-head .obs-h2--wide{max-width:none;}

#page-online-betting-software-scripts .obs-link{
  color:var(--coral);font-weight:600;border-bottom:1px solid rgba(194,64,31,.4);
  transition:color .18s ease,border-color .18s ease;
}
#page-online-betting-software-scripts .obs-link:hover{color:var(--coral-d);border-bottom-color:var(--coral-d);}
#page-online-betting-software-scripts .obs-link--light{color:var(--coral-l);border-bottom-color:rgba(255,155,122,.45);}
#page-online-betting-software-scripts .obs-link--light:hover{color:#ffc4ae;border-bottom-color:#ffc4ae;}

/* ══ BUTTONS ═════════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:14px 30px;border-radius:var(--r-s);border:2px solid transparent;
  font-size:17px;font-weight:700;cursor:pointer;
  transition:background-color .18s ease,color .18s ease,transform .12s ease;
}
#page-online-betting-software-scripts .obs-btn--coral{background:var(--coral);color:#ffffff;}
#page-online-betting-software-scripts .obs-btn--coral:hover{background:var(--coral-d);}
#page-online-betting-software-scripts .obs-btn--ink{background:var(--teal);color:#ffffff;}
#page-online-betting-software-scripts .obs-btn--ink:hover{background:var(--coral);}
#page-online-betting-software-scripts .obs-btn--paper{background:#ffffff;color:var(--teal);}
#page-online-betting-software-scripts .obs-btn--paper:hover{background:var(--coral-l);color:var(--teal);}
#page-online-betting-software-scripts .obs-btn:active{transform:translateY(1px);}

#page-online-betting-software-scripts .obs-cta-row{margin-top:clamp(28px,3.2vw,44px);display:flex;justify-content:center;}
#page-online-betting-software-scripts .obs-cta-row--left{justify-content:flex-start;}

/* ══ HERO — rule 24: full-bleed, image-free, STATIC gradient, 900px column ══ */
#page-online-betting-software-scripts .obs-hero{
  width:100%;
  padding:clamp(66px,8.2vw,120px) 24px clamp(54px,6.2vw,88px);
  background:linear-gradient(165deg,#ffffff 0%,var(--ice) 52%,var(--ice-2) 100%);
  border-bottom:3px solid var(--coral);
}
#page-online-betting-software-scripts .obs-hero__inner{max-width:900px;margin-inline:auto;text-align:center;}
#page-online-betting-software-scripts .obs-hero__tag{
  display:inline-block;font-size:16px;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:#ffffff;background:var(--teal);
  padding:9px 20px;border-radius:var(--r-s);margin-bottom:24px;
}
#page-online-betting-software-scripts .obs-hero h1{
  font-size:clamp(36px,4.9vw,60px);line-height:1.08;font-weight:900;
  letter-spacing:-.028em;color:var(--text);margin-bottom:24px;
}
#page-online-betting-software-scripts .obs-hero__copy{
  font-size:clamp(17px,1.25vw,19px);line-height:1.72;color:var(--text-2);
  max-width:760px;margin-inline:auto;margin-bottom:34px;
}
#page-online-betting-software-scripts .obs-hero__modes{
  display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px;
  margin-top:38px;padding-top:28px;border-top:1px solid var(--line-strong);
}
#page-online-betting-software-scripts .obs-hero__modes li{
  display:flex;align-items:center;gap:11px;font-size:17px;font-weight:600;color:var(--text);
}
/* The deck node — a square, not a dot: the page's motif at its smallest. */
#page-online-betting-software-scripts .obs-node{
  width:12px;height:12px;background:var(--coral);border-radius:2px;flex:none;
}

/* ══ BREADCRUMB ══════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-crumbbar{background:var(--teal);}
#page-online-betting-software-scripts .obs-crumb{
  display:flex;align-items:center;gap:10px;padding-block:6px;font-size:16px;color:var(--on-teal-2);
}
#page-online-betting-software-scripts .obs-crumb img{width:16px;height:16px;filter:invert(1) opacity(.7);}
#page-online-betting-software-scripts .obs-crumb a{display:inline-flex;align-items:center;min-height:44px;font-weight:600;color:var(--coral-l);}
#page-online-betting-software-scripts .obs-crumb a:hover{color:#ffc4ae;}
#page-online-betting-software-scripts .obs-crumb [aria-current]{color:var(--on-teal);}

/* ══ LEDE ════════════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-lede__grid{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:clamp(30px,4vw,60px);align-items:center;
}
#page-online-betting-software-scripts .obs-lede__copy p{font-size:19px;line-height:1.75;color:var(--text-2);}
#page-online-betting-software-scripts .obs-plate{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);background:var(--ice);}
#page-online-betting-software-scripts .obs-plate img{width:100%;}

/* ══ COLLABORATE BAND — the record's own collaborate-bg under a teal wash.
      Rule 24 governs the HERO only; a mid-page band may carry a background. ══ */
#page-online-betting-software-scripts .obs-band{
  padding-block:clamp(46px,5.2vw,76px);color:var(--on-teal);
  background-color:var(--teal);
  background-image:linear-gradient(90deg,rgba(15,59,63,.94) 0%,rgba(15,59,63,.78) 100%),
                   url("https://aiscmsapi.aistechnolabs.com/product_images/collaborate-bg.webp");
  background-size:cover;background-position:center;
}
#page-online-betting-software-scripts .obs-band__grid{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(26px,3.2vw,50px);align-items:center;
}
#page-online-betting-software-scripts .obs-band__sub{margin-top:14px;font-size:19px;font-weight:600;color:var(--on-teal-2);}

/* ══ STEPPED RAIL — the page's motif ════════════════════════════════════ */
#page-online-betting-software-scripts .obs-rail{border-left:3px solid var(--ice-2);}
#page-online-betting-software-scripts .obs-rail li{
  position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);
  gap:clamp(16px,2.2vw,30px);align-items:start;
  padding:26px 0 26px 30px;
}
#page-online-betting-software-scripts .obs-rail li + li{border-top:1px solid var(--line);}
/* the node sits ON the rail, straddling it */
#page-online-betting-software-scripts .obs-rail li::before{
  content:"";position:absolute;left:-9px;top:34px;
  width:15px;height:15px;background:var(--coral);border-radius:3px;
  border:3px solid var(--paper);
}
#page-online-betting-software-scripts .obs-rail__n{
  font-size:16px;font-weight:800;font-variant-numeric:tabular-nums;
  color:var(--teal);background:var(--ice);border:1px solid var(--line);
  min-width:42px;height:30px;border-radius:var(--r-s);
  display:inline-flex;align-items:center;justify-content:center;
}
#page-online-betting-software-scripts .obs-rail h2{font-size:21px;font-weight:700;line-height:1.3;color:var(--text);margin-bottom:9px;}
#page-online-betting-software-scripts .obs-rail p{font-size:17px;line-height:1.7;color:var(--text-2);}

/* ══ CHECKED LIST — the second unlabelled block, deliberately not the rail ══ */
#page-online-betting-software-scripts .obs-feats{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(20px,2.6vw,34px);
}
#page-online-betting-software-scripts .obs-feats li{
  display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:start;
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r);
  padding:26px 24px;border-left:4px solid var(--coral);
  transition:transform .18s ease;
}
#page-online-betting-software-scripts .obs-feats li:hover{transform:translateY(-4px);}
#page-online-betting-software-scripts .obs-feats img{width:24px;height:24px;margin-top:3px;}
#page-online-betting-software-scripts .obs-feats h2{font-size:19px;font-weight:700;line-height:1.32;color:var(--text);margin-bottom:9px;}
#page-online-betting-software-scripts .obs-feats p{font-size:17px;line-height:1.68;color:var(--text-2);}

/* ══ LAUNCH BAND ════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-launch{
  padding-block:clamp(52px,6vw,92px);
  background:linear-gradient(180deg,var(--teal-2) 0%,var(--teal) 100%);color:var(--on-teal);
}
#page-online-betting-software-scripts .obs-launch__grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:clamp(30px,4vw,60px);align-items:center;
}
#page-online-betting-software-scripts .obs-launch__sub{margin-top:16px;font-size:19px;line-height:1.6;color:var(--on-teal-2);}
#page-online-betting-software-scripts .obs-aside{margin-top:18px;font-size:17px;color:var(--on-teal-2);}
#page-online-betting-software-scripts .obs-plate--launch{border-color:var(--teal-line);background:var(--teal-2);}

/* ══ PROSE ══════════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-prose{max-width:78ch;}
#page-online-betting-software-scripts .obs-prose p{font-size:17px;line-height:1.76;color:var(--text-2);}
#page-online-betting-software-scripts .obs-prose p + p{margin-top:18px;}

/* ══ FAQ ════════════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-faq{max-width:900px;margin-inline:auto;border-top:1px solid var(--line-strong);}
#page-online-betting-software-scripts .obs-faq details{border-bottom:1px solid var(--line-strong);}
#page-online-betting-software-scripts .obs-faq summary{
  display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;
  padding:22px 4px;cursor:pointer;list-style:none;
}
#page-online-betting-software-scripts .obs-faq summary::-webkit-details-marker{display:none;}
#page-online-betting-software-scripts .obs-faq summary h2{font-size:19px;font-weight:700;line-height:1.4;color:var(--text);transition:color .18s ease;}
#page-online-betting-software-scripts .obs-faq summary:hover h2{color:var(--coral);}
#page-online-betting-software-scripts .obs-faq__n{font-size:16px;font-weight:800;color:var(--coral);font-variant-numeric:tabular-nums;min-width:36px;}
#page-online-betting-software-scripts .obs-faq__pm{position:relative;width:20px;height:20px;flex:none;}
#page-online-betting-software-scripts .obs-faq__pm::before,
#page-online-betting-software-scripts .obs-faq__pm::after{
  content:"";position:absolute;left:50%;top:50%;background:var(--coral);
  transform:translate(-50%,-50%);transition:opacity .18s ease;
}
#page-online-betting-software-scripts .obs-faq__pm::before{width:16px;height:2px;}
#page-online-betting-software-scripts .obs-faq__pm::after{width:2px;height:16px;}
#page-online-betting-software-scripts .obs-faq details[open] .obs-faq__pm::after{opacity:0;}
#page-online-betting-software-scripts .obs-faq__a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:0 4px 24px 4px;}
#page-online-betting-software-scripts .obs-faq__ans{font-size:16px;font-weight:800;color:var(--text-2);min-width:36px;}
#page-online-betting-software-scripts .obs-faq__a p{font-size:17px;line-height:1.72;color:var(--text-2);}

/* ══ STORIES ════════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-stories{padding-block:clamp(52px,6.2vw,94px);background:var(--teal-2);color:var(--on-teal-2);}
#page-online-betting-software-scripts .obs-storylist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,28px);}
#page-online-betting-software-scripts .obs-story{display:flex;flex-direction:column;background:var(--teal);border:1px solid var(--teal-line);border-radius:var(--r);overflow:hidden;}
#page-online-betting-software-scripts .obs-vid{position:relative;display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;}
#page-online-betting-software-scripts .obs-vid img{width:100%;aspect-ratio:4/3;object-fit:cover;}
#page-online-betting-software-scripts .obs-vid__play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--coral);color:#ffffff;padding-left:4px;transition:background-color .18s ease;
}
#page-online-betting-software-scripts .obs-vid:hover .obs-vid__play{background:var(--coral-d);}
#page-online-betting-software-scripts .obs-story__frame{width:100%;aspect-ratio:4/3;border:0;display:block;}
#page-online-betting-software-scripts .obs-story blockquote{padding:22px 24px;font-size:17px;line-height:1.68;color:var(--on-teal-2);}
#page-online-betting-software-scripts .obs-more{margin-top:30px;text-align:center;font-size:17px;font-weight:600;}

/* ══ AREA WE SERVE ══════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-regions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.4vw,26px);}
#page-online-betting-software-scripts .obs-region{
  background:var(--ice);border:1px solid var(--line);border-radius:var(--r);
  padding:24px 22px;border-top:3px solid var(--coral);
}
#page-online-betting-software-scripts .obs-region h3{
  display:flex;align-items:center;gap:10px;
  font-size:17px;font-weight:800;letter-spacing:.08em;color:var(--text);margin-bottom:10px;
}
#page-online-betting-software-scripts .obs-region h3 img{width:14px;height:20px;flex:none;}
/* A tel: link is the most-tapped control here on a phone — a real target. */
#page-online-betting-software-scripts .obs-tel{
  display:inline-flex;align-items:center;min-height:44px;
  font-size:17px;font-weight:700;color:var(--coral);margin-bottom:4px;
}
#page-online-betting-software-scripts .obs-tel:hover{color:var(--coral-d);}
#page-online-betting-software-scripts .obs-region p{font-size:16px;line-height:1.62;color:var(--text-2);}

/* ══ CTA MODAL ══════════════════════════════════════════════════════════ */
#page-online-betting-software-scripts .obs-modal{display:none;position:fixed;inset:0;z-index:9999;padding: 100px 20px 20px 20px;overflow-y:auto;background:rgba(6,24,26,.76);}
#page-online-betting-software-scripts .obs-modal.is-open{display:flex;align-items:flex-start;justify-content:center;}
#page-online-betting-software-scripts .obs-modal__box{
  position:relative;width:100%;max-width:640px;margin:auto;background:#ffffff;
  border-radius:14px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.45);
}
#page-online-betting-software-scripts .obs-modal__x{
  position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border-radius:50%;
  border:1px solid var(--line);background:#ffffff;color:var(--text);cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
#page-online-betting-software-scripts .obs-modal__x:hover{background:var(--coral);color:#ffffff;border-color:var(--coral);}
/* Skill rule 20 — the GHL widget is a TWO-SLIDE survey whose slides differ in
   height and it never posts its own height, so any FIXED height either wastes
   space under slide 1 or clips slide 2's SUBMIT bar. form_embed.js sizes per
   slide and loads on first modal open. Until it initialises the iframe keeps a
   floor tall enough for the WORST slide and drops the negative margin, so a
   blocked script degrades to "a little roomy", never to a clipped SUBMIT. */
#page-online-betting-software-scripts .obs-modal iframe{display:block;width:100%;border:0;margin-bottom:-5px;}
#page-online-betting-software-scripts .obs-modal iframe:not([data-iframe-resizer-initialized]){min-height:1290px;margin-bottom:0;}

/* ══ RESPONSIVE ═════════════════════════════════════════════════════════ */
@media (max-width:1000px){
  #page-online-betting-software-scripts .obs-regions{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:900px){
  #page-online-betting-software-scripts .obs-lede__grid,
  #page-online-betting-software-scripts .obs-launch__grid,
  #page-online-betting-software-scripts .obs-band__grid{grid-template-columns:minmax(0,1fr);}
  #page-online-betting-software-scripts .obs-feats{grid-template-columns:minmax(0,1fr);}
  #page-online-betting-software-scripts .obs-storylist{grid-template-columns:minmax(0,1fr);}
  #page-online-betting-software-scripts .obs-h2--wide{max-width:none;}
}
@media (max-width:640px){
  #page-online-betting-software-scripts .obs-wrap{padding-inline:18px;}
  #page-online-betting-software-scripts .obs-hero{padding-inline:18px;}
  #page-online-betting-software-scripts .obs-regions{grid-template-columns:minmax(0,1fr);}
  /* Single column: the step number is a GRID ITEM, so without justify-self it
     stretches the whole track and reads as a bar, not a chip. */
  #page-online-betting-software-scripts .obs-rail li{grid-template-columns:minmax(0,1fr);gap:12px;padding-left:22px;}
  #page-online-betting-software-scripts .obs-rail__n{justify-self:start;}
  #page-online-betting-software-scripts .obs-btn{width:100%;}
  #page-online-betting-software-scripts .obs-cta-row{justify-content:stretch;}
  #page-online-betting-software-scripts .obs-hero__modes{flex-direction:column;align-items:center;}
}

/* Rule 26 — the transitions above are this page's ONLY motion, each a finite
   response to hover, focus, press or details-open. No @keyframes in this file. */
@media (prefers-reduced-motion:reduce){
  #page-online-betting-software-scripts *,
  #page-online-betting-software-scripts *::before,
  #page-online-betting-software-scripts *::after{transition-duration:.01ms !important;animation:none !important;}
}
