:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --ink: #101828;
  --ink-soft: #344054;
  --muted: #667085;
  --line: #d9e3f0;
  --blue: #1463ff;
  --blue-dark: #0b4bd3;
  --green: #16a36f;
  --navy: #0b1220;
  --navy-2: #111c31;
  --silver: #edf2f8;
  --cyan: #56d6ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  height: 64px;
  padding: 0 12px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(11,18,32,.82);
  color: white;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(4,10,22,.24);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 850;
}
.brand span span { color: #74a7ff; }
.mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--blue);
}
.nav {
  display: flex;
  gap: 28px;
  color: #c7d3e4;
  font-size: 14px;
  font-weight: 700;
}
.nav a:hover { color: white; }
.nav-cta {
  padding: 11px 16px;
  border-radius: 6px;
  color: white;
  background: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  padding: 120px 24px 86px;
  overflow: hidden;
  color: white;
}
.hero-premium {
  min-height: 96vh;
  align-items: end;
  padding-bottom: 128px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(.95);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,10,20,.92), rgba(5,10,20,.72) 48%, rgba(5,10,20,.9)),
    linear-gradient(90deg, rgba(7,15,29,.94), rgba(7,15,29,.5), rgba(7,15,29,.9));
}
.premium-overlay {
  background:
    radial-gradient(circle at 78% 26%, rgba(20,99,255,.34), transparent 28%),
    radial-gradient(circle at 16% 86%, rgba(86,214,255,.18), transparent 30%),
    linear-gradient(180deg, rgba(4,9,18,.72), rgba(4,9,18,.9) 70%, rgba(4,9,18,.98)),
    linear-gradient(90deg, rgba(4,9,18,.98), rgba(4,9,18,.62) 46%, rgba(4,9,18,.9));
}
.hero-inner {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}
.premium-inner {
  width: min(1080px, 100%);
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  margin-right: auto;
  text-align: left;
}
.pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pill {
  color: #d7e6ff;
  background: rgba(20,99,255,.18);
  border: 1px solid rgba(116,167,255,.34);
}
.eyebrow {
  color: var(--blue);
  background: rgba(20,99,255,.08);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 920px;
  margin: 0 auto 22px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .92;
  letter-spacing: 0;
}
.premium-inner h1 {
  max-width: 980px;
  margin-left: 0;
  font-size: clamp(58px, 7.6vw, 118px);
}
.lede {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #dbe6f6;
  font-size: clamp(19px, 2.4vw, 28px);
  line-height: 1.3;
  font-weight: 550;
}
.premium-inner .lede {
  max-width: 760px;
  margin-left: 0;
  font-size: clamp(20px, 2vw, 28px);
}
.actions,
.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.premium-inner .actions {
  justify-content: flex-start;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 850;
  border: 1px solid transparent;
}
.button.primary {
  color: white;
  background: var(--blue);
}
.button.primary:hover,
.nav-cta:hover { background: var(--blue-dark); }
.button.ghost {
  color: white;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.22);
}
.button.light {
  color: white;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
}

.hero-panel {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 64px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(560px, calc(100% - 48px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(9,18,34,.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 90px rgba(0,0,0,.34);
}
.hero-panel div {
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero-panel div:last-child { border-right: 0; }
.hero-panel span {
  display: block;
  color: #91a4c2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-panel strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 28px;
}

.enterprise-strip {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(217,227,240,.9);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 80px rgba(16,24,40,.13);
}
.enterprise-strip div {
  padding: 24px;
  border-right: 1px solid var(--line);
}
.enterprise-strip div:last-child { border-right: 0; }
.enterprise-strip span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
}
.enterprise-strip strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 18px;
}
.enterprise-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.logos {
  width: min(1180px, calc(100% - 40px));
  margin: -54px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(16,24,40,.12);
}
.logos div {
  padding: 24px;
  border-right: 1px solid var(--line);
}
.logos div:last-child { border-right: 0; }
.logos strong {
  display: block;
  font-size: 18px;
}
.logos span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.4;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
.split-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
  padding-top: 118px;
}
.intro-stack p {
  color: var(--ink-soft);
  font-size: 24px;
  line-height: 1.42;
}
.mini-proof {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--blue);
  border-radius: 0 8px 8px 0;
  background: white;
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 18px 60px rgba(16,24,40,.08);
}
.intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: end;
}
h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .98;
  letter-spacing: 0;
}
.intro-text,
.showcase-copy p,
.cta p,
.workflow-grid p,
.security-list span,
figcaption span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.intro-text {
  margin-bottom: 6px;
  font-size: 22px;
}

