/* ==========================================================================
   BlueMorph Media — CONCEPT B
   Modern B2B agency: structured, confident, conversion-led
   Type: Lexend (display) + Source Sans 3 (body) · Brand cyan + navy
   ========================================================================== */

:root {
  --navy:      #0b1f2a;   /* dark sections */
  --navy-2:    #0f2a38;
  --ink:       #0c2230;   /* headings on light */
  --text:      #33475408; /* placeholder, overwritten below */
  --text:      #3a4b58;   /* body */
  --muted:     #6a7d8a;   /* secondary */
  --line:      #e3eaef;
  --line-2:    #eef3f6;
  --bg:        #f4f8fb;   /* page */
  --surface:   #ffffff;
  --surface-2: #eef5f9;

  /* Brand */
  --cyan:      #00a8d8;
  --cyan-600:  #0090ba;
  --cyan-700:  #007499;
  --cyan-050:  #e7f6fc;
  --cyan-100:  #cdeef8;
  --success:   #12b981;

  --ring: 0 0 0 4px rgba(0,168,216,.18);
  --shadow-sm: 0 2px 10px -4px rgba(11,31,42,.18);
  --shadow:    0 20px 46px -26px rgba(11,31,42,.42);
  --shadow-lg: 0 40px 80px -40px rgba(11,31,42,.5);

  --wrap: 1200px;
  --gutter: clamp(20px, 4.5vw, 56px);
  --r: 14px;
  --r-sm: 10px;

  --ff-display: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--ff-body); font-size: 17px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { margin: 0; font-family: var(--ff-display); color: var(--ink); font-weight: 600; line-height: 1.12; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--cyan); color: #fff; }
[id] { scroll-margin-top: 96px; }

/* Type scale */
.h-display { font-size: clamp(2.5rem, 5.4vw, 4.4rem); font-weight: 700; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 700; letter-spacing: -.03em; text-wrap: balance; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.9rem); font-weight: 700; text-wrap: balance; }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); font-weight: 600; }
.lede { font-size: clamp(1.1rem, 1.35vw, 1.28rem); line-height: 1.6; color: var(--muted); text-wrap: pretty; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-body); font-size: .8rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cyan-700);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--cyan); }
.eyebrow--pill {
  background: var(--cyan-050); color: var(--cyan-700);
  padding: 7px 15px 7px 13px; border-radius: 100px; border: 1px solid var(--cyan-100);
}
.eyebrow--pill::before { width: 8px; height: 8px; border-radius: 50%; }
.eyebrow--light { color: var(--cyan); }
.eyebrow--light.eyebrow--pill { background: rgba(0,168,216,.12); border-color: rgba(0,168,216,.28); color: #7fd7ef; }

/* Layout */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--narrow { max-width: 860px; }
.section { padding: clamp(64px, 8vw, 116px) 0; }
.section--tight { padding: clamp(48px, 6vw, 84px) 0; }
.bg-surface { background: var(--surface); }
.bg-soft { background: var(--surface-2); }
.bg-navy { background: var(--navy); color: #d7e3ea; }
.bg-navy h1,.bg-navy h2,.bg-navy h3 { color: #fff; }
.bg-navy .lede { color: rgba(215,227,234,.78); }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.measure { max-width: 60ch; }
.section-head { max-width: 680px; }
.section-head.center { margin-inline: auto; }
.mt-s{margin-top:16px}.mt-m{margin-top:28px}.mt-l{margin-top:44px}
.stack > * + * { margin-top: 1em; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ff-body); font-size: .98rem; font-weight: 600; letter-spacing: .01em;
  padding: 14px 26px; border-radius: 10px; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--cyan); color: #fff; box-shadow: 0 10px 24px -12px rgba(0,168,216,.7); }
.btn--primary:hover { background: var(--cyan-600); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(0,168,216,.75); }
.btn--dark { background: var(--cyan); color: #fff; box-shadow: 0 10px 24px -12px rgba(0,168,216,.7); }
.btn--dark:hover { background: var(--cyan-600); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(0,168,216,.75); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--cyan); color: var(--cyan-700); background: var(--cyan-050); }
.btn--ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); }
.btn--ghost-light:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.link-arrow { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--cyan-700); transition: gap .2s; }
.link-arrow svg { width: 17px; height: 17px; transition: transform .2s; }
.link-arrow:hover { gap: 10px; }
.link-arrow:hover svg { transform: translateX(2px); }

