:root {
  --bg: #f4f9ff;
  --bg-mesh: #eef6ff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-solid: #ffffff;
  --line: rgba(15, 23, 42, 0.1);
  --text: #0f172a;
  --muted: #475569;
  --cyan: #0284c7;
  --cyan-bright: #0ea5e9;
  --violet: #7c3aed;
  --violet-soft: #a78bfa;
  --green: #059669;
  --green-bright: #10b981;
  --amber: #d97706;
  --coral: #ea580c;
  --danger: #dc2626;
  --navy: #0c4a6e;
  --ink: #0f172a;
  --soft-blue: #e0f2fe;
  --soft-green: #ecfdf5;
  --soft-violet: #ede9fe;
  --text-main: #0f172a;
  --accent: #0284c7;
  --font-sans: "Inter", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Plus Jakarta Sans", "Inter", "Noto Sans SC", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --shadow-soft: 0 18px 48px rgba(14, 165, 233, 0.08);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 12px 40px rgba(15, 23, 42, 0.06);
  --radius-lg: 14px;
  --radius-md: 10px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  letter-spacing: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 120% 80% at 0% -10%, rgba(14, 165, 233, 0.2), transparent 55%),
    radial-gradient(ellipse 90% 60% at 100% 0%, rgba(167, 139, 250, 0.16), transparent 50%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(16, 185, 129, 0.08), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, var(--bg-mesh) 38%, #f8fafc 100%);
  background-attachment: fixed;
}

main {
  background: transparent;
}

h1,
h2,
h3,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.hero-title,
.section-heading h2,
.page-hero h1,
.article-shell h1,
.navbar-brand,
.conversion-cta h2,
.consulting-service h3,
.consulting-cta-row h2 {
  font-family: var(--font-display);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1220px;
  }
}

a {
  color: inherit;
}

.site-nav {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(14, 165, 233, 0.12);
  backdrop-filter: blur(20px) saturate(1.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 40px rgba(14, 165, 233, 0.06);
}

.site-nav .container {
  max-width: 100%;
  padding-left: clamp(1rem, 5vw, 5rem);
  padding-right: clamp(1rem, 5vw, 5rem);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  border: 1px solid rgba(14, 165, 233, 0.45);
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.95) 0%, rgba(124, 58, 237, 0.55) 48%, rgba(16, 185, 129, 0.65) 100%),
    #ffffff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35) inset,
    0 10px 28px rgba(14, 165, 233, 0.28);
  transform: rotate(45deg);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: var(--text);
}

.navbar-dark .navbar-toggler {
  border-color: rgba(25, 83, 126, 0.2);
}

.navbar-dark .navbar-toggler-icon {
  filter: invert(1);
}

.navbar .nav-link {
  color: rgba(12, 31, 51, 0.68);
  font-size: 0.94rem;
  font-weight: 700;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--text);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 2.6rem;
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.btn-cyber {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: linear-gradient(135deg, #0284c7 0%, #0ea5e9 55%, #06b6d4 100%);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0369a1;
  --bs-btn-hover-border-color: #0369a1;
  --bs-btn-active-bg: #075985;
  --bs-btn-active-border-color: #075985;
  font-weight: 700;
  border: 0;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
  background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 48%, #0891b2 100%);
}

.btn-cyber:hover {
  box-shadow: 0 6px 22px rgba(14, 165, 233, 0.45);
  filter: brightness(1.03);
}

.btn-outline-light {
  --bs-btn-color: var(--navy);
  --bs-btn-border-color: rgba(2, 132, 199, 0.35);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--navy);
  --bs-btn-hover-border-color: var(--navy);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--navy);
  --bs-btn-active-border-color: var(--navy);
  background: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.hero-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(14, 165, 233, 0.1);
  padding-top: 3.55rem;
  min-height: min(820px, 92vh);
  display: grid;
  align-items: stretch;
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 55%, #eef6ff 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 70% at 50% 20%, #000 20%, transparent 70%);
  pointer-events: none;
}

.hero-scene-strip {
  position: absolute;
  inset: 3.55rem 0 0;
  height: auto;
  overflow: hidden;
  border-bottom: 0;
  background: linear-gradient(135deg, #e0f2fe 0%, #f5f3ff 42%, #ecfeff 100%);
}

.hero-scene-strip picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% center;
  opacity: 0.72;
  filter: saturate(1.12) contrast(1.04) brightness(1.05);
}