.conversion-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 64px;
  padding-bottom: 24px;
}
.conversion-band div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 50px rgba(16,24,40,.06);
}
.metric {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
}
.conversion-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 650;
}

.showcase {
  display: grid;
  grid-template-columns: .38fr .62fr;
  gap: 44px;
  align-items: center;
}
.browser-frame {
  overflow: hidden;
  border: 1px solid #27344a;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 28px 80px rgba(11,18,32,.26);
}
.product-stage {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding: 108px max(20px, calc((100vw - 1180px) / 2));
  color: white;
  background:
    linear-gradient(145deg, rgba(9,18,34,.98), rgba(11,29,57,.96)),
    radial-gradient(circle at 82% 18%, rgba(20,99,255,.35), transparent 34%);
}
.stage-copy h2 {
  color: white;
}
.stage-copy p:not(.eyebrow) {
  color: #c6d4e7;
  font-size: 19px;
  line-height: 1.55;
}
.stage-frame {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 34px 110px rgba(0,0,0,.34);
}
.screen-chrome {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  background: #0d1728;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.screen-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #52627a;
}
.stage-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.operating-model {
  padding-top: 112px;
}
.model-header {
  width: min(760px, 100%);
  margin-bottom: 34px;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.model-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 55px rgba(16,24,40,.06);
}
.model-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}
.model-grid div {
  padding: 20px;
}
.model-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.model-grid h3 {
  margin: 10px 0 8px;
  font-size: 25px;
  line-height: 1.05;
}
.model-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.enterprise-story {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  padding: 110px max(20px, calc((100vw - 1180px) / 2));
  background: var(--silver);
}
.story-rail {
  display: grid;
  gap: 14px;
}
.story-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}
.story-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}
.story-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.detail-showcase {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}
.detail-showcase figure {
  background: white;
}
.detail-large {
  grid-row: span 2;
}
.detail-showcase img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}
.detail-large img {
  aspect-ratio: 16 / 12;
}

.security-premium {
  padding-top: 112px;
}
.cta-premium {
  margin-top: 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(20,99,255,.28), transparent 34%),
    linear-gradient(135deg, #07111f, #101b31);
}
.browser-dots {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid #27344a;
}
.browser-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #5d6b82;
}
.browser-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.workflow-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.workflow-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}
.workflow-grid article div {
  padding: 24px;
}
.workflow-grid h3,
.bento h2,
.security h2,
.cta h2 {
  margin-bottom: 14px;
}
.workflow-grid h3 {
  font-size: 28px;
  line-height: 1.08;
}

.bento {
  width: 100%;
  max-width: none;
  padding: 104px max(20px, calc((100vw - 1180px) / 2));
  background: var(--surface);
}
.bento-head {
  width: min(720px, 100%);
  margin-bottom: 34px;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
}
figure.wide { grid-column: span 2; }
figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}
figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
}
figcaption strong {
  font-size: 19px;
}

.security {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
}
.security-list {
  display: grid;
  gap: 14px;
}
.security-list div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.security-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.blog-preview {
  padding-top: 24px;
}
.blog-preview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.text-link {
  color: var(--blue);
  font-weight: 850;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.post-card {
  display: block;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.post-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20,99,255,.35);
  box-shadow: 0 20px 60px rgba(16,24,40,.1);
}
.post-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.post-card h2,
.post-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.08;
}
.post-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.blog-hero {
  min-height: 520px;
  display: grid;
  align-content: center;
  padding: 132px max(20px, calc((100vw - 980px) / 2)) 72px;
  color: white;
  background:
    linear-gradient(180deg, rgba(11,18,32,.9), rgba(11,18,32,.95)),
    url("/assets/screenshots/01-dashboard-command-center.png") top center / cover;
  text-align: center;
}
.blog-hero h1 {
  max-width: 900px;
}
.blog-list {
  padding-top: 72px;
}

