:root {
  --navy: #0d1726;
  --ink: #121826;
  --blue-dark: #1f63b4;
  --blue: #2f80d8;
  --aqua: #42bfd9;
  --paper: #f4f7f6;
  --white: #ffffff;
  --muted: #516071;
  --line: rgba(18, 24, 38, 0.12);
  --shadow: 0 22px 60px rgba(13, 23, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.wrap {
  width: min(1180px, calc(100vw - 42px));
  margin: 0 auto;
}

body .wrap,
section > .wrap,
.wp-block-group > .wrap,
.hero .hero-content {
  margin-left: auto;
  margin-right: auto;
}

.walkthrough-grid > *,
.split > *,
.reverse > *,
.single-hero-image,
.product-shot {
  min-width: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 76px;
  padding: 0 32px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-solid {
  background: rgba(13, 23, 38, 0.94);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.brand,
.brand-image-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-logo-hce {
  height: 58px;
  max-width: 278px;
}

.primary-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 800;
}

.primary-nav a,
.site-footer nav a,
.text-link {
  text-decoration: none;
}

.primary-nav a:hover,
.site-footer nav a:hover {
  color: var(--aqua);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--blue);
  border-color: rgba(255, 255, 255, 0.12);
}

.button-primary:hover {
  background: var(--blue-dark);
}

.header-cta {
  justify-self: end;
  min-height: 40px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  white-space: nowrap;
}

.header-cta:hover {
  color: var(--white);
  border-color: rgba(111, 215, 234, 0.6);
  background: rgba(47, 128, 216, 0.26);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--blue-dark);
  font-weight: 900;
}

.text-link::after {
  content: ">";
  margin-left: 8px;
}

.text-link:hover {
  color: var(--aqua);
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  overflow: hidden;
  background: var(--navy);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: var(--hce-hero-image);
  background-repeat: no-repeat;
  background-size: min(760px, 58vw) auto;
  background-position: 92% 54%;
  opacity: 0.74;
  filter: saturate(0.94);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 30, 0.97) 0%, rgba(8, 18, 30, 0.88) 48%, rgba(8, 18, 30, 0.48) 100%),
    linear-gradient(0deg, rgba(8, 18, 30, 0.72) 0%, rgba(8, 18, 30, 0.08) 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 124px 0 84px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow.dark {
  color: var(--blue-dark);
}

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

h1,
h2,
h3,
p,
li {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 850px;
  font-size: 68px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 22px;
}

.hero-copy {
  max-width: 760px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  max-width: 850px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(111, 215, 234, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(13, 23, 38, 0.38);
  font-size: 13px;
  font-weight: 800;
}

.intro-band {
  padding: 56px 0;
  background: var(--white);
}

.intro-grid,
.split,
.comparison-grid,
.service-detail-grid,
.final-grid,
.footer-grid,
.walkthrough-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 52px;
  align-items: center;
}

.intro-grid p:last-child,
.section-copy p,
.service-card p,
.pricing-panel p,
.final-grid p,
.site-footer p,
.blog-empty p,
.blog-card p,
.resource-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.metric-strip {
  padding: 18px 0;
  background: #102231;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-grid article {
  min-height: 166px;
  padding: 24px;
  background: #102231;
}

.metric-grid strong {
  display: block;
  margin-bottom: 9px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
}

.metric-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.metric-grid a {
  color: rgba(111, 215, 234, 0.92);
  font-weight: 800;
  text-decoration: none;
}

.section {
  padding: 92px 0;
}

.section.alt,
.role-section,
.blog-list-section {
  background: var(--white);
}

.door-section {
  background: #eef5fb;
}

.organic-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
}

.section-copy {
  display: grid;
  gap: 22px;
}

.service-detail-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
}

.section-copy h2,
.section-head h2,
.faq-grid h2 {
  color: var(--blue-dark);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #26354a;
  font-weight: 760;
}

.check-list li strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-weight: 900;
}

.feature-rows {
  display: grid;
  gap: 12px;
}

.feature-rows div {
  padding: 16px 0 17px;
  border-top: 1px solid var(--line);
}

.feature-rows strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.25;
}

.feature-rows span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.compact-feature-rows {
  margin-top: 4px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 128, 216, 0.18);
}

.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.service-card,
.comparison-preview-grid article,
.door-card-grid article,
.role-grid article,
.blog-card,
.blog-empty,
.resource-card {
  border: 1px solid rgba(31, 99, 180, 0.15);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(13, 23, 38, 0.06);
}

.service-card {
  display: grid;
  gap: 16px;
  padding: 32px;
  min-height: 360px;
}

.service-card > span,
.story-label,
.role-grid span {
  display: block;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card h3 {
  color: var(--ink);
  font-size: 32px;
}

.callout-card {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(66, 191, 217, 0.08), rgba(47, 128, 216, 0.04)),
    var(--white);
}

.organic-callout {
  color: var(--white);
  border-color: rgba(111, 215, 234, 0.24);
  background:
    linear-gradient(145deg, rgba(13, 23, 38, 0.98), rgba(18, 64, 105, 0.94)),
    var(--navy);
  box-shadow: 0 24px 70px rgba(13, 23, 38, 0.2);
}

.organic-callout h3 {
  color: var(--white);
}

.organic-callout p {
  color: rgba(255, 255, 255, 0.76);
}

.organic-callout > span {
  color: var(--aqua);
}

.organic-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 2px;
}

.organic-flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16%;
  right: 16%;
  height: 2px;
  background: rgba(111, 215, 234, 0.35);
}

