:root {
  --ink: #102027;
  --muted: #5b6870;
  --line: #dbe5e7;
  --paper: #ffffff;
  --soft: #f5f9fc;
  --teal: #006fc9;
  --teal-dark: #062b55;
  --blue: #006fc9;
  --blue-soft: #e7f3ff;
  --red: #006fc9;
  --gold: #8aa4bd;
  --shadow: 0 24px 80px rgba(6, 43, 85, 0.14);
  color-scheme: light;
}

* {
  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(--paper);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(8, 120, 216, 0.08), transparent 42%),
    linear-gradient(180deg, #f9fcff 0%, #ffffff 42%, #f5f9fc 100%);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 30;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: var(--teal-dark);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(16, 32, 39, 0.08);
  box-shadow: 0 10px 40px rgba(8, 47, 56, 0.08);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-logo {
  display: block;
  width: 220px;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(8, 47, 56, 0.2);
}

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

.brand strong {
  font-size: 1rem;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #263940;
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-list li {
  margin: 0;
  padding: 0;
}

.nav-links a:not(.nav-cta) {
  opacity: 0.86;
}

.nav-links a:not(.nav-cta):hover {
  opacity: 1;
  color: var(--teal);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 26px rgba(8, 120, 216, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 56px;
  background:
    linear-gradient(145deg, rgba(4, 31, 64, 0.98), rgba(7, 76, 135, 0.93)),
    radial-gradient(circle at 82% 12%, rgba(8, 120, 216, 0.25), transparent 34%);
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.12));
}

.hero-inner,
.section,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.wp-block-group.section {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: none !important;
}

.wp-block-group.section.platform,
.wp-block-group.section.about {
  width: 100% !important;
  max-width: none !important;
}

.wp-block-group.section > .wp-block-group__inner-container {
  width: min(1180px, calc(100vw - 40px)) !important;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.wp-block-group.section.platform > .wp-block-group__inner-container,
.wp-block-group.section.about > .wp-block-group__inner-container {
  width: 100% !important;
  margin-left: 0;
  transform: none;
}

.hero > .wp-block-group__inner-container {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
}

.hero .hero-inner {
  width: 100%;
}

.hero-inner > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-inner > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #bfe9e9;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.25;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero p {
  color: #d7e8e9;
}

.hero-lede {
  max-width: 650px;
  font-size: 1.17rem;
}

.hero-actions,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.wp-block-button.button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  font-weight: 800;
}

.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 120, 216, 0.25);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.wp-block-buttons.hero-actions {
  gap: 12px;
}

.trust-strip {
  margin-top: 32px;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #e9f5f5;
  font-size: 0.86rem;
  font-weight: 750;
}

.hero-panel,
.product-board,
.service-card,
.industry-grid div,
.about-cards article,
.team-card,
.contact-form {
  border: 1px solid rgba(16, 32, 39, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 22px;
  color: var(--ink);
}

.panel-top,
.board-header,
.risk-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: #16a085;
  box-shadow: 0 0 0 5px rgba(19, 185, 129, 0.12);
}

.panel-badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0;
}

.score-grid > div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfd;
}

.score-grid small,
.board-header span {
  color: #344552;
  font-size: 0.78rem;
  font-weight: 750;
}

.score-grid strong {
  display: block;
  margin: 8px 0 10px;
  font-size: 1.8rem;
}

.bar {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe9eb;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal-dark), var(--blue));
}

.workflow-card {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
}

.workflow-step {
  display: grid;
  place-items: center;
  gap: 7px;
  min-width: 82px;
  font-size: 0.78rem;
  font-weight: 800;
}

.workflow-step svg {
  width: 22px;
  height: 22px;
}

.workflow-line {
  height: 2px;
  background: rgba(255, 255, 255, 0.24);
}

.risk-list {
  display: grid;
  gap: 10px;
}

.risk-list div {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #33484f;
}

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

.severity {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
}

.severity.high {
  background: var(--red);
}

.severity.med {
  background: var(--gold);
}

.severity.low {
  background: #16a085;
}

.section {
  padding: 84px 0;
}

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