.hero-scene-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 40%, rgba(240, 249, 255, 0.55) 72%, rgba(224, 242, 254, 0.25) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(244, 249, 255, 0.95));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
}

.hero-banner-row {
  min-height: calc(min(820px, 92vh) - 3.55rem);
  padding: 5.25rem 0 4.25rem;
}

.hero-consulting-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 165, 233, 0.22);
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.9), rgba(237, 233, 254, 0.65));
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.15rem;
  overflow-wrap: anywhere;
}

.eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-bright), var(--violet-soft));
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.hero-title {
  max-width: 820px;
  font-size: clamp(2.65rem, 4.8vw, 4.75rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.022em;
  overflow-wrap: normal;
  text-wrap: balance;
  color: var(--ink);
}

.hero-lead {
  color: #2d3f52;
  max-width: 720px;
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.hero-buyer-line {
  max-width: 720px;
  margin: 1.05rem 0 0;
  color: #4e657d;
  font-size: 1rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
}

.hero-language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.25rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(137, 210, 255, 0.26);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.hero-language-toggle a {
  color: var(--cyan);
  font-weight: 700;
  text-decoration: none;
}

.hero-language-toggle a:hover {
  color: var(--green);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 720px;
  margin-top: 2rem;
  border-top: 1px solid rgba(25, 83, 126, 0.16);
  border-bottom: 1px solid rgba(25, 83, 126, 0.12);
}

.hero-proof-panel {
  align-self: end;
  max-width: 720px;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 249, 255, 0.88) 100%);
  color: var(--ink);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
}

.proof-kicker {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--violet);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-proof-panel h2 {
  margin-bottom: 1.35rem;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.12;
  font-weight: 800;
  text-wrap: balance;
  color: var(--ink);
}

.proof-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(14, 165, 233, 0.12);
}

.proof-list div {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.proof-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.proof-list span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
}

.proof-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.metric-tile {
  min-height: 5.6rem;
  padding: 1.15rem 1.2rem;
  border: 0;
  border-right: 1px solid rgba(25, 83, 126, 0.12);
  background: rgba(255, 255, 255, 0.68);
}

.metric-tile:last-child {
  border-right: 0;
}

.metric-value,
.metric-label {
  display: block;
}

.metric-value {
  font-family: var(--font-mono);
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 700;
}

.metric-label {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hero-console {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 1.3rem;
  border: 1px solid rgba(137, 210, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(0, 168, 216, 0.11), transparent 38%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 120px rgba(0, 168, 216, 0.1);
  backdrop-filter: blur(18px);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border: 1px solid rgba(134, 247, 199, 0.14);
  pointer-events: none;
}

.console-toolbar {
  display: flex;
  gap: 0.45rem;
  margin-bottom: 2rem;
}

.console-toolbar span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.72;
}

.console-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  font-family: var(--font-mono);
}

.console-status span,
.console-grid span {
  color: var(--muted);
  font-size: 0.82rem;
}

.console-status strong,
.console-grid strong {
  color: var(--green);
}

.console-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  margin: 2.2rem 0;
}

.console-node {
  min-width: 0;
  min-height: 4.5rem;
  padding: 0 0.5rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(239, 248, 255, 0.86);
  font-weight: 700;
  text-align: center;
}

.console-node.active {
  border-color: rgba(134, 247, 199, 0.72);
  box-shadow: inset 0 0 28px rgba(134, 247, 199, 0.12);
}

