/* /app-privacy-policy — AISHTMLNEWDESIGN-580
   Page-owned styles. EVERY selector is scoped to #page-app-privacy-policy or
   an apc- prefixed class: never body, never a bare element, never
   #ais-header / #ais-footer. The document reset is owned by the shared
   layout sheet. Font is Inter; no body text below 16px.

   ══════════════════════════════════════════════════════════════════════
   Visual direction: "SAFE HARBOUR".

   A marketing treatment of a legal document — requested explicitly, replacing
   the earlier plain "STATUTE SHEET" reading layout.

   The conceit is a harbour: data arriving somewhere safe and enclosed. Deep
   marine teal for the hero and CTA bands, a pale sand reading surface, and a
   single buoy-orange accent that appears ONLY on CTAs and section chips so it
   always means "act here".

     · TIDE   — #0b3a4a -> #12556b gradient hero and CTA bands (static, no
                motion, no image: rule 24).
     · SAND   — #fbf9f5 / #ffffff alternating section grounds, so the 15
                policy sections read as bands rather than one wall of prose.
     · BUOY   — #e07a3f. Numbered chips, CTA fills, list markers. Nothing else.

   The content is unchanged and verbatim — this is presentation only. The
   policy text belongs to Wonga Studio (intentional client hosting), so the
   marketing chrome is AIS's frame around their document, never a restatement
   of it. Nothing is invented to fill space (rule 35).

   Motion is finite and user-initiated only (rule 26).
   ══════════════════════════════════════════════════════════════════════ */

#page-app-privacy-policy{
  --apc-tide:#0b3a4a;
  --apc-tide-2:#12556b;
  --apc-buoy:#e07a3f;
  --apc-buoy-deep:#c2632c;
  --apc-sand:#fbf9f5;
  --apc-ink:#17242a;
  --apc-ink-soft:#526068;
  --apc-rule:#e2ded4;
  --apc-doc:820px;
  --apc-wide:1160px;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--apc-ink);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}

#page-app-privacy-policy .apc-wrap{
  width:min(var(--apc-wide),calc(100% - 48px));
  margin-inline:auto;
}
#page-app-privacy-policy .apc-wrap--doc{width:min(var(--apc-doc),calc(100% - 48px));}

/* ── BUTTONS ───────────────────────────────────────────────────────── */
#page-app-privacy-policy .apc-btn{
  display:inline-block;
  box-sizing:border-box;
  padding:16px 34px;
  border:2px solid transparent;
  border-radius:3px;
  font-family:inherit;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
#page-app-privacy-policy .apc-btn--light{
  background:#fff;
  color:var(--apc-tide);
  border-color:#fff;
}
#page-app-privacy-policy .apc-btn--light:hover,
#page-app-privacy-policy .apc-btn--light:focus-visible{background:var(--apc-buoy);border-color:var(--apc-buoy);color:#fff;}
#page-app-privacy-policy .apc-btn--solid{
  background:var(--apc-buoy);
  color:#fff;
  border-color:var(--apc-buoy);
}
#page-app-privacy-policy .apc-btn--solid:hover,
#page-app-privacy-policy .apc-btn--solid:focus-visible{background:var(--apc-buoy-deep);border-color:var(--apc-buoy-deep);}
#page-app-privacy-policy .apc-btn:focus-visible{outline:3px solid #fff;outline-offset:3px;}

/* ── HERO — rule 24: static gradient, no media, exactly one CTA ─────── */
#page-app-privacy-policy .apc-hero{
  background:linear-gradient(155deg,#0b3a4a 0%,#12556b 62%,#0a3140 100%);
  color:#fff;
  padding:90px 0 76px;
}
#page-app-privacy-policy .apc-hero__inner{
  max-width:900px;
  text-align:center;
}
#page-app-privacy-policy .apc-eff{
  margin:0 0 18px;
  font-size:16px;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#ffb684;
}
#page-app-privacy-policy .apc-hero h1{
  margin:0 0 24px;
  font-size:clamp(36px,5.6vw,58px);
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.022em;
  color:#fff;
}
#page-app-privacy-policy .apc-hero__lede{
  margin:0 auto 34px;
  max-width:740px;
  font-size:18px;
  line-height:1.72;
  color:#c5dbe3;
}
#page-app-privacy-policy .apc-crumb{margin-top:40px;}
#page-app-privacy-policy .apc-crumb ol{
  display:flex;justify-content:center;gap:10px;
  margin:0;padding:0;list-style:none;
  font-size:16px;color:#93b3bf;
}
#page-app-privacy-policy .apc-crumb li + li::before{content:"/";margin-right:10px;color:#5a8494;}
#page-app-privacy-policy .apc-crumb a{color:#c5dbe3;}
#page-app-privacy-policy .apc-crumb a:hover{color:#ffb684;}