.section-heading.narrow {
  max-width: 760px;
  text-align: center;
  margin-inline: auto;
}

.intro {
  padding-bottom: 24px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.six {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  padding: 26px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.service-card svg {
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  color: var(--teal);
}

.service-card p {
  flex: 1;
}

.service-card a {
  color: var(--red);
  font-weight: 800;
}

.platform {
  width: 100%;
  max-width: none;
  padding: 90px max(20px, calc((100% - 1180px) / 2));
  background: #041f40;
  color: #fff;
}

.platform p {
  color: #c9dcdf;
}

.platform .eyebrow {
  color: #8ed8db;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 52px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #e8f3f4;
}

.feature-list svg {
  flex: 0 0 auto;
  color: #8ed8db;
}

.product-board {
  padding: 24px;
  color: var(--ink);
}

.kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.kanban > div {
  min-height: 220px;
  padding: 14px;
  border-radius: 8px;
  background: #eef4f6;
}

.kanban h4 {
  margin: 0 0 14px;
  color: #17232c;
}

.kanban p {
  margin: 0 0 10px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 32, 39, 0.08);
  color: #2d3d49;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
}

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

.industry-grid div {
  min-height: 190px;
  padding: 24px;
  box-shadow: none;
}

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

.industry-grid strong {
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.industry-grid span {
  color: var(--muted);
  line-height: 1.6;
}

.about {
  width: 100%;
  max-width: none;
  padding: 90px max(20px, calc((100% - 1180px) / 2));
  background: #f5f9fc;
}

.about-split {
  align-items: start;
}

.about-cards {
  display: grid;
  gap: 14px;
}

.about-cards article {
  padding: 24px;
  box-shadow: none;
}

.about-cards span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.about-cards p {
  margin-bottom: 0;
}

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

.team-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  box-shadow: none;
}

.team-photo {
  width: 100%;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf3f4;
}

.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.avatar {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
  font-weight: 900;
}

.team-card h3 {
  margin-bottom: 6px;
}

.team-card .role {
  margin-bottom: 14px;
  color: var(--teal);
  font-weight: 850;
}

.team-card a {
  color: var(--red);
  font-weight: 850;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 245px;
  padding: 26px;
  border-radius: 8px;
  background: var(--teal-dark);
  color: #fff;
}

.timeline span {
  display: inline-flex;
  margin-bottom: 46px;
  color: #8ed8db;
  font-weight: 900;
}

.timeline p {
  color: #d0e2e4;
}

.resource-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef6ff, #f8fbff);
}

.resource-band > div {
  max-width: 720px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-methods a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--teal);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #263940;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfd;
  color: var(--ink);
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.site-footer {
  padding: 42px 0;
  background: #041f40;
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.footer-brand small {
  color: #aac9cf;
}

.footer-logo-frame {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
}

.footer-logo {
  width: 150px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 750;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px;
}

.site-footer p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: #aac9cf;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
    align-items: stretch;
  }

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

  .nav-cta {
    justify-content: center;
  }

  .hero-inner > .wp-block-group__inner-container,
  .split,
  .about-split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 34px;
  }

  .card-grid.six,
  .industry-grid,
  .team-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-card {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 680px) {
  .nav,
  .hero-inner,
  .section,
  .footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .brand-logo {
    width: 158px;
  }

  .hero {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.55rem);
  }

  .hero-actions .button,
  .resource-band .button,
  .contact-form .button {
    width: 100%;
  }

  .hero-panel {
    padding: 16px;
  }

  .score-grid,
  .card-grid.six,
  .industry-grid,
  .team-grid,
  .timeline,
  .kanban {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-photo {
    min-height: 320px;
  }

  .workflow-card {
    grid-template-columns: 1fr;
  }

  .workflow-line {
    width: 2px;
    height: 18px;
    margin: 0 auto;
  }

  .section {
    padding: 62px 0;
  }

  .platform {
    padding: 64px 14px;
  }

  .resource-band,
  .footer-inner {
    display: grid;
  }

  .resource-band {
    padding: 24px;
  }
}
