:root {
  --ink: #071f3d;
  --ink-soft: #243e63;
  --muted: #5d6f89;
  --line: #d8e4ef;
  --line-strong: #b6d3e9;
  --surface: #ffffff;
  --surface-soft: #f5fbff;
  --surface-cyan: #eafcff;
  --teal: #00a99d;
  --teal-dark: #047d78;
  --blue: #1266e3;
  --blue-dark: #084cb5;
  --amber: #d49316;
  --shadow: 0 24px 70px rgba(7, 31, 61, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

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

img,
svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  width: 28px;
  height: 32px;
}

.brand-mark span {
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--blue), var(--teal));
}

.brand-mark span:nth-child(1) { height: 12px; }
.brand-mark span:nth-child(2) { height: 22px; }
.brand-mark span:nth-child(3) { height: 29px; }
.brand-mark span:nth-child(4) { height: 20px; }
.brand-mark span:nth-child(5) { height: 15px; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-left: auto;
  color: #0d2442;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-cta {
  padding: 0 22px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(18, 102, 227, 0.22);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 28px;
  align-items: center;
  width: min(100%, var(--max));
  min-height: 690px;
  margin: 0 auto;
  padding: 42px 24px 88px;
}

.hero-copy {
  max-width: 600px;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 58px;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.button {
  padding: 0 24px;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 38px rgba(18, 102, 227, 0.24);
}

.button-secondary {
  color: var(--blue);
  background: #fff;
  border-color: var(--blue);
}

.button-light {
  min-width: 190px;
  color: var(--blue);
  background: #fff;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.trust-row div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px 12px;
  align-items: center;
  min-width: 0;
}

.trust-row strong,
.trust-row small {
  display: block;
  grid-column: 2;
}

.trust-row strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.trust-row small {
  margin-top: -6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.mini-icon,
.service-icon,
.outcome-icon,
.engagement-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mini-icon {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-visual::before {
  position: absolute;
  inset: 8% 3% 5% 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 50% 48%, rgba(0, 169, 157, 0.14), transparent 38%), radial-gradient(circle at 70% 25%, rgba(18, 102, 227, 0.1), transparent 36%);
  filter: blur(4px);
}

.hero-visual img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 76px 24px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.outcomes-copy h2,
.contact-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.section-heading p,
.outcomes-copy > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
}

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

.service-card {
  padding: 12px 46px 8px;
  border-right: 1px solid var(--line);
}

.service-card:first-child {
  padding-left: 0;
}

.service-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  border-radius: 999px;
  background-color: #e9fbfd;
}

.service-card:nth-child(2) .service-icon {
  background-color: #edf5ff;
}

.service-card:nth-child(3) .service-icon {
  background-color: #fff7e6;
}

.service-card h3,
.workflow h3,
.engagement-grid h3,
.impact-panel h3,
.outcome-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}

.service-card p,
.workflow p,
.engagement-grid p,
.impact-panel p,
.outcome-grid p,
.faq-list p,
.site-footer p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 14px;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
}

.service-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--teal);
  font-weight: 900;
  content: "\2713";
}

.service-card:nth-child(3) li::before {
  color: var(--amber);
}

.workflow-section {
  padding-top: 50px;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}

.workflow::before {
  position: absolute;
  top: 19px;
  right: 10%;
  left: 10%;
  height: 2px;
  border-top: 2px dotted #6883a1;
  content: "";
}

.workflow article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-size: 16px;
  font-weight: 900;
}

.workflow article::before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 31, 61, 0.08);
  content: "";
}

.workflow article:nth-child(1)::before { background-image: var(--icon-search); background-repeat: no-repeat; background-position: center; background-size: 38px; }
.workflow article:nth-child(2)::before { background-image: var(--icon-tools); background-repeat: no-repeat; background-position: center; background-size: 38px; }
.workflow article:nth-child(3)::before { background-image: var(--icon-code); background-repeat: no-repeat; background-position: center; background-size: 38px; }
.workflow article:nth-child(4)::before { background-image: var(--icon-shield); background-repeat: no-repeat; background-position: center; background-size: 38px; }
.workflow article:nth-child(5)::before { background-image: var(--icon-growth); background-repeat: no-repeat; background-position: center; background-size: 38px; }

.workflow p {
  font-size: 14px;
}

.outcomes-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 58px;
  width: 100%;
  margin: 30px 0 0;
  padding: 76px max(24px, calc((100vw - var(--max)) / 2 + 24px));
  background: linear-gradient(90deg, #e9fbfe 0%, #f8fdff 56%, #fff 100%);
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin-top: 42px;
}

.outcome-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
  border-radius: 999px;
  background-color: #d9f8fb;
}