.blog-home {
  padding: 128px 0 76px;
}
.blog-directory {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.blog-breadcrumb a {
  color: var(--blue);
}
.blog-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
  gap: 72px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.blog-heading h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: .94;
}
.blog-heading p:not(.eyebrow) {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
}
.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px 0 42px;
}
.blog-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}
.blog-tabs a:hover {
  border-color: rgba(20,99,255,.38);
  color: var(--blue);
}
.blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: 22px;
  margin-bottom: 84px;
}
.blog-featured-stack {
  display: grid;
  gap: 22px;
}
.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(16,24,40,.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.blog-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20,99,255,.34);
  box-shadow: 0 24px 70px rgba(16,24,40,.12);
}
.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}
.blog-card div {
  padding: 24px;
}
.blog-card span,
.blog-inline-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.blog-card h2,
.blog-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
}
.blog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.blog-card-large h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: .98;
}
.blog-card-large div {
  padding: 30px;
}
.blog-card-compact {
  grid-template-columns: 168px minmax(0, 1fr);
  grid-template-rows: 1fr;
}
.blog-card-compact img {
  height: 100%;
  min-height: 210px;
  aspect-ratio: auto;
  border-bottom: 0;
  border-right: 1px solid var(--line);
}
.blog-card-compact h3 {
  font-size: 23px;
}
.blog-all {
  padding: 0 0 64px;
}
.blog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.blog-section-head h2 {
  max-width: 700px;
  font-size: clamp(34px, 4.2vw, 56px);
}
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.blog-card-grid .blog-card h3 {
  font-size: 24px;
}
.blog-category-row {
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
.blog-inline-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.blog-inline-list a {
  display: block;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.blog-inline-list strong {
  display: block;
  font-size: 20px;
  line-height: 1.25;
}

.article {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 142px 0 88px;
}
.article-wide {
  width: min(1040px, calc(100% - 40px));
}
.article h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
}
.article-meta {
  color: var(--muted);
  font-weight: 750;
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}
.article-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}
.article-toc {
  margin: 24px 0 34px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.article-toc strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
}
.article-toc ol {
  columns: 2;
  gap: 28px;
  margin: 0;
  padding-left: 20px;
}
.article-toc li {
  break-inside: avoid;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.article-toc a:hover {
  color: var(--blue);
}
.article-image {
  width: 100%;
  margin: 34px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  box-shadow: 0 24px 70px rgba(16,24,40,.12);
}
.article-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 34px 0 42px;
}
.article-figure {
  overflow: hidden;
  margin: 38px 0 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 22px 70px rgba(16,24,40,.1);
}
.article-figure-lead {
  margin: 30px 0 48px;
}
.article-figure-inline {
  margin: 40px 0 48px;
}
.article-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--line);
}
.article-figure figcaption {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
}
.article-figure figcaption strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
}
.article-figure figcaption span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.article p {
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.7;
}
.article h2 {
  margin: 42px 0 14px;
  font-size: 34px;
}
.article h2[id] {
  scroll-margin-top: 110px;
}
.related-posts {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}
.related-posts h2 {
  margin-bottom: 20px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.related-grid .post-card {
  padding: 22px;
}
.related-grid .post-card h3 {
  font-size: 20px;
}
.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding: 24px;
  border-radius: 8px;
  color: white;
  background: var(--navy);
}
.article-cta strong {
  font-size: 22px;
}

.cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 48px;
  border-radius: 8px;
  color: white;
  background: var(--navy);
  box-shadow: 0 28px 80px rgba(11,18,32,.18);
}
.cta p:not(.pill) {
  max-width: 720px;
  margin-bottom: 0;
  color: #c8d4e6;
}
.cta .pill { margin-bottom: 14px; }

