/* SITE: HighlandStakes | Architecture: A flat | Design: Snooker Hall (#73) | Generated: 2026-05-26 */
/* CSS prefix: hs | Folders: tabletop/ + greenroom/ */

/* =========================================================
   0. RESET & ROOT VARIABLES
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --hs-green:   #0e3d2e;
  --hs-mahog:   #5a2a14;
  --hs-brass:   #d4a017;
  --hs-cream:   #fefcf7;
  --hs-text:    #1a1a1a;
  --hs-border:  #3d2a18;
  --hs-muted:   #6b5a4e;
  --hs-surface: #f4f0e8;
  --hs-dark:    #0a2218;
  --hs-rail:    #7a3d1a;

  /* Anti-fingerprint container widths */
  --hs-w-xs:  541px;
  --hs-w-sm:  719px;
  --hs-w-md:  961px;
  --hs-w-lg:  1143px;
  --hs-w-xl:  1317px;

  --hs-heading: 'Lora', Georgia, serif;
  --hs-body:    'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;

  --hs-r-sm: 4px;
  --hs-r-md: 8px;
  --hs-r-lg: 50%;
  --hs-shadow: 0 2px 12px rgba(14,61,46,.12);
  --hs-shadow-lg: 0 6px 32px rgba(14,61,46,.18);
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--hs-body);
  background: var(--hs-cream);
  color: var(--hs-text);
  line-height: 1.65;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--hs-green); text-decoration: none; }
a:hover { color: var(--hs-mahog); }
h1,h2,h3,h4,h5 {
  font-family: var(--hs-heading);
  color: var(--hs-green);
  line-height: 1.25;
}
button, input, select, textarea {
  font-family: var(--hs-body);
  font-size: 1rem;
}

/* =========================================================
   1. LAYOUT WRAPPERS
   ========================================================= */
.hs-wrap {
  width: 100%;
  max-width: var(--hs-w-xl);
  margin: 0 auto;
  padding: 0 1rem;
}
.hs-wrap--narrow {
  max-width: var(--hs-w-md);
  margin: 0 auto;
  padding: 0 1rem;
}
.hs-section { padding: 3.5rem 0; }
.hs-section--dark {
  background: var(--hs-green);
  color: var(--hs-cream);
}
.hs-section--rail {
  background: linear-gradient(135deg, var(--hs-mahog) 0%, var(--hs-border) 100%);
  color: var(--hs-cream);
}
.hs-section--surface { background: var(--hs-surface); }

/* =========================================================
   2. HEADER & NAV
   ========================================================= */
.hs-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--hs-green);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
  height: 60px;
}
.hs-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  max-width: var(--hs-w-xl);
  margin: 0 auto;
  padding: 0 1rem;
}
.hs-header__brand {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--hs-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hs-cream);
  text-decoration: none;
}
.hs-header__brand-mark {
  width: 36px;
  height: 36px;
}
.hs-header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}
.hs-header__nav a {
  color: rgba(254,252,247,.85);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: color .2s;
  padding: .25rem 0;
  border-bottom: 2px solid transparent;
}
.hs-header__nav a:hover,
.hs-header__nav a.is-active {
  color: var(--hs-brass);
  border-bottom-color: var(--hs-brass);
}
.hs-header__rg {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  color: var(--hs-brass);
  font-weight: 700;
}
.hs-header__rg a {
  color: var(--hs-brass);
  text-decoration: underline;
}

/* Burger (mobile) */
.hs-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.hs__slice {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--hs-cream);
  border-radius: 1px;
  transition: all .2s;
}

/* =========================================================
   3. HERO SECTION
   ========================================================= */