/* ==========================================================================
   Header
   ========================================================================== */
.topbar { background: var(--navy); color: rgba(215,227,234,.85); font-size: .85rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; height: 40px; }
.topbar a { color: inherit; font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar__set { display: flex; gap: 22px; align-items: center; }
.topbar__set span { display: inline-flex; align-items: center; gap: 7px; }
.topbar__set svg { width: 15px; height: 15px; color: var(--cyan); }
@media (max-width: 720px){ .topbar { display: none; } }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 74px; }
.brand img { height: 32px; width: auto; }
.nav-menu { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-menu a { font-size: .96rem; font-weight: 600; color: var(--ink); padding: 6px 0; position: relative; transition: color .2s; }
.nav-menu a::after { content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0; background: var(--cyan); border-radius:2px; transition: width .25s; }
.nav-menu a:hover { color: var(--cyan-700); }
.nav-menu a:hover::after, .nav-menu a[aria-current="page"]::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; padding: 12px; color: var(--ink); }
.nav-toggle span { display: block; height: 2px; background: currentColor; border-radius: 2px; margin: 4px 0; transition: .3s; }
@media (max-width: 980px){
  .nav-menu, .nav-actions .btn--outline { display: none; }
  .nav-toggle { display: block; }
  .nav-menu.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: #fff; padding: 10px var(--gutter) 22px; box-shadow: var(--shadow); }
  .nav-menu.is-open a { padding: 14px 0; border-bottom: 1px solid var(--line-2); font-size: 1.05rem; }
}

/* ==========================================================================
   Hero — split, business
   ========================================================================== */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(1200px 500px at 82% -10%, rgba(0,168,216,.10), transparent 60%),
  linear-gradient(180deg, #ffffff 0%, var(--bg) 100%); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(48px, 6vw, 92px) 0 clamp(52px, 6vw, 96px); }
.hero__eyebrow { margin-bottom: 22px; }
.hero h1 { max-width: 15ch; }
.hero__sub { margin-top: 22px; max-width: 48ch; font-size: 1.18rem; color: var(--muted); }
.hero__actions { margin-top: 34px; }
.hero__proof { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; color: var(--muted); font-size: .92rem; }
.hero__proof .tick { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); }
.hero__proof .tick svg { width: 18px; height: 18px; color: var(--success); }

/* Hero visual — image + floating proof cards */
.hero__visual { position: relative; }
.hero__visual-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.hero__visual-img img { width: 100%; height: 100%; object-fit: cover; }
.floatcard { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 16px 18px; }
.floatcard--stat { left: -26px; top: 40px; display: flex; align-items: center; gap: 13px; }
.floatcard--stat .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--cyan-050); color: var(--cyan-700); display: grid; place-items: center; }
.floatcard--stat .ic svg { width: 22px; height: 22px; }
.floatcard--stat .n { font-family: var(--ff-display); font-weight: 700; font-size: 1.3rem; color: var(--ink); line-height: 1; }
.floatcard--stat .l { font-size: .8rem; color: var(--muted); }
.floatcard--review { right: -22px; bottom: 34px; max-width: 220px; }
.floatcard--review .stars { display: flex; gap: 2px; color: #f5a623; margin-bottom: 7px; }
.floatcard--review .stars svg { width: 16px; height: 16px; }
.floatcard--review p { font-size: .86rem; color: var(--ink); font-weight: 600; margin: 0; }
.floatcard--review .who { font-size: .78rem; color: var(--muted); margin-top: 6px; font-weight: 400; }
@media (max-width: 940px){
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 460px; margin-inline: auto; }
  .floatcard--stat { left: 0; }
  .floatcard--review { right: 0; }
}
@media (max-width: 520px){ .floatcard { display: none; } }

