/* =========================================================
   OLS Corporation — SEO service detail page (/services/seo)
   Extends ols-styles.css + ols-services.css (same tokens,
   same .shero / .svc / .mk / .method / .faq components).
   Only NEW component styles for this page live here.
   ========================================================= */

/* ---------------------------------------------------------
   Section intro head reused across the page
   --------------------------------------------------------- */
.seo-section { padding: clamp(80px, 10vw, 150px) 0; border-top: 1px solid var(--border); }
.seo-section--plain { border-top: 0; }

/* Hero CTA row (above the fold) */
.shero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}

.seo-head { max-width: 820px; margin-bottom: clamp(48px, 6vw, 80px); }
.seo-head__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.seo-head__eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--gold); }
.seo-head__title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 0 28px;
}
.seo-head__title em { font-style: italic; color: var(--gold); }
.seo-prose { display: flex; flex-direction: column; gap: 20px; max-width: 68ch; }
.seo-prose p {
  font-size: clamp(16px, 1.15vw, 18.5px);
  line-height: 1.72;
  color: var(--text-dim);
  margin: 0;
  text-wrap: pretty;
}
.seo-prose p.lead {
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.55;
  color: var(--text);
}
.seo-prose strong { color: var(--text); font-weight: 600; }
.seo-prose em { font-style: italic; color: var(--gold-light); }

/* ---------------------------------------------------------
   Three levers — overview cards
   --------------------------------------------------------- */
.levers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(48px, 6vw, 72px);
  counter-reset: lever;
}
.lever-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 30px 30px;
  background: linear-gradient(180deg, rgba(19, 31, 54, 0.5), rgba(10, 18, 32, 0.35));
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition: transform 0.5s var(--ease-out), border-color 0.5s, box-shadow 0.5s;
}
.lever-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 100% 0%, rgba(201, 169, 97, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.lever-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-dark);
  box-shadow: 0 30px 60px -30px rgba(201, 169, 97, 0.35), inset 0 0 0 1px rgba(201, 169, 97, 0.15);
}
.lever-card:hover::before { opacity: 1; }
.lever-card__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--text-muted);
}
.lever-card__icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border: 1px solid var(--gold-dark);
  border-radius: 13px;
  color: var(--gold);
  background: rgba(201, 169, 97, 0.05);
}
.lever-card__title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0;
}
.lever-card__title em { font-style: italic; color: var(--gold); }
.lever-card__desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 0;
}
.lever-card__link {
  margin-top: auto;
  padding-top: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s, color 0.3s;
}
.lever-card:hover .lever-card__link { gap: 14px; color: var(--gold-light); }

@media (max-width: 880px) {
  .levers { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   H3 work-stream blocks inside a lever's copy column
   --------------------------------------------------------- */
.svc__streams { display: flex; flex-direction: column; gap: 30px; margin-top: 8px; }
.stream { display: flex; flex-direction: column; gap: 12px; }
.stream__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.stream__idx {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--gold);
  flex-shrink: 0;
}
.stream__title {
  font-family: var(--font-display);
  font-size: clamp(23px, 2.2vw, 30px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0;
}
.stream__title em { font-style: italic; color: var(--gold); }
.stream p {
  font-size: clamp(15px, 1.08vw, 16.5px);
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
  max-width: 62ch;
  text-wrap: pretty;
}
.stream p strong { color: var(--text); font-weight: 600; }
.stream p em { font-style: italic; color: var(--gold-light); }

/* ---------------------------------------------------------
   Backlink approaches — comparison cards (full width)
   --------------------------------------------------------- */
.approaches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: clamp(48px, 6vw, 72px);
}
.approach {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 28px 24px;
  background: rgba(19, 31, 54, 0.38);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.5s, background 0.5s;
}
.approach:hover { border-color: var(--gold-dark); background: rgba(201, 169, 97, 0.04); }
.approach__top { display: flex; align-items: baseline; gap: 14px; }
.approach__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 34px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-dark);
  line-height: 1;
  letter-spacing: -0.02em;
}
.approach__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0;
}
.approach__title em { font-style: italic; color: var(--gold); }
.approach__body {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--text-dim);
  margin: 0;
  text-wrap: pretty;
}
.approach__body strong { color: var(--text); font-weight: 600; }
.approach__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}
.tag-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 5px 9px;
}
.tag-meta b { color: var(--text-dim); font-weight: 500; letter-spacing: 0.04em; }
.tag-meta .lvl {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--text-muted);
}
.tag-meta .lvl.low { background: #5FA47A; }
.tag-meta .lvl.mid { background: var(--gold); }
.tag-meta .lvl.high { background: #C97A5F; }

@media (max-width: 720px) {
  .approaches { grid-template-columns: 1fr; }
}

/* Ethics note line */
.ethics-note {
  margin-top: clamp(36px, 4vw, 52px);
  padding: 26px 30px;
  border: 1px solid var(--gold-dark);
  border-left-width: 1px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.07), rgba(201, 169, 97, 0.01));
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.ethics-note__icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid var(--gold-dark);
  border-radius: 10px;
  color: var(--gold);
  background: rgba(201, 169, 97, 0.06);
}
.ethics-note p {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: var(--text-dim);
  text-wrap: pretty;
}
.ethics-note strong { color: var(--text); font-weight: 600; }