.footer {
  width: 100%;
  margin: 96px 0 0;
  padding: 0 20px 30px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(248,250,252,.72), rgba(255,255,255,.96)),
    #fff;
  color: var(--ink-soft);
}
.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.75fr);
  gap: 54px;
  padding: 54px 0 38px;
}
.footer-brand-block {
  display: grid;
  align-content: start;
  gap: 18px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 950;
  font-size: 20px;
}
.footer-logo span:last-child span {
  color: var(--accent);
}
.footer-tagline {
  max-width: 360px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.footer .footer-outline {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}
.footer-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}
.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer-col h2 {
  margin: 0 0 3px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-col a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.footer-col a:hover,
.footer-bottom a:hover {
  color: var(--ink);
}
.footer-bottom {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .logos,
  .intro,
  .conversion-band,
  .showcase,
  .split-intro,
  .product-stage,
  .model-grid,
  .enterprise-story,
  .detail-showcase,
  .workflow-grid,
  .security,
  .post-grid,
  .blog-heading,
  .blog-featured,
  .blog-card-grid,
  .blog-inline-list,
  .article-image-grid,
  .related-grid,
  .cta {
    grid-template-columns: 1fr;
  }
  .blog-card-compact {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .enterprise-strip {
    grid-template-columns: 1fr 1fr;
  }
  .enterprise-strip div:nth-child(2) {
    border-right: 0;
  }
  .enterprise-strip div {
    border-bottom: 1px solid var(--line);
  }
  .enterprise-strip div:nth-child(n+3) {
    border-bottom: 0;
  }
  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -108px auto 0;
    z-index: 5;
  }
  .logos div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .logos div:last-child { border-bottom: 0; }
  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-actions { justify-content: flex-start; }
  .blog-preview-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .header {
    top: 10px;
    width: calc(100% - 20px);
    height: 58px;
    padding-left: 12px;
  }
  .brand { font-size: 16px; }
  .mark { width: 28px; height: 28px; }
  .nav-cta { padding: 10px 12px; font-size: 13px; }
  .hero {
    min-height: 92vh;
    padding: 92px 18px 72px;
  }
  .hero-premium {
    min-height: 94vh;
    align-items: center;
    padding-bottom: 112px;
  }
  .premium-inner {
    margin-left: 0;
    text-align: center;
  }
  .premium-inner h1,
  .premium-inner .lede {
    margin-left: auto;
  }
  .premium-inner .actions {
    justify-content: center;
  }
  .hero-panel {
    grid-template-columns: 1fr;
    margin-top: -78px;
  }
  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .hero-panel div:last-child {
    border-bottom: 0;
  }
  .enterprise-strip {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .enterprise-strip div,
  .enterprise-strip div:nth-child(2),
  .enterprise-strip div:nth-child(n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .enterprise-strip div:last-child {
    border-bottom: 0;
  }
  h1 { font-size: clamp(44px, 14vw, 64px); }
  .lede { font-size: 18px; }
  .section {
    width: calc(100% - 32px);
    padding: 72px 0;
  }
  .logos {
    width: calc(100% - 32px);
    margin-top: -42px;
  }
  .logos div { padding: 20px; }
  h2 { font-size: 36px; }
  .intro-text { font-size: 19px; }
  .bento {
    padding: 72px 16px;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  figure.wide { grid-column: span 1; }
  .cta {
    width: calc(100% - 32px);
    padding: 28px;
  }
  .footer { padding-inline: 16px; }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blog-home {
    padding-top: 104px;
  }
  .blog-directory {
    width: calc(100% - 32px);
  }
  .blog-breadcrumb {
    margin-bottom: 28px;
  }
  .blog-heading {
    gap: 24px;
  }
  .blog-heading h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .blog-heading p:not(.eyebrow) {
    font-size: 18px;
  }
  .blog-tabs {
    padding-bottom: 30px;
  }
  .blog-featured {
    margin-bottom: 58px;
  }
  .blog-card-compact {
    grid-template-columns: 1fr;
  }
  .blog-card-compact img {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .blog-card-large div,
  .blog-card div {
    padding: 20px;
  }
  .blog-card-large h2,
  .blog-card h2,
  .blog-card h3 {
    font-size: 24px;
    line-height: 1.12;
  }
  .blog-hero {
    min-height: 480px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .article {
    width: calc(100% - 32px);
    padding-top: 116px;
  }
  .article p {
    font-size: 18px;
  }
  .article-toc ol {
    columns: 1;
  }
  .article-cta {
    align-items: start;
    flex-direction: column;
  }
}

/* Homepage v5: competitive premium execution narrative */
.home-v5 {
  --v5-bg: #f6f7fb;
  --v5-ink: #111827;
  --v5-soft: #475467;
  --v5-muted: #667085;
  --v5-line: #dbe4ef;
  --v5-surface: #ffffff;
  --v5-blue: #155eef;
  --v5-blue-2: #0b4bd3;
  --v5-orange: #f36b16;
  --v5-green: #14966f;
  --v5-night: #06101d;
  --v5-night-2: #0c1728;
  background: var(--v5-bg);
  color: var(--v5-ink);
}

.home-v5 .header {
  border-color: rgba(255,255,255,.18);
  background: rgba(6,16,29,.84);
}

.home-v5 .nav-cta,
.home-v5 .button.primary {
  background: var(--v5-blue);
}

.home-v5 .nav-cta:hover,
.home-v5 .button.primary:hover {
  background: var(--v5-blue-2);
}

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

.home-v5 .pill {
  color: #d8e7ff;
  background: rgba(21,94,239,.22);
  border-color: rgba(132,173,255,.38);
}

.home-v5 .eyebrow {
  color: var(--v5-blue);
  background: rgba(21,94,239,.08);
}

.v5-hero {
  min-height: 88vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(260px, 1fr);
  align-content: end;
  gap: 44px;
  padding: 126px max(24px, calc((100vw - 1180px) / 2)) 34px;
  overflow: hidden;
  color: white;
  background: var(--v5-night);
}

.v5-hero-bg,
.v5-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v5-hero-bg {
  object-fit: cover;
  object-position: top right;
  opacity: .82;
}

.v5-hero-shade {
  background:
    linear-gradient(90deg, rgba(6,16,29,.98) 0%, rgba(6,16,29,.86) 34%, rgba(6,16,29,.48) 66%, rgba(6,16,29,.82) 100%),
    linear-gradient(180deg, rgba(6,16,29,.66) 0%, rgba(6,16,29,.28) 42%, rgba(6,16,29,.96) 100%);
}

.v5-hero-copy,
.v5-hero-panel {
  position: relative;
  z-index: 2;
}

.v5-hero-copy {
  padding-bottom: 48px;
}

.v5-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: 76px;
  line-height: .96;
}

.v5-hero .lede {
  max-width: 660px;
  margin: 0 0 28px;
  color: #d6e2f2;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 560;
}

.v5-hero .actions {
  justify-content: flex-start;
}

.v5-hero-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 26px 90px rgba(0,0,0,.28);
}

.v5-hero-panel div {
  padding: 20px 22px;
  background: rgba(8,18,32,.82);
  backdrop-filter: blur(14px);
}

.v5-hero-panel span,
.v5-question-grid span,
.v5-decision-stack span,
.v5-role-grid span {
  display: block;
  color: var(--v5-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v5-hero-panel strong {
  display: block;
  margin: 7px 0 5px;
  color: white;
  font-size: 32px;
}

.v5-hero-panel p {
  margin: 0;
  color: #b8c6d8;
  line-height: 1.35;
  font-weight: 700;
}

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

.v5-section-head {
  max-width: 790px;
  margin-bottom: 30px;
}

.v5-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.v5-section h2,
.v5-stage h2,
.v5-dark-band h2,
.v5-security h2,
.v5-cta h2 {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1.04;
}

.v5-manifesto {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: start;
  padding-top: 104px;
}

.v5-manifesto-copy {
  display: grid;
  gap: 18px;
  padding-top: 34px;
}

.v5-manifesto-copy p,
.v5-stage-copy p,
.v5-band-copy p,
.v5-revenue-copy p,
.v5-question-grid p,
.v5-decision-stack p,
.v5-role-grid p,
.v5-image-card figcaption span {
  color: var(--v5-soft);
  font-size: 18px;
  line-height: 1.55;
}

.v5-question-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.v5-question-grid article,
.v5-role-grid article,
.v5-decision-stack article {
  border: 1px solid var(--v5-line);
  border-radius: 8px;
  background: var(--v5-surface);
  box-shadow: 0 18px 60px rgba(16,24,40,.07);
}

.v5-question-grid article {
  min-height: 270px;
  padding: 24px;
}

.v5-question-grid h3,
.v5-role-grid h3,
.v5-decision-stack h3 {
  margin: 40px 0 10px;
  font-size: 25px;
  line-height: 1.08;
}

.v5-stage {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 104px max(24px, calc((100vw - 1180px) / 2));
  background: #ffffff;
}

.v5-stage-copy p {
  margin-top: 20px;
}

.v5-product-frame,
.v5-image-card {
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 8px;
  background: #101b31;
  box-shadow: 0 26px 80px rgba(16,24,40,.13);
}

.v5-product-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.v5-stage-notes {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.v5-stage-notes div {
  padding: 16px;
  border: 1px solid var(--v5-line);
  border-radius: 8px;
  background: #f8fafc;
}

.v5-stage-notes strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.v5-stage-notes span {
  color: var(--v5-muted);
  font-size: 14px;
  line-height: 1.4;
}

.v5-constraint-system {
  padding-bottom: 110px;
}

.v5-constraint-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 26px;
  align-items: stretch;
}

.v5-image-card {
  background: var(--v5-surface);
}

.v5-image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid var(--v5-line);
}

.v5-image-card.large img {
  aspect-ratio: 16 / 7;
}

.v5-image-card figcaption {
  background: white;
}

.v5-image-card figcaption strong {
  font-size: 22px;
}

.v5-decision-stack {
  display: grid;
  gap: 14px;
}

.v5-decision-stack article {
  padding: 22px;
}

.v5-decision-stack h3 {
  margin-top: 18px;
  font-size: 23px;
}

.v5-dark-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  padding: 104px max(24px, calc((100vw - 1180px) / 2));
  color: white;
  background:
    linear-gradient(135deg, #06101d 0%, #0b1728 54%, #142034 100%);
}

.v5-dark-band h2 {
  color: white;
}

.v5-band-copy p {
  color: #c8d6e8;
  margin-top: 20px;
}

.v5-band-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.v5-dark-band .v5-image-card {
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 30px 100px rgba(0,0,0,.28);
}

.v5-modules {
  padding-top: 104px;
}

.v5-module-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.v5-module-grid .wide {
  grid-column: 1 / -1;
}

.v5-module-grid .wide img {
  aspect-ratio: 16 / 7;
}

.v5-revenue {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 48px;
  align-items: center;
}

.v5-revenue-copy p {
  margin-top: 20px;
}

.v5-revenue-metrics {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.v5-revenue-metrics div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid var(--v5-line);
  border-radius: 8px;
  background: white;
}

.v5-revenue-metrics strong {
  color: var(--v5-blue);
  font-size: 25px;
}

.v5-revenue-metrics span {
  color: var(--v5-muted);
  font-weight: 850;
}

.v5-role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.v5-role-grid article {
  padding: 24px;
}

.v5-role-grid h3 {
  margin-top: 34px;
}

.v5-security {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
  padding: 64px 0 96px;
}

.v5-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 48px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, #06101d, #101b31 64%, #1a2436);
  box-shadow: 0 28px 80px rgba(11,18,32,.18);
}

.v5-cta p:not(.pill) {
  max-width: 720px;
  margin: 14px 0 0;
  color: #c8d4e6;
}

@media (max-width: 1100px) {
  .v5-question-grid,
  .v5-role-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .v5-hero,
  .v5-manifesto,
  .v5-stage,
  .v5-constraint-grid,
  .v5-dark-band,
  .v5-revenue,
  .v5-security,
  .v5-cta {
    grid-template-columns: 1fr;
  }

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

  .v5-hero-copy {
    padding-bottom: 20px;
  }

  .v5-hero-panel,
  .v5-stage-notes,
  .v5-band-grid,
  .v5-module-grid {
    grid-template-columns: 1fr;
  }

  .v5-stage-notes {
    grid-column: auto;
  }

  .v5-module-grid .wide {
    grid-column: auto;
  }

  .v5-cta .cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .home-v5 .header {
    top: 8px;
    height: 56px;
  }

  .home-v5 .brand {
    font-size: 16px;
  }

  .home-v5 .nav-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .v5-hero {
    min-height: 92svh;
    padding: 84px 16px 18px;
    gap: 22px;
  }

  .v5-hero-bg {
    object-position: top center;
    opacity: .48;
  }

  .v5-hero-shade {
    background:
      linear-gradient(180deg, rgba(6,16,29,.92) 0%, rgba(6,16,29,.76) 44%, rgba(6,16,29,.98) 100%);
  }

  .v5-hero h1 {
    font-size: 42px;
    line-height: .98;
    margin-bottom: 14px;
  }

  .v5-hero .lede {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.34;
  }

  .v5-hero .actions {
    justify-content: stretch;
  }

  .v5-hero .button,
  .v5-cta .button {
    width: 100%;
  }

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

  .v5-hero-panel div {
    padding: 11px 9px;
  }

  .v5-hero-panel span {
    min-height: 20px;
    font-size: 9px;
    line-height: 1.12;
  }

  .v5-hero-panel strong {
    margin: 4px 0 3px;
    font-size: 22px;
  }

  .v5-hero-panel p {
    font-size: 10.5px;
    line-height: 1.22;
  }

  .v5-section,
  .v5-security,
  .v5-cta {
    width: calc(100% - 32px);
  }

  .v5-section,
  .v5-security {
    padding: 72px 0;
  }

  .v5-stage,
  .v5-dark-band {
    padding: 72px 16px;
  }

  .v5-section h2,
  .v5-stage h2,
  .v5-dark-band h2,
  .v5-security h2,
  .v5-cta h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .v5-manifesto-copy {
    padding-top: 0;
  }

  .v5-question-grid,
  .v5-role-grid {
    grid-template-columns: 1fr;
  }

  .v5-question-grid article {
    min-height: auto;
  }

  .v5-image-card.large img,
  .v5-module-grid .wide img {
    aspect-ratio: 4 / 3;
  }

  .v5-revenue-metrics div {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .v5-cta {
    padding: 28px;
  }
}

/* Homepage v4: enterprise execution sales page */
.home-v4 {
  background: #f4f7fb;
}

.v4-hero {
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(390px, .88fr) minmax(560px, 1.12fr);
  gap: 56px;
  align-items: center;
  padding: 126px max(24px, calc((100vw - 1180px) / 2)) 64px;
  color: white;
  background: #07111f;
  position: relative;
  overflow: hidden;
}

.v4-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,17,31,.98), rgba(7,17,31,.82) 52%, rgba(7,17,31,.95)),
    radial-gradient(circle at 78% 28%, rgba(20,99,255,.24), transparent 30%),
    radial-gradient(circle at 44% 86%, rgba(86,214,255,.12), transparent 34%);
  pointer-events: none;
}

.v4-hero-copy,
.v4-hero-proof,
.v4-hero-stats {
  position: relative;
  z-index: 2;
}

.v4-hero h1 {
  max-width: 620px;
  margin: 0 0 22px;
  font-size: clamp(46px, 4.72vw, 72px);
  line-height: 1;
}

.v4-hero .lede {
  max-width: 590px;
  margin-left: 0;
  color: #d6e4f6;
  font-size: clamp(19px, 1.72vw, 24px);
  line-height: 1.38;
}

.v4-hero .actions {
  justify-content: flex-start;
}

.v4-hero-proof {
  align-self: center;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(10,19,34,.76);
  box-shadow: 0 34px 120px rgba(0,0,0,.46);
}

.v4-hero-proof img {
  width: 100%;
  aspect-ratio: 1.38 / 1;
  object-fit: cover;
  object-position: top left;
}

.v4-hero-dashboard {
  transform: translateY(4px);
}

.v4-hero-dashboard img {
  aspect-ratio: 1.42 / 1;
}

.v4-proof-caption {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 20px;
  align-items: center;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(8,17,31,.88);
}

.v4-proof-caption span {
  color: #ffb169;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v4-proof-caption strong {
  font-size: 21px;
  line-height: 1.15;
}

.v4-proof-caption em {
  grid-column: 1 / -1;
  color: #a9bad2;
  font-style: normal;
  font-weight: 750;
}

.v4-hero-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.12);
}

