:root {
  --bg: #f4f5f7;
  --surface: #ffffff;
  --ink: #101522;
  --muted: #5f6677;
  --line: #dde1ea;
  --brand: #3bc5e8;
  --brand-2: #1e3a8c;
  --brand-gold: #d4b85a;
  --brand-cyan-soft: #58d0e8;
  --brand-navy: #1a2d6e;
  --dark: #0f1420;
  --danger: #f04f5f;
  --shadow-soft: 0 18px 36px rgba(19, 28, 45, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Instrument Sans", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  padding-top: var(--site-header-height, 0px);
}

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

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.5;
}

.orb-a {
  width: 34rem;
  height: 34rem;
  background: #cdeff7;
  left: -12rem;
  top: -8rem;
}

.orb-b {
  width: 28rem;
  height: 28rem;
  background: #f3e7be;
  right: -10rem;
  top: 10rem;
}

.mesh {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(30, 58, 140, 0.09), transparent 28%),
    radial-gradient(circle at 80% 60%, rgba(59, 197, 232, 0.1), transparent 34%);
}

.section-pad {
  padding: 5rem 0;
}

.section-soft {
  background: #f1f3f8;
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.73rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-navy);
  background: rgba(212, 184, 90, 0.22);
  display: inline-block;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
}

h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
  margin: 0;
  line-height: 1.2;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 25;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  background: rgba(244, 245, 247, 0.9);
  box-shadow: 0 8px 26px rgba(17, 29, 66, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.site-header .brand img {
  width: clamp(7.4rem, 11vw, 9rem);
  height: auto;
  object-fit: contain;
}

.brand span {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
}

.nav-toggle {
  display: none;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.05rem;
}

.site-nav a {
  /* color: #5d6475; */
  font-size: 0.89rem;
  font-weight: 600;
  transition: color 220ms ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.site-nav a[aria-current="page"]:not(.btn) {
  color: var(--brand-navy);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3rem;
}

.site-nav a.btn[aria-current="page"] {
  box-shadow: 0 0 0 2px rgba(30, 58, 140, 0.2), 0 12px 22px rgba(30, 58, 140, 0.24);
  filter: saturate(1.05);
}

.site-nav a.btn:hover {
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(140deg, var(--brand), var(--brand-2));
  color: #fff;
  padding: 0.72rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(30, 58, 140, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(30, 58, 140, 0.26);
  filter: saturate(1.04);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.btn-small {
  padding: 0.56rem 0.95rem;
  font-size: 0.82rem;
}

body.modal-open {
  overflow: hidden;
}

.exit-intent-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.exit-intent-modal.is-open {
  display: block;
}

.exit-intent-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 38, 0.56);
}

.exit-intent-panel {
  position: relative;
  width: min(34rem, calc(100vw - 2rem));
  margin: clamp(3.5rem, 9vh, 6rem) auto 0;
  border: 1px solid #d9e4f4;
  border-radius: 1rem;
  background: linear-gradient(165deg, #ffffff, #f5f9ff 62%, #eef5ff);
  padding: 1.25rem;
  box-shadow: 0 24px 44px rgba(10, 22, 54, 0.28);
}

.exit-intent-panel h2 {
  margin-top: 0.25rem;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
}

.exit-intent-panel p {
  margin: 0.55rem 0 0;
  color: #596780;
}

.exit-intent-close {
  position: absolute;
  top: 0.5rem;
  right: 0.62rem;
  border: none;
  background: transparent;
  color: #3b4f75;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.exit-intent-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

@media (max-width: 640px) {
  .exit-intent-panel {
    margin-top: 2.4rem;
    padding: 1rem;
  }

  .exit-intent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.1rem;
  align-items: stretch;
}

.hero-copy h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  max-width: 14ch;
}

.hero-copy p {
  color: var(--muted);
  max-width: 60ch;
}

.hero-cta {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-kpis {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.hero-kpis article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.8rem;
}

.hero-kpis strong {
  font-size: 1.25rem;
  font-family: "Sora", sans-serif;
}

.hero-kpis span {
  display: block;
  color: #646d80;
  font-size: 0.82rem;
}

.outcomes-band {
  padding: 0 0 2.2rem;
}

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

.outcomes-grid article {
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: #fff;
  padding: 0.95rem;
  box-shadow: var(--shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.outcomes-grid article:hover {
  transform: translateY(-4px);
  border-color: #c7dff0;
  box-shadow: 0 20px 34px rgba(19, 28, 45, 0.11);
}

.outcomes-grid span {
  display: block;
  color: #5f687d;
  font-size: 0.8rem;
}

.outcomes-grid strong {
  display: block;
  margin-top: 0.38rem;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  color: var(--brand-navy);
}

.hero-panel {
  min-height: clamp(28rem, 34vw, 33rem);
  height: 100%;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #ffffff 0%, #eceff8 100%);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -15% -45% -15%;
  height: 45%;
  background: radial-gradient(circle at center, rgba(59, 197, 232, 0.28), transparent 72%);
  pointer-events: none;
}

.floating-card {
  position: absolute;
  width: min(16rem, 74%);
  border-radius: 1rem;
  border: 1px solid #e2e6f0;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.floating-card p {
  margin: 0;
  font-weight: 600;
  font-size: 0.8rem;
  color: #586078;
}

.floating-card strong {
  display: block;
  margin-top: 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
}

.floating-card small {
  color: #687288;
  font-size: 0.74rem;
}

.fc-a {
  top: 1.2rem;
  left: 1.2rem;
}

.fc-b {
  top: 9.2rem;
  right: 1.2rem;
}

.fc-c {
  bottom: 1.2rem;
  left: 2rem;
}

.trust-wrap {
  padding: 2.2rem 0;
}

.trust-copy {
  margin: 0.55rem 0 0.9rem;
  max-width: 72ch;
  color: #616c81;
  font-size: 0.92rem;
}

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

.trust-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: var(--shadow-soft);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.trust-card:hover {
  border-color: #c8deef;
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(19, 34, 58, 0.11);
}

.trust-card-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.6rem;
}

.trust-card h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.trust-card p {
  margin: 0.55rem 0 0;
  color: #5e6880;
  font-size: 0.83rem;
  line-height: 1.4;
}

.trust-card-image {
  width: 100%;
  height: 8rem;
  object-fit: cover;
  border-radius: 0.8rem;
  border: 1px solid #dde5f0;
  display: block;
}

.trust-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  border: 1px solid #d6e6f2;
  background: linear-gradient(155deg, #f8fcff, #eef6ff);
  color: #2a5d96;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.trust-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

@media (max-width: 1200px) {
  .trust-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .eworkpulse-hero h1 {
    font-size: clamp(1.85rem, 8.8vw, 2.55rem);
    max-width: 13ch;
  }
  .trust-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .eworkpulse-hero .case-detail-hero-image img {
    min-height: 21rem;
  }
  .trust-track {
    grid-template-columns: 1fr;
  }
}

.section-head {
  max-width: 65ch;
}

.section-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.section-head p {
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

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

.card,
.solution-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.05rem;
  box-shadow: var(--shadow-soft);
}

.card p,
.solution-card p {
  color: #626b80;
  font-size: 0.93rem;
}

.product-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.product-card {
  border-radius: 1.2rem;
  padding: 1.2rem;
  border: 1px solid #dfe4ef;
  background: linear-gradient(160deg, #fff, #f9fbff);
  box-shadow: var(--shadow-soft);
}

.product-card.alt {
  background: linear-gradient(160deg, #ffffff, #f6fff9);
}

.pill {
  display: inline-flex;
  border-radius: 999px;
  background: #f5eed3;
  color: var(--brand-navy);
  padding: 0.26rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.product-mark img {
  height: 1.05rem;
  width: auto;
  object-fit: contain;
  display: block;
}

.product-mark span {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--brand-navy);
}

.product-mark-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.pill .product-mark img {
  height: 3.82rem;
}

.pill .product-mark span {
  font-size: 0.74rem;
}

.product-title-mark .product-mark img {
  height: 3.2rem;
}

.product-title-mark .product-mark span {
  font-size: 1.55rem;
  line-height: 1.2;
}

.product-card ul {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.25rem;
}

.product-card li {
  color: #5d677a;
  font-size: 0.88rem;
}

.product-card a {
  margin-top: 0.8rem;
  display: inline-block;
  color: var(--brand-navy);
  font-weight: 700;
}

.solution-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.industry-list {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.industry-list span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: #667086;
  font-size: 0.8rem;
}

.process-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.process-grid article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
}

.process-grid span {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f6fb;
  color: var(--brand-navy);
  font-family: "Sora", sans-serif;
  font-size: 0.85rem;
}

.process-grid p {
  color: #606980;
  font-size: 0.9rem;
}

.case-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.case {
  min-height: 14rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 1rem;
}

.case::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 21, 34, 0.04), rgba(16, 21, 34, 0.85));
}

.case > div {
  position: relative;
  z-index: 1;
}

.case.large {
  grid-column: span 2;
}

.c1 {
  background: linear-gradient(120deg, #73d6c7, #225262);
}

.c2 {
  background: linear-gradient(120deg, #ffcf8b, #8b5a2b);
}

.c3 {
  background: linear-gradient(120deg, #8cc0ff, #2d4168);
}

.c4 {
  background: linear-gradient(120deg, #ff9ab5, #6b2b4f);
}

.case ul {
  margin: 0.35rem 0 0;
  padding-left: 1rem;
}

.metrics {
  background: #0f1420;
}

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

.metric-row article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.8rem;
  padding: 1rem;
}

.metric-row strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-family: "Sora", sans-serif;
}

.metric-row span {
  color: #adb4c6;
  font-size: 0.83rem;
}

.testimonial-slider {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.t-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  opacity: 0.7;
}

.t-card.active {
  opacity: 1;
  border-color: #b9e5f1;
  box-shadow: 0 0 0 1px #d2edf5 inset;
}

.t-card p {
  color: #525c73;
}

.t-card h3 {
  margin-top: 0.6rem;
  font-size: 0.95rem;
}

.t-card span {
  color: #6c7487;
  font-size: 0.82rem;
}

.slider-dots {
  margin-top: 1rem;
  display: flex;
  gap: 0.35rem;
}

.slider-dots button {
  width: 0.55rem;
  height: 0.55rem;
  border: none;
  border-radius: 999px;
  background: #ccd3e1;
}

.slider-dots button.active {
  width: 1.4rem;
  background: var(--brand-navy);
}

.pricing-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.15rem;
  box-shadow: var(--shadow-soft);
}

.price-card.featured {
  border-color: #c9e8f2;
  box-shadow: 0 0 0 1px #d8f0f7 inset, var(--shadow-soft);
}

.price {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  margin: 0.3rem 0 0.55rem;
}

.price span {
  font-size: 0.82rem;
  color: #6a7284;
}

.price-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #5f677c;
  display: grid;
  gap: 0.3rem;
}

.cta-final {
  background: linear-gradient(180deg, #1a2d6e, #1e3a8c);
}

.cta-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  padding: clamp(1rem, 2.6vw, 1.8rem);
  background: rgba(255, 255, 255, 0.02);
}

.cta-wrap h2,
.cta-wrap .eyebrow,
.cta-wrap p,
.cta-wrap label {
  color: #f4f6fb;
}

.cta-wrap p {
  color: #bcc5d6;
}

.lead-form {
  display: grid;
  gap: 0.75rem;
}

label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 0.75rem 0.8rem;
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #9aa5bc;
}

.site-footer {
  background: radial-gradient(120% 150% at 0% 0%, #284797, #162a63 52%, #101d48);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2.1rem;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(140px, 1fr));
  gap: 1.1rem;
}

.footer-brand-block {
  max-width: 32rem;
}

.footer-brand-block p {
  margin: 0.62rem 0 0;
  line-height: 1.65;
}

.footer-cta-link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.9rem;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0.44rem 0.85rem;
  transition: all var(--transition);
}

.footer-cta-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.44);
}

.foot-brand span,
.site-footer p,
.footer-links a {
  color: #c1c9d9;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.footer-links h4 {
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f1f4fb;
}

.footer-contact p {
  margin: 0.1rem 0 0;
  color: #c1c9d9;
  font-size: 0.86rem;
  line-height: 1.6;
  max-width: 28ch;
}

.footer-links .product-mark-link {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  width: fit-content;
  padding: 0.22rem 0.6rem;
  background: rgba(255, 255, 255, 0.05);
}

.footer-links .product-mark-link img {
  height: 0.86rem;
}

.footer-links .product-mark-link span {
  color: #d8deea;
  font-size: 0.8rem;
}

.footer-links a:hover {
  color: #fff;
}

.foot-note {
  margin-top: 1.25rem;
  padding: 0.9rem 0 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-note p {
  margin: 0;
  color: #9ca6bb;
  font-size: 0.84rem;
}

.policy-shell {
  background: #f5f7fb;
}

.policy-shell .section-pad {
  padding: 2.5rem 0;
}

.policy-hero {
  max-width: 72ch;
  padding: 0.25rem 0;
}

.policy-hero h1 {
  margin: 0.4rem 0 0.55rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
}

.policy-hero > p {
  margin: 0.45rem 0 0;
  color: #55627a;
  max-width: 66ch;
}

.privacy-policy-page .section-pad:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}

.privacy-policy-page .policy-hero {
  max-width: 78ch;
  border: 1px solid #dbe3f0;
  border-radius: 0.95rem;
  background: #ffffff;
  padding: 1rem 1.05rem;
}

.privacy-policy-page .policy-meta {
  margin-top: 0.1rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #5f6f8a;
}

.privacy-policy-page .policy-intro {
  margin-top: 0.55rem;
}

@media (max-width: 640px) {
  .privacy-policy-page .section-pad:first-child {
    padding-top: 1.1rem;
  }

  .privacy-policy-page .policy-hero {
    padding: 0.9rem;
  }
}

.policy-card {
  background: #ffffff;
  border: 1px solid #dbe3f0;
  border-radius: 0.9rem;
  box-shadow: none;
  padding: 1rem 1.05rem;
}

.policy-card + .policy-card {
  margin-top: 0.65rem;
}

.policy-card h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.05rem, 1.9vw, 1.24rem);
  color: #1e2e4e;
}