.console-line {
  height: 1px;
  background: var(--cyan);
  opacity: 0.6;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.console-grid div {
  min-height: 6rem;
  padding: 1rem;
  border: 1px solid rgba(137, 210, 255, 0.24);
  background: rgba(255, 255, 255, 0.58);
}

.console-grid span,
.console-grid strong {
  display: block;
}

.feature-strip {
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.feature-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(25, 83, 126, 0.1);
  border-right: 1px solid rgba(25, 83, 126, 0.1);
  background: #ffffff;
  box-shadow: none;
}

.feature-strip-grid div {
  min-width: 0;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.15rem;
  border-right: 1px solid rgba(25, 83, 126, 0.1);
  background: #ffffff;
  color: #334a62;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.impact-band {
  padding: 0;
  background: linear-gradient(90deg, #f0f9ff, #faf5ff, #ecfdf5);
  color: var(--ink);
  border-top: 1px solid rgba(14, 165, 233, 0.12);
  border-bottom: 1px solid rgba(14, 165, 233, 0.1);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.impact-stat {
  min-height: 8.6rem;
  display: grid;
  align-content: center;
  gap: 0.65rem;
  padding: 1.25rem;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.impact-stat:last-child {
  border-right: 0;
}

.impact-stat strong {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

.impact-stat span {
  min-width: 0;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.feature-strip-grid div:last-child {
  border-right: 0;
}

.feature-strip-grid span {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.section-band {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: transparent;
}

.consulting-thesis-section {
  background: #ffffff;
}

.services-section {
  background: #f5f7f6;
}

.section-band-alt {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.section-heading {
  max-width: 840px;
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.section-heading-compact {
  margin-bottom: 1.25rem;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.section-heading h2,
.page-hero h1,
.article-shell h1 {
  font-weight: 800;
  letter-spacing: -0.018em;
}

.section-heading h2 {
  max-width: 860px;
  font-size: clamp(2rem, 3.15vw, 3.25rem);
  line-height: 1.12;
  text-wrap: balance;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.split-section .section-heading {
  position: sticky;
  top: 6.2rem;
  margin-bottom: 0;
}

.inline-arrow {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  color: var(--cyan);
  font-weight: 700;
  text-decoration: none;
}

.inline-arrow::after {
  content: "->";
  margin-left: 0.55rem;
  font-family: var(--font-mono);
  color: var(--green);
}

.inline-arrow:hover {
  color: var(--green);
}

.product-card,
.post-card,
.product-row,
.pain-card,
.engagement-card,
.foundation-card,
.audience-card,
.platform-card,
.outcome-card,
.offer-card {
  border: 1px solid rgba(14, 165, 233, 0.12);
  background: var(--panel);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.services-section .pain-card,
.case-evidence-section .evidence-card {
  background: #ffffff;
  box-shadow: none;
}

.pain-grid,
.engagement-grid,
.foundation-grid,
.audience-grid,
.platform-grid,
.outcome-grid,
.offer-grid,
.proof-surface-grid {
  display: grid;
  gap: 0;
}

.pain-grid,
.engagement-grid,
.audience-grid,
.offer-grid,
.outcome-grid,
.proof-surface-grid {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.pain-grid,
.engagement-grid,
.audience-grid,
.offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.split-section .audience-grid,
.split-section .platform-grid,
.split-section .offer-grid,
.split-section .proof-surface-grid {
  grid-template-columns: 1fr;
}

.foundation-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.proof-surface-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pain-card,
.engagement-card,
.foundation-card,
.audience-card,
.platform-card,
.outcome-card,
.offer-card,
.proof-surface {
  min-height: 14.5rem;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border-top: 0;
  border-left: 0;
  border-right-color: var(--line);
  border-bottom-color: var(--line);
  border-radius: 0;
}

.pain-card h3,
.engagement-card h3,
.foundation-card h3,
.audience-card h3,
.platform-card h3,
.outcome-card h3,
.offer-card h3,
.proof-surface h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.34;
}

.pain-card p,
.engagement-card p,
.foundation-card p,
.audience-card p,
.platform-card p,
.outcome-card p,
.offer-card p,
.proof-surface p,
.conversion-cta p {
  color: var(--muted);
  line-height: 1.68;
}

.pain-card span,
.engagement-card span,
.foundation-card span,
.audience-card span,
.platform-card span,
.offer-card span,
.proof-surface span {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 700;
}

.pain-card span,
.foundation-card span,
.audience-card span,
.platform-card span,
.offer-card span,
.proof-surface span {
  display: block;
  margin-bottom: 1rem;
}

.audience-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  background:
    linear-gradient(145deg, rgba(14, 165, 233, 0.09), rgba(255, 255, 255, 0.88) 45%),
    var(--panel);
}

.platform-grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.platform-card {
  min-height: 0;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.platform-card:last-child {
  border-bottom: 0;
}

.platform-card span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--green);
  font-size: 0.76rem;
}

.platform-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.012em;
}

.platform-card p {
  margin-bottom: 0;
}

.audience-card span {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid rgba(0, 168, 216, 0.22);
  border-radius: 999px;
  background: rgba(0, 168, 216, 0.08);
  color: var(--green);
  font-size: 0.78rem;
}

.audience-card h3,
.audience-card p {
  grid-column: 2;
}

.audience-card h3 {
  margin-bottom: 0.35rem;
}

.audience-card p {
  margin-bottom: 0;
}

.outcome-card {
  min-height: 15rem;
  background: #ffffff;
}

.outcome-card h3::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.22rem;
  margin-bottom: 1rem;
  background: var(--amber);
}

.offer-card {
  min-height: 18rem;
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.compact-offer-card {
  min-height: 13rem;
}

.proof-surface {
  min-height: 15.5rem;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(0, 168, 216, 0.08), rgba(255, 255, 255, 0.92) 58%),
    #ffffff;
}

.proof-surface h3::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 0.22rem;
  margin-bottom: 1rem;
  background: var(--amber);
}

.offer-card .inline-arrow {
  margin-top: 0.35rem;
}

.send-panel {
  min-height: 22rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.94) 52%),
    #ffffff;
}

.send-panel p {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.68;
}

.send-panel ul {
  display: grid;
  gap: 0.85rem;
  margin: 1.4rem 0 1.6rem;
  padding-left: 1.15rem;
  color: var(--ink);
}

.send-panel li {
  padding-left: 0.25rem;
  line-height: 1.62;
}

.scope-list,
.proof-strip,
.intake-list,
.sample-brief-grid,
.experience-grid,
.workflow-map,
.architecture-stack {
  display: grid;
  gap: 1rem;
}

.scope-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scope-list article,
.proof-strip article,
.intake-item,
.sample-block,
.sample-brief-grid article {
  border: 1px solid rgba(14, 165, 233, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.scope-list article,
.proof-strip article,
.sample-brief-grid article {
  padding: 1.25rem;
}

.scope-list h3,
.proof-strip strong,
.intake-item h3,
.sample-brief-grid h3 {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 800;
}

.scope-list p,
.proof-strip p,
.intake-item p,
.sample-block p,
.sample-brief-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.66;
}

.proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-strip article {
  min-height: 9.5rem;
}

.intake-list {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.intake-item {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.35rem;
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}

.intake-item:last-child {
  border-bottom: 0;
}

.intake-item span,
.sample-block-heading span {
  display: inline-grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border: 1px solid rgba(2, 132, 199, 0.24);
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 800;
}

.sample-report {
  display: grid;
  gap: 1.25rem;
}

.sample-block {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.sample-scenario {
  background:
    linear-gradient(145deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.94) 55%),
    #ffffff;
}

.sample-block-heading {
  display: flex;
  gap: 0.95rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.sample-block-heading h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.012em;
}

.sample-brief-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sample-table-wrap {
  overflow-x: auto;
}

.sample-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.sample-table th,
.sample-table td {
  padding: 1rem;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.sample-table th {
  background: rgba(14, 165, 233, 0.08);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
}

.sample-table td {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
}

.sample-ordered-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.2rem;
}

.sample-ordered-list li {
  padding-left: 0.35rem;
  color: var(--muted);
  line-height: 1.65;
}

.experience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.experience-panel {
  min-height: 30rem;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
  border: 1px solid rgba(14, 165, 233, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.05);
}

.experience-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.experience-panel-top span,
.experience-panel-top code {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 800;
}

.experience-panel h3,
.workflow-map h3,
.architecture-stack h3 {
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.experience-panel p,
.workflow-map p,
.architecture-stack p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.66;
}

.mock-window {
  margin-top: 0.25rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 8px;
  background: #f8fbff;
}

.mock-window-bar {
  display: flex;
  gap: 0.35rem;
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(14, 165, 233, 0.08);
}

.mock-window-bar i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--cyan);
}

.mock-window-bar i:nth-child(2) {
  background: var(--green);
}

.mock-window-bar i:nth-child(3) {
  background: var(--amber);
}

.mock-window ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.mock-window li {
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(14, 165, 233, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink);
  font-weight: 700;
}

.workflow-map {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.workflow-map article {
  position: relative;
  min-height: 12rem;
  padding: 1.2rem;
  border: 1px solid rgba(14, 165, 233, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.workflow-map article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 1.2rem;
  right: -0.72rem;
  z-index: 1;
  color: var(--green);
  font-family: var(--font-mono);
  font-weight: 800;
}

.workflow-map span {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 800;
}

.architecture-stack {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.architecture-stack article {
  padding: 1.35rem;
  border-bottom: 1px solid var(--line);
}

.architecture-stack article:last-child {
  border-bottom: 0;
}

.intake-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.intake-form label {
  display: grid;
  gap: 0.45rem;
}

.intake-form label span {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
}

.intake-form input,
.intake-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  line-height: 1.55;
}

.intake-form textarea {
  resize: vertical;
}

.intake-form input:focus,
.intake-form textarea:focus {
  outline: 3px solid rgba(14, 165, 233, 0.18);
  border-color: rgba(2, 132, 199, 0.55);
}

.website-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-notice {
  padding: 1rem;
  border-radius: 8px;
}

.form-notice strong {
  display: block;
  margin-bottom: 0.25rem;
}

.form-notice p {
  margin: 0;
  line-height: 1.6;
}

.form-notice-success {
  border: 1px solid rgba(16, 185, 129, 0.28);
  background: rgba(236, 253, 245, 0.88);
}

.form-notice-error {
  border: 1px solid rgba(220, 38, 38, 0.24);
  background: rgba(254, 242, 242, 0.9);
}

.form-notice-warning {
  border: 1px solid rgba(217, 119, 6, 0.28);
  background: rgba(255, 251, 235, 0.92);
}

.foundation-card {
  min-height: 16rem;
}

.engagement-card {
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
}

.engagement-card div {
  display: grid;
  gap: 0.6rem;
}

.engagement-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 1.9rem;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(0, 168, 216, 0.18);
  background: rgba(0, 168, 216, 0.08);
  font-size: 0.78rem;
}

.section-band-cta {
  position: relative;
  background: linear-gradient(125deg, #e0f2fe 0%, #ede9fe 42%, #d1fae5 100%);
  border-top: 1px solid rgba(14, 165, 233, 0.18);
  border-bottom: 1px solid rgba(124, 58, 237, 0.12);
  color: var(--ink);
  overflow: hidden;
}

.section-band-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 90% at 0% 50%, rgba(14, 165, 233, 0.2), transparent 55%),
    radial-gradient(ellipse 50% 70% at 100% 30%, rgba(167, 139, 250, 0.18), transparent 50%);
  pointer-events: none;
}

.article-cta.section-band-cta {
  margin-top: 2.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(14, 165, 233, 0.22);
}

.conversion-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.conversion-cta h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.25vw, 3.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ink);
}

.conversion-cta p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.06rem;
  color: var(--muted);
}

.product-card {
  padding: clamp(1.35rem, 2.2vw, 1.8rem);
  min-height: 430px;
}

.product-card-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 1.5rem;
}

.status-pill,
.version-chip,
.post-category {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--cyan);
  background: rgba(0, 168, 216, 0.08);
}