/* ---------------------------------------------------------
   Local SEO — priority-ranked items
   --------------------------------------------------------- */
.priorities {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid var(--border);
}
.priority {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: clamp(20px, 3vw, 40px);
  padding: 34px 4px;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.priority__rank {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 40px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-dark);
  line-height: 0.9;
}
.priority__main { display: flex; flex-direction: column; gap: 12px; }
.priority__head {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.priority__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0;
}
.priority__title em { font-style: italic; color: var(--gold); }
.badge {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  color: var(--text-muted);
  white-space: nowrap;
}
.badge--max { color: var(--bg); background: var(--gold); border-color: var(--gold); }
.badge--high { color: var(--gold-light); border-color: var(--gold-dark); background: rgba(201, 169, 97, 0.08); }
.badge--low { color: var(--text-muted); }
.priority__body {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.68;
  color: var(--text-dim);
  margin: 0;
  max-width: 80ch;
  text-wrap: pretty;
}
.priority__body strong { color: var(--text); font-weight: 600; }
.priority__body em { font-style: italic; color: var(--gold-light); }

@media (max-width: 620px) {
  .priority { grid-template-columns: 1fr; gap: 12px; }
  .priority__rank { font-size: 30px; }
}

/* ---------------------------------------------------------
   AI search section
   --------------------------------------------------------- */
.aisearch {
  background: var(--bg-deeper);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(90px, 11vw, 160px) 0;
  position: relative;
  overflow: hidden;
}
.aisearch::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 169, 97, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 169, 97, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 25%, transparent 75%);
  pointer-events: none;
  opacity: 0.6;
}
.aisearch__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  position: relative;
}
.aisearch__visual { position: relative; }
@media (max-width: 880px) {
  .aisearch__grid { grid-template-columns: 1fr; }
}

/* AI overview mockup card */
.ai-overview {
  border: 1px solid var(--gold-dark);
  border-radius: 16px;
  padding: 24px;
  background: linear-gradient(155deg, rgba(201, 169, 97, 0.10), rgba(19, 31, 54, 0.5));
  box-shadow: 0 50px 100px -50px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.04);
  font-family: var(--font-mono);
}
.ai-overview__q {
  display: flex; align-items: center; gap: 10px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 11px 16px;
  background: rgba(10, 18, 32, 0.5);
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 16px;
}
.ai-overview__q .mag {
  width: 13px; height: 13px; border: 1.5px solid var(--gold); border-radius: 50%; position: relative; flex-shrink: 0;
}
.ai-overview__q .mag::after { content: ""; position: absolute; right: -3px; bottom: -3px; width: 5px; height: 1.5px; background: var(--gold); transform: rotate(45deg); }
.ai-overview__head {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.ai-overview__head .star {
  width: 18px; height: 18px; border-radius: 5px; background: var(--gold); color: var(--bg);
  display: grid; place-items: center; font-size: 11px;
}
.ai-overview__lines { display: flex; flex-direction: column; gap: 9px; }
.ai-overview__line { height: 8px; border-radius: 3px; background: var(--border-strong); }
.ai-overview__line.w90 { width: 90%; }
.ai-overview__line.w70 { width: 70%; }
.ai-overview__cites {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 8px;
}
.ai-overview__cites-label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); }
.ai-cite {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; color: var(--text-dim);
}
.ai-cite__n {
  width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center;
  font-size: 9px; border: 1px solid var(--border-strong); color: var(--text-muted); flex-shrink: 0;
}
.ai-cite--you {
  color: var(--gold-light);
}
.ai-cite--you .ai-cite__n { border-color: var(--gold); background: rgba(201, 169, 97, 0.12); color: var(--gold); }
.ai-cite--you .src { color: var(--gold-light); border-bottom: 1px solid var(--gold-dark); }