.v4-hero-stats div {
  padding: 22px 24px;
  background: rgba(10,19,34,.78);
}

.v4-hero-stats strong {
  display: block;
  margin-bottom: 6px;
  color: white;
  font-size: 34px;
}

.v4-hero-stats span {
  color: #aebed4;
  font-weight: 750;
}

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

.v4-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.v4-section h2 {
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.05;
}

.v4-value-stack {
  padding-top: 104px;
  background: #f4f7fb;
}

.v4-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.v4-value-grid article {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 22px 70px rgba(16,24,40,.08);
}

.v4-value-grid span {
  color: #f36b16;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .1em;
}

.v4-value-grid h3 {
  margin: 42px 0 12px;
  font-size: 27px;
  line-height: 1.06;
}

.v4-value-grid p,
.v4-feature-copy p,
.v4-proof-bands p,
.v4-revenue p,
.v4-loop-card figcaption span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.v4-feature {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  color: white;
  background:
    linear-gradient(135deg, #08111f 0%, #111c31 58%, #182539 100%);
}

.v4-feature h2 {
  color: white;
}

.v4-feature-copy p {
  color: #c8d7e9;
}

.v4-checks {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.v4-checks li {
  position: relative;
  padding-left: 24px;
  color: #e3edf9;
  font-weight: 750;
  line-height: 1.45;
}

.v4-checks li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7a1a;
  box-shadow: 0 0 0 5px rgba(255,122,26,.15);
}

.v4-crop {
  overflow: hidden;
  border: 1px solid rgba(16,24,40,.12);
  border-radius: 8px;
  background: #101b31;
  box-shadow: 0 24px 80px rgba(16,24,40,.13);
}

.v4-feature .v4-crop {
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 36px 120px rgba(0,0,0,.38);
}

.v4-crop img {
  width: 100%;
  object-fit: cover;
}

.v4-crop-large img {
  aspect-ratio: 1250 / 370;
}

.v4-proof-bands {
  display: grid;
  gap: 66px;
}

.v4-proof-bands article {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 48px;
  align-items: center;
}

.v4-proof-bands article:nth-child(even) {
  grid-template-columns: 1.08fr .92fr;
}

.v4-proof-bands h2,
.v4-revenue h2 {
  margin-bottom: 18px;
}

.v4-operating-loop {
  width: 100%;
  max-width: none;
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  background: white;
}

.v4-loop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.v4-loop-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  box-shadow: 0 20px 70px rgba(16,24,40,.08);
}

