:root {
  --ink: #10211f;
  --muted: #5d6a67;
  --line: #dce5df;
  --soft: #f5f8f4;
  --paper: #fffdfa;
  --mint: #74c6a2;
  --teal: #123c36;
  --gold: #e5b757;
  --blue: #365f8c;
  --rose: #a65555;
  --red: #d40822;
  --plum: #6b0f6e;
  --shadow: 0 18px 55px rgba(22, 45, 39, 0.1);
  --shadow-strong: 0 28px 80px rgba(16, 33, 31, 0.16);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(229, 183, 87, 0.72);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 24, 22, 0.92);
  color: #f9f5ee;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 260px;
}

.logo-crop {
  position: relative;
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 55px;
  overflow: hidden;
}

.logo-crop img {
  position: absolute;
  left: -30px;
  top: -18px;
  width: 120px;
  height: 90px;
  max-width: none;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.nav-links {
  color: rgba(249, 245, 238, 0.72);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 14px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--red);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(212, 8, 34, 0.22);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.94);
  color: var(--teal);
}

.button.small {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 74px 0;
}

.strategy-shell {
  background:
    linear-gradient(180deg, #101816 0%, #18201f 24%, #fffdfa 24%, #fffdfa 100%);
}

.strategy-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  min-height: calc(100vh - 92px);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
  color: #f9f5ee;
}

.eyebrow {
  margin: 0 0 14px;
  color: #ffb9c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

.strategy-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.94;
}

.lede {
  max-width: 690px;
  color: rgba(249, 245, 238, 0.8);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.strategy-clarifier {
  max-width: 640px;
  margin: 24px 0 0;
  border-left: 4px solid var(--red);
  padding: 14px 0 14px 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.45;
}

.hero-actions,
.trust-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-cluster {
  gap: 8px;
  margin-top: 16px;
}

.trust-cluster span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid #dce7e1;
  border-radius: 999px;
  padding: 0 10px;
  background: #ffffff;
  color: #31524d;
  font-size: 12px;
  font-weight: 850;
}

.strategy-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 32px);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), #121c1a;
  box-shadow: var(--shadow-strong);
}

.strategy-map::before {
  content: "";
  position: absolute;
  inset: 50% 34px auto;
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--plum), var(--gold), var(--mint));
  transform: translateY(-50%);
}

.map-core,
.map-outcome {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: min(220px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.map-core {
  left: 24px;
  top: 24px;
}

.map-outcome {
  right: 24px;
  bottom: 24px;
}

.map-core span,
.map-outcome span,
.problem-explanation span,
.form-kicker span,
.next-steps span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-core strong,
.map-outcome strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}

.map-flow {
  position: absolute;
  inset: 142px 24px 118px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.map-flow button {
  position: relative;
  z-index: 1;
  min-height: 76px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  animation: riseIn 420ms ease both;
  animation-delay: calc(var(--i) * 65ms);
}

.map-flow button:hover,
.map-flow button:focus-visible {
  border-color: rgba(229, 183, 87, 0.72);
  background: rgba(212, 8, 34, 0.18);
  transform: translateY(-2px);
}

.map-flow span,
.map-flow small {
  display: block;
}

.map-flow span {
  font-weight: 900;
}

.map-flow small {
  margin-top: 4px;
  color: rgba(249, 245, 238, 0.68);
}

.strategy-video-section,
.not-section,
.next-steps-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.strategy-video-section h2,
.not-section h2,
.next-steps-section h2,
.proof-band h2,
.ecosystem-section h2,
.direct-answers h2,
.clarity-band h2,
.discuss-section h2,
.problem-selector h2,
.audience-section h2,
.system-section h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
}

.strategy-video-section p,
.clarity-band p,
.problem-selector p,
.system-section p,
.proof-band p,
article p,
details p,
.muted {
  color: var(--muted);
  line-height: 1.6;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0f1816;
  box-shadow: var(--shadow-strong);
  aspect-ratio: 16 / 9;
}

.video-frame::before {
  content: "CliqSpark Strategy Session";
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(15, 24, 22, 0.7);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.clarity-grid,
.card-grid,
.not-grid,
.next-steps,
.ecosystem-grid,
.answer-grid,
.crawlable-topic-list,
.growth-system {
  display: grid;
  gap: 12px;
}

.clarity-grid,
.ecosystem-grid,
.answer-grid {
  grid-template-columns: repeat(2, 1fr);
}

.card-grid,
.growth-system,
.crawlable-topic-list {
  grid-template-columns: repeat(3, 1fr);
}

.growth-system {
  grid-template-columns: repeat(4, 1fr);
}

article,
.problem-explanation,
.discuss-panel,
.proof-band,
.ecosystem-grid a,
.not-grid div,
.growth-system article,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 33, 31, 0.06);
}