.organic-flow span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(111, 215, 234, 0.36);
  border-radius: 999px;
  color: var(--white);
  background: rgba(13, 23, 38, 0.92);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.organic-callout .callout-list div {
  border-color: rgba(111, 215, 234, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.organic-callout .callout-list strong {
  color: var(--white);
}

.organic-callout .callout-list span {
  color: rgba(255, 255, 255, 0.72);
}

.callout-list {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.callout-list div {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(31, 99, 180, 0.14);
  border-radius: 6px;
  background: rgba(47, 128, 216, 0.08);
}

.callout-list strong {
  display: block;
  color: #143f6f;
  font-size: 14px;
  line-height: 1.25;
}

.callout-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin-bottom: 14px;
}

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

.role-grid article {
  min-height: 254px;
  padding: 24px;
}

.role-grid span {
  margin-bottom: 12px;
}

.role-grid p,
.comparison-preview-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.comparison-section {
  background: #eef5fb;
}

.comparison-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.door-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.door-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.door-card-grid article {
  min-height: 286px;
  padding: 22px;
}

.door-card-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.door-card-grid h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.door-card-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.comparison-preview-grid article {
  min-height: 214px;
  padding: 22px;
}

.comparison-preview-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.comparison-preview-grid h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.pricing-section,
.final-cta {
  background: var(--navy);
  color: var(--white);
}

.resource-section {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.resource-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 26px;
}

.resource-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}

.resource-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pricing-panel,
.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: 38px;
  align-items: center;
}

.pricing-panel h2,
.final-grid h2 {
  color: var(--white);
  margin-bottom: 18px;
}

.pricing-panel p,
.final-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-points {
  display: grid;
  gap: 10px;
}

.pricing-points span {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(111, 215, 234, 0.28);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 850;
}

.faq-section {
  padding: 88px 0;
  background: var(--paper);
}

.faq-grid {
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid rgba(31, 99, 180, 0.15);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(13, 23, 38, 0.05);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  padding: 78px 0;
}

.final-grid .button {
  justify-self: end;
}

.final-actions {
  display: grid;
  gap: 12px;
  justify-self: end;
  width: min(100%, 320px);
}

.final-actions .button {
  width: 100%;
}

.walkthrough-hero,
.single-hero {
  padding: 142px 0 78px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(13, 23, 38, 0.97), rgba(18, 98, 127, 0.9)),
    var(--navy);
}

.service-hero .wrap,
.single-hero .wrap {
  display: block;
}

.single-hero-image {
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(111, 215, 234, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.24);
}

.single-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  height: auto;
  object-fit: cover;
}

.product-shot {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 99, 180, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-shot img {
  width: 100%;
  height: auto;
}

.product-shot figcaption {
  padding: 14px 18px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  border-top: 1px solid var(--line);
}

.blog-card-grid,
.blog-empty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blog-card,
.blog-empty {
  overflow: hidden;
  padding: 26px;
}

.blog-card-image,
.blog-card-image-static {
  display: block;
  width: calc(100% + 52px);
  aspect-ratio: 16 / 9;
  margin: -26px -26px 22px;
  overflow: hidden;
  background: #dcebf4;
}

.blog-card-image img,
.blog-card-image-static {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card h3,
.blog-empty h3 {
  margin: 0 0 12px;
}

.blog-card h3 a,
.resource-card h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-pagination {
  margin-top: 36px;
}

.single-article .readable,
.wp-page-content .readable {
  max-width: 860px;
}

.article-body,
.wp-page-content {
  padding: 92px 0;
}

.article-body p,
.article-body li,
.wp-page-content p,
.wp-page-content li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.site-footer {
  padding: 42px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #08121e;
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-logo-solvr {
  height: 36px;
  max-width: 160px;
}

.site-footer p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer nav {
  display: grid;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    padding: 10px 18px;
  }

  .primary-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .intro-grid,
  .comparison-grid,
  .service-detail-grid,
  .door-grid,
  .pricing-panel,
  .final-grid,
  .footer-grid,
  .walkthrough-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .role-grid,
  .metric-grid,
  .comparison-preview-grid,
  .door-card-grid,
  .resource-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-grid .button,
  .final-actions {
    justify-self: start;
  }

  .final-actions {
    width: min(100%, 340px);
  }
}

@media (max-width: 720px) {
  .split,
  .reverse {
    grid-template-columns: 1fr;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    position: absolute;
  }

  .brand-logo-hce {
    height: 48px;
    max-width: 230px;
  }

  .header-cta {
    min-height: 38px;
    padding: 9px 11px;
    font-size: 10px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-media {
    background-size: 680px auto;
    background-position: 58% 88%;
    opacity: 0.42;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 18, 30, 0.98) 0%, rgba(8, 18, 30, 0.9) 58%, rgba(8, 18, 30, 0.68) 100%);
  }

  .hero-content {
    padding: 166px 0 70px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .single-hero h1,
  .walkthrough-hero h1 {
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 32px;
  }

  h3,
  .service-card h3 {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .section,
  .faq-section,
  .article-body,
  .wp-page-content {
    padding: 64px 0;
  }

  .role-grid,
  .metric-grid,
  .comparison-preview-grid,
  .door-card-grid,
  .resource-card-grid,
  .blog-card-grid,
  .blog-empty-grid {
    grid-template-columns: 1fr;
  }

  .metric-grid article,
  .role-grid article,
  .service-card {
    min-height: auto;
  }
}