.hs-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background-color: var(--hs-dark);
  overflow: hidden;
}
.hs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,34,24,.88) 0%, rgba(90,42,20,.6) 100%);
  z-index: 1;
}
.hs-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--hs-w-xl);
  margin: 0 auto;
  padding: 4rem 1rem;
  width: 100%;
}
.hs-hero__kicker {
  display: inline-block;
  background: var(--hs-brass);
  color: var(--hs-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.hs-hero__h1 {
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  color: var(--hs-cream);
  font-weight: 700;
  max-width: 680px;
  margin-bottom: 1rem;
}
.hs-hero__deck {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(254,252,247,.8);
  max-width: 560px;
  margin-bottom: 2rem;
}
.hs-hero__cta {
  display: inline-block;
  background: var(--hs-brass);
  color: var(--hs-dark);
  font-weight: 700;
  font-size: .95rem;
  padding: .75rem 2rem;
  border-radius: var(--hs-r-sm);
  transition: background .2s, transform .1s;
  text-decoration: none;
}
.hs-hero__cta:hover {
  background: #e8b520;
  color: var(--hs-dark);
  transform: translateY(-1px);
}
.hs-hero__meta {
  margin-top: 1.5rem;
  font-size: .8rem;
  color: rgba(254,252,247,.55);
}

/* =========================================================
   4. DISCLOSURE BLOCK (above comparison table)
   ========================================================= */
.hs-disclosure {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.hs-disclosure__affiliate {
  background: var(--hs-surface);
  border-left: 4px solid var(--hs-brass);
  padding: 1.25rem 1.5rem;
  border-radius: var(--hs-r-sm);
}
.hs-disclosure__rg {
  background: var(--hs-green);
  color: var(--hs-cream);
  padding: 1.25rem 1.5rem;
  border-radius: var(--hs-r-sm);
}
.hs-disclosure__rg a { color: var(--hs-brass); }
.hs-disclosure h4 {
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .6rem;
}
.hs-disclosure__affiliate h4 { color: var(--hs-mahog); }
.hs-disclosure__rg h4 { color: var(--hs-brass); }
.hs-disclosure p { font-size: .88rem; line-height: 1.6; }
.hs-disclosure__rg p { color: rgba(254,252,247,.9); }

/* =========================================================
   5. COMPARISON TABLE (TOC)
   ========================================================= */
.hs-toc { margin: 0 0 3rem; }
.hs-toc__head {
  display: none; /* hidden on mobile; shown on desktop as column labels */
}
.hs-toc__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: var(--hs-r-sm);
  margin-bottom: .75rem;
  box-shadow: var(--hs-shadow);
  transition: box-shadow .2s;
}
.hs-toc__row:hover { box-shadow: var(--hs-shadow-lg); }
.hs-toc__num {
  grid-area: num;
  font-family: var(--hs-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hs-brass);
  text-align: center;
}
.hs-toc__logo {
  grid-area: logo;
  display: block;
}
.hs-toc__logo-img {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  border-radius: var(--hs-r-sm);
}
.hs-toc__name { grid-area: name; }
.hs-toc__title {
  font-family: var(--hs-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--hs-green);
  display: block;
}
.hs-toc__deck {
  font-size: .82rem;
  color: var(--hs-muted);
  display: block;
  margin-top: .15rem;
}
.hs-toc__score {
  grid-area: score;
  text-align: center;
}
.hs-toc__score-num {
  font-family: var(--hs-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--hs-green);
  display: block;
}
.hs-toc__stars { color: var(--hs-brass); font-size: .85rem; }
.hs-toc__cta-wrap { grid-area: cta; }
.hs-toc__cta {
  display: inline-block;
  background: var(--hs-green);
  color: var(--hs-cream);
  font-weight: 700;
  font-size: .82rem;
  padding: .55rem 1.1rem;
  border-radius: var(--hs-r-sm);
  white-space: nowrap;
  transition: background .2s;
  min-width: 120px;
  text-align: center;
}
.hs-toc__cta:hover {
  background: var(--hs-mahog);
  color: var(--hs-cream);
}
.hs-toc__terms {
  grid-area: terms;
  font-size: .72rem;
  color: var(--hs-muted);
  border-top: 1px solid #e8e2d8;
  padding-top: .5rem;
  margin-top: .25rem;
  line-height: 1.5;
}

/* Logo zone light-fill handling — Technique B (dark inset) */
.hs-logo-zone--dark {
  background: #14181f;
  padding: .5rem .75rem;
  border-radius: var(--hs-r-sm);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.hs-logo-zone--light {
  background: #fff;
  border: 1px solid #e8e2d8;
  padding: .5rem .75rem;
  border-radius: var(--hs-r-sm);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* =========================================================
   6. OPERATOR DISPATCH CARDS
   ========================================================= */
.hs-ops { display: grid; gap: 2rem; }
.hs-ops__card {
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: var(--hs-r-md);
  overflow: hidden;
  box-shadow: var(--hs-shadow);
}
.hs-ops__card-head {
  background: var(--hs-surface);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px solid #e0dbd0;
}
.hs-ops__logo-wrap { display: flex; align-items: center; }
.hs-ops__logo-img {
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
.hs-ops__score-wrap { display: flex; align-items: center; gap: .75rem; }
.hs-ops__score-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--hs-green);
  color: var(--hs-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hs-heading);
  font-size: 1.1rem;
  font-weight: 700;
}
.hs-ops__score-label { font-size: .78rem; color: var(--hs-muted); }
.hs-ops__card-body { padding: 1.5rem; }
.hs-ops__card-body p { font-size: .92rem; line-height: 1.7; margin-bottom: .75rem; }
.hs-ops__bullets { list-style: none; padding: 0; }
.hs-ops__bullets li {
  font-size: .88rem;
  padding: .35rem 0 .35rem 1.5rem;
  position: relative;
  border-bottom: 1px solid #f0ece4;
}
.hs-ops__bullets li::before {
  content: "●";
  color: var(--hs-brass);
  position: absolute;
  left: .25rem;
  font-size: .65rem;
  top: .55rem;
}
.hs-ops__card-foot {
  padding: 1rem 1.5rem;
  background: var(--hs-surface);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid #e0dbd0;
}
.hs-ops__card-cta {
  display: inline-block;
  background: var(--hs-brass);
  color: var(--hs-dark);
  font-weight: 700;
  font-size: .88rem;
  padding: .65rem 1.5rem;
  border-radius: var(--hs-r-sm);
  transition: background .2s;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.hs-ops__card-cta:hover { background: #e8b520; color: var(--hs-dark); }
.hs-ops__ukgc-chip {
  font-size: .72rem;
  background: var(--hs-green);
  color: var(--hs-cream);
  padding: .2rem .55rem;
  border-radius: 2px;
  display: inline-block;
}

/* Bonus headline highlight per-card */
.hs-ops__bonus {
  font-size: .92rem;
  font-weight: 700;
  color: var(--hs-mahog);
  background: #fdf6e3;
  border: 1px solid var(--hs-brass);
  padding: .5rem .85rem;
  border-radius: var(--hs-r-sm);
  margin-bottom: 1rem;
  display: inline-block;
}

/* =========================================================
   7. METHODOLOGY / HOW WE RATE
   ========================================================= */
.hs-method { padding: 3.5rem 0; }
.hs-method__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
.hs-method__img {
  border-radius: var(--hs-r-md);
  overflow: hidden;
  box-shadow: var(--hs-shadow-lg);
}
.hs-method__img img { width: 100%; height: 300px; object-fit: cover; }
.hs-method__content h2 { margin-bottom: 1rem; font-size: 1.7rem; }
.hs-method__axes { list-style: none; padding: 0; margin-top: 1.25rem; }
.hs-method__axes li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .6rem 0;
  border-bottom: 1px solid #e8e2d8;
  font-size: .9rem;
}
.hs-method__ball {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.hs-method__ball--red    { background: #c0392b; }
.hs-method__ball--yellow { background: #f1c40f; color: #333; }
.hs-method__ball--green  { background: #27ae60; }
.hs-method__ball--brown  { background: #6d4c41; }
.hs-method__ball--blue   { background: #2980b9; }
.hs-method__ball--pink   { background: #e91e8c; }
.hs-method__ball--black  { background: #212121; }
.hs-method__axes .hs-weight {
  margin-left: auto;
  font-weight: 700;
  color: var(--hs-brass);
  font-size: .82rem;
}

/* =========================================================
   8. FEATURES STRIP
   ========================================================= */
.hs-features {
  background: var(--hs-surface);
  padding: 2.5rem 0;
}
.hs-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  text-align: center;
}
.hs-features__item { padding: 1.25rem 1rem; }
.hs-features__icon {
  font-size: 2rem;
  margin-bottom: .75rem;
  display: block;
}
.hs-features__title {
  font-family: var(--hs-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--hs-green);
  margin-bottom: .4rem;
}
.hs-features__desc { font-size: .85rem; color: var(--hs-muted); line-height: 1.5; }

/* =========================================================
   9. FAQ SECTION
   ========================================================= */
.hs-faq { padding: 3.5rem 0; }
.hs-faq__heading { margin-bottom: 2rem; font-size: 1.8rem; }
.hs-faq__list { display: grid; gap: .75rem; }
.hs-faq__item {
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: var(--hs-r-sm);
  overflow: hidden;
}
.hs-faq__q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  font-family: var(--hs-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--hs-green);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}
.hs-faq__q::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--hs-brass);
  transition: transform .2s;
  flex-shrink: 0;
}
.hs-faq__item[data-open="true"] .hs-faq__q::after { transform: rotate(45deg); }
.hs-faq__a {
  display: none;
  padding: 0 1.25rem 1rem;
  font-size: .9rem;
  color: var(--hs-text);
  line-height: 1.7;
}
.hs-faq__item[data-open="true"] .hs-faq__a { display: block; }

/* =========================================================
   10. RESPONSIBLE GAMBLING (iframe candidate)
   ========================================================= */
.hs-rg {
  background: var(--hs-dark);
  color: var(--hs-cream);
  padding: 3rem 0;
}
.hs-rg__inner { max-width: var(--hs-w-md); margin: 0 auto; padding: 0 1rem; }
.hs-rg h2 {
  color: var(--hs-brass);
  font-size: 1.5rem;
  margin-bottom: .75rem;
}
.hs-rg p { font-size: .92rem; color: rgba(254,252,247,.85); line-height: 1.7; margin-bottom: 1rem; }
.hs-rg__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}
.hs-rg__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(254,252,247,.1);
  color: var(--hs-cream);
  border: 1px solid rgba(254,252,247,.2);
  padding: .5rem 1rem;
  border-radius: var(--hs-r-sm);
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
  transition: background .2s;
}
.hs-rg__link:hover {
  background: rgba(212,160,23,.25);
  border-color: var(--hs-brass);
  color: var(--hs-cream);
}
.hs-rg__helpline {
  background: var(--hs-brass);
  color: var(--hs-dark);
  font-size: 1rem;
  font-weight: 700;
  padding: .65rem 1.4rem;
  border-radius: var(--hs-r-sm);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* =========================================================
   11. FOOTER
   ========================================================= */
.hs-footer {
  background: var(--hs-green);
  color: rgba(254,252,247,.75);
}
.hs-footer__top {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgba(254,252,247,.1);
}
.hs-footer__top .hs-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.hs-footer__brand {
  font-family: var(--hs-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hs-cream);
  margin-bottom: .75rem;
}
.hs-footer__about { font-size: .85rem; line-height: 1.65; }
.hs-footer__col h5 {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--hs-brass);
  margin-bottom: .75rem;
  font-family: var(--hs-body);
}
.hs-footer__col ul { list-style: none; }
.hs-footer__col ul li { margin-bottom: .4rem; }
.hs-footer__col ul a {
  font-size: .85rem;
  color: rgba(254,252,247,.7);
  transition: color .15s;
}
.hs-footer__col ul a:hover { color: var(--hs-brass); }
.hs-footer__regs {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(254,252,247,.1);
}
.hs-footer__regs .hs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
}
.hs-footer__regs-label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(254,252,247,.5);
  margin-right: .5rem;
}

/* Regulator cards */
.hs-regcard {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .85rem;
  min-height: 44px;
  min-width: 110px;
  box-sizing: border-box;
  border-radius: 4px;
}
.hs-regcard img { height: 28px; width: auto; max-width: 110px; object-fit: contain; }
.hs-regcard--light {
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.3);
}
.hs-regcard--dark {
  background: #14181f;
  border: 1px solid rgba(255,255,255,.15);
}
.hs-regcard--a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: .5rem .85rem;
  min-height: 44px;
  min-width: 110px;
  border-radius: 4px;
}

.hs-footer__bottom {
  padding: 1.25rem 0;
}
.hs-footer__bottom .hs-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
}
.hs-footer__rule {
  font-size: .75rem;
  color: rgba(254,252,247,.55);
  line-height: 1.6;
}
.hs-footer__rule a { color: var(--hs-brass); }
.hs-footer__cookie-btn {
  background: none;
  border: 1px solid rgba(254,252,247,.3);
  color: rgba(254,252,247,.7);
  font-size: .78rem;
  padding: .35rem .8rem;
  border-radius: var(--hs-r-sm);
  cursor: pointer;
  min-height: 44px;
  transition: border-color .15s;
}
.hs-footer__cookie-btn:hover { border-color: var(--hs-brass); color: var(--hs-brass); }

/* =========================================================
   12. AGE GATE OVERLAY
   ========================================================= */
.hs-agegate {
  position: fixed;
  inset: 0;
  background: rgba(10,34,24,.97);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.hs-agegate.is-hidden { display: none; }
.hs-agegate__box {
  background: var(--hs-cream);
  border-radius: var(--hs-r-md);
  padding: 2.5rem 2rem;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 16px 64px rgba(0,0,0,.6);
}
.hs-agegate__logo {
  font-family: var(--hs-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--hs-green);
  margin-bottom: 1rem;
}
.hs-agegate__title {
  font-family: var(--hs-heading);
  font-size: 1.4rem;
  color: var(--hs-green);
  margin-bottom: .5rem;
}
.hs-agegate p { font-size: .9rem; color: var(--hs-muted); margin-bottom: 1.5rem; }
.hs-agegate__actions { display: flex; gap: .75rem; flex-direction: column; }
.hs-agegate__yes {
  background: var(--hs-green);
  color: var(--hs-cream);
  border: none;
  padding: .85rem 1.5rem;
  border-radius: var(--hs-r-sm);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
  transition: background .2s;
}
.hs-agegate__yes:hover { background: var(--hs-mahog); }
.hs-agegate__no {
  background: none;
  border: 1px solid #c0b8a8;
  color: var(--hs-muted);
  padding: .75rem 1.5rem;
  border-radius: var(--hs-r-sm);
  font-size: .9rem;
  cursor: pointer;
  min-height: 44px;
  transition: border-color .2s;
  text-decoration: none;
  display: block;
}
.hs-agegate__no:hover { border-color: var(--hs-mahog); color: var(--hs-mahog); }

/* =========================================================
   13. COOKIE BAR
   ========================================================= */
.hs-cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--hs-dark);
  color: var(--hs-cream);
  z-index: 800;
  padding: 1rem;
  border-top: 2px solid var(--hs-brass);
}
.hs-cookiebar.is-hidden { display: none; }
.hs-cookiebar__inner {
  max-width: var(--hs-w-xl);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.hs-cookiebar p { font-size: .85rem; color: rgba(254,252,247,.85); flex: 1; }
.hs-cookiebar a { color: var(--hs-brass); }
.hs-cookiebar__actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.hs-cookiebar__accept {
  background: var(--hs-brass);
  color: var(--hs-dark);
  border: none;
  font-weight: 700;
  font-size: .85rem;
  padding: .55rem 1.2rem;
  border-radius: var(--hs-r-sm);
  cursor: pointer;
  min-height: 44px;
}
.hs-cookiebar__settings {
  background: none;
  border: 1px solid rgba(254,252,247,.35);
  color: rgba(254,252,247,.8);
  font-size: .82rem;
  padding: .55rem 1rem;
  border-radius: var(--hs-r-sm);
  cursor: pointer;
  min-height: 44px;
}

/* Cookie panel */
.hs-cookiepanel {
  position: fixed;
  inset: 0;
  background: rgba(10,34,24,.9);
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.hs-cookiepanel.is-hidden { display: none; }
.hs-cookiepanel__box {
  background: var(--hs-cream);
  border-radius: var(--hs-r-md);
  padding: 2rem;
  max-width: 500px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
.hs-cookiepanel h3 { font-size: 1.2rem; margin-bottom: 1rem; color: var(--hs-green); }
.hs-cookiepanel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 0;
  border-bottom: 1px solid #e8e2d8;
  gap: 1rem;
}
.hs-cookiepanel__row-label { font-size: .88rem; }
.hs-cookiepanel__row-label strong { display: block; font-weight: 700; color: var(--hs-text); }
.hs-cookiepanel__row-label span { font-size: .78rem; color: var(--hs-muted); }
.hs-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.hs-toggle input { opacity: 0; width: 0; height: 0; }
.hs-toggle__slider {
  position: absolute;
  inset: 0;
  background: #c0b8a8;
  border-radius: 12px;
  cursor: pointer;
  transition: background .2s;
}
.hs-toggle input:checked + .hs-toggle__slider { background: var(--hs-green); }
.hs-toggle__slider::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform .2s;
}
.hs-toggle input:checked + .hs-toggle__slider::after { transform: translateX(20px); }
.hs-toggle input:disabled + .hs-toggle__slider { opacity: .6; cursor: not-allowed; }
.hs-cookiepanel__save {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  background: var(--hs-green);
  color: var(--hs-cream);
  border: none;
  padding: .85rem;
  border-radius: var(--hs-r-sm);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
}

/* =========================================================
   14. ARTICLE PAGES (legal, bonus pages)
   ========================================================= */
.hs-article-hero {
  background: var(--hs-green);
  color: var(--hs-cream);
  padding: 2.5rem 0;
}
.hs-article-hero--img {
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
}
.hs-article-hero--img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,34,24,.9) 0%, rgba(10,34,24,.55) 100%);
  z-index: 1;
}
.hs-article-hero--img .hs-article-hero__inner { position: relative; z-index: 2; }
.hs-article-hero__inner { max-width: var(--hs-w-md); margin: 0 auto; padding: 0 1rem; }
.hs-article-hero__kicker {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--hs-brass);
  margin-bottom: .5rem;
}
.hs-article-hero h1 {
  color: var(--hs-cream);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: .5rem;
}
.hs-article-hero__deck {
  font-size: 1rem;
  color: rgba(254,252,247,.8);
}
.hs-article { padding: 3rem 0 4rem; }
.hs-article__body { max-width: var(--hs-w-md); margin: 0 auto; padding: 0 1rem; }
.hs-article__body h2 { font-size: 1.35rem; margin: 2rem 0 .75rem; }
.hs-article__body h3 { font-size: 1.1rem; margin: 1.5rem 0 .5rem; }
.hs-article__body p { margin-bottom: 1rem; font-size: .95rem; line-height: 1.75; }
.hs-article__body ul, .hs-article__body ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.hs-article__body ul li, .hs-article__body ol li { margin-bottom: .4rem; font-size: .95rem; }
.hs-article__body a { color: var(--hs-green); text-decoration: underline; }