.v4-loop-card.wide {
  grid-column: 1 / -1;
}

.v4-loop-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: top left;
}

.v4-loop-card:not(.wide) img {
  aspect-ratio: 16 / 9;
}

.v4-loop-card figcaption {
  background: white;
}

.v4-loop-card figcaption strong {
  font-size: 24px;
}

.v4-revenue {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.v4-revenue-metrics {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.v4-revenue-metrics div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.v4-revenue-metrics strong {
  color: var(--blue);
  font-size: 26px;
}

.v4-revenue-metrics span {
  color: var(--muted);
  font-weight: 800;
}

.v4-security {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  align-items: start;
  padding-top: 54px;
}

@media (max-width: 980px) {
  .v4-hero,
  .v4-feature,
  .v4-proof-bands article,
  .v4-proof-bands article:nth-child(even),
  .v4-revenue,
  .v4-security,
  .v4-value-grid,
  .v4-loop-grid {
    grid-template-columns: 1fr;
  }

  .v4-hero-stats {
    grid-template-columns: 1fr;
  }

  .v4-hero-proof {
    margin-top: 0;
  }

  .v4-loop-card.wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .home-v4 .header {
    top: 8px;
    height: 56px;
  }

  .home-v4 .nav-cta {
    min-height: 40px;
  }

  .home-v4 .button {
    min-height: 52px;
  }

  .v4-hero {
    min-height: auto;
    padding: 96px 16px 50px;
    gap: 28px;
  }

  .v4-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .96;
    margin-bottom: 18px;
  }

  .v4-hero .lede {
    font-size: 20px;
    line-height: 1.36;
  }

  .v4-hero .actions {
    justify-content: stretch;
  }

  .v4-hero .button {
    width: 100%;
  }

  .v4-proof-caption {
    grid-template-columns: 1fr;
  }

  .v4-hero-proof img {
    min-height: 104px;
    object-fit: cover;
    object-position: center;
  }

  .v4-hero-stats div {
    padding: 20px;
  }

  .v4-hero-stats strong {
    font-size: 34px;
  }

  .v4-section {
    width: calc(100% - 32px);
    padding: 72px 0;
  }

  .v4-feature,
  .v4-operating-loop {
    padding: 72px 16px;
  }

  .v4-value-grid article {
    min-height: 240px;
    padding: 24px;
  }

  .v4-value-grid h3 {
    margin-top: 42px;
  }

  .v4-proof-bands {
    gap: 54px;
  }

  .v4-proof-bands article {
    gap: 24px;
  }

  .v4-loop-card img,
  .v4-loop-card:not(.wide) img {
    aspect-ratio: 4 / 3;
  }

  .v4-revenue-metrics div {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Core marketing pages */
.page-shell {
  padding: 132px max(20px, calc((100vw - 1180px) / 2)) 70px;
}
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 60px;
  align-items: end;
  padding: 30px 0 54px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  max-width: 860px;
  margin: 0 0 20px;
  font-size: clamp(46px, 6.6vw, 88px);
  line-height: .96;
}
.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
}
.page-hero-card,
.page-card,
.contact-form,
.legal-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.page-hero-card {
  padding: 24px;
  box-shadow: 0 20px 70px rgba(16,24,40,.08);
}
.page-hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}
.page-hero-card p,
.page-card p,
.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.65;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0;
}
.page-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-card {
  padding: 26px;
}
.page-card h2,
.page-card h3 {
  margin-bottom: 12px;
  line-height: 1.1;
}
.page-card h3 {
  font-size: 24px;
}
.page-card p:last-child,
.legal-content p:last-child {
  margin-bottom: 0;
}
.page-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
  gap: 42px;
  align-items: center;
  margin: 54px 0;
  padding: 40px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, #07111f, #101b31);
}
.page-band p {
  color: #c8d4e6;
  line-height: 1.6;
}
.page-band .button {
  width: 100%;
}
.page-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.page-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: var(--ink-soft);
  line-height: 1.5;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, .48fr);
  gap: 24px;
  margin: 42px 0;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  box-shadow: 0 20px 70px rgba(16,24,40,.08);
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.contact-form textarea {
  min-height: 144px;
  padding-top: 12px;
  resize: vertical;
}
.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.form-status.success { color: var(--green); }
.form-status.error { color: #b42318; }
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  margin-top: 42px;
}
.legal-nav {
  position: sticky;
  top: 104px;
  display: grid;
  align-content: start;
  gap: 10px;
}
.legal-nav a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}
.legal-content {
  padding: 34px;
}
.legal-content h2 {
  margin: 36px 0 12px;
  font-size: 28px;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content ul {
  padding-left: 22px;
}
.legal-content p,
.legal-content li {
  color: var(--ink-soft);
  line-height: 1.72;
}
.compliance-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.compliance-table th,
.compliance-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  color: var(--ink-soft);
  line-height: 1.5;
}
.compliance-table th {
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #f8fafc;
}
.compliance-table tr:last-child td {
  border-bottom: 0;
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 850;
}
.request-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 980px) {
  .page-hero,
  .page-grid,
  .page-grid.two,
  .page-band,
  .contact-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-nav {
    position: static;
  }
  .request-type-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 104px 16px 54px;
  }
  .page-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .page-hero p:not(.eyebrow) {
    font-size: 18px;
  }
  .page-band,
  .legal-content,
  .contact-form {
    padding: 22px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer {
    margin-top: 64px;
  }
  .footer-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .compliance-table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 460px) {
  .footer-map {
    grid-template-columns: 1fr;
  }
}