.policy-card p,
.policy-card li {
  color: #586682;
  font-size: 0.92rem;
  line-height: 1.58;
}

.policy-card ul {
  margin: 0.32rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.32rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (max-width: 1040px) {
  .hero-grid,
  .card-grid.three,
  .product-grid,
  .solution-grid,
  .process-grid,
  .testimonial-slider,
  .pricing-grid,
  .cta-wrap,
  .footer-wrap,
  .metric-row {
    grid-template-columns: 1fr;
  }

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

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

  .case.large {
    grid-column: auto;
  }

  .hero-panel {
    min-height: 22rem;
  }
}

@media (max-width: 840px) {
  .section-pad {
    padding: 4rem 0;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    max-width: 12ch;
  }

  .hero-copy p {
    font-size: 0.98rem;
  }

  .site-header .brand img {
    width: clamp(6.2rem, 24vw, 8rem);
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    background: #f4f5f7;
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.9rem 4vw;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 0.24rem;
    border: 1px solid var(--line);
    border-radius: 0.55rem;
    background: #fff;
    padding: 0.48rem;
  }

  .nav-toggle span {
    width: 1rem;
    height: 2px;
    background: #2f3647;
  }

  .contact-page .section-pad {
    padding-top: 3.2rem;
    padding-bottom: 3.4rem;
  }

  .contact-hero {
    padding-top: 3rem;
    padding-bottom: 1.8rem;
  }

  .contact-hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
    max-width: 12ch;
  }

  .contact-hero p {
    font-size: 1rem;
  }

  .contact-hero-image img {
    min-height: 18rem;
    max-height: 24rem;
  }

  .contact-hero-meta {
    grid-template-columns: repeat(3, minmax(13.5rem, 1fr));
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x mandatory;
  }

  .contact-hero-meta article {
    scroll-snap-align: start;
  }

  .contact-form-card {
    padding: 1rem;
  }

  .contact-form-head h2 {
    font-size: clamp(1.45rem, 7.4vw, 2rem);
  }
}