/* Hero — full-bleed background image variant */
.hero--bg { background: var(--navy); }
.hero--bg .hero__bg { position: absolute; inset: 0; }
.hero--bg .hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero--bg .hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(11,31,42,.9) 0%, rgba(11,31,42,.68) 44%, rgba(11,31,42,.3) 74%, rgba(11,31,42,.18) 100%),
    linear-gradient(180deg, rgba(11,31,42,.25) 0%, transparent 32%);
}
.hero--bg .wrap { position: relative; z-index: 1; }
.hero--bg h1 { color: #fff; }
.hero--bg .hero__sub { color: rgba(255,255,255,.88); }
.hero--bg .hero__proof { color: rgba(255,255,255,.78); }
.hero--bg .hero__proof .tick { color: #fff; }
.hero--bg .hero__grid { padding: clamp(64px, 8vw, 124px) 0 clamp(68px, 8vw, 128px); }
.hero--bg .hero__visual { min-height: clamp(340px, 32vw, 430px); }
@media (max-width: 940px){
  .hero--bg .hero__visual { min-height: 0; height: 200px; }
}
@media (max-width: 520px){
  .hero--bg .hero__visual { display: none; }
}

/* ==========================================================================
   Logo / trust strip
   ========================================================================== */
.logostrip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.logostrip .wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-block: 30px; }
.logostrip__label { font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 14px; }
.logostrip__label::before, .logostrip__label::after { content: ""; width: 26px; height: 2px; border-radius: 2px; background: var(--cyan-100); }
.logostrip__items { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; justify-content: center; }
.logostrip__items span { display: inline-flex; align-items: center; gap: 10px; font-family: var(--ff-display); font-weight: 600; color: var(--ink); font-size: .98rem; background: var(--bg); border: 1px solid var(--line); border-radius: 100px; padding: 10px 20px; box-shadow: var(--shadow-sm); }
.logostrip__items span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); flex: 0 0 auto; }

/* Stats band */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 8px; }
.stat__n { font-family: var(--ff-display); font-weight: 700; font-size: clamp(2.2rem, 3.6vw, 3rem); color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.bg-navy .stat__n { color: #fff; }
.stat__n .u { color: var(--cyan); }
.stat__l { margin-top: 10px; font-size: .95rem; color: var(--muted); }
.bg-navy .stat__l { color: rgba(215,227,234,.7); }
@media (max-width: 720px){ .stats { grid-template-columns: repeat(2,1fr); gap: 32px 20px; } }

/* ==========================================================================
   Cards / grids
   ========================================================================== */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
@media (max-width: 900px){ .grid-3 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 640px){ .grid-3, .grid-2 { grid-template-columns: 1fr;} }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.card__ic { width: 52px; height: 52px; border-radius: 13px; background: var(--cyan-050); color: var(--cyan-700); display: grid; place-items: center; margin-bottom: 20px; }
.card__ic svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .98rem; margin-bottom: 18px; }

/* Pain point cards */
.pain { display: flex; gap: 14px; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--cyan); border-radius: var(--r-sm); padding: 20px 22px; }
.pain svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--cyan); margin-top: 2px; }
.pain p { margin: 0; color: var(--ink); font-weight: 600; }

