:root {
  --navy: #071f36;
  --ink: #07162c;
  --green: #179b2e;
  /* 5.48:1 contrast with white for small primary-button text. */
  --button-green: #117a25;
  --button-green-hover: #0b6b1e;
  --lime: #55bd20;
  --line: #dce4e9;
  --muted: #5f6e80;
  --surface: #f7f9fa;
  --site-width: 1240px;
  --site-gutter: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 1.25rem;
}

/* Blog and article pages */
.blog-page { padding-top: 5.8rem; }
.blog-hero { padding: 2rem 0 1.7rem; }
.blog-hero__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 4rem; align-items: center; }
.blog-hero h1 { max-width: 32rem; margin: .8rem 0; font-size: clamp(2.25rem, 4.2vw, 3.6rem); line-height: 1.06; letter-spacing: -.055em; }
.blog-hero h1 em { color: var(--green); font-style: normal; }
.blog-hero p:not(.eyebrow) { max-width: 29rem; color: #425168; font-size: .88rem; line-height: 1.55; }
.blog-tools { padding-top: 2rem; }
.blog-search { display: flex; align-items: center; gap: .7rem; border: 1px solid #dbe4e8; border-radius: .7rem; padding: .75rem 1rem; box-shadow: 0 .2rem .8rem rgba(10,30,50,.05); }
.blog-search svg { width: 1.35rem; color: #12253d; }
.blog-search input { width: 100%; border: 0; outline: 0; color: #16263d; font: inherit; font-size: .82rem; }
.blog-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .85rem; }
.blog-filters button { border: 1px solid #dbe4e8; border-radius: .55rem; background: #fff; padding: .55rem .9rem; color: #314155; font: 600 .72rem inherit; cursor: pointer; }
.blog-filters button[aria-pressed="true"] { border-color: var(--button-green); background: var(--button-green); color: #fff; }
.blog-featured { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #dce5e9; border-radius: .8rem; box-shadow: 0 .4rem 1.4rem rgba(8,29,48,.06); }
.blog-featured__image { min-height: 16rem; background: #06233b; }
.blog-featured__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.blog-featured article { position: relative; padding: 2.1rem; }
.blog-tag, .blog-card__tag { margin: 0 0 .6rem; color: #208d34; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-tag { display: flex; align-items: center; gap: .25rem; }
.blog-tag svg { width: .8rem; }
.blog-featured h2 { max-width: 28rem; margin: 0; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.035em; }
.blog-featured h2 a, .blog-card h2 a { color: inherit; text-decoration: none; }
.blog-featured article > p:not(.blog-tag) { color: #536177; font-size: .78rem; line-height: 1.55; }
.blog-author { display: flex; align-items: center; gap: .55rem; margin-top: 1rem; color: #637086; font-size: .67rem; }
.blog-author > span:nth-child(2) { display: grid; }
.blog-author strong { color: #243249; }
.blog-author small { font-size: .62rem; }
.blog-author time { margin-left: auto; }
.blog-avatar { display: inline-grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: #0b2b43; color: #c7f275; font-size: .58rem; font-weight: 800; }
.blog-read { position: absolute; right: 2rem; bottom: 1.9rem; display: inline-flex; align-items: center; gap: .35rem; color: #16872e; font-size: .7rem; font-weight: 700; }
.blog-read svg { width: .9rem; }
.blog-grid-section { padding: 1.25rem 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.blog-card { overflow: hidden; border: 1px solid #dce5e9; border-radius: .65rem; background: #fff; }
.blog-card > a { display:block; height: 8.6rem; background: #06233b; }
.blog-card > a img { width: 100%; height: 100%; object-fit: cover; }
.blog-card > div { padding: .75rem .9rem .85rem; }
.blog-card h2 { min-height: 2.5rem; margin: .15rem 0 .35rem; font-size: .96rem; line-height: 1.25; letter-spacing: -.025em; }
.blog-card p { min-height: 3.55rem; margin: 0; color: #526075; font-size: .69rem; line-height: 1.45; }
.blog-card footer { display: flex; gap: .45rem; align-items: center; margin-top: .55rem; color: #68758a; font-size: .61rem; }
.blog-card footer time { margin-left: auto; }
.blog-card footer span:last-child { display: inline-flex; align-items: center; gap: .2rem; }
.blog-card footer svg { width: .72rem; }
.blog-empty { margin: 1.5rem 0; color: #425168; text-align: center; }
.blog-topics { padding: .8rem 0 1.2rem; }
.blog-topics .section-title { margin-bottom: .65rem; }
.blog-topic-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .7rem; }
.blog-topic-grid button { display: flex; align-items: center; gap: .55rem; border: 1px solid #e0e7e9; border-radius: .55rem; background: #fff; padding: .65rem; text-align: left; cursor: pointer; }
.blog-topic-grid svg { width: 1.35rem; color: #25a53b; }
.blog-topic-grid strong, .blog-topic-grid small { display: block; font-size: .62rem; line-height: 1.4; }
.blog-topic-grid small { color: #65738a; }
.blog-newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.2rem; }
.blog-newsletter > div { border: 1px solid #dce5e9; border-radius: .7rem; padding: 1.2rem; }
.blog-newsletter__form { display: grid; grid-template-columns: 3.5rem 1fr; gap: .8rem; }
.blog-newsletter__form > svg { width: 2.6rem; height: 2.6rem; border-radius: .7rem; background: #092a46; padding: .6rem; color: #d5f58a; }
.blog-newsletter h2 { margin: 0; font-size: 1.08rem; line-height: 1.25; }
.blog-newsletter p { color: #536177; font-size: .69rem; line-height: 1.5; }
.blog-newsletter form { display: flex; margin-top: .55rem; }
.blog-newsletter input { min-width: 0; flex: 1; border: 1px solid #d6e0e5; border-radius: .4rem 0 0 .4rem; padding: .55rem .7rem; font: inherit; font-size: .68rem; }
.blog-newsletter form .btn-primary { border-radius: 0 .4rem .4rem 0; padding: .5rem .85rem; font-size: .68rem; }
.blog-newsletter small { color: #65738a; font-size: .61rem; }
.blog-newsletter small svg { width: .7rem; vertical-align: middle; }
.form-flash { border-radius: .35rem; padding: .35rem .5rem; }
.form-flash--success { background:#e7f7e9; color:#126628!important; }.form-flash--error { background:#fff0f0; color:#9b2020!important; }.form-flash--info { background:#edf5ff; color:#194f86!important; }
.blog-newsletter__team > div { display: flex; align-items: center; margin-top: .75rem; }.blog-newsletter__team .blog-avatar + .blog-avatar { margin-left: -.35rem; border: 2px solid #fff; }.blog-newsletter__team strong { margin-left: .8rem; color: #1d982f; font-size: 1.3rem; }.blog-newsletter__team strong small { display: inline-block; margin-left: .3rem; color:#526075; font-weight:400; }
.article-page { padding: 7.5rem 0 2rem; }.article-content { max-width: 52rem; }.article-back { display: inline-flex; gap:.35rem; align-items:center; margin-bottom: 1.5rem; color:#16872e; font-size:.75rem; font-weight:700; text-decoration:none; }.article-back svg { width: 1rem; }.article-content h1 { max-width: 48rem; margin:.4rem 0 .8rem; font-size:clamp(2.1rem,5vw,3.5rem); line-height:1.08; letter-spacing:-.055em; }.article-lead { max-width:43rem; color:#526075; font-size:1rem; line-height:1.6; }.article-meta { display:flex; align-items:center; gap:.6rem; margin:1rem 0; color:#647187; font-size:.7rem; }.article-meta time { margin-left:auto; }.article-cover { width:100%; border-radius:.75rem; }.article-copy { max-width:43rem; margin:2rem auto; color:#344357; font-size:.95rem; line-height:1.75; }.article-copy h2 { margin-top:2rem; color:#0c1d35; font-size:1.45rem; }.article-cta { border-radius:.7rem; background:#06263e; padding:1.5rem; color:#fff; }.article-cta h2 { margin:0; }.article-cta p { color:#d7e2ec; }.article-not-found { min-height:45vh; padding-top:8rem; }
@media (max-width: 820px) { .blog-hero__grid,.blog-featured,.blog-newsletter { grid-template-columns:1fr; gap:1.5rem; }.blog-tools { padding-top:0; }.blog-topic-grid { grid-template-columns:repeat(3,1fr); }.blog-featured article { padding:1.4rem; }.blog-read { position:static; margin-top:1rem; }.blog-author time { margin-left:0; }.blog-card > a { height:11rem; } }
@media (max-width: 560px) { .blog-page { padding-top:5rem; }.blog-hero { padding-top:1.2rem; }.blog-grid { grid-template-columns:1fr; }.blog-topic-grid { grid-template-columns:repeat(2,1fr); }.blog-newsletter__form { grid-template-columns:1fr; }.blog-newsletter form { display:grid; gap:.5rem; }.blog-newsletter input,.blog-newsletter form .btn-primary { border-radius:.4rem; }.article-page { padding-top:6rem; }.article-meta { flex-wrap:wrap; }.article-meta time { margin-left:0; } }

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.site-container {
  width: min(100% - (2 * var(--site-gutter)), var(--site-width));
  margin-inline: auto;
}

.eyebrow {
  margin: 0;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.display {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1.35rem;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn-primary {
  background: var(--button-green);
  color: #fff;
}

.btn-primary:hover {
  background: var(--button-green-hover);
  transform: translateY(-1px);
}

.btn-outline {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.btn-outline:hover {
  border-color: var(--green);
  color: var(--green);
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.metric-band > * {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.metric-band > * + * {
  border-left: 1px solid var(--line);
}

.dot-field {
  background-image: radial-gradient(circle, rgba(7, 31, 54, 0.18) 1px, transparent 1px);
  background-position: center;
  background-size: 18px 18px;
}

.site-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.site-header__inner {
  padding-top: 1rem;
}

.site-nav {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  box-shadow: 0 0.5rem 2rem rgba(7, 22, 44, 0.08);
}

.site-logo,
.site-logo img {
  display: block;
}

.site-logo img {
  width: auto;
  height: 2.5rem;
}

.site-nav__links,
.site-nav__actions {
  display: flex;
  align-items: center;
}

.site-nav__links {
  gap: clamp(0.85rem, 2vw, 1.75rem);
}

.site-nav__links a {
  position: relative;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav__links a:hover,
.site-nav__links a[aria-current="page"] {
  color: var(--green);
}

.site-nav__links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
}

.site-nav__actions {
  gap: 0.55rem;
}

.site-nav__toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.27rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.site-nav__toggle span {
  width: 1rem;
  height: 1.5px;
  background: currentColor;
}

.mobile-menu {
  margin-top: 0.5rem;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: 0 0.5rem 2rem rgba(7, 22, 44, 0.08);
}

.mobile-menu a {
  display: block;
  border-radius: 0.7rem;
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.mobile-menu a:hover {
  background: var(--surface);
  color: var(--green);
}

.site-footer { background: #fff; color: rgba(255, 255, 255, 0.7); padding: 0 var(--site-gutter); }

.site-footer__shell {
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: var(--navy);
  background-image: radial-gradient(circle at 2% 3%, rgba(85, 189, 32, .42) 1px, transparent 1.5px), radial-gradient(circle at 98% 95%, rgba(85, 189, 32, .3) 1px, transparent 1.5px);
  background-size: .45rem .45rem, .45rem .45rem;
}

.site-footer__cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #fff;
}

.site-footer__cta-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-block: clamp(3rem, 7vw, 5.5rem);
}

.site-footer__cta .eyebrow {
  color: var(--lime);
}

.site-footer__cta .display {
  margin-top: 0.65rem;
  color: #fff;
  font-size: clamp(2.25rem, 4.5vw, 4.25rem);
}

.site-footer__cta p:last-child {
  max-width: 44rem;
  margin: 1rem 0 0;
}

.site-footer__cta-actions { display: flex; flex: 0 0 auto; gap: .75rem; }
.site-footer__cta .btn-primary { background: var(--button-green); }
.site-footer__cta .btn-outline { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(4, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4rem);
}

.site-footer__grid h3 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__grid a,
.site-footer__grid span {
  display: block;
  margin-top: 0.7rem;
  color: inherit;
  font-size: 0.84rem;
  line-height: 1.6;
  text-decoration: none;
}

.site-footer__grid a:hover {
  color: var(--lime);
}

.site-footer__brand img {
  width: auto;
  height: 2.75rem;
  filter: brightness(0) invert(1);
}

.site-footer__brand p {
  max-width: 22rem;
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  line-height: 1.8;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 clamp(1.5rem, 5vw, 4rem);
  padding-block: 1.35rem;
  font-size: 0.75rem;
}

.site-footer__bottom a {
  color: inherit;
}

@media (max-width: 1100px) {
  .site-nav__links,
  .site-nav__call {
    display: none;
  }

  .site-nav__toggle {
    display: flex;
  }

  .site-footer__grid {
    grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1101px) {
  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .metric-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-band > :nth-child(3) {
    border-left: 0;
  }

  .metric-band > :nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

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

  .site-footer__cta-inner {
    align-items: start;
    flex-direction: column;
  }

  .site-footer__cta-actions { flex-wrap: wrap; }

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

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-nav {
    min-height: 4rem;
    padding: 0.6rem 0.65rem 0.6rem 0.9rem;
  }

  .site-logo img {
    height: 2.15rem;
  }

  .site-nav__project {
    display: none;
  }

  .metric-band,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .metric-band > * + * {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .site-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer { padding: 0; }
  .site-footer__shell { border-radius: 0; }
  .site-footer__cta-actions { width: 100%; flex-direction: column; }
  .site-footer__cta-actions .btn-primary,
  .site-footer__cta-actions .btn-outline { width: 100%; }

  .site-footer__bottom {
    align-items: start;
    flex-direction: column;
    gap: 0.6rem;
  }
}

/* Screenshot-led Services and Work pages */
.public-hero { padding: 8.25rem 0 2rem; overflow: hidden; background: #fff; }
.public-hero__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(25rem, 1.1fr); align-items: center; gap: 2rem; min-height: 21rem; }
.public-hero__copy { position: relative; z-index: 2; max-width: 38rem; }
.public-hero .eyebrow { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid #d5dfe4; border-radius: 99px; padding: .38rem .7rem; color: var(--ink); font-size: .75rem; letter-spacing: .1em; }
.public-hero .eyebrow span { width: .55rem; height: .55rem; border-radius: 50%; background: var(--green); }
.public-hero h1 { margin: .85rem 0 .65rem; color: var(--ink); font-size: clamp(2.4rem, 4.2vw, 4rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
.public-hero h1 em { color: var(--green); font-style: normal; }
.public-hero__copy > p:not(.eyebrow) { max-width: 34rem; margin: 0; color: #354459; font-size: .92rem; line-height: 1.6; }
.public-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.public-actions i, .section-title i, .services-core-card span i, .work-project-card span i { width: 1rem; height: 1rem; }
.trust-copy { margin-top: 1rem; color: #68778a; font-size: .75rem; }
.trust-logos { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: .45rem; color: #526275; font-size: .75rem; font-weight: 700; }
.trust-logos i { font-weight: 700; }
.services-hero__art, .work-collage { position: relative; min-height: 22rem; }
.services-orbit { position: absolute; top: .5rem; left: -1rem; width: 10rem; height: 10rem; border: 2px dotted #90d77d; border-radius: 50%; opacity: .65; }
.services-dashboard { position: absolute; top: 1rem; right: 0; width: 82%; border: 1px solid #dce4e9; border-radius: .7rem; box-shadow: 0 .8rem 1.8rem rgba(7,22,44,.12); }
.services-phone { position: absolute; bottom: 0; left: 6%; width: 21%; height: 11.5rem; overflow: hidden; border: .35rem solid #0c1727; border-radius: 1rem; background: #fff; box-shadow: 0 .5rem 1rem rgba(7,22,44,.15); }
.services-phone img { width: 250%; max-width: none; transform: translateX(-15%); }
.services-automation { position: absolute; right: 4%; bottom: -1rem; display: grid; grid-template-columns: 2rem 1fr; gap: .1rem .45rem; width: 75%; border: 1px solid #dce4e9; border-radius: .65rem; background: #fff; padding: .65rem; box-shadow: 0 .5rem 1rem rgba(7,22,44,.1); font-size: .75rem; }
.services-automation i { grid-row: span 2; width: 1.5rem; color: var(--green); }.services-automation span { color: var(--muted); }
.services-capabilities { padding: .7rem 0 1rem; }.services-capabilities > div { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: .8rem; box-shadow: 0 .25rem 1rem rgba(7,22,44,.05); }
.services-capability { display: flex; align-items: center; gap: .6rem; padding: .8rem .7rem; }.services-capability + .services-capability { border-left: 1px solid var(--line); }.services-capability i { width: 1.5rem; color: var(--green); }.services-capability strong,.services-capability span { display:block; font-size:.75rem; }.services-capability span { color:var(--muted); }
.public-section { padding: 1.15rem 0; }.section-title { display:flex; align-items:center; justify-content:space-between; gap:1rem; }.public-section h2,.services-proof h2,.services-faqs h2,.work-industries h2,.work-testimonials h2 { margin:0 0 .65rem; color:var(--ink); font-size:1.15rem; letter-spacing:-.035em; }.section-title a { color:var(--button-green); font-size:.75rem; font-weight:700; text-decoration:none; }.section-title a i { vertical-align:middle; }
.services-core-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:.65rem; }.services-core-card { display:block; min-height: 12rem; border:1px solid var(--line); border-radius:.7rem; padding:1rem; color:var(--ink); text-decoration:none; }.services-core-card > i { width:2.1rem; height:2.1rem; color:var(--green); }.services-core-card h3 { display:inline; margin-left:.5rem; font-size:.78rem; }.services-core-card p { margin:.55rem 0; color:#405065; font-size:.75rem; line-height:1.45; }.services-core-card ul { margin:.4rem 0; padding-left:1rem; color:#4b5b6d; font-size:.75rem; line-height:1.5; }.services-core-card span { color:var(--button-green); font-size:.75rem; font-weight:700; }
.services-engage-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:.8rem; }.services-engage-card { min-height:7rem; border:1px solid var(--line); border-radius:.7rem; padding:.85rem; }.services-engage-card > i { float:right; width:3rem; height:3rem; color:var(--green); opacity:.85; }.services-engage-card h3 { margin:0; font-size:.75rem; }.services-engage-card p,.services-engage-card small { display:block; max-width:72%; margin:.4rem 0; color:#4b5b6d; font-size:.75rem; line-height:1.45; }.services-engage-card small { color:#586a7e; }
.services-proof { padding:.3rem 0 1rem; }.services-proof > div > div { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:.7rem; }.services-proof article { min-height:3.8rem; padding:.65rem; }.services-proof article + article { border-left:1px solid var(--line); }.services-proof strong,.services-proof span { display:block; }.services-proof strong { color:var(--button-green); font-size:.8rem; }.services-proof span { color:#425166; font-size:.75rem; }
.services-process ol { display:grid; grid-template-columns:repeat(6,1fr); gap:.5rem; padding:0; list-style:none; }.services-process-step { position:relative; text-align:center; }.services-process-step:not(:last-child)::after { position:absolute; top:1rem; left:62%; width:76%; border-top:1px dashed #9babb7; content:""; }.services-process-step i { display:grid; place-items:center; width:2.2rem; height:2.2rem; margin:auto; border:1px solid #dce4e9; border-radius:50%; padding:.5rem; color:var(--green); background:#fff; }.services-process-step h3 { margin:.5rem 0 .15rem; font-size:.75rem; }.services-process-step p { margin:0; color:#586a7e; font-size:.75rem; line-height:1.4; }
.services-faqs { padding: .5rem 0 1.25rem; }.services-faqs > div > div:last-child { display:grid; grid-template-columns:repeat(3,1fr); gap:.5rem; }.services-faq { border:1px solid var(--line); border-radius:.45rem; padding:.1rem .65rem; }.services-faq summary { display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-size:.75rem; font-weight:650; list-style:none; }.services-faq summary::-webkit-details-marker { display:none; }.services-faq summary i { width:.85rem; }.services-faq p { color:var(--muted); font-size:.75rem; line-height:1.45; }
.work-collage img { position:absolute; object-fit:cover; border:1px solid #dce4e9; border-radius:.55rem; background:#fff; box-shadow:0 .5rem 1.2rem rgba(7,22,44,.12); }.work-collage__0 { top:0; left:12%; width:42%; height:7rem; }.work-collage__1 { top:.7rem; right:4%; width:41%; height:7rem; }.work-collage__2 { left:3%; bottom:2rem; width:55%; height:9rem; }.work-collage__3 { right:0; bottom:0; width:42%; height:6.4rem; }
.work-projects { display:grid; grid-template-columns:repeat(4,1fr); gap:.7rem; }.work-project-card { overflow:hidden; border:1px solid var(--line); border-radius:.65rem; color:var(--ink); text-decoration:none; box-shadow:0 .15rem .6rem rgba(7,22,44,.04); }.work-project-card img { display:block; width:100%; height:6rem; object-fit:cover; background:#f7f9fa; }.work-project-card div { padding:.65rem; }.work-project-card small { color:#526275; font-size:.75rem; }.work-project-card h3 { margin:.2rem 0; font-size:.75rem; }.work-project-card p { min-height:2.3rem; margin:.25rem 0 .45rem; color:#4d5d70; font-size:.75rem; line-height:1.4; }.work-project-card span { color:var(--button-green); font-size:.75rem; font-weight:700; }
.work-metrics { padding:.5rem 0; }.work-metrics > div { display:grid; grid-template-columns:repeat(6,1fr); border-radius:.75rem; background:#05243c; color:#fff; overflow:hidden; }.work-metrics div div { padding:.8rem .6rem; text-align:center; }.work-metrics strong,.work-metrics span { display:block; }.work-metrics strong { color:#63ce31; font-size:1rem; }.work-metrics span { font-size:.75rem; }
.work-delivery h2,.work-industries h2,.work-testimonials h2,.work-approach h2 { text-align:center; }.work-delivery > div > div { display:grid; grid-template-columns:repeat(6,1fr); gap:.55rem; }.work-delivery-card,.work-industry-card { border:1px solid var(--line); border-radius:.6rem; padding:.7rem; text-align:center; }.work-delivery-card i,.work-industry-card i { width:1.7rem; color:var(--green); }.work-delivery-card h3,.work-industry-card h3 { margin:.35rem 0; font-size:.75rem; }.work-delivery-card p,.work-industry-card p { margin:0; color:#44566b; font-size:.75rem; line-height:1.35; }
.work-industries { padding:.3rem 0 .85rem; }.work-industries > div > div { display:grid; grid-template-columns:repeat(5,1fr); gap:.65rem; }.work-industry-card { display:flex; align-items:center; gap:.55rem; text-align:left; }.work-industry-card h3 { margin:0; }.work-testimonials { padding:.2rem 0 .9rem; }.work-testimonials > div > div { display:grid; grid-template-columns:1fr 1fr; gap:.7rem; }.work-testimonial { display:grid; grid-template-columns:3.4rem 1fr auto; align-items:center; gap:.65rem; margin:0; border:1px solid var(--line); border-radius:.65rem; padding:.7rem; }.work-testimonial img { width:3.2rem; height:3.2rem; border-radius:50%; object-fit:cover; }.work-testimonial p { margin:0 0 .35rem; color:#435267; font-size:.75rem; line-height:1.4; }.work-testimonial strong,.work-testimonial small { display:block; font-size:.75rem; }.work-testimonial small { color:#586a7e; }.work-testimonial > span { color:var(--button-green); font-size:.75rem; letter-spacing:.05em; }
.work-approach > div > div { display:grid; grid-template-columns:repeat(3,1fr); gap:.75rem; }.work-approach-step { position:relative; min-height:5.5rem; border:1px solid var(--line); border-radius:.6rem; padding:.75rem .75rem .75rem 3.3rem; }.work-approach-step b { position:absolute; top:.8rem; left:.75rem; display:grid; width:1.8rem; height:1.8rem; place-items:center; border-radius:50%; background:var(--button-green); color:#fff; font-size:.75rem; }.work-approach-step h3 { margin:0; font-size:.75rem; }.work-approach-step p { margin:.3rem 0 0; color:#44566b; font-size:.75rem; line-height:1.4; }
@media (max-width: 820px) { .public-hero__grid { grid-template-columns:1fr; }.services-hero__art,.work-collage { max-width:42rem; width:100%; margin:auto; }.services-capabilities > div,.services-proof > div > div { grid-template-columns:repeat(3,1fr); }.services-capability:nth-child(4),.services-capability:nth-child(5),.services-capability:nth-child(6),.services-proof article:nth-child(n+4) { border-top:1px solid var(--line); }.services-capability:nth-child(4),.services-proof article:nth-child(4),.services-proof article:nth-child(7) { border-left:0; }.services-core-grid { grid-template-columns:repeat(2,1fr); }.work-projects { grid-template-columns:repeat(2,1fr); }.work-delivery > div > div { grid-template-columns:repeat(3,1fr); }.work-industries > div > div { grid-template-columns:repeat(3,1fr); } }
@media (max-width: 560px) { .public-hero { padding-top:7rem; }.public-hero h1 { font-size:2.35rem; }.services-hero__art,.work-collage { min-height:16rem; }.services-capabilities > div,.services-core-grid,.services-engage-grid,.services-proof > div > div,.services-faqs > div > div:last-child,.work-projects,.work-delivery > div > div,.work-industries > div > div,.work-testimonials > div > div,.work-approach > div > div { grid-template-columns:1fr; }.services-capability + .services-capability,.services-proof article + article { border-left:0; border-top:1px solid var(--line); }.services-process ol { grid-template-columns:repeat(2,1fr); gap:1rem; }.services-process-step::after { display:none; }.work-metrics > div { grid-template-columns:repeat(3,1fr); }.work-testimonial { grid-template-columns:3.4rem 1fr; }.work-testimonial > span { grid-column:2; }.section-title { align-items:start; flex-direction:column; gap:.2rem; } }

@media (prefers-reduced-motion: reduce) {
  .btn-primary,
  .btn-outline {
    transition: none;
  }
}

/* Home page --------------------------------------------------------------- */
.home-page {
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}

.home-hero {
  position: relative;
  padding: 8.4rem 0 1.5rem;
  background:
    radial-gradient(circle at 82% 17%, rgba(85, 189, 32, 0.06), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fff 87%, #fafcfd 100%);
}

.home-hero__grid {
  display: grid;
  min-height: 31rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(32rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.home-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  border: 1px solid #d4dde3;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  color: #263445;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.home-pill span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--green);
}

.home-hero h1 {
  margin: 0;
  color: #07162c;
  font-size: clamp(2.65rem, 4vw, 3.65rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.home-hero h1 em {
  color: var(--green);
  font-style: normal;
}

.home-hero__lead {
  max-width: 39rem;
  margin: 1.25rem 0 0;
  color: #536174;
  font-size: 0.93rem;
  line-height: 1.75;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.home-actions .btn-primary,
.home-actions .btn-outline {
  min-height: 3.2rem;
  border-radius: 0.45rem;
  padding-inline: 1.55rem;
}

.home-actions svg,
.home-section__heading a svg,
.home-project-card a svg,
.home-service-card a svg {
  width: 1rem;
  height: 1rem;
}

.home-trust {
  margin-top: 1.5rem;
  color: var(--muted);
}

.home-trust p {
  margin: 0 0 0.7rem;
  font-size: 0.75rem;
}

.home-trust div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.home-trust strong {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.home-trust strong::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid #91a0b1;
  border-radius: 0.18rem;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.home-hero__visual {
  position: relative;
  min-height: 31rem;
}

.home-dot-orbit {
  position: absolute;
  top: -1.5rem;
  left: -4.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(85, 189, 32, 0.45) 1.2px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.6;
  mask-image: radial-gradient(circle, #000 18%, transparent 70%);
}

.home-dashboard {
  position: absolute;
  top: 0;
  right: 0;
  width: 87%;
  overflow: hidden;
  border: 1px solid #e0e6ea;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 1.25rem 3rem rgba(7, 31, 54, 0.13);
}

.home-dashboard img {
  display: block;
  width: 100%;
  height: auto;
}

.home-float {
  position: absolute;
  z-index: 2;
  border: 1px solid #e0e6ea;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1rem 2.5rem rgba(7, 31, 54, 0.12);
  color: #142235;
}

.home-float > span {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.home-float > strong {
  display: block;
  font-size: 1.15rem;
}

.home-float > small {
  color: var(--button-green);
  font-size: 0.75rem;
  font-weight: 700;
}

.home-float--analytics {
  bottom: 2.6rem;
  left: 0;
  width: 10rem;
  padding: 1.05rem;
}

.home-float--analytics b {
  display: flex;
  height: 3rem;
  align-items: end;
  gap: 0.35rem;
  margin-top: 0.6rem;
}

.home-float--analytics b i {
  width: 0.6rem;
  height: 45%;
  border-radius: 2px 2px 0 0;
  background: #2eb641;
}

.home-float--analytics b i:nth-child(2) { height: 82%; }
.home-float--analytics b i:nth-child(3) { height: 60%; }
.home-float--analytics b i:nth-child(4) { height: 95%; background: #6487ee; }
.home-float--analytics b i:nth-child(5) { height: 72%; background: #6487ee; }

.home-float--commerce {
  right: 27%;
  bottom: -0.2rem;
  width: 12rem;
  min-height: 8.3rem;
  padding: 1rem;
}

.home-product-disc {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.65rem solid #091e32;
  border-top-color: #179b2e;
  border-radius: 50%;
  transform: rotate(-20deg);
}

.home-float--automation {
  right: -1rem;
  bottom: -0.75rem;
  width: 13.8rem;
  padding: 1rem;
}

.home-float--automation > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

.home-float--automation b {
  display: grid;
  min-height: 3.5rem;
  place-items: center;
  border: 1px solid #e3e8ec;
  border-radius: 0.5rem;
  padding: 0.35rem;
  font-size: 0.75rem;
  text-align: center;
}

.home-float--automation i {
  color: #7c8a9b;
  font-style: normal;
}

.home-capability-strip {
  border-block: 1px solid #e8edef;
  background: #fafbfc;
}

.home-capability-strip > .site-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-capability {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.home-capability + .home-capability {
  border-left: 1px solid #e8edef;
}

.home-capability > svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--green);
}

.home-capability span,
.home-capability small {
  display: block;
}

.home-capability strong { font-size: 0.75rem; }
.home-capability small { margin-top: 0.15rem; color: var(--muted); font-size: 0.75rem; }

.home-section {
  padding: 1.15rem 0 0;
}

.home-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.home-section__heading h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.home-section__heading > a,
.home-project-card a,
.home-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--button-green);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.home-section__heading--stacked {
  display: block;
}

.home-section__heading--stacked p {
  margin: 0.1rem 0 0;
  color: #526276;
  font-size: 0.8rem;
}

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

.home-project-card {
  overflow: hidden;
  border: 1px solid #dfe6ea;
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 0.3rem 1rem rgba(7, 31, 54, 0.035);
}

.home-project-card__image {
  height: 8.2rem;
  overflow: hidden;
  background: #f2f5f7;
}

.home-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.home-project-card > div:last-child { padding: 0.7rem 1rem 0.85rem; }
.home-project-card h3 { margin: 0; font-size: 0.82rem; }
.home-project-card p { min-height: 2.4rem; margin: 0.2rem 0 0.5rem; color: #506075; font-size: 0.8rem; line-height: 1.45; }

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

.home-service-card {
  display: flex;
  min-height: 7.5rem;
  gap: 0.9rem;
  border: 1px solid #dfe6ea;
  border-radius: 0.65rem;
  padding: 1rem;
}

.home-service-card > svg {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  color: #20ad3c;
}

.home-service-card h3 { margin: 0; font-size: 0.75rem; }
.home-service-card p { min-height: 2.8rem; margin: 0.25rem 0 0.45rem; color: #506075; font-size: 0.75rem; line-height: 1.45; }

.home-process {
  padding-top: 1.2rem;
}

.home-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.home-process__steps li {
  position: relative;
  text-align: center;
}

.home-process__steps li:not(:last-child)::after {
  position: absolute;
  top: 1.3rem;
  left: calc(50% + 2.4rem);
  width: calc(100% - 1.8rem);
  border-top: 1px dashed #9eacb9;
  content: "";
}

.home-process__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin: 0 auto 0.4rem;
  border: 1px solid #dce4e9;
  border-radius: 50%;
  background: #fff;
  color: #51b920;
}

.home-process__icon svg { width: 1.3rem; height: 1.3rem; }
.home-process__steps h3 { margin: 0; font-size: 0.75rem; }
.home-process__steps p { margin: 0.25rem auto 0; color: #354459; font-size: 0.75rem; line-height: 1.45; }

.home-story { padding: 1.5rem 0 1rem; }
.home-story__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 3.5rem; }
.home-story__image { position: relative; }
.home-story__image > img { display: block; width: 100%; aspect-ratio: 1.95 / 1; border-radius: 0.6rem; object-fit: cover; }
.home-story__image > span { position: absolute; bottom: -0.15rem; left: -0.8rem; display: grid; grid-template-columns: auto auto; column-gap: 0.45rem; align-items: center; border-radius: 0.55rem; background: #fff; padding: 0.55rem 1rem; box-shadow: 0 0.5rem 1.4rem rgba(7,31,54,.14); font-size: 0.75rem; }
.home-story__image > span svg { grid-row: 1 / 3; width: 1.8rem; color: var(--green); }
.home-story__image > span strong { font-size: 0.8rem; }
.home-story__copy h2 { margin: 0; font-size: 1.65rem; line-height: 1.02; letter-spacing: -0.035em; }
.home-story__copy > p { margin: 0.55rem 0; color: #354459; font-size: 0.8rem; line-height: 1.55; }
.home-story__metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; border-top: 1px solid #c9d3d9; padding-top: 0.55rem; }
.home-story__metrics span { color: #344357; font-size: 0.75rem; }
.home-story__metrics strong { display: block; color: var(--green); font-size: 1.2rem; }

.home-proof { padding: 0.25rem 0 1rem; }
.home-proof__inner { display: grid; grid-template-columns: 1.15fr 0.9fr auto; align-items: center; min-height: 5.6rem; border-radius: 0.75rem; background: #05243c; padding: 1rem 1.8rem; color: #fff; }
.home-proof__metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-proof__metrics span { border-right: 1px solid rgba(255,255,255,.2); padding: 0 1rem; font-size: 0.75rem; text-align: center; }
.home-proof__metrics span:first-child { padding-left: 0; }
.home-proof__metrics strong { display: block; font-size: 1.25rem; }
.home-proof blockquote { margin: 0; padding: 0 1.2rem; }
.home-proof blockquote p { margin: 0; font-size: 0.78rem; line-height: 1.5; }
.home-proof blockquote p::before { color: #58c226; content: "“"; font-size: 2rem; font-weight: 800; line-height: 0; vertical-align: -0.35rem; }
.home-proof cite { display: block; margin-top: 0.3rem; font-size: 0.75rem; font-style: normal; }
.home-proof__inner > img { width: 4.2rem; height: 4.2rem; border: 2px solid #9bb0c0; border-radius: 50%; object-fit: cover; }

.home-final-cta { padding: 0 1.25rem; }
.home-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 78rem; border-radius: 1rem 1rem 0 0; background: #05243c; padding: 1.2rem 2.5rem; color: #fff; }
.home-final-cta h2 { margin: 0; font-size: 1.35rem; }
.home-final-cta p { margin: 0.1rem 0 0; font-size: 0.8rem; line-height: 1.5; }
.home-final-cta .home-actions { flex: 0 0 auto; margin: 0; }
.home-final-cta .btn-outline { border-color: rgba(255,255,255,.7); background: transparent; color: #fff; }

.home-page + .site-footer .site-footer__grid { padding-block: 2.8rem; }

@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: 1fr 1fr; }
  .home-hero__visual { min-height: 27rem; }
  .home-float--automation { right: 0; }
  .home-service-grid { grid-template-columns: repeat(2, 1fr); }
  .home-story__grid { gap: 2rem; }
  .home-proof__inner { grid-template-columns: 1fr auto; }
  .home-proof__metrics { grid-column: 1 / -1; margin-bottom: 1rem; }
}

@media (max-width: 820px) {
  .home-hero { padding-top: 7rem; }
  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 42rem; }
  .home-hero__visual { min-height: 31rem; }
  .home-capability-strip > .site-container { grid-template-columns: repeat(2, 1fr); }
  .home-capability:nth-child(odd) { border-left: 0; }
  .home-capability:nth-child(n + 3) { border-top: 1px solid #e8edef; }
  .home-projects { grid-template-columns: 1fr; }
  .home-project-card { display: grid; grid-template-columns: 0.9fr 1.1fr; }
  .home-project-card__image { height: 100%; min-height: 9rem; }
  .home-process__steps { grid-template-columns: repeat(3, 1fr); row-gap: 1.5rem; }
  .home-process__steps li::after { display: none; }
  .home-story__grid { grid-template-columns: 1fr; }
  .home-story__image { max-width: 35rem; }
  .home-final-cta__inner { align-items: start; flex-direction: column; }
}

@media (max-width: 560px) {
  .home-hero h1 { font-size: clamp(2.2rem, 12vw, 3.2rem); }
  .home-hero__visual { min-height: 22rem; }
  .home-dashboard { width: 100%; }
  .home-float--analytics { bottom: 0; width: 8rem; }
  .home-float--commerce { right: 0; bottom: -0.5rem; width: 9rem; }
  .home-float--automation { display: none; }
  .home-capability-strip > .site-container { grid-template-columns: 1fr; }
  .home-capability + .home-capability { border-top: 1px solid #e8edef; border-left: 0; }
  .home-project-card { grid-template-columns: 1fr; }
  .home-service-grid,
  .home-process__steps,
  .home-story__metrics,
  .home-proof__metrics { grid-template-columns: 1fr 1fr; }
  .home-proof__inner { grid-template-columns: 1fr; }
  .home-proof__metrics span { margin-bottom: 1rem; }
  .home-proof blockquote { padding: 0; }
  .home-proof__inner > img { margin-top: 1rem; }
  .home-final-cta { padding: 0; }
  .home-final-cta__inner { border-radius: 0; padding-inline: var(--site-gutter); }
  .home-final-cta .home-actions { width: 100%; }
  .home-final-cta .btn-primary,
  .home-final-cta .btn-outline { width: 100%; }
}

/* Book a call ------------------------------------------------------------ */
.book-call-page { padding-top: 5.8rem; background: #fff; }
.book-call-hero { padding: 1.8rem 0 1.2rem; }
.book-call-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 2rem; align-items: start; }
.book-call-copy h1 { max-width: 34rem; margin: .8rem 0 .7rem; font-size: clamp(2.4rem, 4vw, 3.75rem); line-height: 1.04; letter-spacing: -.055em; }
.book-call-copy h1 em { color: var(--green); font-style: normal; }
.book-call-copy > p:not(.eyebrow) { max-width: 29rem; color: #445368; font-size: .9rem; line-height: 1.62; }
.book-call-perks { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; color: #304055; font-size: .76rem; font-weight: 600; }
.book-call-perks span { display: inline-flex; align-items: center; gap: .4rem; }
.book-call-perks i { width: 1rem; color: var(--green); }
.book-call-advisor { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; margin-top: 1.45rem; border: 1px solid #dce4e9; border-radius: .8rem; background: #fff; padding: .8rem; box-shadow: 0 .35rem 1rem rgba(7,22,44,.05); }
.book-call-advisor img { width: 100%; height: 100%; border-radius: .65rem; object-fit: cover; background: #f3f6f8; }
.book-call-advisor h2 { margin: .5rem 0 .35rem; font-size: 1.35rem; line-height: 1.08; letter-spacing: -.04em; }
.book-call-advisor p, .book-call-advisor small { color: #55647a; font-size: .8rem; line-height: 1.55; }
.book-call-advisor__team { display: flex; align-items: center; gap: .35rem; margin: .7rem 0 .25rem; }
.book-call-advisor__team span, .start-project-rating span { display: inline-grid; width: 1.8rem; height: 1.8rem; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #08304c; color: #d6f07f; font-size: .75rem; font-weight: 800; }
.book-call-advisor__team span + span, .start-project-rating span + span { margin-left: -.4rem; }
.book-call-advisor__team strong { margin-left: .5rem; color: var(--button-green); font-size: .95rem; }
.book-call-scheduler__card { border: 1px solid #dce4e9; border-radius: 1rem; background: #fff; box-shadow: 0 .7rem 2rem rgba(7,22,44,.08); padding: 1rem; }
.book-call-steps { display: grid; grid-template-columns: .88fr .98fr .92fr; gap: 1rem; }
.book-call-steps section { min-width: 0; border-right: 1px solid #e5ebee; padding-right: .9rem; }
.book-call-steps section:last-child { border-right: 0; padding-right: 0; }
.book-call-steps h2, .book-call-benefits h2, .book-call-info h2, .book-call-faq h2, .start-project-card h2, .start-project-side__card h2, .start-project-types-grid h2, .start-project-why h2 { margin: 0 0 .8rem; color: #0f1d34; font-size: 1.55rem; line-height: 1.1; letter-spacing: -.04em; }
.book-call-steps section h2 { font-size: 1rem; letter-spacing: -.02em; }
.book-call-field select, .book-call-fields input, .book-call-fields textarea, .start-project-fields input, .start-project-fields select, .start-project-fields textarea { width: 100%; border: 1px solid #d6dfe5; border-radius: .55rem; background: #fff; padding: .78rem .9rem; color: #132237; font: inherit; font-size: .78rem; }
.book-call-duration, .book-call-timezone { display: flex; gap: .45rem; align-items: start; margin: .8rem 0 0; color: #47566c; font-size: .76rem; }
.book-call-duration i, .book-call-timezone i { width: 1rem; color: var(--green); }
.book-call-duration small { display: block; color: #738094; }
.book-call-calendar { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; }
.book-call-day, .book-call-time { border: 1px solid #d6dfe5; border-radius: .6rem; background: #fff; padding: .7rem .35rem; color: #142338; font: 600 .74rem inherit; cursor: pointer; text-align: center; }
.book-call-day small { display: block; margin-top: .18rem; color: #718096; font-size: .75rem; }
.book-call-day.is-selected, .book-call-time.is-selected { border-color: var(--button-green); box-shadow: inset 0 0 0 1px var(--button-green); }
.book-call-day:disabled { background: #f3f6f8; color: #98a6b4; cursor: not-allowed; }
.book-call-times { display: grid; gap: .55rem; }
.book-call-details { display: grid; grid-template-columns: 1.12fr .88fr; gap: 1rem; margin-top: 1rem; }
.book-call-fields, .start-project-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.book-call-fields label, .start-project-fields label { display: grid; gap: .35rem; color: #243348; font-size: .76rem; font-weight: 650; }
.book-call-fields__wide, .start-project-fields__wide { grid-column: 1 / -1; }
.book-call-summary, .start-project-side__card, .start-project-side__talk { border: 1px solid #dce4e9; border-radius: .8rem; background: linear-gradient(180deg, #ffffff, #fbfcfd); padding: 1rem; }
.book-call-summary__check { display: inline-grid; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; background: #e7f7e9; color: var(--button-green); }
.book-call-summary h3, .start-project-side__talk h3 { margin: .7rem 0 .3rem; font-size: 1.25rem; line-height: 1.1; }
.book-call-summary p, .book-call-summary__note, .start-project-side__card p, .start-project-side__talk p, .start-project-types-grid p, .start-project-why > .site-container > p { color: #536177; font-size: .8rem; line-height: 1.55; }
.book-call-summary dl { margin: 1rem 0 0; }
.book-call-summary dl div { padding: .7rem 0; border-top: 1px solid #e5ebee; }
.book-call-summary dt { color: #57667a; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.book-call-summary dd { margin: .25rem 0 0; color: #132237; font-size: .82rem; font-weight: 650; }
.book-call-summary__note { margin-top: 1rem; border: 1px solid #cae7cc; border-radius: .6rem; background: #f5fbf5; padding: .8rem; }
.book-call-submit, .start-project-submit { width: 100%; margin-top: 1rem; border-radius: .65rem; }
.book-call-benefits { padding: 1rem 0; }
.book-call-benefits h2 { text-align: center; }
.book-call-benefits h2::first-letter { color: var(--green); }
.book-call-benefits > .site-container > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: .9rem; }
.book-call-benefits article, .start-project-types-grid article, .start-project-why article { position: relative; min-height: 10rem; border: 1px solid #dce4e9; border-radius: .8rem; background: #fff; padding: 1rem; }
.book-call-benefits article h3, .start-project-types-grid article h3, .start-project-why article h3 { margin: 0 0 .4rem; font-size: .95rem; line-height: 1.25; }
.book-call-benefits article p, .start-project-types-grid article p, .start-project-why article p { margin: 0; color: #516076; font-size: .78rem; line-height: 1.55; }
.book-call-benefits article span { position: absolute; right: .9rem; bottom: .8rem; color: #dbe8dc; font-size: 1.8rem; font-weight: 800; }
.book-call-info { padding: .7rem 0 1rem; }
.book-call-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.book-call-info ul { margin: 0; padding: 0; list-style: none; }
.book-call-info li { display: flex; gap: .5rem; align-items: start; margin-top: .8rem; color: #1c2b40; font-size: .82rem; }
.book-call-info li i { width: 1rem; color: var(--green); }
.book-call-next { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; align-items: start; }
.book-call-next article { border-top: 1px solid #dce4e9; padding-top: .8rem; }
.book-call-next h3 { margin: 0 0 .35rem; font-size: .9rem; }
.book-call-next p { margin: 0; color: #516076; font-size: .78rem; line-height: 1.55; }
.book-call-quote { padding-bottom: 1rem; }
.book-call-quote__inner { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; border-radius: 1rem; background: #05243c; color: #fff; padding: 1.2rem 1.5rem; }
.book-call-quote blockquote { margin: 0; font-size: 1.02rem; line-height: 1.55; }
.book-call-quote div { display: grid; justify-items: center; }
.book-call-quote img { width: 4.3rem; height: 4.3rem; border-radius: 50%; object-fit: cover; }
.book-call-quote strong { margin-top: .45rem; font-size: .9rem; }
.book-call-quote span { color: #bed2e0; font-size: .75rem; }
.book-call-faq { padding-bottom: 1.2rem; }
.book-call-faq > .site-container > div { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }

/* Start a project -------------------------------------------------------- */
.start-project-page { padding-top: 5.8rem; background: #fff; }
.start-project-hero { padding: 1.8rem 0 1rem; }
.start-project-hero__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items: center; }
.start-project-copy h1 { margin: .8rem 0; font-size: clamp(2.45rem, 4vw, 3.85rem); line-height: 1.02; letter-spacing: -.055em; }
.start-project-copy h1 em { color: var(--green); font-style: normal; }
.start-project-copy p:not(.eyebrow) { max-width: 33rem; color: #455368; font-size: .9rem; line-height: 1.62; }
.start-project-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.start-project-trust article { display: flex; gap: .6rem; align-items: center; border: 1px solid #dce4e9; border-radius: .8rem; background: #fff; padding: .85rem; color: #203045; font-size: .78rem; font-weight: 650; }
.start-project-trust i, .start-project-types-grid article i, .start-project-why article i { width: 1.3rem; color: var(--green); }
.start-project-form__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 1rem; align-items: start; }
.start-project-card { border: 1px solid #dce4e9; border-radius: 1rem; background: #fff; padding: 1rem; box-shadow: 0 .7rem 2rem rgba(7,22,44,.08); }
.start-project-card > h2 { font-size: 1.15rem; }
.start-project-types { display: grid; grid-template-columns: repeat(6, 1fr); gap: .55rem; margin: .8rem 0; }
.start-project-types label { cursor: pointer; }
.start-project-types input { position: absolute; opacity: 0; pointer-events: none; }
.start-project-types span { display: grid; gap: .35rem; min-height: 5.2rem; border: 1px solid #dce4e9; border-radius: .65rem; background: #fff; padding: .75rem; color: #1b2a40; font-size: .75rem; font-weight: 650; }
.start-project-types input:checked + span { border-color: var(--button-green); box-shadow: inset 0 0 0 1px var(--button-green); }
.start-project-upload { display: block; margin-top: .8rem; border: 1px dashed #c7d5dd; border-radius: .75rem; background: #fbfcfd; padding: .9rem; color: #1b2a40; font-size: .78rem; font-weight: 650; }
.start-project-upload small, .start-project-secure { display: block; margin-top: .25rem; color: #647286; font-size: .75rem; font-weight: 500; }
.start-project-upload input { display: block; margin-top: .55rem; }
.start-project-consent { display: flex; gap: .55rem; align-items: start; margin-top: .8rem; color: #334257; font-size: .76rem; }
.start-project-consent a, .start-project-types-grid article a { color: var(--button-green); text-decoration: none; }
.start-project-side__card ol { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.start-project-side__card li { display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; align-items: start; }
.start-project-side__card b { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: var(--button-green); color: #fff; font-size: .78rem; }
.start-project-side__card strong { display: block; margin-bottom: .2rem; color: #132237; font-size: .88rem; }
.start-project-rating { display: grid; grid-template-columns: auto auto 1fr; gap: .7rem; align-items: center; margin-top: 1rem; border: 1px solid #dce4e9; border-radius: .65rem; background: #fff; padding: .75rem; }
.start-project-rating strong { color: #f0a400; font-size: 1.1rem; }
.start-project-rating small { color: #647286; font-size: .75rem; }
.start-project-side__talk { margin-top: 1rem; }
.start-project-side__talk .btn-outline { margin-top: .4rem; }
.start-project-types-grid { padding: 1.3rem 0 .9rem; text-align: center; }
.start-project-types-grid > .site-container > p, .start-project-why > .site-container > p { margin: -.3rem 0 1rem; }
.start-project-types-grid > .site-container > div { display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; text-align: left; }
.start-project-types-grid article a { display: inline-flex; align-items: center; gap: .35rem; margin-top: .55rem; font-size: .75rem; font-weight: 700; }
.start-project-metrics { padding-bottom: 1rem; }
.start-project-metrics > .site-container { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: .95rem; background: #05243c; color: #fff; overflow: hidden; }
.start-project-metrics > .site-container > div { padding: 1rem; text-align: center; }
.start-project-metrics strong { display: block; font-size: 1.5rem; }
.start-project-metrics span { color: #bed2e0; font-size: .78rem; }
.start-project-why { padding-bottom: 1.2rem; text-align: center; }
.start-project-why > .site-container > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; text-align: left; }

@media (max-width: 1100px) {
  .book-call-hero__grid, .start-project-hero__grid, .start-project-form__grid { grid-template-columns: 1fr; }
  .book-call-steps { grid-template-columns: 1fr; }
  .book-call-steps section { border-right: 0; border-bottom: 1px solid #e5ebee; padding-right: 0; padding-bottom: .9rem; }
  .book-call-steps section:last-child { border-bottom: 0; padding-bottom: 0; }
  .book-call-details { grid-template-columns: 1fr; }
  .start-project-types, .start-project-types-grid > .site-container > div { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .book-call-benefits > .site-container > div, .book-call-next, .start-project-trust, .start-project-why > .site-container > div { grid-template-columns: repeat(2, 1fr); }
  .book-call-info__grid, .book-call-faq > .site-container > div { grid-template-columns: 1fr; }
  .start-project-metrics > .site-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .book-call-page, .start-project-page { padding-top: 5rem; }
  .book-call-advisor, .book-call-fields, .book-call-calendar, .book-call-benefits > .site-container > div, .book-call-next, .start-project-fields, .start-project-trust, .start-project-types, .start-project-types-grid > .site-container > div, .start-project-metrics > .site-container, .start-project-why > .site-container > div { grid-template-columns: 1fr; }
  .book-call-quote__inner { grid-template-columns: 1fr; justify-items: start; }
}