.panel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.quick-link-card {
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  padding: 1rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.quick-link-card h3 {
  font-size: 1.05rem;
}

.quick-link-card p {
  margin-top: 0.45rem;
  color: #616c81;
  font-size: 0.9rem;
}

.delivery-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.delivery-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.delivery-card p {
  color: #5f687b;
  margin: 0.55rem 0;
}

.delivery-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.25rem;
  color: #5b6478;
  font-size: 0.88rem;
}

.delivery-card:hover {
  transform: translateY(-6px);
  border-color: #c9dff0;
  box-shadow: 0 20px 34px rgba(18, 31, 50, 0.12);
}

.stack-cloud {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.stack-cloud span {
  border: 1px solid #d4e9f1;
  background: #f7fdff;
  color: #35506c;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.stack-cloud span:hover {
  transform: translateY(-2px);
  background: #eef9ff;
  border-color: #b9daea;
}

.case-spotlight {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.spotlight-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.spotlight-card img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  display: block;
}

.spotlight-card div {
  padding: 1rem;
}

.spotlight-card p {
  color: #5f687b;
  margin: 0.5rem 0;
}

.spotlight-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #536079;
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
}

.spotlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 36px rgba(17, 31, 48, 0.14);
}

.operating-model {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0.95rem;
  align-items: start;
}