/* Before / After transformation */
.ba { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.ba__col { border-radius: var(--r); padding: clamp(28px, 3.6vw, 44px); }
.ba__col--before { background: var(--surface); border: 1px solid var(--line); }
.ba__col--after { background: var(--cyan-050); border: 1px solid var(--cyan-100); color: var(--ink); box-shadow: var(--shadow); }
.ba__tag { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 24px; }
.ba__tag--muted { color: var(--muted); }
.ba__tag--light { color: var(--cyan-700); }
.ba__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.ba__item { display: flex; gap: 14px; align-items: flex-start; font-size: 1.05rem; line-height: 1.45; }
.ba__item .ic { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; margin-top: 2px; }
.ba__item .ic svg { width: 15px; height: 15px; }
.ba__item--x { color: var(--muted); }
.ba__item--x .ic { background: #f3e4e3; color: #c65f5c; }
.ba__col--after .ba__item { color: var(--ink); font-weight: 500; }
.ba__item--check .ic { background: var(--cyan); color: #fff; }
/* centre arrow badge straddling the two columns */
.ba__arrow {
  position: absolute; z-index: 4; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 58px; height: 58px; border-radius: 50%; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: grid; place-items: center; color: var(--cyan-700);
}
.ba__arrow svg { width: 24px; height: 24px; }
.ba-note { margin-top: 44px; text-align: center; }
.ba-note__stmt { font-family: var(--ff-display); font-weight: 600; font-size: clamp(1.3rem, 2.3vw, 1.85rem); color: var(--ink); letter-spacing: -.02em; max-width: 37ch; margin: 0 auto 26px; text-wrap: balance; }
.ba-note__stmt b { color: var(--cyan-700); font-weight: 600; }
@media (max-width: 760px){
  .ba { grid-template-columns: 1fr; gap: 46px; }
  .ba__arrow { transform: translate(-50%,-50%) rotate(90deg); }
}

/* Feature split */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.feature--reverse .feature__media { order: 2; }
.feature__media { position: relative; }
.feature__media img { width: 100%; border-radius: var(--r); box-shadow: var(--shadow); aspect-ratio: 5/4; object-fit: cover; }
.feature__media--tall img { aspect-ratio: 4/5; }
/* Match image height to the content column */
.feature--match { align-items: stretch; }
.feature--match .feature__media { display: flex; }
.feature--match .feature__media img { height: 100%; aspect-ratio: auto; }
@media (max-width: 880px){
  .feature { grid-template-columns: 1fr; gap: 34px; } .feature--reverse .feature__media { order: 0; } .feature__media img { aspect-ratio: 16/10; }
  .feature--match .feature__media img { height: auto; aspect-ratio: 16/10; }
}

/* checklist */
.ck { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 13px; }
.ck li { position: relative; padding-left: 34px; color: var(--text); }
.ck li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 7px;
  background: var(--cyan-050) no-repeat center/13px
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007499' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
}
.bg-navy .ck li { color: rgba(215,227,234,.9); }
.bg-navy .ck li::before { background-color: rgba(0,168,216,.18); }

/* Process stepper */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding-top: 20px; }
.step::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--line); border-radius: 3px; }
.step[data-active]::before { background: var(--cyan); }
.step__n { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; background: var(--ink); color: #fff; font-family: var(--ff-display); font-weight: 700; margin-bottom: 16px; }
.step h3 { margin-bottom: 6px; }
.step p { font-size: .93rem; color: var(--muted); margin: 0; }
.bg-navy .step::before { background: rgba(255,255,255,.14); }
.bg-navy .step[data-active]::before { background: var(--cyan); }
.bg-navy .step__n { background: var(--cyan); }
.bg-navy .step p { color: rgba(215,227,234,.72); }
@media (max-width: 900px){ .steps { grid-template-columns: repeat(2,1fr); gap: 28px 20px; } }
@media (max-width: 520px){ .steps { grid-template-columns: 1fr; } }

/* ==========================================================================
   Journey — connected progress stepper (nodes + connector lines)
   ========================================================================== */
.journey { display: grid; grid-template-columns: repeat(5, 1fr); }
.journey__step { position: relative; text-align: center; padding: 0 6px; }
.journey__top { position: relative; height: 46px; display: flex; align-items: center; justify-content: center; }
.journey__node {
  position: relative; z-index: 2;
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--cyan-100); color: var(--cyan-700);
  font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
  transition: transform .2s ease;
}
.journey__node svg { width: 22px; height: 22px; }
/* connector: node-centre to next node-centre, tucked behind the circles */
.journey__step:not(:last-child)::after {
  content: ""; position: absolute; z-index: 1;
  top: 23px; left: 50%; right: -50%; height: 3px; border-radius: 3px;
  transform: translateY(-50%);
  background: var(--cyan-100);
}
.journey__body { margin-top: 20px; }
.journey__label { font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.journey__step h3 { margin: 8px 0 6px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.journey__status { font-size: .92rem; font-weight: 600; color: var(--muted); }

/* States (echoing the reference: done / active / upcoming) */
.journey__step.is-done  .journey__node { background: var(--success); color: #fff; }
.journey__step.is-done::after { background: var(--success); }
.journey__step.is-done  .journey__status { color: var(--success); }

.journey__step.is-active .journey__node {
  background: #fff; border: 3px solid var(--cyan); color: var(--cyan-700);
  box-shadow: 0 0 0 5px rgba(0,168,216,.14);
}
.journey__step.is-active .journey__node::before {
  content: ""; width: 15px; height: 15px; border-radius: 50%; background: var(--cyan);
}
.journey__step.is-active::after { background: linear-gradient(90deg, var(--cyan), var(--cyan-100)); }
.journey__step.is-active .journey__status { color: var(--cyan-700); }

/* Responsive: vertical stepper on small screens */
@media (max-width: 760px){
  .journey { grid-template-columns: 1fr; gap: 6px; }
  .journey__step { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; text-align: left; padding: 8px 0; }
  .journey__top { height: auto; }
  .journey__body { margin-top: 0; }
  .journey__step h3 { margin: 3px 0; }
  .journey__step:not(:last-child)::after { display: none; }
}

/* Testimonial */
.quote-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(30px,4vw,48px); box-shadow: var(--shadow-sm); }
.quote-card .stars { display: flex; gap: 3px; color: #f5a623; margin-bottom: 20px; }
.quote-card .stars svg { width: 20px; height: 20px; }
.quote-card blockquote { margin: 0; font-family: var(--ff-display); font-weight: 500; font-size: clamp(1.3rem, 2.2vw, 1.9rem); line-height: 1.32; color: var(--ink); letter-spacing: -.01em; }
.quote-card .by { margin-top: 24px; display: flex; align-items: center; gap: 13px; }
.quote-card .by .av { width: 46px; height: 46px; border-radius: 50%; background: var(--cyan); color: #fff; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; }
.quote-card .by .nm { font-weight: 700; color: var(--ink); }
.quote-card .by .rl { font-size: .88rem; color: var(--muted); }

/* Service detail rows */
.svcrow { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px,5vw,64px); align-items: center; padding: clamp(36px,5vw,64px) 0; border-bottom: 1px solid var(--line); }
.svcrow:last-child { border-bottom: 0; }
.svcrow--reverse .svcrow__media { order: 2; }
.svcrow__media img { border-radius: var(--r); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.svcrow__ic { width: 52px; height: 52px; border-radius: 13px; background: var(--cyan-050); color: var(--cyan-700); display: grid; place-items: center; margin-bottom: 18px; }
.svcrow__ic svg { width: 26px; height: 26px; }
.svcrow ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.svcrow li { position: relative; padding-left: 26px; color: var(--muted); font-size: .96rem; }
.svcrow li::before { content:""; position:absolute; left:0; top:9px; width:8px; height:8px; border-radius:2px; background: var(--cyan); }
@media (max-width: 820px){ .svcrow { grid-template-columns: 1fr; gap: 26px; } .svcrow--reverse .svcrow__media { order: 0; } .svcrow ul { grid-template-columns: 1fr; } }

/* CTA band */
.cta { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy) 0%, #123a4c 100%); color: #fff; border-radius: 0; }
.cta::before { content:""; position:absolute; inset:0; background: radial-gradient(700px 340px at 88% 10%, rgba(0,168,216,.28), transparent 60%); }
.cta .wrap { position: relative; }
.cta h2 { color: #fff; max-width: 20ch; }
.cta .lede { color: rgba(215,227,234,.82); max-width: 52ch; }
.cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: center; }
.cta-inner .btn-row { justify-content: flex-end; }
@media (max-width: 820px){ .cta-inner { grid-template-columns: 1fr; } .cta-inner .btn-row { justify-content: flex-start; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px,5vw,56px); align-items: start; }
@media (max-width: 860px){ .contact-grid { grid-template-columns: 1fr; } }
.cinfo { display: flex; gap: 15px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cinfo:last-child { border-bottom: 0; }
.cinfo .ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: var(--cyan-050); color: var(--cyan-700); display: grid; place-items: center; }
.cinfo .ic svg { width: 22px; height: 22px; }
.cinfo .k { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.cinfo .v { font-family: var(--ff-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); }
.formcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(26px,3vw,38px); box-shadow: var(--shadow-sm); }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field label { font-size: .86rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea { font-family: var(--ff-body); font-size: 1rem; color: var(--ink); padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--cyan); box-shadow: var(--ring); }

/* Work cards */
.work-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.work-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.work-card__img { aspect-ratio: 16/10; overflow: hidden; }
.work-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.work-card:hover .work-card__img img { transform: scale(1.05); }
.work-card__body { padding: 26px 28px 30px; }
.tag { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--cyan-700); background: var(--cyan-050); padding: 5px 12px; border-radius: 100px; margin-bottom: 14px; }
.work-card h3 { margin-bottom: 8px; }
.work-card p { color: var(--muted); font-size: .96rem; }
.metric-row { display: flex; gap: 24px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.metric-row .m .mn { font-family: var(--ff-display); font-weight: 700; font-size: 1.35rem; color: var(--ink); }
.metric-row .m .ml { font-size: .8rem; color: var(--muted); }

/* Industries */
.ind-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ind { display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 20px 22px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.ind:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--cyan-100); }
.ind .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--cyan-050); color: var(--cyan-700); display: grid; place-items: center; }
.ind .ic svg { width: 20px; height: 20px; }
.ind h3 { font-size: 1rem; }
@media (max-width: 860px){ .ind-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 540px){ .ind-grid { grid-template-columns: 1fr;} }

/* Page hero (interior) */
.pagehero { background:
  radial-gradient(900px 380px at 85% -30%, rgba(0,168,216,.12), transparent 60%),
  linear-gradient(180deg, #fff, var(--bg)); border-bottom: 1px solid var(--line); }
.pagehero .wrap { padding-block: clamp(48px, 6vw, 84px); }
.pagehero .lede { max-width: 60ch; margin-top: 16px; }
.crumbs { font-size: .86rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a:hover { color: var(--cyan-700); }

/* Page hero — background image variant */
.pagehero--img { position: relative; overflow: hidden; background: var(--navy); border-bottom: 0; }
.pagehero--img .pagehero__bg { position: absolute; inset: 0; }
.pagehero--img .pagehero__bg img { width: 100%; height: 100%; object-fit: cover; }
.pagehero--img .pagehero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(92deg, rgba(11,31,42,.88) 0%, rgba(11,31,42,.62) 48%, rgba(11,31,42,.3) 100%);
}
.pagehero--img .wrap { position: relative; z-index: 1; padding-block: clamp(64px, 7vw, 108px); }
.pagehero--img h1 { color: #fff; }
.pagehero--img .lede { color: rgba(255,255,255,.86); }
.pagehero--img .crumbs { color: rgba(255,255,255,.72); }
.pagehero--img .crumbs a:hover { color: #7fd7ef; }
.pagehero--img .eyebrow { color: #7fd7ef; }
.pagehero--img :focus-visible { outline-color: #7fd7ef; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--navy); color: rgba(215,227,234,.72); padding: clamp(56px,7vw,88px) 0 34px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-wordmark { font-family: var(--ff-display); font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: -.02em; }
.footer-wordmark b { color: var(--cyan); font-weight: 700; }
.footer-brand p { margin-top: 14px; max-width: 32ch; font-size: .95rem; color: rgba(215,227,234,.6); }
.footer-brand .btn { margin-top: 20px; }
.footer-col h4 { font-family: var(--ff-body); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(215,227,234,.5); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: rgba(215,227,234,.8); font-size: .96rem; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 24px; font-size: .85rem; color: rgba(215,227,234,.5); }
@media (max-width: 860px){ .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 540px){ .footer-top { grid-template-columns: 1fr; } }

/* ==========================================================================
   A11y + motion
   ========================================================================== */
.skip-link { position: absolute; left: 16px; top: -64px; z-index: 200; background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 10px; font-weight: 600; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }
.bg-navy :focus-visible, .cta :focus-visible, .hero :focus-visible { outline-color: #7fd7ef; }
:focus:not(:focus-visible) { outline: none; }
.btn, .nav-toggle, button { cursor: pointer; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{transition-delay:.08s}.reveal[data-d="2"]{transition-delay:.16s}.reveal[data-d="3"]{transition-delay:.24s}.reveal[data-d="4"]{transition-delay:.32s}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { animation-duration:.001ms !important; transition-duration:.001ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .work-card:hover .work-card__img img { transform: none; }
}

/* ==========================================================================
   WordPress / Elementor integration
   ========================================================================== */
body.elementor-editor-active .reveal, .elementor-editor-active .reveal { opacity: 1 !important; transform: none !important; }
.elementor-widget-container > section { margin: 0; }
.nav-menu li { margin: 0; padding: 0; }
.nav-menu .current-menu-item > a::after, .nav-menu .current_page_item > a::after { width: 100%; }
.bmm-banner { padding: 12px 16px; border-radius: 10px; font-weight: 600; font-size: .95rem; margin-bottom: 18px; }
.bmm-banner--ok { background: #e7f9f1; color: #0b7a53; border: 1px solid #b8ecd8; }
.bmm-banner--err { background: #fdeeee; color: #b03434; border: 1px solid #f5cfcf; }
.formcard .field input, .formcard .field textarea { font-family: var(--ff-body); }
.nav-menu a { white-space: nowrap; }
a:not([class]) { color: inherit; }

/* ==========================================================================
   Marquees — Our Work carousel band + Google reviews strip
   ========================================================================== */
.bmm-marq { overflow: hidden; position: relative; }
.bmm-marq__track { display: flex; gap: 22px; width: max-content; animation: bmm-marq 45s linear infinite; will-change: transform; }
.bmm-marq:hover .bmm-marq__track { animation-play-state: paused; }
@keyframes bmm-marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .bmm-marq { overflow-x: auto; }
  .bmm-marq__track { animation: none; }
}

/* Work carousel cards (navy band) */
.workband .bmm-marq { margin-top: 38px; padding-block: 6px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.wm-card { flex: 0 0 auto; width: clamp(240px, 26vw, 320px); background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); display: block; transition: transform .25s; }
.wm-card:hover { transform: translateY(-4px); }
.wm-card__img { aspect-ratio: 16/10; overflow: hidden; }
.wm-card__img img { width: 100%; height: 100%; object-fit: cover; }
.wm-card__body { padding: 14px 18px 18px; }
.wm-card__body .tag { margin-bottom: 8px; }
.wm-card__body h3 { font-size: 1.02rem; margin: 0; }

/* Google reviews strip */
.gmarq { margin-top: 40px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.gmarq .bmm-marq__track { gap: 18px; animation-duration: 55s; }
.g-review { flex: 0 0 auto; width: clamp(280px, 30vw, 360px); background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.g-review__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.g-review .stars { display: flex; gap: 2px; color: #f5a623; }
.g-review .stars svg { width: 15px; height: 15px; }
.g-review__g { width: 20px; height: 20px; }
.g-review p { font-size: .93rem; color: var(--text); margin: 0 0 10px; }
.g-review__who { font-size: .82rem; font-weight: 600; color: var(--ink); }
.g-review__src { font-size: .76rem; color: var(--muted); font-weight: 400; }

/* Footer logo (white via filter on navy) */
.footer-logo { height: 30px; width: auto; filter: brightness(0) invert(1); opacity: .95; margin-bottom: 4px; }
.wm-card__client, .work-card__client { margin-top: 5px; font-size: .85rem; font-weight: 700; color: var(--cyan-700); display: inline-flex; align-items: center; gap: 7px; }
.wm-card__client::before, .work-card__client::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.work-card__client { margin-bottom: 8px; }
.bg-navy .wm-card h3 { color: var(--ink); }

/* Google reviews — contained carousel with arrows (replaces marquee) */
.gcar { position: relative; margin-top: 40px; }
.gcar__vp { overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.gcar__vp::-webkit-scrollbar { display: none; }
.gcar__track { display: flex; gap: 18px; }
.gcar .g-review { width: clamp(270px, 28vw, 350px); }
.gcar__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: grid; place-items: center; cursor: pointer; color: var(--ink); z-index: 2; transition: border-color .2s, color .2s, box-shadow .2s; }
.gcar__btn:hover { border-color: var(--cyan); color: var(--cyan-700); box-shadow: var(--shadow); }
.gcar__btn svg { width: 20px; height: 20px; }
.gcar__btn--prev { left: -14px; }
.gcar__btn--next { right: -14px; }
@media (max-width: 720px){ .gcar__btn--prev { left: -6px; } .gcar__btn--next { right: -6px; } }

/* Portfolio grid (Our Work, ported from live site) */
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 940px){ .pf-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .pf-grid { grid-template-columns: 1fr; } }
.pf-card { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); background: var(--navy); }
.pf-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pf-card:hover img { transform: scale(1.05); }
.pf-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,31,42,0) 32%, rgba(11,31,42,.9) 100%); }
.pf-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; z-index: 1; }
.pf-card__body h3 { color: #fff; font-size: 1.08rem; margin: 0 0 4px; }
.pf-card__body p { color: rgba(255,255,255,.85); font-size: .84rem; line-height: 1.45; margin: 0; }