.version-chip {
  color: var(--amber);
  background: rgba(193, 132, 34, 0.1);
}

.product-card h3,
.post-card h3,
.post-card h2,
.product-row h2 {
  font-size: 1.45rem;
  font-weight: 700;
}

.product-tagline {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 600;
}

.product-card p,
.post-card p,
.product-row p,
.page-hero p,
.article-body p,
.article-excerpt {
  color: var(--muted);
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-links a,
.back-link,
.footer-link {
  color: var(--cyan);
  font-weight: 700;
  text-decoration: none;
}

.product-links a:hover,
.back-link:hover,
.footer-link:hover {
  color: var(--green);
}

.consulting-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.section-band-consulting {
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #f0f9ff 35%, #faf5ff 100%);
  color: var(--ink);
  border-top: 1px solid rgba(14, 165, 233, 0.12);
  border-bottom: 1px solid rgba(124, 58, 237, 0.1);
}

.section-band-consulting::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 100% 60% at 50% 0%, #000 0%, transparent 75%);
  pointer-events: none;
}

.section-band-consulting .section-heading p {
  color: var(--muted);
}

.section-band-consulting .section-heading h2 {
  color: var(--ink);
}

.section-band-consulting .eyebrow {
  border-color: rgba(14, 165, 233, 0.28);
  background: rgba(255, 255, 255, 0.85);
  color: var(--cyan);
}