.operating-copy {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.operating-copy p {
  color: #5c657a;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.insight-grid article {
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: #fff;
  padding: 0.95rem;
  transition: transform 220ms ease, border-color 220ms ease;
}

.insight-grid article:hover {
  transform: translateY(-4px);
  border-color: #cadfee;
}

.insight-grid p {
  margin: 0.45rem 0 0;
  color: #616b80;
  font-size: 0.9rem;
}

.cta-banner {
  background: linear-gradient(135deg, #13265f, #2255a2 55%, #1f7bbd);
}

.cta-banner-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1.15rem;
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.cta-banner-wrap h2,
.cta-banner-wrap p,
.cta-banner-wrap .eyebrow {
  color: #eef3ff;
}

.cta-banner-wrap p {
  color: #d5deef;
}

.cta-actions {
  display: grid;
  gap: 0.6rem;
  align-content: center;
}

.cta-banner .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

main > section + section {
  position: relative;
}

main > section + section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1140px, 92vw);
  transform: translateX(-50%);
  border-top: 1px solid rgba(151, 169, 201, 0.18);
}

.dual-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: center;
}

.dual-feature article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.2rem;
}

.dual-feature article p {
  margin: 0.8rem 0;
  color: var(--muted);
}

.image-frame {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.inner-hero {
  padding-top: 3.8rem;
  padding-bottom: 2.5rem;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: center;
}

.inner-hero h1 {
  font-size: clamp(1.8rem, 4.1vw, 3rem);
  max-width: 16ch;
}

.inner-hero p {
  color: var(--muted);
  margin-top: 0.8rem;
  max-width: 58ch;
}

.about-hero {
  padding-top: 4rem;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: center;
}

.about-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  max-width: 13ch;
}