/* =========================================================
   15. CONTACT PAGE
   ========================================================= */
.hs-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: var(--hs-w-lg);
  margin: 0 auto;
  padding: 0 1rem;
}
.hs-contact-info h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.hs-contact-info p { font-size: .9rem; line-height: 1.7; margin-bottom: .75rem; }
.hs-contact-info a { color: var(--hs-green); }
.hs-form label { display: block; font-size: .85rem; font-weight: 600; color: var(--hs-text); margin-bottom: .3rem; }
.hs-form input, .hs-form textarea, .hs-form select {
  width: 100%;
  padding: .65rem .85rem;
  border: 1px solid #c0b8a8;
  border-radius: var(--hs-r-sm);
  font-size: 1rem;
  color: var(--hs-text);
  background: #fff;
  margin-bottom: 1rem;
}
.hs-form textarea { min-height: 140px; resize: vertical; }
.hs-form input:focus, .hs-form textarea:focus, .hs-form select:focus {
  outline: none;
  border-color: var(--hs-green);
  box-shadow: 0 0 0 3px rgba(14,61,46,.15);
}
.hs-form__submit {
  background: var(--hs-green);
  color: var(--hs-cream);
  border: none;
  padding: .85rem 2rem;
  border-radius: var(--hs-r-sm);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
  transition: background .2s;
}
.hs-form__submit:hover { background: var(--hs-mahog); }