.section-band-consulting .eyebrow::before {
  background: linear-gradient(135deg, var(--violet), var(--cyan-bright));
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.compact-consulting-panel {
  display: grid;
  gap: 2.5rem;
}

.consulting-panel .section-heading {
  margin-bottom: 0;
}

.consulting-panel .section-heading p,
.consulting-cta-row p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.consulting-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(14, 165, 233, 0.14);
}

.consulting-service {
  min-height: 11rem;
  padding: clamp(1.35rem, 2.4vw, 2rem) 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: transparent;
  box-shadow: none;
}

.consulting-service span {
  display: block;
  margin-bottom: 0.85rem;
  color: var(--violet);
  font-family: var(--font-mono);
  font-weight: 700;
}

.consulting-service h3,
.consulting-cta-row h2 {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.012em;
  color: var(--ink);
}

.consulting-service p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.case-evidence-section {
  background: #ffffff;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.evidence-card {
  min-height: 18rem;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border: 1px solid var(--line);
  border-top: 0;
  border-left: 0;
  border-radius: 0;
}

.evidence-card span {
  display: block;
  margin-bottom: 1rem;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.evidence-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.012em;
}

.evidence-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.post-card {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  min-height: 0;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease;
}

.post-card-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 180px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(137, 210, 255, 0.2);
  border-radius: 4px;
  background: #ffffff;
}