.about-hero p {
  color: var(--muted);
  max-width: 60ch;
}

.about-hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.about-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.about-metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.about-metrics article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.about-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 1.3rem;
}

.about-metrics span {
  display: block;
  margin-top: 0.3rem;
  color: #5f677a;
  font-size: 0.84rem;
}

.about-pillars {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-pillars article,
.about-principles article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.about-pillars p,
.about-principles p {
  margin: 0.55rem 0 0;
  color: #5f687c;
  font-size: 0.92rem;
}

.about-culture-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 1rem;
  align-items: center;
}

.about-culture-image {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.about-culture-image img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  display: block;
}

.about-culture-copy {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.about-culture-copy p {
  margin: 0.7rem 0;
  color: #5c657a;
}

.about-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  color: #546079;
  font-size: 0.9rem;
}

.about-principles {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.about-cta {
  background: linear-gradient(150deg, #13265f, #1d4f97 62%, #1f7bbd);
}

.about-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.about-cta-wrap h2,
.about-cta-wrap p,
.about-cta-wrap .eyebrow {
  color: #eef3ff;
}

.about-cta-wrap p {
  color: #d4def0;
}

.about-cta .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

.services-hero {
  padding-top: 4rem;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 1rem;
  align-items: center;
}

.services-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 13.5ch;
}

.services-hero p {
  color: var(--muted);
  max-width: 62ch;
}

.services-hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.services-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.services-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.services-metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.services-metrics article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.services-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 1.2rem;
}

.services-metrics span {
  display: block;
  margin-top: 0.3rem;
  color: #5f677a;
  font-size: 0.84rem;
}

.services-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: #c9dff0;
  box-shadow: 0 20px 34px rgba(18, 31, 50, 0.12);
}

.service-card p {
  margin: 0.55rem 0;
  color: #5f677b;
}

.service-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.25rem;
  color: #5b6478;
  font-size: 0.88rem;
}

.services-model-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.services-model-copy {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.services-model-copy p {
  color: #5c657a;
}

.services-process {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.6rem;
}

.services-process article {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.75rem 0.9rem;
}

.services-process strong {
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 0.88rem;
}

.services-process h3 {
  margin-top: 0.2rem;
  font-size: 1rem;
}

.services-process p {
  margin: 0.3rem 0 0;
  color: #606a80;
  font-size: 0.9rem;
}

.services-model-image {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.services-model-image img {
  width: 100%;
  height: 100%;
  min-height: 29rem;
  object-fit: cover;
  display: block;
}

.services-engagements {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.services-engagements article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.services-engagements p {
  margin: 0.5rem 0 0;
  color: #5f687c;
}

.services-stack {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.services-stack span {
  border: 1px solid #d4e9f1;
  background: #f7fdff;
  color: #35506c;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.services-cta {
  background: linear-gradient(150deg, #13265f, #1d4f97 62%, #1f7bbd);
}

.services-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.services-cta-wrap h2,
.services-cta-wrap p,
.services-cta-wrap .eyebrow {
  color: #eef3ff;
}

.services-cta-wrap p {
  color: #d4def0;
}

.services-cta .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

.products-hero {
  padding-top: 4rem;
}

.products-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: center;
}

.products-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 13ch;
}

.products-hero p {
  color: var(--muted);
  max-width: 62ch;
}

.products-hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.products-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.products-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.product-metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.product-metrics article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.product-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 1.2rem;
}

.product-metrics span {
  display: block;
  margin-top: 0.3rem;
  color: #5f677a;
  font-size: 0.84rem;
}

.product-showcase {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
}

.product-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}

.product-feature-alt {
  grid-template-columns: 1.1fr 0.9fr;
}

.product-feature-copy p {
  margin: 0.7rem 0;
  color: #5e677c;
}

.product-meta {
  margin: 0 0 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-meta span {
  border: 1px solid #dbe7f2;
  background: #f8fbff;
  color: #4f627b;
  border-radius: 999px;
  padding: 0.32rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 600;
}

.product-feature-copy ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
  color: #57627b;
  font-size: 0.9rem;
}

.product-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.product-action-btn,
.product-action-link {
  text-decoration: none;
  font-weight: 700;
  transition: all var(--transition);
}

.product-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.58rem 1.05rem;
  border-radius: 0.78rem;
  border: 1px solid color-mix(in oklab, var(--brand-navy) 24%, #ffffff);
  background: linear-gradient(140deg, #1d377b, #28489a 56%, #2f56b4);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(29, 55, 123, 0.24);
}

.product-action-btn::after {
  content: "\2197";
  margin-left: 0.48rem;
  font-size: 0.84rem;
}

.product-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(29, 55, 123, 0.3);
}

.product-action-btn:focus-visible,
.product-action-link:focus-visible {
  outline: 2px solid #27418d;
  outline-offset: 2px;
}

.product-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #213a7d;
  padding: 0.22rem 0.1rem;
}