/* ── POLICY BANDS ──────────────────────────────────────────────────── */
#page-app-privacy-policy .apc-band{background:#fff;padding:60px 0;}
#page-app-privacy-policy .apc-band--alt{background:var(--apc-sand);}

#page-app-privacy-policy .apc-band h2{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 22px;
  font-size:clamp(24px,2.9vw,32px);
  line-height:1.24;
  font-weight:800;
  letter-spacing:-.015em;
  color:var(--apc-tide);
}
#page-app-privacy-policy .apc-band h3{
  margin:30px 0 12px;
  font-size:19px;
  line-height:1.36;
  font-weight:700;
  color:var(--apc-ink);
}
#page-app-privacy-policy .apc-band h2 + h3{margin-top:18px;}

#page-app-privacy-policy .apc-band p{
  margin:0 0 17px;
  font-size:17px;
  line-height:1.78;
  color:var(--apc-ink);
}
#page-app-privacy-policy .apc-band a{
  color:#1c6480;
  text-decoration:underline;
  text-underline-offset:2px;
  /* The record includes a bare networkadvertising.org URL as its own anchor
     text; without this it is one unbreakable token and overflows at 375px. */
  overflow-wrap:anywhere;
}
#page-app-privacy-policy .apc-band a:hover{color:var(--apc-buoy-deep);}

/* Lists become card stacks — the marketing read of a data inventory. */
#page-app-privacy-policy .apc-list{
  margin:0 0 22px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
#page-app-privacy-policy .apc-list li{
  position:relative;
  padding:16px 20px 16px 46px;
  background:#fff;
  border:1px solid var(--apc-rule);
  border-left:3px solid var(--apc-buoy);
  border-radius:3px;
  font-size:17px;
  line-height:1.7;
}
#page-app-privacy-policy .apc-band--alt .apc-list li{background:#fff;}
#page-app-privacy-policy .apc-list li::before{
  content:"";
  position:absolute;
  left:22px;top:25px;
  width:8px;height:8px;
  border-radius:50%;
  background:var(--apc-buoy);
}
/* The third-party link lists read better as a two-up grid of plain rows. */
#page-app-privacy-policy .apc-list--links{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
}
#page-app-privacy-policy .apc-list--links li{
  padding:14px 18px 14px 40px;
  font-weight:600;
}
#page-app-privacy-policy .apc-list--links li::before{top:22px;left:18px;}

/* ── MID-PAGE CTA BAND ─────────────────────────────────────────────── */
#page-app-privacy-policy .apc-cta{
  background:linear-gradient(155deg,#0b3a4a 0%,#12556b 100%);
  color:#fff;
  padding:56px 0;
}
#page-app-privacy-policy .apc-cta__inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:26px;
  text-align:center;
}
#page-app-privacy-policy .apc-cta__copy{
  margin:0;
  font-size:22px;
  font-weight:700;
  line-height:1.4;
  color:#fff;
}

/* ── TESTIMONIALS ──────────────────────────────────────────────────── */
#page-app-privacy-policy .apc-stories{
  background:var(--apc-sand);
  border-top:1px solid var(--apc-rule);
  padding:70px 0;
}
#page-app-privacy-policy .apc-stories h4{
  margin:0 0 38px;
  text-align:center;
  font-size:clamp(26px,3vw,34px);
  font-weight:800;
  letter-spacing:-.015em;
  color:var(--apc-tide);
}
#page-app-privacy-policy .apc-stories__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:28px;
}
#page-app-privacy-policy .apc-story{
  background:#fff;
  border:1px solid var(--apc-rule);
  border-radius:4px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
#page-app-privacy-policy .apc-story p{
  margin:0;
  padding:20px 22px 24px;
  font-size:16px;
  line-height:1.72;
  color:var(--apc-ink-soft);
}
#page-app-privacy-policy .apc-vid{
  position:relative;
  display:block;width:100%;
  padding:0;border:0;
  background:var(--apc-tide);
  cursor:pointer;line-height:0;
}
#page-app-privacy-policy .apc-vid img{width:100%;height:auto;display:block;}
#page-app-privacy-policy .apc-vid__play{
  position:absolute;inset:0;margin:auto;
  width:60px;height:60px;
  border-radius:50%;
  background:rgba(11,58,74,.82);
  border:2px solid var(--apc-buoy);
  transition:background-color .18s ease;
}
#page-app-privacy-policy .apc-vid__play::after{
  content:"";
  position:absolute;top:50%;left:54%;
  transform:translate(-50%,-50%);
  border-style:solid;
  border-width:10px 0 10px 17px;
  border-color:transparent transparent transparent #ffb684;
}
#page-app-privacy-policy .apc-vid:hover .apc-vid__play{background:var(--apc-tide);}
#page-app-privacy-policy .apc-vid:focus-visible{outline:3px solid var(--apc-buoy);outline-offset:2px;}
#page-app-privacy-policy .apc-story__frame{width:100%;aspect-ratio:4/3;border:0;display:block;}
#page-app-privacy-policy .apc-actionrow{margin-top:32px;text-align:center;}
#page-app-privacy-policy .apc-more{
  display:inline-block;
  padding:13px 28px;
  border:2px solid var(--apc-tide);
  border-radius:3px;
  font-size:16px;font-weight:700;
  color:var(--apc-tide);
  transition:background-color .18s ease,color .18s ease;
}
#page-app-privacy-policy .apc-more:hover{background:var(--apc-tide);color:#fff;}
#page-app-privacy-policy .apc-more:focus-visible{outline:3px solid var(--apc-buoy);outline-offset:3px;}