.post-card-picture,
.article-cover-picture {
  display: block;
}

.post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 168, 216, 0.58);
}

.post-card h2,
.post-card h3 {
  margin-top: 1rem;
  line-height: 1.2;
}

.post-card p {
  line-height: 1.55;
}

.reference-list {
  margin-top: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.reference-list-heading {
  max-width: 760px;
  padding-top: 2rem;
  margin-bottom: 1rem;
}

.reference-list-heading h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
}

.reference-link {
  display: grid;
  grid-template-columns: minmax(9rem, 0.45fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  color: var(--text-main);
  text-decoration: none;
}

.reference-link span,
.reference-link small {
  color: rgba(221, 231, 242, 0.58);
}

.reference-link strong {
  font-size: 1rem;
  font-weight: 700;
}

.reference-link:hover strong {
  color: var(--accent);
}

.compact-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.4rem 0;
}

.compact-proof-list span {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(125, 249, 255, 0.24);
  border-radius: 999px;
  color: rgba(221, 231, 242, 0.78);
  background: rgba(125, 249, 255, 0.06);
  font-size: 0.86rem;
}

.post-meta,
.article-meta,
.mono-line {
  font-family: var(--font-mono);
  color: #60738a;
  font-size: 0.9rem;
}

.page-shell {
  padding-top: 4.5rem;
  min-height: 72vh;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(14, 165, 233, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent 22rem),
    transparent;
}

.page-hero {
  padding: 5.8rem 0 3.4rem;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 1.08;
  text-wrap: balance;
}

.page-hero p {
  max-width: 680px;
  font-size: 1.04rem;
  line-height: 1.65;
}

.product-list {
  display: grid;
  gap: 1.25rem;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
  gap: 2rem;
  padding: 2rem;
}

.consulting-cta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.article-shell {
  padding: 5.2rem 0 6rem;
}

.article-shell .container {
  max-width: 780px;
}

.article-shell h1 {
  max-width: 700px;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  line-height: 1.14;
  margin: 1.25rem 0 1rem;
  text-wrap: balance;
}

.article-excerpt {
  max-width: 720px;
  font-size: 1.12rem;
  line-height: 1.75;
  margin: 1.5rem 0 2rem;
}

