/* GlobeSoft V2 — Option 2 design system (from globesoft-option-2-source) */
:root {
  --navy: #061b49;
  --blue: #075cff;
  --teal: #10b8ae;
  --ink: #071b48;
  --muted: #5e6e8a;
  --line: #dce5f3;
  --ice: #f2f7ff;
  --white: #ffffff;
  --font-sans: "Geist", Arial, Helvetica, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body.v2-body {
  background: #fff;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select {
  font: inherit;
  font-family: inherit;
}
button, a { -webkit-tap-highlight-color: transparent; }
.font-mono, .code-card, .code-card span, .root-node, .node-row b, .country-code {
  font-family: var(--font-mono);
}
img { max-width: 100%; height: auto; display: block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.section-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding-left: clamp(24px, 5vw, 78px);
  padding-right: clamp(24px, 5vw, 78px);
}

/* Header */
.site-header {
  width: min(1440px, 100%);
  height: 92px;
  padding: 0 clamp(24px, 5vw, 78px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  background: rgba(255,255,255,.94);
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.8px;
  flex-shrink: 0;
  margin-right: auto;
}
.brand b { font-weight: 500; }
.brand-logo { height: 36px; width: auto; }
.brand-mark {
  width: 35px; height: 35px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--blue), #263ccf);
  color: #fff; border-radius: 10px 2px 10px 2px; font-size: 20px;
}
.v2-country {
  appearance: none;
  border: 1.5px solid var(--line);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%235e6e8a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") right 10px center / 10px no-repeat;
  padding: 10px 28px 10px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  margin-right: 8px;
}
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 32px); font-size: 15px; font-weight: 600; }
.nav a:not(.nav-cta) { position: relative; }
.nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px;
  height: 2px; background: var(--blue); transition: .25s;
}
.nav a:hover::after { right: 0; }
.nav-cta {
  border: 1.5px solid var(--blue); color: var(--blue);
  padding: 13px 19px; display: flex; gap: 18px; align-items: center; transition: .2s;
  font-size: 15px; font-weight: 700;
}
.nav-cta:hover { background: var(--blue); color: #fff; }
.menu-button { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; cursor: pointer; position: relative; }
.menu-button span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 7px 0;
  transition: transform .2s ease, opacity .2s ease;
  transform-origin: center;
}
.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-button[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (prefers-reduced-motion: reduce) {
  .menu-button span { transition: none; }
}

/* Hero */
.hero {
  min-height: 730px;
  padding-top: 42px;
  display: grid;
  grid-template-columns: 47% 53%;
  grid-template-rows: 1fr auto;
  align-items: center;
  overflow: hidden;
}
.hero-copy { padding: 20px 34px 36px 0; position: relative; z-index: 3; }
.eyebrow, .section-kicker {
  color: var(--blue); text-transform: uppercase; letter-spacing: 2px;
  font-size: clamp(12px, 1.1vw, 13px); font-weight: 700; margin: 0 0 22px;
}
.hero h1 {
  font-size: clamp(45px, 5.4vw, 78px); line-height: .98; letter-spacing: -4px;
  margin: 0 0 27px; max-width: 690px; font-weight: 400;
}
.hero h1 span { display: block; }
.hero h1 span::after {
  content: ""; display: inline-block; width: 13px; height: 13px;
  background: var(--teal); border-radius: 50%; margin-left: 8px;
}
.hero-lede { max-width: 590px; font-size: 18px; font-weight: 400; line-height: 1.7; color: #405271; margin: 0 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 38px; flex-wrap: wrap; }
.button {
  min-height: 56px; padding: 0 28px; display: inline-flex; align-items: center;
  justify-content: center; gap: 28px; font-size: 15px; font-weight: 700; transition: .25s; border: 0; cursor: pointer; font: inherit;
}
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 14px 30px rgba(7,92,255,.18); }
.button.primary:hover { background: var(--navy); transform: translateY(-2px); }
.button.white { background: #fff; color: var(--blue); }
.button.white:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.text-link {
  color: var(--blue); font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--blue); padding-bottom: 7px;
}

.hero-visual {
  height: 560px;
  position: relative;
  align-self: center;
  background: linear-gradient(135deg, #fff 5%, #eef9ff 60%, #e8f0ff);
  border: 1px solid #d7e3f4;
  overflow: hidden;
}
.hero-visual::after {
  content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  border: 1px solid #c8dbfa; right: -190px; bottom: -190px;
}
.hero-visual.is-banner-test {
  background: #fff;
  border: 0;
}
.hero-visual.is-banner-test::after {
  display: none;
}
.hero-banner {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hero-visual.is-banner-test .hero-banner {
  display: block;
}
.hero-illustration {
  position: absolute;
  inset: 0;
}
.hero-visual.is-banner-test .hero-illustration,
.hero-illustration[hidden],
.hero-banner[hidden] {
  display: none !important;
}
.visual-grid {
  position: absolute; left: 0; top: 0; width: 44%; height: 48%;
  background-image: linear-gradient(#dce7f7 1px, transparent 1px), linear-gradient(90deg, #dce7f7 1px, transparent 1px);
  background-size: 48px 48px;
}
.curve {
  position: absolute; left: 4%; top: 10%; width: 38%; height: 28%;
  border-bottom: 3px solid var(--blue); border-radius: 0 0 100% 0; transform: rotate(-10deg);
}
.dot { position: absolute; background: #fff; border: 3px solid var(--blue); width: 14px; height: 14px; }
.dot.one { left: -4px; bottom: -8px; }
.dot.two { left: 48%; bottom: 28%; }
.dot.three { right: -3px; top: -5px; border-radius: 50%; background: var(--blue); }
.growth-card {
  position: absolute; width: 47%; height: 46%; right: 0; top: 0; padding: 58px 30px;
  background: linear-gradient(135deg, rgba(0,189,177,.05), rgba(2,196,181,.2));
}
.growth-card span, .growth-card small { display: block; font-size: 12px; color: #51627d; }
.growth-card strong { font-size: 35px; display: block; margin: 7px 0; color: var(--teal); }
.bars { display: flex; align-items: end; gap: 12px; height: 90px; margin-top: 13px; }
.bars i { width: 19px; background: linear-gradient(var(--teal), #027c88); }
.bars i:nth-child(1) { height: 35%; }
.bars i:nth-child(2) { height: 55%; }
.bars i:nth-child(3) { height: 75%; }
.bars i:nth-child(4) { height: 100%; }
.site-card {
  position: absolute; left: 0; bottom: 18%; width: 58%; height: 34%;
  background: #fff; border: 1px solid #dce6f4; padding: 21px;
  box-shadow: 0 16px 40px rgba(18,54,104,.08);
}
.site-card div { display: flex; gap: 5px; margin-bottom: 22px; }
.site-card div i { width: 8px; height: 8px; border-radius: 50%; background: #aabbd2; }
.site-card div i:first-child { background: var(--blue); }
.site-card b { display: block; width: 32%; height: 60px; background: linear-gradient(145deg, #ddebff, #75a8fa); float: left; margin-right: 22px; }
.site-card span { display: block; width: 46%; height: 8px; background: #c9d4e3; margin: 10px 0; border-radius: 9px; }
.site-card button { border: 0; background: var(--blue); color: #fff; padding: 9px 18px; margin-top: 8px; font-size: 10px; }
.code-card {
  position: absolute; right: 0; bottom: 18%; width: 42%; height: 34%;
  background: linear-gradient(145deg, #0859e8, #073cb4); padding: 24px; color: #fff;
}
.code-card span { font-size: 25px; font-weight: 700; }
.code-card i { display: block; height: 5px; background: #90f5e5; margin-top: 13px; border-radius: 8px; }
.code-card i:nth-child(even) { width: 70%; background: #c9dbff; }
.code-card i:nth-child(3) { width: 45%; }
.code-card i:nth-child(4) { width: 85%; }
.mini-chart {
  position: absolute; bottom: 0; left: 0; height: 18%; width: 58%;
  display: flex; align-items: end; gap: 7px; padding: 22px; background: #fff;
}
.mini-chart i { width: 9%; background: #d6e4f8; border-radius: 9px; }
.mini-chart i:nth-child(1) { height: 40%; }
.mini-chart i:nth-child(2) { height: 75%; background: var(--teal); }
.mini-chart i:nth-child(3) { height: 55%; }
.mini-chart i:nth-child(4) { height: 90%; background: var(--blue); }
.mini-chart i:nth-child(5) { height: 66%; }
.cursor {
  position: absolute; top: 29%; left: 34%; font-size: 61px; color: var(--blue);
  text-shadow: 0 4px 0 white; transform: rotate(-22deg); pointer-events: none;
}
.trust-strip {
  grid-column: 1 / -1; min-height: 100px; border: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr); align-items: center;
  background: #fff; position: relative; z-index: 5;
}
.trust-strip div {
  display: grid; grid-template-columns: 47px 1fr; grid-template-rows: 1fr 1fr;
  padding: 0 25px; border-right: 1px solid var(--line);
}
.trust-strip div:last-child { border: 0; }
.trust-strip span {
  grid-row: 1 / 3; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; background: #eaf2ff; color: var(--blue); font-size: 20px;
}
.trust-strip b { font-size: 15px; font-weight: 600; align-self: end; }
.trust-strip small { font-size: 11px; font-weight: 600; letter-spacing: .6px; color: #71809a; margin-top: 4px; }

/* Intro */
.intro { padding-top: 125px; padding-bottom: 110px; }
.intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: start; }
.intro h2, .section-heading h2, .locations h2, .seo h2, .contact h2, .ai-band h2, .page-hero h1 {
  font-size: clamp(36px, 4.2vw, 62px); line-height: 1.08; letter-spacing: -2.5px; margin: 0; font-weight: 500;
}
h2 em, .page-hero h1 em { color: var(--blue); font-style: normal; }
.intro-grid p { margin: 0 0 22px; font-size: 17px; line-height: 1.75; color: var(--muted); }

/* Services */
.services { padding-bottom: 125px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 52px; gap: 30px; }
.section-heading .section-kicker { margin-bottom: 15px; }
.section-heading h2 { font-size: clamp(36px, 3.8vw, 56px); }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.service-card {
  min-height: 390px; padding: 35px; border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line); position: relative; transition: .25s; background: #fff;
  display: block;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(14,51,102,.1); z-index: 2; }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.service-icon {
  width: 55px; height: 55px; background: #eaf2ff; color: var(--blue);
  display: grid; place-items: center; font-size: 21px; font-weight: 700;
}
.service-top small { color: #9ba8bd; }
.service-card h3 { font-size: clamp(24px, 2vw, 26px); font-weight: 600; line-height: 1.2; margin: 0 0 16px; }
.service-card p { font-size: 16px; font-weight: 400; line-height: 1.65; color: var(--muted); margin: 0 0 22px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span {
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .6px;
  padding: 7px 9px; background: #f2f6fb; color: #5e6e88;
}
.service-card > .explore {
  position: absolute; bottom: 31px; font-size: 13px; font-weight: 700;
  color: var(--blue); display: flex; gap: 12px;
}

/* AI band */
.ai-band {
  background: var(--ice); max-width: none; padding: 90px 0;
}
.ai-band-inner {
  width: min(1440px, 100%); margin: 0 auto;
  padding-left: clamp(24px, 5vw, 78px); padding-right: clamp(24px, 5vw, 78px);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center;
}
.ai-band p:not(.section-kicker) { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 20px 0 28px; max-width: 48ch; }
.ai-list { display: grid; gap: 14px; }
.ai-list li {
  padding: 16px 18px; background: #fff; border: 1px solid var(--line);
  font-size: 14px; font-weight: 700; color: var(--ink);
  display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center;
}
.ai-list li span {
  width: 36px; height: 36px; display: grid; place-items: center;
  background: #eaf2ff; color: var(--blue); font-size: 12px; font-weight: 700;
}

/* Work */
.work {
  background: var(--navy); color: #fff; max-width: none;
  padding-top: 110px; padding-bottom: 120px;
}
.work > .section-heading, .work > .projects {
  max-width: 1284px; margin-left: auto; margin-right: auto;
  padding-left: clamp(24px, 5vw, 78px); padding-right: clamp(24px, 5vw, 78px);
}
.section-kicker.light { color: #64e5da; }
.work h2 em, .contact h2 em, .seo h2 em { color: #54dfd3; }
.heading-note { max-width: 330px; color: #aab9d4; line-height: 1.6; font-size: 14px; }
.heading-note.dark { color: var(--muted); }
.projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}
.project {
  min-height: 520px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 0;
  overflow: hidden;
  position: relative;
  color: inherit;
  text-decoration: none;
}
#work {
  scroll-margin-top: 96px;
}
.project.vista { background: #5634c8; color: #fff; }
.project.shre { background: #d9f0f0; color: var(--ink); }
.project.bright { background: #075dce; color: #fff; }
.project.hms { background: #0d6e68; color: #fff; }
.project-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 auto;
  padding-bottom: 18px;
}
.project small {
  font-size: 11px;
  letter-spacing: .6px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: .8;
  display: block;
}
.project h3 {
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  margin: 12px 0 10px;
  letter-spacing: -1px;
}
.project p {
  line-height: 1.6;
  font-size: 14px;
  max-width: none;
  opacity: .9;
  margin: 0;
}
.project-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 16px;
  max-width: 100%;
}
.project-metric {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 1.2;
  white-space: nowrap;
  background: rgba(255, 255, 255, .2);
  color: inherit;
  border: 1px solid rgba(255, 255, 255, .28);
  flex: 0 0 auto;
}
.project.shre .project-metric {
  background: rgba(7, 27, 72, .08);
  border-color: rgba(7, 27, 72, .12);
  color: var(--ink);
}
.project .explore {
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: inherit !important;
  text-decoration: none;
  flex: 0 0 auto;
}
.project.vista .explore,
.project.bright .explore,
.project.hms .explore {
  color: #fff !important;
}
.project.shre .explore {
  color: var(--ink) !important;
}
.project-art {
  margin-top: auto;
  height: 220px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-art img {
  position: absolute;
  left: 4%;
  right: auto;
  bottom: 0;
  height: 200px;
  width: auto;
  max-width: 94%;
  object-fit: cover;
  object-position: top center;
  border-radius: 9px 9px 0 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .25);
  background: #fff;
}
.project.vista .project-art img {
  object-position: center 12%;
  height: 210px;
}
.project.hms .project-art img {
  object-position: top left;
  height: 200px;
}

/* Hospital Management product page */
.hms-intro {
  max-width: 72ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
.hms-screen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.hms-screen {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}
.hms-screen:first-child {
  grid-column: 1 / -1;
}
.hms-screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #f3f7fb;
}
.hms-screen figcaption {
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.hms-feature-grid .info-card {
  display: flex;
  flex-direction: column;
}
.hms-feature-no {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #10a69a;
  margin: 0 0 10px;
}
.hms-why {
  --hms-accent: #10a69a;
}
@media (max-width: 900px) {
  .hms-screen-grid { grid-template-columns: 1fr; }
  .hms-screen:first-child { grid-column: auto; }
}

.browser {
  position: absolute; left: 10%; right: -15%; bottom: -55px; height: 195px;
  background: white; border-radius: 9px 9px 0 0; padding: 22px;
  box-shadow: 0 15px 30px rgba(0,0,0,.15);
}
.browser i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #c8d4e6; margin-right: 4px; }
.browser b { display: block; height: 22px; background: #e6edf7; margin-top: 17px; border-radius: 3px; }
.browser b:nth-of-type(1) { height: 42px; background: linear-gradient(90deg, #dce8fa 60%, #98dcd4 60%); }
.browser b:nth-of-type(2) { width: 80%; }
.browser b:nth-of-type(3) { width: 55%; }

/* Process */
.process { padding-top: 120px; padding-bottom: 130px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 31px 28px 20px 0; border-right: 1px solid var(--line); min-height: 285px; }
.steps article + article { padding-left: 28px; }
.steps article:last-child { border: 0; }
.steps > article > span { font-size: 39px; color: #9aa9c0; }
.step-icon { font-size: 27px; color: var(--blue); margin: 35px 0 22px; font-weight: 700; }
.steps h3 { font-size: clamp(24px, 2vw, 26px); font-weight: 600; line-height: 1.2; margin: 0 0 13px; }
.steps p { font-size: 14px; line-height: 1.65; color: var(--muted); margin: 0; }

/* Locations */
.locations {
  background: var(--ice); max-width: none; padding-top: 115px; padding-bottom: 115px;
  display: grid; grid-template-columns: 1fr 1.25fr; gap: 100px;
  padding-left: clamp(24px, 5vw, 78px); padding-right: clamp(24px, 5vw, 78px);
  width: min(1440px, 100%); margin: 0 auto;
}
.locations-copy { max-width: 520px; margin-left: auto; }
.locations-copy > p:not(.section-kicker) { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 25px 0 31px; }
.market-list { max-width: 680px; }
.market-list a, .market-list article {
  display: grid; grid-template-columns: 58px 1fr 150px 22px; gap: 18px; align-items: center;
  padding: 23px 4px; border-bottom: 1px solid #cbd9eb; transition: .2s;
}
.market-list a:hover, .market-list article:hover { padding-left: 12px; background: #fff; }
.country-code {
  width: 47px; height: 47px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; color: var(--blue); font-size: 12px; font-weight: 700;
}
.market-list h3 { font-size: 19px; margin: 0 0 5px; }
.market-list p, .market-list small { margin: 0; color: var(--muted); font-size: 12px; }
.market-list small { text-align: right; }

/* SEO */
.seo { padding-top: 115px; padding-bottom: 115px; }
.seo-board {
  background: var(--navy); color: #fff; min-height: 560px;
  display: grid; grid-template-columns: 1fr 1fr; overflow: hidden;
}
.seo-copy { padding: 70px; }
.seo-copy h2 { font-size: clamp(36px, 3.5vw, 55px); font-weight: 500; letter-spacing: -2.5px; line-height: 1.08; }
.seo-copy > p:not(.section-kicker) { color: #aebed9; line-height: 1.7; margin: 18px 0; }
.seo-copy ul { list-style: none; padding: 12px 0 0; margin: 0; }
.seo-copy li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.seo-copy li span { color: #61e4d8; margin-right: 15px; }
.seo-map {
  background: linear-gradient(145deg, #0d3983, #0b61df); position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px;
}
.root-node, .node-row div, .page-cloud span {
  background: #fff; color: var(--ink); box-shadow: 0 12px 25px rgba(0,0,0,.15);
}
.root-node { padding: 20px 28px; font-weight: 700; border-left: 4px solid var(--teal); }
.connector { height: 60px; width: 1px; background: rgba(255,255,255,.5); }
.node-row { display: flex; gap: 13px; position: relative; }
.node-row::before {
  content: ""; position: absolute; left: 16%; right: 16%; top: -14px;
  height: 1px; background: rgba(255,255,255,.5);
}
.node-row div { width: 105px; padding: 14px; text-align: center; }
.node-row b, .node-row span { display: block; }
.node-row b { color: var(--blue); }
.node-row span { font-size: 10px; margin-top: 3px; color: var(--muted); }
.page-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 40px; }
.page-cloud span { padding: 9px; font-size: 9px; }

/* Proof */
.proof { text-align: center; padding-top: 100px; padding-bottom: 110px; }
.quote-mark { font-family: var(--font-sans); color: var(--teal); font-size: 80px; font-weight: 700; height: 65px; line-height: 1; }
.proof blockquote {
  max-width: 900px; margin: 0 auto; font-size: clamp(27px, 3vw, 42px);
  line-height: 1.35; letter-spacing: -1.5px; font-weight: 700;
}
.proof > p { color: var(--muted); margin: 25px 0 65px; }
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line); padding: 30px 0;
}
.stats div { border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong, .stats span { display: block; }
.stats strong { font-size: 35px; color: var(--blue); }
.stats span { font-size: 12px; color: var(--muted); margin-top: 7px; }

/* Contact CTA */
.contact {
  background: var(--blue); color: #fff; max-width: none; min-height: 400px;
  display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 70px;
  padding-top: 70px; padding-bottom: 70px;
  padding-left: clamp(24px, 5vw, 78px); padding-right: clamp(24px, 5vw, 78px);
  width: 100%;
}
.contact-copy { max-width: 800px; margin-left: auto; width: 100%; }
.contact h2 { font-size: clamp(36px, 4.8vw, 62px); font-weight: 500; letter-spacing: -2.5px; line-height: 1.08; }
.contact-copy > p:not(.section-kicker) { max-width: 650px; line-height: 1.65; color: #d8e5ff; margin: 18px 0 0; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.contact-actions > a:last-child {
  font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px;
}

/* Footer */
.footer { padding-top: 70px; padding-bottom: 26px; background: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-bottom: 65px; }
.footer-brand { margin-bottom: 18px; }
.footer-top > div > p { color: var(--muted); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 6px; }
.footer-links a { font-size: 13px; color: var(--muted); }
.footer-links a:hover { color: var(--blue); }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 23px;
  display: flex; justify-content: space-between; color: #7b899e; font-size: 10px; gap: 12px; flex-wrap: wrap;
}

/* Inner pages */
.page-hero { padding-top: 60px; padding-bottom: 40px; }
.page-hero p { max-width: 56ch; color: var(--muted); font-size: 17px; line-height: 1.7; margin-top: 18px; }
.page-actions { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin-top: 28px; }

.price-grid, .card-grid, .split-grid {
  display: grid; gap: 22px; padding-bottom: 100px;
}
.price-grid, .card-grid { grid-template-columns: repeat(3, 1fr); }
.split-grid { grid-template-columns: 1fr 1fr; align-items: start; gap: 60px; padding-bottom: 80px; }
.price-card, .info-card {
  border: 1px solid var(--line); padding: 32px; background: #fff; min-height: 100%;
}
.price-card.featured { border-color: var(--blue); box-shadow: 0 20px 50px rgba(7,92,255,.12); }
.price-card h3, .info-card h3 { font-size: clamp(24px, 2vw, 26px); font-weight: 600; line-height: 1.2; margin: 0 0 10px; }
.price-card .amount { font-size: 36px; font-weight: 700; letter-spacing: -1.5px; margin: 18px 0; color: var(--ink); }
.price-card .amount small { font-size: 14px; font-weight: 700; color: var(--muted); }
.price-card .was { text-decoration: line-through; color: #9aa9c0; font-size: 18px; margin-right: 8px; }
.price-card ul, .check-list { display: grid; gap: 10px; margin: 18px 0 28px; }
.price-card li, .check-list li {
  font-size: 14px; color: var(--muted); padding-left: 18px; position: relative;
}
.price-card li::before, .check-list li::before {
  content: "→"; position: absolute; left: 0; color: var(--blue); font-weight: 700;
}

.faq-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-weight: 700;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  padding: 0 0 20px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  max-width: 70ch;
}
.wa-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #0b7a57;
  border: 1.5px solid #b7e4d2;
  background: #f0fbf6;
  padding: 12px 16px;
  transition: .2s;
}
.wa-link:hover {
  background: #0b7a57;
  color: #fff;
  border-color: #0b7a57;
}
.wa-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
}
.wa-icon svg { width: 14px; height: 14px; fill: currentColor; }
.price-card .wa-link,
.info-card .wa-link { margin-top: 8px; }
.price-card { display: flex; flex-direction: column; }

.case-block { padding-bottom: 80px; }
.case-block .split-grid { padding-bottom: 0; }
.case-media {
  border: 1px solid var(--line); background: var(--ice); overflow: hidden; min-height: 280px;
}
.case-media img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.case-block .eyebrow { margin-bottom: 12px; }

.form-layout {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px;
  padding-bottom: 100px; align-items: start;
}
.aside-panel {
  background: var(--navy); color: #d8e5ff; padding: 40px; min-height: 360px;
}
.aside-panel h2 { color: #fff; font-size: 28px; letter-spacing: -1px; margin-bottom: 12px; }
.aside-panel p { margin: 0 0 14px; line-height: 1.65; color: #aebed9; }
.aside-panel a { color: #64e5da; font-weight: 700; }
.contact-locations {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-locations-label {
  margin: 0 0 12px !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #8ea4c8 !important;
}
.contact-location-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.contact-location-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #d8e5ff;
}
.contact-location-list strong {
  color: #fff;
  font-weight: 700;
}
.contact-loc-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  color: #64e5da;
}
.contact-form { border: 1px solid var(--line); padding: 32px; background: #fff; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 11px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 8px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); padding: 14px 14px; font: inherit; color: var(--ink); background: #fff;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid rgba(7,92,255,.25); border-color: var(--blue);
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-status { margin-top: 14px; font-size: 14px; font-weight: 700; }
.form-status.is-ok { color: #0f766e; }
.form-status.is-err { color: #dc2626; }

.office-grid { display: grid; gap: 18px; }
.office-card { border: 1px solid var(--line); padding: 24px; background: #fff; }
.office-card h3 { margin: 0 0 8px; font-size: 18px; }
.office-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

@media (max-width: 1050px) {
  .nav { gap: 14px; font-size: 14px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 48px; }
  .services-grid, .price-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .projects { grid-template-columns: 1fr 1fr; }
  .project:last-child { grid-column: auto; }
  .project { min-height: 500px; }
  .locations { gap: 45px; }
  .seo-copy { padding: 45px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { border-bottom: 1px solid var(--line); padding: 20px 30px; }
  .ai-band-inner { grid-template-columns: 1fr; gap: 36px; }
  .form-layout, .split-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header {
    height: 76px;
    position: sticky;
    top: 0;
    box-shadow: 0 1px 0 var(--line);
    background: #fff;
  }
  #work, .case-block { scroll-margin-top: 88px; }
  .brand { font-size: 18px; }
  .brand-logo { height: 30px; }
  .v2-country { display: none; }
  .menu-button { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 76px; background: #fff;
    padding: 25px; box-shadow: 0 20px 40px rgba(6,27,73,.15); flex-direction: column; align-items: stretch;
  }
  .nav.open { display: flex; }
  .nav a { padding: 8px; }
  .nav-cta { justify-content: space-between; }
  .hero { display: flex; flex-direction: column; padding-top: 45px; min-height: 0; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(45px, 12vw, 56px); letter-spacing: -4px; font-weight: 400; }
  .hero-lede { font-size: 16px; }
  .hero-actions { gap: 25px; align-items: flex-start; flex-direction: column; }
  .hero-visual { width: 100%; height: 420px; margin: 55px 0 25px; }
  .growth-card { padding: 38px 15px; }
  .growth-card strong { font-size: 25px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-strip div { grid-template-columns: 39px 1fr; padding: 18px 12px; }
  .intro { padding-top: 85px; padding-bottom: 80px; }
  .intro-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro h2, .section-heading h2, .locations h2, .seo h2, .contact h2, .ai-band h2, .page-hero h1 { letter-spacing: -2.5px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 35px; }
  .services { padding-bottom: 85px; }
  .services-grid, .price-grid, .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .work { padding-top: 80px; padding-bottom: 80px; }
  .projects { grid-template-columns: 1fr; }
  .project:last-child { grid-column: auto; }
  .project {
    min-height: 0;
    padding: 24px 24px 0;
  }
  .project h3 {
    font-size: clamp(28px, 8vw, 34px);
    margin-top: 10px;
  }
  .project p {
    max-width: none;
    font-size: 15px;
  }
  .project-meta {
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .project-art {
    height: 200px;
    margin-top: 18px;
  }
  .project-art img,
  .project.vista .project-art img,
  .project.hms .project-art img {
    height: 180px;
    left: 8%;
    max-width: 90%;
  }
  .process { padding-top: 85px; padding-bottom: 85px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article { border-bottom: 1px solid var(--line); padding: 25px 20px !important; }
  .step-icon { margin: 25px 0 15px; }
  .locations { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 80px; gap: 55px; }
  .locations-copy { margin: 0; }
  .market-list a, .market-list article { grid-template-columns: 50px 1fr 20px; }
  .market-list small { display: none; }
  .seo { padding-top: 80px; padding-bottom: 80px; }
  .seo-board { grid-template-columns: 1fr; }
  .seo-copy { padding: 45px 28px; }
  .seo-map { min-height: 420px; padding: 25px; }
  .proof { padding-top: 75px; padding-bottom: 80px; }
  .stats { grid-template-columns: 1fr 1fr; padding: 0; }
  .stats div { padding: 24px; border-bottom: 1px solid var(--line); }
  .stats div:nth-child(2) { border-right: 0; }
  .contact { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 75px; gap: 35px; }
  .contact-copy { margin: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .ai-band { padding: 70px 0; }
}

@media (max-width: 420px) {
  .section-shell, .work > .section-heading, .work > .projects, .ai-band-inner, .locations, .contact {
    padding-left: 20px; padding-right: 20px;
  }
  .hero h1 { font-size: clamp(45px, 12vw, 56px); }
  .hero-visual { height: 350px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps article { border-right: 0; }
  .footer-links { grid-template-columns: 1fr; }
}

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

/* ===== Canada homepage ===== */
.ca-home .hero h1 { max-width: 16ch; }
.ca-trust-line {
  margin-top: 1.25rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.5;
  max-width: 48ch;
}
.ca-funnel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f2f7ff 0%, #e8f0ff 55%, #fff 100%);
  border: 1px solid var(--line);
  min-height: 420px;
  height: auto;
  padding: 28px 20px;
}
.ca-funnel-steps {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ca-funnel-steps > li:not(.ca-funnel-arrow) {
  flex: 1 1 120px;
  max-width: 160px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px 14px;
  min-height: 140px;
}
.ca-funnel-no {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue);
  margin-bottom: 10px;
}
.ca-funnel-steps strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 6px;
}
.ca-funnel-steps small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}
.ca-funnel-arrow {
  align-self: center;
  color: var(--blue);
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 auto;
}
.ca-section { padding-top: 88px; padding-bottom: 88px; }
.ca-support {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 62ch;
  margin: -12px 0 28px;
}
.ca-primary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ca-service-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 28px 26px 32px;
  min-height: 240px;
  position: relative;
  transition: .2s;
  display: block;
}
.ca-service-card:hover {
  border-color: rgba(7, 92, 255, 0.35);
  box-shadow: 0 18px 40px rgba(14, 51, 102, 0.08);
  transform: translateY(-3px);
}
.ca-service-no {
  font-size: 12px;
  font-weight: 700;
  color: #9ba8bd;
  letter-spacing: 0.06em;
}
.ca-service-card h3 {
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.2;
  margin: 18px 0 12px;
  color: var(--ink);
}
.ca-service-card p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 28px;
}
.ca-service-card .explore {
  position: absolute;
  bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.ca-secondary { margin-top: 40px; }
.ca-secondary-tags a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 9px 12px;
  background: #f2f6fb;
  color: #5e6e88;
  border: 1px solid transparent;
}
.ca-secondary-tags a:hover {
  border-color: var(--line);
  color: var(--blue);
}
.ca-social-price-grid {
  padding-bottom: 0;
}
.ca-social-pricing-note {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
}

.ca-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ca-industry-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  display: block;
  min-height: 180px;
  transition: .2s;
}
.ca-industry-card:hover {
  border-color: rgba(7, 92, 255, 0.35);
  transform: translateY(-2px);
}
.ca-industry-card.is-featured {
  grid-column: span 2;
  background: var(--ice);
  border-color: rgba(7, 92, 255, 0.25);
}
.ca-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
  background: #fff;
  border: 1px solid rgba(7, 92, 255, 0.25);
  padding: 6px 10px;
  margin-bottom: 14px;
}
.ca-industry-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--ink);
}
.ca-industry-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.ca-contractor {
  background: var(--ice);
  max-width: none;
  width: 100%;
}
.ca-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 28px;
}
.ca-flow article {
  padding: 28px 22px 8px 0;
  border-right: 1px solid var(--line);
  min-height: 200px;
}
.ca-flow article + article { padding-left: 22px; }
.ca-flow article:last-child { border-right: 0; }
.ca-flow span {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
}
.ca-flow h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 16px 0 10px;
  color: var(--ink);
}
.ca-flow p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.ca-work .project p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 8px;
  max-width: 100%;
  opacity: 1;
  color: inherit;
}
.ca-work .project p strong { color: inherit; opacity: 1; }
.ca-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ca-trust-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 22px;
}
.ca-trust-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--ink);
}
.ca-trust-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.ca-locations .market-list > div {
  display: grid;
  grid-template-columns: 58px 1fr 150px 22px;
  gap: 18px;
  align-items: center;
  padding: 23px 4px;
  border-bottom: 1px solid #cbd9eb;
}
.ca-intl-note {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 42ch;
}
.ca-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ca-audit {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: start;
  border: 1px solid var(--line);
  background: #fff;
  padding: 36px;
}
.ca-audit-copy h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.12;
  margin: 0 0 20px;
}
.field.ca-consent,
.ca-consent {
  max-width: 100%;
  overflow: hidden;
}
.field.ca-consent > label,
.ca-consent > label {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.ca-consent input[type="checkbox"] {
  margin-top: 3px;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}
.ca-consent-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ca-consent-text a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ca-final-cta {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 56px clamp(24px, 4vw, 48px);
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  align-items: center;
  background: var(--navy);
  box-shadow: none;
}
.ca-final-cta .contact-copy {
  margin-left: 0;
  max-width: none;
  width: 100%;
}
.ca-final-cta .contact-actions {
  width: 100%;
  align-items: stretch;
}
.ca-final-cta .contact-actions .button {
  width: 100%;
  min-height: 48px;
  justify-content: center;
}
.ca-final-cta .contact-actions > a:last-child {
  text-align: center;
  width: 100%;
  border-bottom: 0;
  padding: 12px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.ca-final-trust {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #9eb0cf;
  max-width: 52ch;
}

@media (max-width: 1050px) {
  .ca-primary-grid,
  .ca-industry-grid,
  .ca-trust-grid,
  .ca-insights-grid { grid-template-columns: repeat(2, 1fr); }
  .ca-industry-card.is-featured { grid-column: span 2; }
  .ca-flow { grid-template-columns: repeat(2, 1fr); }
  .ca-flow article:nth-child(2) { border-right: 0; }
  .ca-flow article { border-bottom: 1px solid var(--line); }
  .ca-audit { grid-template-columns: 1fr; }
  .ca-funnel-arrow { display: none; }
}

@media (max-width: 780px) {
  .ca-home { font-size: 15px; }
  .ca-section { padding-top: 64px; padding-bottom: 64px; }
  .ca-primary-grid,
  .ca-industry-grid,
  .ca-trust-grid,
  .ca-insights-grid,
  .ca-flow { grid-template-columns: 1fr; }
  .ca-industry-card.is-featured { grid-column: auto; }
  .ca-flow article {
    border-right: 0;
    padding: 22px 0 !important;
  }
  .ca-funnel { min-height: 0; margin-top: 24px; }
  .ca-audit { padding: 24px; }
  .ca-locations .market-list > div {
    grid-template-columns: 50px 1fr 20px;
  }
  .ca-locations .market-list small { display: none; }
  .ca-final-cta {
    grid-template-columns: 1fr !important;
    padding: 40px 22px;
    gap: 28px;
  }
  .ca-final-cta .contact-actions {
    align-items: stretch;
  }
}

@media (max-width: 900px) {
  .ca-final-cta {
    grid-template-columns: 1fr !important;
  }
}

/* ===== Canada Digital Marketing page ===== */
.ca-dm .ca-industry-card {
  position: relative;
  padding-bottom: 52px;
}
.ca-dm .ca-industry-card .explore {
  position: absolute;
  left: 24px;
  bottom: 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.dm-breadcrumb {
  margin-bottom: 28px;
}
.dm-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}
.dm-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #9aa9c0;
}
.dm-breadcrumb a:hover { color: var(--blue); }
.dm-breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 600; }
.dm-hero { padding-top: 48px; padding-bottom: 72px; }
.dm-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}
.dm-hero h1 {
  font-size: clamp(36px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.08;
  margin: 12px 0 16px;
  max-width: 16ch;
}
.dm-support {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 16px;
  line-height: 1.35;
}
.dm-lede {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 28px;
}
.dm-flow-panel {
  background: var(--ice);
  border: 1px solid var(--line);
  padding: 28px 26px;
}
.dm-flow-intro {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 22px;
}
.dm-flow-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}
.dm-flow-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.dm-flow-steps li:last-child { border-bottom: 1px solid var(--line); }
.dm-flow-no {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
  padding-top: 2px;
}
.dm-flow-steps strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.dm-flow-steps small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.dm-band { background: var(--ice); max-width: none; width: 100%; }
.dm-band.section-shell {
  padding-left: 0;
  padding-right: 0;
}
.dm-band-inner,
.dm-band > .section-heading,
.dm-band > .dm-why-grid,
.dm-band > .dm-highlight,
.dm-band > .dm-ai,
.dm-band > .ca-support,
.dm-band > .dm-note,
.dm-band > .tag-row,
.dm-band > .wd-cross,
.dm-band > .wd-tech-badges,
.dm-band > .dm-service-list,
.dm-band > .check-list {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 5vw, 78px);
  padding-right: clamp(24px, 5vw, 78px);
  box-sizing: border-box;
}
.dm-band-inner {
  display: block;
}
.dm-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.dm-highlight {
  margin-top: 28px;
  border-left: 3px solid var(--blue);
  padding: 14px 18px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--ink);
  max-width: 72ch;
}
.dm-service-list { display: grid; gap: 20px; }
.dm-service-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 32px 28px;
}
.dm-service-no {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #9ba8bd;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.dm-service-copy h3 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
}
.dm-service-copy > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 16px;
}
.dm-note {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--ink) !important;
  background: var(--ice);
  border: 1px solid var(--line);
  padding: 12px 14px;
  margin: 0 0 20px !important;
}
.dm-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.dm-process article {
  padding: 28px 20px 8px 0;
  border-right: 1px solid var(--line);
  min-height: 220px;
}
.dm-process article + article { padding-left: 20px; }
.dm-process article:last-child { border-right: 0; }
.dm-process span {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.06em;
}
.dm-process h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 14px 0 10px;
}
.dm-process p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.dm-reporting {
  background: var(--navy);
  color: #fff;
  max-width: none;
  width: 100%;
}
.dm-reporting .section-heading h2,
.dm-reporting h3 { color: #fff; }
.dm-reporting h2 em { color: #54dfd3; }
.dm-reporting-lede {
  color: #b7c7e4;
  font-size: 16px;
  line-height: 1.7;
  max-width: 62ch;
  margin: -8px 0 28px;
}
.dm-metric-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.dm-metric-grid article {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  padding: 20px 18px;
  min-height: 170px;
}
.dm-metric-grid h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
}
.dm-metric-grid p {
  font-size: 14px;
  line-height: 1.6;
  color: #aebed9;
  margin: 0;
}
.dm-reporting-note {
  margin-top: 22px;
  font-size: 13px;
  color: #8fa3c4;
  max-width: 62ch;
}
.dm-ai {
  max-width: 820px;
}
.dm-ai h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -1.8px;
  line-height: 1.1;
  margin: 0 0 16px;
}
.dm-ai > div > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 18px;
}
.dm-review {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 0;
  border: 1px solid var(--line);
  overflow: hidden;
}
.dm-review-copy {
  background: var(--navy);
  color: #d8e5ff;
  padding: 40px 36px;
}
.dm-review-copy h2 {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 1.12;
  margin: 0 0 16px;
}
.dm-review-copy h2 em { color: #54dfd3; }
.dm-review-copy > p {
  font-size: 15px;
  line-height: 1.65;
  color: #b7c7e4;
  margin: 0 0 18px;
}
.dm-review-note {
  margin-top: 18px;
  font-size: 13px;
  color: #8fa3c4;
  line-height: 1.55;
}
.check-list.light li { color: #d8e5ff; }
.check-list.light li::before { color: #54dfd3; }
.dm-review .contact-form {
  border: 0;
  border-left: 1px solid var(--line);
}
.dm-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.dm-faq {
  border-top: 1px solid var(--line);
}
.dm-faq-item {
  border-bottom: 1px solid var(--line);
}
.dm-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 36px 20px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
  position: relative;
}
.dm-faq-item summary::-webkit-details-marker { display: none; }
.dm-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 22px;
  color: var(--blue);
  font-weight: 500;
}
.dm-faq-item[open] summary::after { content: "–"; }
.dm-faq-item summary:focus-visible {
  outline: 2px solid rgba(7,92,255,.35);
  outline-offset: 4px;
}
.dm-faq-answer {
  padding: 0 8px 22px 0;
}
.dm-faq-answer p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 78ch;
  margin: 0;
}
.dm-final-cta {
  background: var(--navy);
}
.dm-final-cta .ca-final-trust {
  color: #9eb0cf;
}
.dm-final-cta .contact-copy > p:not(.section-kicker):not(.ca-final-trust) {
  color: #d8e5ff;
}

@media (max-width: 1100px) {
  .dm-metric-grid { grid-template-columns: repeat(3, 1fr); }
  .dm-process { grid-template-columns: repeat(2, 1fr); }
  .dm-process article:nth-child(2) { border-right: 0; }
  .dm-process article { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .dm-hero-grid,
  .dm-service-block,
  .dm-review,
  .dm-why-grid,
  .dm-work-grid { grid-template-columns: 1fr; }
  .dm-review .contact-form { border-left: 0; border-top: 1px solid var(--line); }
  .dm-process { grid-template-columns: 1fr; }
  .dm-process article {
    border-right: 0;
    padding: 22px 0 !important;
  }
  .dm-metric-grid { grid-template-columns: 1fr 1fr; }
  .dm-review-copy { padding: 28px 22px; }
}

@media (max-width: 560px) {
  .dm-metric-grid { grid-template-columns: 1fr; }
  .ca-dm { font-size: 15px; }
}

/* ===== Web Development page (reuses dm-* layout) ===== */
.wd-get-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}
.wd-tech-position {
  max-width: 78ch;
  margin-bottom: 28px !important;
}
.wd-tech-badges {
  margin-top: 28px;
}
.wd-tech-badges span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 9px 12px;
  background: #fff;
  color: #5e6e88;
  border: 1px solid var(--line);
}
.wd-quality-grid {
  grid-template-columns: repeat(4, 1fr);
}
.wd-cross {
  max-width: 720px;
}
.wd-cross h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.12;
  margin: 0 0 14px;
}
.wd-cross p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 22px;
}

@media (max-width: 900px) {
  .wd-get-grid { grid-template-columns: 1fr; }
  .wd-quality-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wd-quality-grid { grid-template-columns: 1fr; }
}

/* Canada home — social pricing */
.ca-social-price-grid {
  padding-bottom: 0;
}
.ca-social-pricing-note {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
}

/* Design & Experience hub */
.dx-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.dx-service-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 32px 28px;
  min-height: 100%;
}
.dx-service-card h3 {
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 600;
  margin: 0 0 12px;
}
.dx-service-card > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.service-card.is-hub {
  border-color: rgba(7, 92, 255, 0.35);
  background: var(--ice);
}
.web-design-page .dm-process[style*="repeat(5"],
.ux-page .dm-process[style*="repeat(3"] {
  /* mobile overrides below */
}

@media (max-width: 900px) {
  .dx-card-grid { grid-template-columns: 1fr; }
  .web-design-page .dm-process,
  .ux-page .dm-process {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 560px) {
  .web-design-page .dm-process,
  .ux-page .dm-process {
    grid-template-columns: 1fr !important;
  }
}