/* =========================================================
   16. INITIALS AVATARS (no people photos)
   ========================================================= */
.hs-avatar {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hs-heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 50%;
  text-transform: uppercase;
  flex-shrink: 0;
}
.hs-avatar--hex {
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  border-radius: 0;
}
.hs-avatar--lg { width: 96px; height: 96px; font-size: 32px; }
.hs-avatar--sm { width: 40px; height: 40px; font-size: 14px; }

/* =========================================================
   17. UTILITY
   ========================================================= */
.hs-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .15rem .5rem;
  border-radius: 2px;
}
.hs-badge--green { background: var(--hs-green); color: var(--hs-cream); }
.hs-badge--brass { background: var(--hs-brass); color: var(--hs-dark); }
.hs-section-heading { font-size: 1.8rem; margin-bottom: .5rem; }
.hs-section-deck { font-size: 1rem; color: var(--hs-muted); margin-bottom: 2rem; }
.hs-section-heading--light { color: var(--hs-cream); }
.hs-section-deck--light { color: rgba(254,252,247,.7); }
.hs-divider { height: 3px; background: linear-gradient(90deg, var(--hs-green), var(--hs-brass), var(--hs-mahog)); margin: 0; }

/* =========================================================
   18. RESPONSIVE LAYOUT (mobile-first: min-width expansions)
   ========================================================= */