.article-cover {
  display: block;
  width: 100%;
  max-height: 520px;
  margin: 2rem 0 2.4rem;
  object-fit: cover;
  border: 1px solid rgba(137, 210, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.article-body {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.article-cta {
  margin-top: 3rem;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-radius: 8px;
}

.article-body p {
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.article-body ul {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.article-body li {
  position: relative;
  padding: 0.9rem 1rem 0.9rem 2.25rem;
  border: 1px solid rgba(25, 83, 126, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  line-height: 1.65;
}

.article-body li::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  left: 1rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(0, 168, 216, 0.12);
}

.article-body h2,
.article-body h3 {
  font-weight: 700;
  letter-spacing: 0;
}

.article-body h2 {
  margin: 2.4rem 0 1rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.article-body h3 {
  margin: 1.8rem 0 0.8rem;
  color: var(--green);
  font-size: 1.15rem;
}

.article-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.article-related h2 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.related-post-list {
  display: grid;
  gap: 0.85rem;
}

.related-post-link {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  text-decoration: none;
}

.related-post-link:hover {
  border-color: rgba(0, 168, 216, 0.52);
}

.related-post-link span,
.related-post-link time {
  color: #60738a;
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.diagram-panel {
  position: relative;
  margin: 1.75rem auto;
  padding: 1.25rem;
  border: 1px solid rgba(26, 62, 93, 0.38);
  border-radius: 6px;
  background: #f7fbff;
  box-shadow: 0 12px 34px rgba(7, 17, 30, 0.08);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
}

.diagram-fullscreen-button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(18, 52, 82, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: #14324a;
  cursor: pointer;
  z-index: 2;
}

.diagram-fullscreen-button::before,
.diagram-fullscreen-button::after {
  content: "";
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  border-color: currentColor;
  border-style: solid;
}

.diagram-fullscreen-button::before {
  top: 0.46rem;
  left: 0.46rem;
  border-width: 2px 0 0 2px;
}

.diagram-fullscreen-button::after {
  right: 0.46rem;
  bottom: 0.46rem;
  border-width: 0 2px 2px 0;
}

.diagram-fullscreen-button.is-fullscreen::before,
.diagram-fullscreen-button.is-fullscreen::after {
  width: 0.75rem;
  height: 0;
  border-width: 2px 0 0;
}

.diagram-fullscreen-button.is-fullscreen::before {
  top: 0.9rem;
  left: 0.58rem;
  transform: rotate(45deg);
}

.diagram-fullscreen-button.is-fullscreen::after {
  right: 0.58rem;
  bottom: 0.92rem;
  transform: rotate(-45deg);
}

.diagram-fullscreen-button:hover,
.diagram-fullscreen-button:focus-visible {
  border-color: rgba(0, 132, 168, 0.55);
  color: #005b75;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 168, 216, 0.18);
}

.diagram-panel .mermaid {
  margin: 0;
  padding: 1rem 0;
  min-width: min(720px, 100%);
  font-size: 0.9rem;
}

.diagram-panel svg {
  display: block;
  width: auto;
  max-width: none;
  min-width: min(760px, 100%);
  height: auto;
  margin: 0 auto;
}

.diagram-panel:fullscreen,
.diagram-panel.is-expanded {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 4rem 2rem 2rem;
  border: 0;
  border-radius: 0;
  background: #f7fbff;
  overflow: auto;
}

.diagram-panel.is-expanded {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

body.diagram-expanded {
  overflow: hidden;
}

.diagram-panel:fullscreen .mermaid,
.diagram-panel.is-expanded .mermaid {
  width: max-content;
  min-width: 760px;
  margin: 0 auto;
}

.diagram-panel:fullscreen svg,
.diagram-panel.is-expanded svg {
  width: auto;
  max-width: none;
  min-width: min(960px, 100%);
}

.site-footer {
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(14, 165, 233, 0.12);
  backdrop-filter: blur(12px);
}

.footer-copy {
  color: var(--muted);
}

.footer-link {
  margin-left: 1.5rem;
}

.admin-shell {
  padding: 7rem 0 5rem;
}

.admin-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.admin-header h1,
.admin-login-panel h1 {
  margin: 0.35rem 0 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
}

.admin-muted {
  color: var(--muted);
  margin: 0;
}

.admin-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-panel {
  border: 1px solid rgba(137, 210, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 80px rgba(31, 76, 116, 0.1);
}

.admin-login-panel {
  max-width: 620px;
  padding: 2rem;
}

.admin-alert {
  margin: 1.25rem 0;
}

.admin-table {
  margin: 0;
  --bs-table-color: var(--text);
  --bs-table-bg: transparent;
  --bs-table-hover-color: var(--text);
  --bs-table-hover-bg: rgba(0, 168, 216, 0.06);
  --bs-table-border-color: rgba(137, 210, 255, 0.18);
}

.admin-table td,
.admin-table th {
  padding: 1rem;
}

.admin-table td span {
  display: block;
  color: var(--muted);
  margin-top: 0.25rem;
}

.admin-table code {
  color: var(--green);
}

.admin-inline-form {
  display: inline-flex;
  margin-left: 0.35rem;
}

.admin-form {
  padding: 1.5rem;
}

.admin-form .form-label {
  color: var(--text);
  font-weight: 600;
}

.admin-form .form-control {
  color: var(--text);
  border-color: rgba(137, 210, 255, 0.25);
  background: rgba(255, 255, 255, 0.92);
}

.admin-form .form-control:focus {
  color: var(--text);
  border-color: var(--cyan);
  background: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(82, 231, 255, 0.14);
}

.admin-body-field {
  min-height: 560px;
  font-family: var(--mono);
  font-size: 0.9rem;
  line-height: 1.55;
}

.admin-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  color: var(--text);
  font-weight: 600;
}

.admin-check input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--cyan);
}

.admin-form-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.admin-empty-state {
  padding: 2rem;
}

.admin-empty-state h2 {
  margin-bottom: 0.45rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.intake-admin-list {
  display: grid;
}

.intake-admin-item {
  padding: 1.4rem;
  border-bottom: 1px solid rgba(137, 210, 255, 0.18);
}

.intake-admin-item:last-child {
  border-bottom: 0;
}

.intake-admin-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--muted);
}

.intake-admin-meta strong {
  color: var(--ink);
}

.intake-admin-meta a {
  color: var(--cyan);
  font-weight: 700;
  text-decoration: none;
}

.intake-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.intake-admin-grid section {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(14, 165, 233, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.intake-admin-grid h2 {
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.intake-admin-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
  }

  .hero-scene-strip::after {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.84)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(246, 251, 255, 0.9));
  }

  .hero-banner-row {
    min-height: 0;
    padding: 4rem 0 3.25rem;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .intake-admin-meta {
    display: grid;
  }

  .intake-admin-grid {
    grid-template-columns: 1fr;
  }

  .product-row {
    grid-template-columns: 1fr;
  }

  .consulting-panel,
  .split-section,
  .consulting-cta-row,
  .conversion-cta,
  .hero-consulting-layout {
    grid-template-columns: 1fr;
  }

  .split-section .section-heading {
    position: static;
  }

  .pain-grid,
  .engagement-grid,
  .foundation-grid,
  .audience-grid,
  .platform-grid,
  .outcome-grid,
  .offer-grid,
  .four-grid,
  .proof-surface-grid,
  .impact-grid,
  .evidence-grid,
  .scope-list,
  .proof-strip,
  .sample-brief-grid,
  .experience-grid,
  .workflow-map {
    grid-template-columns: 1fr;
  }

  .workflow-map article:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.9rem;
    left: 1.2rem;
    transform: rotate(90deg);
  }

  .hero-proof-panel {
    align-self: auto;
    max-width: 640px;
  }

  .impact-stat {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .impact-stat:last-child {
    border-bottom: 0;
  }

  .pain-card,
  .engagement-card,
  .foundation-card,
  .audience-card,
  .platform-card,
  .outcome-card,
  .offer-card,
  .proof-surface {
    min-height: 0;
  }

  .feature-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .footer-link {
    display: inline-flex;
    margin: 1rem 1rem 0 0;
  }
}

@media (min-width: 1400px) {
  .hero-consulting-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  }
}

@media (max-width: 1199px) {
  .nav-cta-item {
    display: none;
  }

  .hero-proof-panel {
    align-self: auto;
    max-width: 680px;
  }
}

@media (max-width: 575px) {
  .hero-banner-image {
    object-position: 70% center;
  }

  .hero-banner-row {
    min-height: 0;
    padding: 3.35rem 0 2.75rem;
  }

  .hero-title {
    max-width: none;
    font-size: 1.72rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .hero-lead,
  .hero-buyer-line,
  .section-heading p,
  .page-hero p {
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .metric-tile {
    min-height: 0;
  }

  .section-band {
    padding: 3.5rem 0;
  }

  .btn {
    max-width: 100%;
    white-space: normal;
  }

  .section-heading h2,
  .consulting-service h3,
  .consulting-cta-row h2,
  .conversion-cta h2 {
    overflow-wrap: anywhere;
  }

  .section-heading h2,
  .conversion-cta h2 {
    font-size: 1.65rem;
    line-height: 1.18;
  }

  .page-hero h1 {
    max-width: none;
    font-size: 2rem;
    line-height: 1.16;
    text-wrap: balance;
  }

  .product-card,
  .post-card,
  .product-row,
  .pain-card,
  .engagement-card,
  .foundation-card,
  .audience-card,
  .platform-card,
  .outcome-card,
  .offer-card,
  .evidence-card {
    padding: 1.2rem;
  }

  .post-card-image {
    height: 150px;
  }

  .reference-link {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .feature-strip-grid {
    grid-template-columns: 1fr;
  }
}