.product-action-link::after {
  content: "\2192";
  font-size: 0.95rem;
  transition: transform var(--transition);
}

.product-action-link:hover {
  color: #14295d;
}

.product-action-link:hover::after {
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .product-actions {
    gap: 0.58rem;
  }

  .product-action-btn {
    width: 100%;
  }
}

.product-slider {
  display: grid;
  gap: 0.8rem;
}

.mac-frame {
  border: 1px solid #dbe2f0;
  border-radius: 1.2rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fdfefe, #f2f5fb);
  box-shadow: var(--shadow-soft);
}

.mac-bar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, #f8fafd, #eef2f8);
  border-bottom: 1px solid #dfe5f0;
}

.mac-bar span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  display: inline-block;
}

.mac-bar span:nth-child(1) {
  background: #ff5f57;
}

.mac-bar span:nth-child(2) {
  background: #febc2e;
}

.mac-bar span:nth-child(3) {
  background: #28c840;
}

.product-feature .product-slider-viewport,
.product-slider-viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #f6f8fc;
  overflow: hidden;
}

.product-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.product-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.product-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.product-feature .product-slide img,
.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  background: #fff;
}

.product-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.product-slider-btn {
  border: 1px solid #d5ddeb;
  background: #fff;
  color: #415470;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.product-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  flex: 1;
}

.product-slider-dots button {
  width: 0.62rem;
  height: 0.62rem;
  border: none;
  border-radius: 999px;
  background: #cbd5e2;
  cursor: pointer;
}

.product-slider-dots button.is-active {
  width: 1.4rem;
  background: var(--brand-navy);
}

.product-benefits {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.product-benefits article,
.product-roadmap article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.product-benefits p,
.product-roadmap p {
  margin: 0.5rem 0 0;
  color: #5f687c;
  font-size: 0.92rem;
}

.product-roadmap {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.products-cta {
  background: linear-gradient(150deg, #13265f, #1d4f97 62%, #1f7bbd);
}

.products-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.products-cta-wrap h2,
.products-cta-wrap p,
.products-cta-wrap .eyebrow {
  color: #eef3ff;
}

.products-cta-wrap p {
  color: #d4def0;
}

.products-cta .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

.pricing-hero {
  padding-top: 4rem;
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: center;
}

.pricing-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 13ch;
}

.pricing-hero p {
  color: var(--muted);
  max-width: 62ch;
}

.pricing-hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pricing-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.pricing-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.pricing-metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.pricing-metrics article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.pricing-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 1.12rem;
}

.pricing-metrics span {
  display: block;
  margin-top: 0.3rem;
  color: #5f677a;
  font-size: 0.84rem;
}

.pricing-plan-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-plan-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.05rem;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.7rem;
}

.pricing-plan-card.featured {
  border-color: #c9e8f2;
  box-shadow: 0 0 0 1px #d8f0f7 inset, var(--shadow-soft);
}

.pricing-plan-label {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.pricing-plan-price {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
}

.pricing-plan-price span {
  font-size: 0.82rem;
  color: #6a7284;
}

.pricing-plan-sub {
  margin: 0;
  color: #5f687c;
}

.pricing-plan-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #5f677c;
  display: grid;
  gap: 0.3rem;
}

.pricing-includes-grid,
.pricing-faq-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-addon-grid,
.pricing-proof-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.pricing-includes-grid article,
.pricing-addon-grid article,
.pricing-proof-grid article,
.pricing-faq-grid article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.pricing-includes-grid p,
.pricing-addon-grid p,
.pricing-proof-grid p,
.pricing-faq-grid p {
  margin: 0.5rem 0 0;
  color: #5f687c;
  font-size: 0.92rem;
}

.pricing-proof-grid a {
  margin-top: 0.8rem;
  display: inline-block;
  color: var(--brand-navy);
  font-weight: 700;
}

.pricing-cta {
  background: linear-gradient(150deg, #13265f, #1d4f97 62%, #1f7bbd);
}

.pricing-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.pricing-cta-wrap h2,
.pricing-cta-wrap p,
.pricing-cta-wrap .eyebrow {
  color: #eef3ff;
}

.pricing-cta-wrap p {
  color: #d4def0;
}

.pricing-cta .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

.case-hero {
  padding-top: 4rem;
}

.case-hero-grid,
.case-detail-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: center;
}