/* ── AREA WE SERVE ─────────────────────────────────────────────────── */
#page-app-privacy-policy .apc-areas{padding:70px 0;background:#fff;}
#page-app-privacy-policy .apc-areas h2{
  margin:0 0 34px;
  text-align:center;
  font-size:clamp(26px,3vw,34px);
  font-weight:800;
  letter-spacing:-.015em;
  color:var(--apc-tide);
}
#page-app-privacy-policy .apc-areas__grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(245px,1fr));
  gap:20px;
}
#page-app-privacy-policy .apc-area{
  background:var(--apc-sand);
  border:1px solid var(--apc-rule);
  border-top:3px solid var(--apc-buoy);
  border-radius:3px;
  padding:26px 22px;
}
#page-app-privacy-policy .apc-area img{width:20px;height:20px;display:block;margin-bottom:13px;}
#page-app-privacy-policy .apc-area h3{
  margin:0 0 11px;
  font-size:16px;font-weight:800;
  letter-spacing:.09em;
  color:var(--apc-tide);
}
#page-app-privacy-policy .apc-area p{
  margin:0 0 9px;
  font-size:16px;line-height:1.64;
  color:var(--apc-ink-soft);
}
#page-app-privacy-policy .apc-area__tel a{font-weight:700;color:var(--apc-ink);}
#page-app-privacy-policy .apc-area__tel a:hover{color:var(--apc-buoy-deep);}

/* ── CTA modal — shared shell, identical on every CTA page ──────────────────
   Replicated from /online-sweepstakes-gambling-software, which took it from
   /case-study/dicemasters-backgammon-platform-case-study via design-clone's
   extract_design.py. Values are PINNED, not re-tuned per page: the Get In
   Touch form must present the same on every URL, so this shell deliberately
   does not inherit SAFE HARBOUR's ink, type scale or radius. */
#page-app-privacy-policy .apc-modal{
  color:#2c2419;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:17px;
  line-height:1.72;
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:flex-start;
  justify-content:center;
  padding:20px;
  overflow-y:auto;
  background:rgba(20,13,7,.72);
}
#page-app-privacy-policy .apc-modal.is-open{display:flex;}
#page-app-privacy-policy .apc-modal__box{
  color:#2c2419;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:17px;
  line-height:1.72;
  position:relative;
  width:100%;
  max-width:620px;
  margin:auto;
  border-radius:16px;
  background:#fff;
  box-shadow:0 30px 80px -30px rgba(0,0,0,.7);
  overflow:hidden;
}
#page-app-privacy-policy .apc-modal__x{
  position:absolute;
  top:12px;right:12px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;height:44px;
  border:1px solid #ddd2ba;
  border-radius:50%;
  background:#fff;
  color:#1d1509;
  cursor:pointer;
  transition:background-color .16s ease,color .16s ease;
}
#page-app-privacy-policy .apc-modal__x:hover{background:#2b1c12;color:#fbf6ec;}
#page-app-privacy-policy .apc-modal__x:focus-visible{outline:3px solid var(--apc-buoy);outline-offset:2px;}
#page-app-privacy-policy .apc-modal iframe{
  display:block;
  width:100%;
  min-height:860px;
  border:0;
}

/* ── RESPONSIVE ────────────────────────────────────────────────────── */
@media (max-width:768px){
  #page-app-privacy-policy .apc-wrap,
  #page-app-privacy-policy .apc-wrap--doc{width:calc(100% - 36px);}
  #page-app-privacy-policy .apc-hero{padding:62px 0 52px;}
  #page-app-privacy-policy .apc-band{padding:46px 0;}
  #page-app-privacy-policy .apc-cta{padding:44px 0;}
  #page-app-privacy-policy .apc-stories,
  #page-app-privacy-policy .apc-areas{padding:52px 0;}
  #page-app-privacy-policy .apc-btn{width:100%;max-width:340px;}
    #page-app-privacy-policy .apc-band h2{gap:12px;}
}
@media (max-width:420px){
  #page-app-privacy-policy .apc-wrap,
  #page-app-privacy-policy .apc-wrap--doc{width:calc(100% - 28px);}
  /* Keep the radius on phones too — the panel is a card at every width. */
  #page-app-privacy-policy .apc-modal{padding:12px;}
  #page-app-privacy-policy .apc-modal__box{max-width:none;border-radius:14px;}
}