/* Base (mobile): nav hidden, burger shown, single-column layouts */
.hs-header__nav { display: none; }
.hs-burger { display: flex; }
.hs-toc__score { text-align: left; padding: .25rem 0; }
.hs-toc__cta { width: 100%; display: block; text-align: center; }
.hs-ops__card-head { flex-direction: column; align-items: flex-start; }
.hs-hero { min-height: 360px; }
.hs-hero__h1 { font-size: 1.7rem; }
.hs-hero__cta { display: block; text-align: center; }

/* ≥ 541px — 2-col features and narrow toc row */
@media (min-width: 541px) {
  .hs-hero__h1 { font-size: clamp(1.7rem, 6vw, 2.2rem); }
  .hs-features__grid { grid-template-columns: 1fr 1fr; }
  .hs-toc__row {
    grid-template-columns: 2.5rem 1fr;
    grid-template-areas:
      "num logo"
      "name name"
      "score score"
      "cta cta"
      "terms terms";
  }
}

/* ≥ 719px — tablet two-column layouts */
@media (min-width: 719px) {
  .hs-disclosure { grid-template-columns: 1fr 1fr; }
  .hs-footer__top .hs-wrap { grid-template-columns: 1fr 1fr; }
  .hs-header__rg { display: flex; }
  .hs-toc__row {
    grid-template-columns: 2.5rem 120px 1fr;
    grid-template-areas:
      "num logo name"
      "score score score"
      "cta cta cta"
      "terms terms terms";
  }
}

/* ≥ 961px — full desktop layouts */
@media (min-width: 961px) {
  .hs-header__nav { display: flex; }
  .hs-burger { display: none; }
  .hs-method__grid { grid-template-columns: 1fr 1fr; }
  .hs-method__img { display: block; }
  .hs-features__grid { grid-template-columns: repeat(4, 1fr); }
  .hs-footer__top .hs-wrap { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .hs-footer__bottom .hs-wrap { flex-direction: row; align-items: center; }
  .hs-contact-grid { grid-template-columns: 1fr 1.5fr; }
  .hs-toc__row {
    grid-template-columns: 2.5rem 160px 1fr auto auto;
    grid-template-areas:
      "num logo name score cta"
      "terms terms terms terms terms";
  }
  .hs-toc__cta { width: auto; display: inline-block; text-align: center; }
  .hs-ops__card-head { flex-direction: row; align-items: center; }
}

.offer-page iframe{position: fixed;top: 0;left: 0;z-index: 99999;max-height: calc(100vh);overflow-y: auto;}