article,
.ecosystem-grid a,
.not-grid div,
.growth-system article,
details {
  padding: 20px;
}

article strong,
article h3,
.ecosystem-grid strong,
.growth-system span,
summary {
  color: var(--teal);
  font-weight: 900;
}

.problem-layout,
.discuss-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.problem-options,
.discuss-tabs {
  display: grid;
  gap: 8px;
}

.problem-options button,
.discuss-tabs button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #ffffff;
  color: var(--teal);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.problem-options button.active,
.discuss-tabs button.active {
  border-color: rgba(212, 8, 34, 0.36);
  background: #fff4f5;
  color: var(--red);
  box-shadow: inset 4px 0 0 rgba(212, 8, 34, 0.72);
}

.problem-explanation,
.discuss-panel {
  min-height: 100%;
  padding: clamp(22px, 4vw, 36px);
}

.problem-explanation h3,
.discuss-panel h3 {
  margin: 8px 0 12px;
  color: var(--teal);
  font-size: clamp(26px, 3vw, 42px);
}

.crawlable-topic-list {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 14px;
}

.not-section {
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.not-grid div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.not-grid span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff4f5;
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.booking-card {
  width: min(920px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.form-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.form-kicker img {
  width: 104px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.form-kicker strong,
.form-kicker span,
.booking-card label span,
fieldset legend span {
  display: block;
}

.form-kicker strong {
  color: var(--teal);
  font-size: 24px;
  line-height: 1.05;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #263936;
  font-weight: 750;
}

.booking-card label span,
fieldset legend span {
  margin-top: 2px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  border: 1px solid #cbd8d1;
  border-radius: 8px;
  padding: 13px 14px;
  background: #ffffff;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
select:focus {
  border-color: rgba(18, 60, 54, 0.42);
  box-shadow: 0 0 0 4px rgba(116, 198, 162, 0.15);
}

fieldset {
  margin: 0 0 16px;
  border: 0;
  padding: 0;
}

fieldset legend {
  margin-bottom: 8px;
  color: #263936;
  font-weight: 750;
}

.legacy-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.legacy-options label,
.check {
  min-height: 48px;
  margin: 0 0 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fbfdfb;
  color: var(--teal);
  font-weight: 800;
}

.legacy-options input,
.check input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.name-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.name-fields legend {
  grid-column: 1 / -1;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.booking-mailto {
  width: 100%;
  margin-top: 12px;
}

.proof-band {
  padding: 42px;
}

.ecosystem-grid a {
  display: grid;
  gap: 8px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ecosystem-grid a:hover,
.ecosystem-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(18, 60, 54, 0.22);
  box-shadow: 0 14px 34px rgba(16, 33, 31, 0.08);
}

.ecosystem-grid span {
  color: var(--muted);
}

details {
  padding: 16px 18px;
}

summary {
  min-height: 34px;
  cursor: pointer;
}

.final-cta {
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer strong,
.footer a {
  color: var(--teal);
  font-weight: 850;
}

.toast-region {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 8px;
  width: min(340px, calc(100vw - 36px));
}

.toast {
  border: 1px solid #d6e3dc;
  border-radius: 8px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--teal);
  box-shadow: var(--shadow);
  animation: toastIn 220ms ease both;
  font-weight: 750;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 4px;
  }

  .strategy-hero,
  .strategy-video-section,
  .not-section,
  .next-steps-section,
  .problem-layout,
  .discuss-layout {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .growth-system,
  .crawlable-topic-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .section {
    width: min(100% - 24px, 1180px);
    padding: 52px 0;
  }

  .site-header {
    padding: 12px;
  }

  .brand {
    min-width: 0;
  }

  .logo-crop {
    flex-basis: 50px;
    width: 50px;
    height: 48px;
  }

  .logo-crop img {
    left: -28px;
    top: -15px;
    width: 105px;
    height: 79px;
  }

  .site-header .button {
    width: 100%;
  }

  .strategy-hero {
    min-height: auto;
  }

  .strategy-hero h1 {
    font-size: 42px;
  }

  .strategy-map {
    min-height: 460px;
  }

  .map-flow {
    inset: 126px 14px 104px;
    grid-template-columns: 1fr;
  }

  .map-flow button {
    min-height: 58px;
  }

  .map-core,
  .map-outcome {
    left: 14px;
    right: auto;
    width: calc(100% - 28px);
  }

  .map-outcome {
    top: auto;
    bottom: 14px;
  }

  .clarity-grid,
  .card-grid,
  .ecosystem-grid,
  .answer-grid,
  .growth-system,
  .crawlable-topic-list,
  .legacy-options,
  .name-fields {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
  }
}