.case-hero h1,
.case-detail-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 13ch;
}

.case-hero p,
.case-detail-hero p {
  color: var(--muted);
  max-width: 62ch;
}

.case-hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.case-hero-image,
.case-detail-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.case-hero-image img,
.case-detail-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.eworkpulse-hero .case-detail-hero-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}

.eworkpulse-hero h1 {
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  max-width: 15ch;
}

.eworkpulse-hero .case-detail-hero-image img {
  min-height: 27rem;
}

.case-metrics,
.case-detail-metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.case-metrics article,
.case-detail-metrics article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.case-metrics strong,
.case-detail-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 1.2rem;
}

.case-metrics span,
.case-detail-metrics span {
  display: block;
  margin-top: 0.3rem;
  color: #5f677a;
  font-size: 0.84rem;
}

.case-study-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
}

.case-study-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.1rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: #fff;
  padding: 1.15rem;
  box-shadow: var(--shadow-soft);
}

.case-study-card-alt {
  grid-template-columns: 1.05fr 0.95fr;
}

.case-study-card-media {
  overflow: hidden;
}

.case-study-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #fff;
}

.case-study-card-copy p {
  margin: 0.6rem 0;
  color: #5d677b;
}

.case-study-card-copy ul,
.case-outcome-list,
.case-detail-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
  color: #566279;
  font-size: 0.9rem;
}

.case-study-card-copy a {
  margin-top: 0.95rem;
  display: inline-block;
  color: var(--brand-navy);
  font-weight: 700;
}

.case-proof-grid,
.case-capability-grid,
.case-impact-grid,
.case-faq-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.case-proof-grid article,
.case-capability-grid article,
.case-impact-grid article,
.case-faq-grid article,
.case-outcomes-panel article,
.case-detail-copy,
.case-phase-grid article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.case-proof-grid p,
.case-capability-grid p,
.case-impact-grid p,
.case-faq-grid p,
.case-outcomes-panel span,
.case-detail-copy p,
.case-phase-grid p {
  margin: 0.5rem 0 0;
  color: #5f687c;
  font-size: 0.92rem;
}

.case-outcomes-layout,
.case-detail-split {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 1rem;
  align-items: center;
}

.case-outcomes-copy p {
  color: #5d677b;
}

.case-outcomes-panel {
  display: grid;
  gap: 0.8rem;
}

.case-outcomes-panel strong,
.case-phase-grid strong {
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
}

.case-detail-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.case-detail-meta span {
  border: 1px solid #dbe7f2;
  background: #f8fbff;
  color: #4f627b;
  border-radius: 999px;
  padding: 0.32rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 600;
}

.case-phase-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.case-phase-grid strong {
  font-size: 0.94rem;
}

.case-phase-grid h3 {
  margin-top: 0.3rem;
}

.case-faq-wrap {
  display: grid;
  gap: 1rem;
}

.case-cta {
  background: linear-gradient(150deg, #13265f, #1d4f97 62%, #1f7bbd);
}

.case-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.case-cta-wrap h2,
.case-cta-wrap p,
.case-cta-wrap .eyebrow {
  color: #eef3ff;
}

.case-cta-wrap p {
  color: #d4def0;
}

.case-cta .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

.industries-hero {
  padding-top: 4rem;
}

.industries-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: center;
}

.industries-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 13ch;
}

.industries-hero p {
  color: var(--muted);
  max-width: 62ch;
}

.industries-hero-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.industries-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.industries-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.industries-metrics {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.industries-metrics article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.industries-metrics strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: var(--brand-navy);
  font-size: 1.12rem;
}

.industries-metrics span {
  display: block;
  margin-top: 0.3rem;
  color: #5f677a;
  font-size: 0.84rem;
}

.industries-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.industry-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.industry-card:hover {
  transform: translateY(-4px);
  border-color: #c9dff0;
  box-shadow: 0 20px 34px rgba(18, 31, 50, 0.12);
}

.industry-card p {
  margin: 0.55rem 0;
  color: #5f687b;
}

.industry-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.25rem;
  color: #59637b;
  font-size: 0.88rem;
}

.industries-split {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 1rem;
  align-items: center;
}

.industries-copy {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.industries-copy p {
  color: #5c657a;
}

.industries-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  color: #546079;
  font-size: 0.9rem;
}