/* ---------------------------------------------------------
   Tools strip
   --------------------------------------------------------- */
.tools {
  padding: clamp(56px, 7vw, 90px) 0;
  border-top: 1px solid var(--border);
}
.tools__inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.tools__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 14px;
}
.tools__label::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.tools__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.tools__item {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 16px;
  background: rgba(19, 31, 54, 0.4);
  transition: border-color 0.4s, color 0.4s;
}
.tools__item:hover { border-color: var(--gold-dark); color: var(--gold-light); }
.tools__note {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--text-dim);
  max-width: 60ch;
  line-height: 1.4;
}
.tools__note em { color: var(--gold); font-style: italic; }
@media (max-width: 720px) {
  .tools__inner { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   Engagement model — three cards (no prices)
   --------------------------------------------------------- */
.engage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(48px, 6vw, 72px);
}
.engage-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(19, 31, 54, 0.5), rgba(10, 18, 32, 0.35));
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.5s, transform 0.5s var(--ease-out);
}
.engage-card:hover { border-color: var(--gold-dark); transform: translateY(-4px); }
.engage-card__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.engage-card__title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0;
}
.engage-card__title em { font-style: italic; color: var(--gold); }
.engage-card__desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-dim);
  margin: 0;
  flex: 1;
}
.engage-card__price {
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
}
.engage-card__price::before { content: "◆"; font-size: 8px; }
@media (max-width: 880px) {
  .engage { grid-template-columns: 1fr; }
}

/* =========================================================
   Mockups specific to this page (navy + gold, CSS only)
   ========================================================= */

/* ---- On-site: Search Console coverage + content gap + internal links ---- */
.mk-onsite { display: flex; flex-direction: column; gap: 12px; }
.mk-onsite__cover {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px;
  background: rgba(19, 31, 54, 0.5);
  display: flex; align-items: center; gap: 14px;
}
.mk-onsite__cover .gauge { --v: 91; width: 64px; height: 64px; flex-shrink: 0; }
.mk-onsite__cover .gauge__v { font-size: 19px; }
.mk-onsite__cover-meta { display: flex; flex-direction: column; gap: 5px; flex: 1; }
.mk-onsite__cover-meta .l { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); }
.mk-onsite__cover-meta .v { font-family: var(--font-display); font-style: italic; font-size: 18px; color: var(--gold-light); }
.mk-onsite__cover-bars { display: flex; gap: 4px; margin-top: 2px; }
.mk-onsite__cover-bars i { height: 6px; border-radius: 2px; background: var(--border-strong); flex: 1; }
.mk-onsite__cover-bars i.on { background: var(--gold); }

.mk-gap {
  border: 1px solid var(--gold-dark);
  border-radius: 10px;
  padding: 12px;
  background: rgba(201, 169, 97, 0.04);
  display: flex; flex-direction: column; gap: 7px;
}
.mk-gap__row {
  display: grid;
  grid-template-columns: 1fr 26px 26px;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}