.outcome-grid strong {
  display: block;
  color: var(--teal);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.outcome-grid h3 {
  margin-top: 8px;
}

.outcome-grid p {
  font-size: 14px;
}

.impact-panel {
  align-self: start;
  padding: 32px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.panel-label {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.impact-stats strong {
  display: block;
  color: var(--teal);
  font-size: 26px;
  font-weight: 900;
}

.impact-stats span {
  display: block;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.engagement-section {
  padding-bottom: 42px;
}

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

.engagement-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px 24px;
  padding: 6px 36px;
  border-right: 1px solid var(--line);
}

.engagement-grid article:first-child {
  padding-left: 0;
}

.engagement-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.engagement-icon {
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background-color: #e9fbfd;
}

.engagement-grid article:nth-child(2) .engagement-icon {
  background-color: #edf5ff;
}

.engagement-grid article:nth-child(3) .engagement-icon {
  background-color: #fff7e6;
}

.engagement-grid p {
  font-size: 14px;
}

.faq-section {
  padding-top: 38px;
}

.faq-list {
  max-width: 930px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.faq-list details + details {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--blue);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
}

.contact-band {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  margin: 30px auto 0;
  padding: 28px 34px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(100deg, var(--teal) 0%, #0aa3bf 48%, var(--blue) 100%);
  box-shadow: 0 28px 70px rgba(18, 102, 227, 0.22);
}

.contact-band h2,
.contact-band h3,
.contact-band p {
  color: #fff;
}

.contact-band h2 {
  max-width: 560px;
}

.contact-action {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.contact-action h3 {
  margin: 0;
  font-size: 20px;
}

.contact-action p {
  margin: 4px 0 16px;
  opacity: 0.9;
}

.calendar-icon {
  width: 74px;
  height: 74px;
  background-image: var(--icon-calendar);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 54px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 42px 24px 54px;
}

.site-footer .brand {
  font-size: 21px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer a {
  color: var(--ink-soft);
  font-size: 14px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--blue);
}

.site-footer small {
  display: block;
  margin-top: 28px;
  color: var(--muted);
}

:root {
  --icon-shield: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 6 38 11v10c0 9-5.8 16.6-14 21-8.2-4.4-14-12-14-21V11l14-5Z' stroke='%2300a99d' stroke-width='3'/%3E%3Cpath d='m18 24 4 4 8-9' stroke='%231266e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-code: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18 15-9 9 9 9M30 15l9 9-9 9M27 10l-6 28' stroke='%231266e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-growth: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 36 20 24l7 7 13-17' stroke='%231266e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 14h9v9' stroke='%2300a99d' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-search: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='12' stroke='%2300a99d' stroke-width='3'/%3E%3Cpath d='m31 31 9 9' stroke='%231266e3' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M17 21h8M21 17v8' stroke='%2300a99d' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-tools: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 8 6 6-9 9-6-6 9-9ZM25 25l15 15M34 9l5 5-25 25-5-5L34 9Z' stroke='%231266e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-calendar: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='16' y='20' width='56' height='54' rx='7' fill='white'/%3E%3Cpath d='M16 34h56' stroke='%2300a99d' stroke-width='5'/%3E%3Cpath d='M30 14v14M58 14v14' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M28 46h10M50 46h10M28 59h10M50 59h10' stroke='%2300a99d' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.shield-icon,
.guard-icon {
  background-image: var(--icon-shield);
}

.chart-icon,
.bars-icon {
  background-image: var(--icon-growth);
}

.lock-icon {
  background-image: var(--icon-shield);
}

.target-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='38' cy='38' r='24' stroke='%2300a99d' stroke-width='4'/%3E%3Ccircle cx='38' cy='38' r='12' stroke='%231266e3' stroke-width='4'/%3E%3Cpath d='M38 38 58 18M58 18v12M58 18H46' stroke='%2300a99d' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.code-icon,
.enablement-icon {
  background-image: var(--icon-code);
}

.cloud-icon,
.operate-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 48H52a11 11 0 0 0 1-22 17 17 0 0 0-32 6 8 8 0 0 0 6 16Z' stroke='%23d49316' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 25v18M30 34l8-9 8 9' stroke='%231266e3' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.rocket-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 10c8 2 14 8 18 18-8 2-15 6-21 12l-9 9-9-9 9-9c6-6 10-13 12-21Z' stroke='%2300a99d' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M20 46 12 54M28 54l-6 6' stroke='%231266e3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.repeat-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47 22a18 18 0 0 0-31 9M19 18v13H6M19 44a18 18 0 0 0 31-9M47 48V35h13' stroke='%2300a99d' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.advisory-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='22' r='8' stroke='%2300a99d' stroke-width='4'/%3E%3Ccircle cx='43' cy='22' r='8' stroke='%2300a99d' stroke-width='4'/%3E%3Cpath d='M9 50c3-10 21-10 24 0M31 50c3-10 21-10 24 0' stroke='%231266e3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

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

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 34px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .service-grid,
  .engagement-grid,
  .outcomes-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:first-child,
  .service-card:last-child,
  .engagement-grid article,
  .engagement-grid article:first-child,
  .engagement-grid article:last-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child,
  .engagement-grid article:last-child {
    border-bottom: 0;
  }

  .outcomes-section {
    gap: 36px;
  }

  .contact-band {
    grid-template-columns: 74px 1fr;
  }

  .contact-action {
    grid-column: 1 / -1;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 16px;
  }

  .brand {
    font-size: 20px;
  }

  .nav-cta {
    display: none;
  }

  .site-nav {
    gap: 18px;
    font-size: 13px;
  }

  .hero,
  .section,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: 40px;
  }

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

  .hero-actions,
  .trust-row,
  .outcome-grid,
  .impact-stats {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .trust-row {
    display: grid;
  }

  .workflow {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .workflow::before {
    display: none;
  }

  .workflow article {
    position: relative;
    display: block;
    min-height: 112px;
    padding-left: 112px;
    text-align: left;
  }

  .workflow span,
  .workflow article::before {
    margin: 0;
  }

  .workflow span {
    position: absolute;
    top: 0;
    left: 60px;
  }

  .workflow article::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .workflow h3 {
    padding-top: 18px;
    margin-bottom: 8px;
    line-height: 1.15;
  }

  .workflow p {
    margin-top: 0;
  }

  .outcome-grid {
    display: grid;
  }

  .outcomes-section {
    padding: 58px 18px;
  }

  .contact-band {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
    padding: 24px;
  }

  .contact-band h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition: none !important;
  }
}