.industries-image {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.industries-image img {
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
  display: block;
}

.industry-value-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.industry-value-grid article {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.industry-value-grid p {
  margin: 0.5rem 0 0;
  color: #5f687c;
  font-size: 0.92rem;
}

.industries-cta {
  background: linear-gradient(150deg, #13265f, #1d4f97 62%, #1f7bbd);
}

.industries-cta-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 34px rgba(6, 19, 53, 0.22);
}

.industries-cta-wrap h2,
.industries-cta-wrap p,
.industries-cta-wrap .eyebrow {
  color: #eef3ff;
}

.industries-cta-wrap p {
  color: #d4def0;
}

.industries-cta .btn-ghost {
  color: #eef3ff;
  border-color: rgba(255, 255, 255, 0.45);
}

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

.value-grid article,
.timeline-grid article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 1rem;
}

.value-grid p,
.timeline-grid p {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.timeline-grid strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.contact-page .section-pad {
  padding-top: clamp(3.8rem, 7vw, 5rem);
  padding-bottom: clamp(3.8rem, 7vw, 5rem);
}

.contact-hero {
  padding-top: 3.9rem;
  padding-bottom: 2.4rem;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: center;
}

.contact-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  max-width: 13ch;
}

.contact-hero p {
  color: var(--muted);
  max-width: 62ch;
}

.contact-hero-image {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.contact-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  object-fit: cover;
  display: block;
}

.contact-hero-meta {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-hero-meta article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
  box-shadow: var(--shadow-soft);
}

.contact-hero-meta strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  color: #16315c;
}

.contact-hero-meta span {
  color: #62708a;
  font-size: 0.82rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 1rem;
  align-items: start;
}

.contact-rail {
  display: grid;
  gap: 0.85rem;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: 1.15rem;
}

.contact-card-label {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #657287;
  font-weight: 700;
}

.contact-card h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.45rem;
  font-size: 1.2rem;
}

.contact-card p {
  color: #5c677f;
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.contact-card a {
  color: #1e4f95;
  font-weight: 700;
}

.product-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.contact-products .product-inline-list .product-mark-link {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfdff;
  padding: 0.22rem 0.58rem;
}

.contact-products .product-inline-list .product-mark-link img {
  height: 2.2rem;
}

.contact-products ul {
  margin: 0.8rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  color: #53627b;
  font-size: 0.9rem;
}

.contact-form-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
}

.contact-form-head h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.45rem, 3.2vw, 2.2rem);
}

.contact-form-head p {
  margin-top: 0.55rem;
  color: #5b6780;
  max-width: 62ch;
}

.contact-form {
  margin-top: 0.85rem;
  gap: 0.8rem;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.contact-form label {
  color: #1f2b44;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border-radius: 0.75rem;
  border: 1px solid #d8e0ef;
  background: #f8fbff;
  color: #1a263e;
  padding: 0.75rem 0.8rem;
  font: inherit;
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7a879f;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #8fb9df;
  box-shadow: 0 0 0 4px rgba(36, 121, 191, 0.14);
  background: #fff;
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #617793 50%), linear-gradient(135deg, #617793 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}

.contact-form .btn {
  margin-top: 0.2rem;
}

.contact-captcha-block {
  margin-top: 0.35rem;
  display: grid;
  gap: 0.55rem;
}

.captcha-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

#contactCaptchaCanvas {
  border: 1px solid #cfdcf0;
  border-radius: 0.7rem;
  background: #f2f7ff;
  max-width: 100%;
  height: auto;
}

.captcha-refresh {
  min-width: 7.6rem;
}

.captcha-error {
  margin: 0;
  min-height: 1.15rem;
  color: #b42318;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (max-width: 940px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .about-hero-grid,
  .pricing-hero-grid,
  .case-hero-grid,
  .case-detail-hero-grid,
  .industries-hero-grid,
  .services-hero-grid,
  .products-hero-grid,
  .quick-links,
  .pricing-metrics,
  .pricing-plan-grid,
  .pricing-includes-grid,
  .pricing-addon-grid,
  .pricing-proof-grid,
  .pricing-faq-grid,
  .case-metrics,
  .case-detail-metrics,
  .case-proof-grid,
  .case-capability-grid,
  .case-impact-grid,
  .case-faq-grid,
  .case-study-card,
  .case-study-card-alt,
  .case-outcomes-layout,
  .case-detail-split,
  .case-phase-grid,
  .industries-metrics,
  .industries-grid,
  .industries-split,
  .industry-value-grid,
  .product-metrics,
  .product-feature,
  .product-feature-alt,
  .product-benefits,
  .product-roadmap,
  .services-grid,
  .delivery-grid,
  .services-model-grid,
  .services-engagements,
  .outcomes-grid,
  .services-metrics,
  .about-metrics,
  .about-pillars,
  .case-spotlight,
  .about-culture-grid,
  .about-principles,
  .services-cta-wrap,
  .pricing-cta-wrap,
  .case-cta-wrap,
  .products-cta-wrap,
  .industries-cta-wrap,
  .about-cta-wrap,
  .dual-feature,
  .operating-model,
  .insight-grid,
  .cta-banner-wrap,
  .inner-hero-grid,
  .value-grid,
  .timeline-grid,
  .contact-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