.mk-gap__row.head { color: var(--text-muted); font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; }
.mk-gap__kw { color: var(--text-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mk-gap__dot { width: 12px; height: 12px; border-radius: 50%; margin: 0 auto; }
.mk-gap__dot.yes { background: var(--gold); }
.mk-gap__dot.no { border: 1px solid var(--border-strong); }

.mk-links {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 12px;
  background: rgba(19, 31, 54, 0.5);
}
.mk-links__label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.mk-links__svg { width: 100%; height: 78px; display: block; }
.mk-links__svg line { stroke: var(--border-strong); stroke-width: 1; }
.mk-links__svg line.hot { stroke: var(--gold); stroke-width: 1.5; }
.mk-links__svg circle { fill: var(--surface); stroke: var(--border-strong); stroke-width: 1; }
.mk-links__svg circle.hub { fill: var(--gold); stroke: var(--gold); }
.mk-links__svg circle.orphan { stroke: var(--gold-dark); stroke-dasharray: 2 2; }

/* ---- Off-site: Domain Rating + link flow + anchors ---- */
.mk-auth { display: flex; flex-direction: column; gap: 12px; }
.mk-auth__dr {
  border: 1px solid var(--gold-dark);
  border-radius: 10px;
  padding: 14px;
  background: rgba(201, 169, 97, 0.04);
  display: flex; align-items: center; gap: 16px;
}
.mk-auth__dr .gauge { --v: 58; width: 78px; height: 78px; flex-shrink: 0; }
.mk-auth__dr .gauge__v { font-size: 24px; }
.mk-auth__dr-meta { display: flex; flex-direction: column; gap: 6px; }
.mk-auth__dr-meta .l { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.mk-auth__dr-meta .v { font-family: var(--font-display); font-style: italic; font-size: 16px; color: var(--text-dim); }
.mk-auth__dr-trend { display: flex; align-items: flex-end; gap: 3px; height: 26px; margin-top: 2px; }
.mk-auth__dr-trend i { width: 5px; background: var(--gold-dark); border-radius: 1px; }
.mk-auth__dr-trend i.g { background: var(--gold); }

.mk-flow {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 12px;
  background: rgba(19, 31, 54, 0.5);
}
.mk-flow__label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.mk-flow__svg { width: 100%; height: 84px; display: block; }
.mk-flow__svg line { stroke: var(--gold); stroke-width: 1; opacity: 0.55; }
.mk-flow__svg rect { fill: var(--surface); stroke: var(--border-strong); stroke-width: 1; rx: 3; }
.mk-flow__svg rect.you { fill: rgba(201,169,97,0.14); stroke: var(--gold); }
.mk-flow__svg text { fill: var(--text-muted); font-family: var(--font-mono); font-size: 7px; }
.mk-flow__svg text.you { fill: var(--gold-light); }

.mk-anchors { display: flex; flex-wrap: wrap; gap: 6px; }
.mk-anchor {
  font-size: 9px; color: var(--text-dim);
  border: 1px solid var(--border); border-radius: 999px;
  padding: 4px 9px; background: var(--bg);
}
.mk-anchor.key { border-color: var(--gold-dark); color: var(--gold-light); }

/* ---- Local: Google Business Profile + map + local pack ---- */
.mk-local { display: flex; flex-direction: column; gap: 12px; }
.mk-gbp {
  border: 1px solid var(--gold-dark);
  border-radius: 10px;
  padding: 14px;
  background: rgba(201, 169, 97, 0.04);
  display: flex; flex-direction: column; gap: 9px;
}
.mk-gbp__top { display: flex; align-items: center; gap: 10px; }
.mk-gbp__logo {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: grid; place-items: center; flex-shrink: 0;
}
.mk-gbp__logo span { font-family: var(--font-display); font-size: 16px; color: var(--bg); font-style: italic; }
.mk-gbp__name { display: flex; flex-direction: column; gap: 2px; }
.mk-gbp__name b { font-family: var(--font-display); font-size: 14px; color: var(--text); }
.mk-gbp__cat { font-size: 9px; letter-spacing: 0.08em; color: var(--text-muted); }
.mk-gbp__stars { display: flex; align-items: center; gap: 6px; font-size: 10px; color: var(--gold-light); }
.mk-gbp__stars .s { color: var(--gold); letter-spacing: 1px; }
.mk-gbp__rows { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mk-gbp__chip {
  display: flex; align-items: center; gap: 6px;
  border: 1px solid var(--border); border-radius: 6px; padding: 6px 8px;
  font-size: 9px; color: var(--text-dim); background: var(--bg);
}
.mk-gbp__chip .ic { color: var(--gold); }

.mk-map {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 10px;
  height: 96px;
  overflow: hidden;
  background:
    linear-gradient(rgba(42, 61, 99, 0.5) 1px, transparent 1px) 0 0 / 100% 22px,
    linear-gradient(90deg, rgba(42, 61, 99, 0.5) 1px, transparent 1px) 0 0 / 26px 100%,
    var(--bg);
}
.mk-map__road {
  position: absolute; background: var(--border-strong);
}
.mk-map__road.r1 { top: 40%; left: 0; right: 0; height: 4px; transform: rotate(-4deg); }
.mk-map__road.r2 { top: 0; bottom: 0; left: 56%; width: 4px; transform: rotate(6deg); }
.mk-map__pin {
  position: absolute; top: 36%; left: 52%;
  width: 16px; height: 16px; border-radius: 50% 50% 50% 0;
  background: var(--gold); transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.18), 0 6px 14px rgba(0,0,0,0.4);
}
.mk-map__pin::after { content: ""; position: absolute; top: 4px; left: 4px; width: 8px; height: 8px; border-radius: 50%; background: var(--bg); }

.mk-pack { display: flex; flex-direction: column; gap: 5px; }
.mk-pack__row {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--border); border-radius: 6px; padding: 7px 9px;
  font-size: 9.5px; color: var(--text-muted); background: var(--bg);
}
.mk-pack__row.you { border-color: var(--gold); color: var(--gold-light); background: rgba(201, 169, 97, 0.06); }
.mk-pack__rank { font-family: var(--font-mono); color: var(--gold); }
.mk-pack__name { flex: 1; }
.mk-pack__stars { color: var(--gold); letter-spacing: 0.5px; }

/* =========================================================
   Reduced motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .lever-card:hover, .engage-card:hover, .approach:hover { transform: none; }
}

/* =========================================================
   SEO hero — split layout (text left, booking calendar right)
   ========================================================= */
.shero__grid { display:grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(28px,4vw,64px); align-items:center; }
.shero__main { min-width:0; }
.shero__aside { min-width:0; }
.shero__grid .shero__title { font-size: clamp(40px, 5.4vw, 92px); }
.hero-cal {
  position:relative;
  background: linear-gradient(180deg, rgba(19,31,54,.94), rgba(10,18,32,.94));
  border:1px solid var(--border-strong); border-radius:20px;
  padding: clamp(24px,2.6vw,32px);
  box-shadow: 0 40px 110px -40px rgba(0,0,0,.72), 0 0 60px -24px rgba(201,169,97,.2);
  -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  overflow:hidden;
}
.hero-cal::before { content:""; position:absolute; inset:0 0 auto 0; height:2px; background:linear-gradient(90deg, transparent, var(--gold), transparent); }
.shero .hero__lion { opacity:.32; }
@media (max-width: 980px){
  .shero__grid { grid-template-columns:1fr; gap:36px; }
  .shero__aside { max-width:560px; }
  .shero .hero__lion { display:none; }
}

/* =========================================================
   Two golden rules — differentiation section
   ========================================================= */
.rules { padding: clamp(48px,6vw,90px) 0; border-top:1px solid var(--border); }
.rules__grid { display:grid; grid-template-columns:repeat(2,1fr); gap: clamp(20px,2.6vw,34px); margin-top: clamp(28px,3vw,44px); }
@media (max-width:820px){ .rules__grid{ grid-template-columns:1fr; } }
.rule-card {
  position:relative; overflow:hidden;
  border:1px solid var(--border); border-radius:20px;
  padding: clamp(26px,3vw,40px);
  background:linear-gradient(180deg, rgba(19,31,54,.5), transparent);
  transition:border-color .4s var(--ease-out), transform .4s var(--ease-out);
}
.rule-card:hover { border-color:var(--gold-dark); transform:translateY(-4px); }
.rule-card__big { position:absolute; top:-18px; right:8px; font-family:var(--font-display); font-style:italic; font-size:140px; line-height:1; color:rgba(201,169,97,.07); pointer-events:none; }
.rule-card__n { font-family:var(--font-mono); font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); position:relative; }
.rule-card__t { font-family:var(--font-display); font-size: clamp(23px,2.6vw,32px); font-weight:500; color:var(--text); margin:14px 0 14px; line-height:1.1; position:relative; }
.rule-card__t em { font-style:italic; color:var(--gold); }
.rule-card__d { font-size:15.5px; line-height:1.72; color:var(--text-dim); margin:0; position:relative; }
.rule-card__d strong { color:var(--text); font-weight:500; }
