/* Self-hosted variable fonts (latin subset, swap). One file per family. */
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:400 800;font-display:swap;src:url('/assets/fonts/plus-jakarta-sans.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 600;font-display:swap;src:url('/assets/fonts/inter.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* ==========================================================================
   Edge Stone Technologies LLC — design system
   Faithful port of the approved design. Pure CSS, no framework runtime.
   ========================================================================== */

:root {
  --ink: #061B3A;
  --ink-2: #3D4F66;
  --muted: #5B6B82;
  --muted-2: #647084; /* WCAG AA: 5.0:1 on #fff, 4.7:1 on #F6F9FC */
  --blue: #0077D9;
  --blue-dark: #003B8F;
  --blue-100: #EAF5FF;
  --blue-200: #D8ECFD;
  --blue-border: #D5EAFD;
  --surface: #F6F9FC;
  --surface-2: #FBFDFF;
  --border: #DCE6F1;
  --border-2: #EDF2F8;
  --border-3: #ECF1F7;
  --navy: #061B3A;
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --maxw: 1200px;
  --font-head: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

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

body {
  font-family: var(--font-head);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

::selection { background: var(--blue); color: #fff; }

a { color: inherit; }

/* Email links (assembled client-side) */
.email { color: var(--blue); text-decoration: none; font-weight: 600; }
.email:hover { text-decoration: underline; }
.email-link { font-weight: 700; font-size: 15.5px; word-break: break-all; }
.email-inline { font-weight: 600; }

img, svg { display: block; }

/* visually-hidden (kept in a11y tree + document outline) */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

button { font-family: inherit; }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 6px; }

@keyframes esFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* Icons -------------------------------------------------------------------- */
.icon { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; flex: none; }

/* Layout ------------------------------------------------------------------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-1100 { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container-900 { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.container-820 { max-width: 820px; margin: 0 auto; padding: 0 24px; }
main { flex: 1 1 auto; }
.section { padding: 90px 0; }
.section--tight { padding: 80px 0; }
.bg-surface { background: var(--surface); }
.bt { border-top: 1px solid var(--border-2); }
.bb { border-bottom: 1px solid var(--border-2); }

/* Eyebrow + headings ------------------------------------------------------- */
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 14px;
}
.eyebrow--light { color: #6FB7F2; }
.h1 { font-size: clamp(32px, 4.4vw, 48px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; margin: 0 0 18px; }
.h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; margin: 0; }
.h2--sm { font-size: clamp(26px, 3.2vw, 36px); }
.lead { font-family: var(--font-body); font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0; }
.section-head { max-width: 680px; margin-bottom: 48px; }

/* Buttons ------------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 11px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn .icon { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
  padding: 14px 26px;
  font-size: 16px;
  box-shadow: 0 10px 26px rgba(0,119,217,0.26);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(0,119,217,0.34); }
.btn-outline {
  background: #fff;
  color: var(--blue-dark);
  padding: 14px 26px;
  font-size: 16px;
  border: 1px solid var(--border);
}
.btn-outline:hover { border-color: var(--blue); background: var(--surface); }
.btn-white {
  background: #fff;
  color: var(--blue-dark);
  padding: 15px 32px;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}
.btn-white:hover { transform: translateY(-2px); }

/* Header ------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-link { background: none; border: none; cursor: pointer; padding: 0; display: inline-flex; align-items: center; }
.logo-link img { height: 42px; width: auto; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav-link {
  background: none; border: none; cursor: pointer;
  font-size: 15px; padding: 8px 14px; border-radius: 8px;
  color: var(--ink); font-weight: 600; text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.nav-link:hover { background: var(--surface); color: var(--blue); }
.nav-link[aria-current="page"] { color: var(--blue); font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { padding: 11px 20px; border-radius: 10px; font-size: 14px; box-shadow: 0 8px 20px rgba(0,119,217,0.22); }
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,119,217,0.32); }
.burger {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink);
}
.mobile-menu { display: none; border-top: 1px solid var(--border); background: #fff; padding: 10px 24px 18px; flex-direction: column; gap: 2px; }
.mobile-menu.open { display: flex; }
.mobile-link {
  text-align: left; background: none; border: none; cursor: pointer;
  font-family: var(--font-head); font-size: 16px; padding: 12px 6px;
  color: var(--ink); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid #F0F4F9;
}
.mobile-link[aria-current="page"] { color: var(--blue); font-weight: 700; }

@media (max-width: 859px) {
  .nav { display: none; }
  .burger { display: inline-flex; }
}

/* Hero --------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--surface) 100%);
  border-bottom: 1px solid var(--border-2);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(6,27,58,0.06) 1px, transparent 0);
  background-size: 34px 34px; opacity: 0.7; pointer-events: none;
}
.hero-glow {
  position: absolute; top: -160px; right: -120px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0,119,217,0.12), transparent 68%); pointer-events: none;
}
.hero-inner {
  position: relative; max-width: var(--maxw); margin: 0 auto;
  padding: 76px 24px 88px; display: flex; flex-wrap: wrap; gap: 56px; align-items: center;
}
.hero-col-text { flex: 1 1 480px; min-width: 300px; animation: esFade .6s ease both; }
.hero-col-card { flex: 1 1 440px; min-width: 300px; animation: esFade .7s ease both; }
.hero h1 {
  font-size: clamp(34px, 4.6vw, 52px); line-height: 1.08; letter-spacing: -0.02em;
  font-weight: 800; margin: 0 0 22px; color: var(--ink);
}
.hero p { font-family: var(--font-body); font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0 0 32px; max-width: 560px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px;
  border-radius: 999px; background: var(--blue-100); border: 1px solid var(--blue-border);
  color: var(--blue); font-weight: 600; font-size: 13px; margin-bottom: 24px;
}
.badge .icon { width: 15px; height: 15px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Hero suite card ---------------------------------------------------------- */
.suite-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 30px 60px -20px rgba(6,27,58,0.22); padding: 18px; }
.suite-top { display: flex; align-items: center; justify-content: space-between; padding: 6px 8px 16px; border-bottom: 1px solid #EEF3F9; }
.dots { display: flex; align-items: center; gap: 8px; }
.dot { width: 11px; height: 11px; border-radius: 50%; }
.suite-label { font-size: 12px; font-weight: 600; color: var(--muted-2); font-family: var(--font-body); }
.suite-stat { display: flex; align-items: center; justify-content: space-between; padding: 16px 8px 14px; }
.suite-stat .k { font-size: 13px; color: var(--muted-2); font-family: var(--font-body); }
.suite-stat .v { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; background: #E9FBF2; color: #1E9E6A; font-size: 12px; font-weight: 700; padding: 6px 11px; border-radius: 999px; font-family: var(--font-body); }
.live-pill span { width: 7px; height: 7px; border-radius: 50%; background: #22C386; }
.suite-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.suite-hero-tile { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border-radius: 14px; padding: 16px; color: #fff; grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; }
.suite-hero-tile .ico { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,0.16); display: flex; align-items: center; justify-content: center; }
.suite-hero-tile .ico .icon { width: 22px; height: 22px; }
.suite-hero-tile .t { font-weight: 700; font-size: 16px; }
.suite-hero-tile .d { font-size: 13px; opacity: .85; font-family: var(--font-body); }
.suite-tile { background: var(--surface); border: 1px solid var(--border-3); border-radius: 14px; padding: 14px; display: flex; align-items: center; gap: 10px; }
.suite-tile .ico { width: 34px; height: 34px; border-radius: 9px; background: var(--blue-100); color: var(--blue); display: flex; align-items: center; justify-content: center; }
.suite-tile .ico .icon { width: 18px; height: 18px; }
.suite-tile span { font-weight: 600; font-size: 13px; }

/* Trust strip -------------------------------------------------------------- */
.trust { background: #fff; border-bottom: 1px solid var(--border-2); }
.trust-inner { max-width: var(--maxw); margin: 0 auto; padding: 26px 24px; display: flex; flex-wrap: wrap; gap: 14px 36px; align-items: center; justify-content: space-between; }
.trust-item { display: flex; align-items: center; gap: 10px; font-family: var(--font-body); font-size: 14px; font-weight: 500; color: #3D4F66; }
.trust-check { width: 22px; height: 22px; border-radius: 50%; background: var(--blue-100); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.trust-check .icon { width: 13px; height: 13px; }

/* Cards / grids ------------------------------------------------------------ */
.grid { display: grid; gap: 22px; }
.grid--services { grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); }
.grid--solutions { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.grid--process { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.grid--features { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }

.card-icon { width: 50px; height: 50px; border-radius: 13px; background: var(--blue-100); color: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card-icon .icon { width: 24px; height: 24px; }
.card-icon--grad { background: linear-gradient(135deg, var(--blue-100), var(--blue-200)); }

.service-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; box-shadow: 0 1px 2px rgba(6,27,58,0.04); transition: transform .2s, border-color .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); border-color: #BBD9F4; box-shadow: 0 20px 40px -22px rgba(6,27,58,0.25); }
.service-card h3 { font-size: 19px; font-weight: 700; margin: 0 0 10px; letter-spacing: -0.01em; }
.service-card p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0; }

.solution-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px; display: flex; gap: 16px; align-items: flex-start; transition: border-color .2s, box-shadow .2s; }
.solution-card:hover { border-color: #BBD9F4; box-shadow: 0 14px 30px -20px rgba(6,27,58,0.22); }
.solution-card .ico { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, var(--blue-100), var(--blue-200)); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.solution-card .ico .icon { width: 21px; height: 21px; }
.solution-card h3 { font-size: 16.5px; font-weight: 700; margin: 0 0 5px; }
.solution-card p { font-family: var(--font-body); font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 0; }

/* Solutions page variant (stacked card) */
.solution-card--block { display: block; border-radius: 16px; padding: 28px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.solution-card--block:hover { transform: translateY(-4px); border-color: #BBD9F4; box-shadow: 0 20px 40px -22px rgba(6,27,58,0.22); }
.solution-card--block .ico { margin-bottom: 18px; width: 50px; height: 50px; border-radius: 13px; }
.solution-card--block .ico .icon { width: 24px; height: 24px; }
.solution-card--block h3 { font-size: 18px; margin: 0 0 9px; }
.solution-card--block p { font-size: 14.5px; line-height: 1.6; }

/* Feature chips ------------------------------------------------------------ */
.feature { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px; display: flex; align-items: center; gap: 13px; transition: border-color .2s; }
.feature:hover { border-color: #BBD9F4; }
.feature .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--blue-100); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.feature .ico .icon { width: 20px; height: 20px; }
.feature span { font-weight: 600; font-size: 14.5px; }

/* About split -------------------------------------------------------------- */
.split { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; gap: 56px; align-items: center; }
.split--top { align-items: flex-start; gap: 48px; }
.split-col { flex: 1 1 460px; min-width: 300px; }
.split-col--narrow { flex: 1 1 380px; min-width: 300px; display: flex; flex-direction: column; gap: 14px; }
.about-h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.14; letter-spacing: -0.02em; font-weight: 800; margin: 0 0 20px; }
.about-p { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--muted); margin: 0 0 18px; }
.about-p:last-child { margin-bottom: 0; }
.about-p--tall { line-height: 1.7; margin: 0 0 16px; }

.fact { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; display: flex; align-items: center; gap: 16px; }
.fact--start { align-items: flex-start; }
.fact .ico { width: 44px; height: 44px; border-radius: 11px; background: var(--blue-100); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.fact .ico--lg { width: 46px; height: 46px; }
.fact .ico .icon { width: 22px; height: 22px; }
.fact .k { font-size: 12.5px; color: var(--muted-2); font-family: var(--font-body); font-weight: 500; }
.fact .v { font-weight: 700; font-size: 16px; }
.fact .v--reg { font-weight: 600; font-size: 15px; line-height: 1.5; }
.fact a.v { color: var(--blue); text-decoration: none; word-break: break-all; }

/* Industry (navy) ---------------------------------------------------------- */
.industry { background: var(--navy); padding: 84px 0; position: relative; overflow: hidden; }
.industry--tight { padding: 80px 0; }
.industry-glow { position: absolute; top: -120px; right: -80px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(0,119,217,0.30), transparent 70%); pointer-events: none; }
.industry-inner { position: relative; max-width: 1100px; margin: 0 auto; padding: 0 24px; text-align: center; }
.industry h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.14; letter-spacing: -0.02em; font-weight: 800; margin: 0 0 18px; color: #fff; }
.industry p { font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: #A9BAD2; margin: 0 auto 36px; max-width: 720px; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: #D7E3F4; padding: 9px 16px; border-radius: 999px; font-size: 14px; font-weight: 500; font-family: var(--font-body); }

/* Process ------------------------------------------------------------------ */
.process-card { position: relative; padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: linear-gradient(180deg, #FBFDFF, var(--surface)); }
.process-card--plain { background: #fff; }
.process-num { font-family: var(--font-head); font-size: 38px; font-weight: 800; color: #CFE3F7; line-height: 1; margin-bottom: 14px; }
.process-card h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.process-card p { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

/* CTA ---------------------------------------------------------------------- */
.cta-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); border-radius: var(--radius-xl); padding: 64px 48px; text-align: center; box-shadow: 0 30px 60px -28px rgba(0,59,143,0.5); }
.cta-glow { position: absolute; top: -100px; left: -60px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%); }
.cta-inner { position: relative; }
.cta h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; margin: 0 0 16px; color: #fff; }
.cta p { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: #D7E8FB; margin: 0 auto 30px; max-width: 620px; }

/* Page hero (interior) ----------------------------------------------------- */
.page-hero { background: linear-gradient(180deg, #FFFFFF, var(--surface)); padding: 72px 0 60px; border-bottom: 1px solid var(--border-2); }
.page-hero--legal { padding: 64px 0 48px; }
.page-hero-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; text-align: center; }
.page-hero .lead { margin: 0 auto; max-width: 640px; }
.legal-head { max-width: 820px; margin: 0 auto; padding: 0 24px; text-align: left; }
.legal-head .h1 { font-size: clamp(30px, 4vw, 42px); margin: 0 0 10px; }
.legal-meta { font-family: var(--font-body); font-size: 15px; color: var(--muted-2); margin: 0; }

/* Services page rows ------------------------------------------------------- */
.service-row { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; transition: border-color .2s, box-shadow .2s; }
.service-row:hover { border-color: #BBD9F4; box-shadow: 0 18px 38px -24px rgba(6,27,58,0.22); }
.service-row .ico { width: 60px; height: 60px; border-radius: 15px; background: linear-gradient(135deg, var(--blue-100), var(--blue-200)); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.service-row .ico .icon { width: 28px; height: 28px; }
.service-row .body { flex: 1 1 360px; min-width: 260px; }
.service-row h3 { font-size: 21px; font-weight: 700; margin: 0 0 8px; }
.service-row p { font-family: var(--font-body); font-size: 15.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* "What's included" checklist (Services) */
.svc-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 9px 24px; }
.svc-list li { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-body); font-size: 14px; line-height: 1.45; color: var(--ink-2); }
.svc-list .ck { width: 19px; height: 19px; border-radius: 50%; background: var(--blue-100); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.svc-list .ck .icon { width: 12px; height: 12px; }
.stack { display: flex; flex-direction: column; gap: 22px; }
.center-head { text-align: center; margin-bottom: 40px; }
.center-head .h2 { margin: 0; }

/* Contact ------------------------------------------------------------------ */
.contact-grid { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.contact-info { flex: 1 1 360px; min-width: 300px; display: flex; flex-direction: column; gap: 16px; }
.contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px; display: flex; align-items: flex-start; gap: 16px; }
.contact-card .ico { width: 46px; height: 46px; border-radius: 11px; background: var(--blue-100); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.contact-card .ico .icon { width: 22px; height: 22px; }
.contact-form { flex: 1 1 440px; min-width: 300px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: 0 18px 40px -26px rgba(6,27,58,0.22); }
.contact-form h2 { font-size: 20px; font-weight: 700; margin: 0 0 6px; }
.contact-form .form-sub { font-family: var(--font-body); font-size: 14px; color: var(--muted); margin: 0 0 24px; }
.form { display: flex; flex-direction: column; gap: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 7px; font-family: var(--font-body); }
.field input, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15px; color: var(--ink); background: var(--surface-2); outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,119,217,0.12); }
.form .btn-primary { padding: 14px 24px; font-size: 15.5px; box-shadow: 0 10px 24px rgba(0,119,217,0.24); }
.form .btn-primary .icon { width: 17px; height: 17px; }
.form-note { font-family: var(--font-body); font-size: 12.5px; color: var(--muted-2); margin: 2px 0 0; text-align: center; }
.form-success { font-family: var(--font-body); font-size: 14px; color: #1E9E6A; background: #E9FBF2; border: 1px solid #BEF0D8; border-radius: var(--radius-sm); padding: 12px 14px; margin: 0; display: none; }
.form-success.show { display: block; }

/* Legal -------------------------------------------------------------------- */
.legal-body { max-width: 820px; margin: 0 auto; padding: 0 24px; font-family: var(--font-body); color: var(--ink-2); font-size: 15.5px; line-height: 1.75; }
.legal-body > p { margin: 0 0 28px; }
.legal-sec { margin-bottom: 30px; }
.legal-sec h2 { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.legal-sec p { margin: 0; }
.legal-contact { margin-top: 8px; padding: 22px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.legal-contact h2 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.legal-contact p { margin: 0; }
.legal-contact a { color: var(--blue); font-weight: 600; text-decoration: none; }

/* Footer ------------------------------------------------------------------- */
.site-footer { background: var(--surface); border-top: 1px solid var(--border); }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 64px 24px 32px; display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; }
.footer-brand { flex: 1 1 320px; min-width: 280px; max-width: 380px; }
.footer-brand img { height: 40px; width: auto; margin-bottom: 18px; }
.footer-brand p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 0 0 18px; }
.footer-email { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--blue); text-decoration: none; }
.footer-email .icon { width: 16px; height: 16px; }
.footer-cols { display: flex; flex-wrap: wrap; gap: 48px; }
.footer-col-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; font-family: var(--font-body); font-size: 14.5px; }
.footer-links a { color: var(--muted); text-decoration: none; transition: color .15s ease; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { border-top: 1px solid var(--border); }
.footer-bottom-inner { max-width: var(--maxw); margin: 0 auto; padding: 22px 24px; font-family: var(--font-body); font-size: 13px; color: var(--muted-2); line-height: 1.6; }

/* Service detail pages ----------------------------------------------------- */
.breadcrumb { max-width: var(--maxw); margin: 0 auto; padding: 18px 24px 0; font-family: var(--font-body); font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb .bc-sep { color: #B7C4D6; }
.breadcrumb [aria-current] { color: var(--ink); font-weight: 600; }

.media-band { margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 30px 60px -28px rgba(6,27,58,0.28); background: var(--surface); }
.media-band img { width: 100%; height: auto; display: block; }
.media-frame { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 18px 40px -26px rgba(6,27,58,0.22); background: var(--surface); }
.media-frame img { width: 100%; height: auto; display: block; }

.row-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-family: var(--font-body); font-size: 14.5px; font-weight: 700; color: var(--blue); text-decoration: none; }
.row-link .icon { width: 16px; height: 16px; transition: transform .15s ease; }
.row-link:hover .icon { transform: translateX(3px); }

.grid--cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; }
.info-card { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 22px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.info-card:hover { border-color: #BBD9F4; box-shadow: 0 16px 34px -24px rgba(6,27,58,0.22); transform: translateY(-3px); }
.info-card .info-check { width: 32px; height: 32px; border-radius: 9px; background: var(--blue-100); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.info-card .info-check .icon { width: 17px; height: 17px; }
.info-card h3 { font-size: 16.5px; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em; }
.info-card p { font-family: var(--font-body); font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }

.prose p { font-family: var(--font-body); font-size: 16px; line-height: 1.75; color: var(--ink-2); margin: 0 0 16px; }
.prose p:last-child { margin-bottom: 0; }

.faqs { display: flex; flex-direction: column; gap: 12px; }
.faq { border: 1px solid var(--border); border-radius: 12px; background: #fff; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 24px; font-weight: 500; color: var(--blue); line-height: 1; flex: none; }
.faq[open] summary::after { content: '\2212'; }
.faq[open] summary { color: var(--blue); }
.faq .faq-a { padding: 0 22px 20px; }
.faq .faq-a p { font-family: var(--font-body); font-size: 15px; line-height: 1.7; color: var(--muted); margin: 0; }

.related-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; text-decoration: none; color: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
.related-card:hover { border-color: #BBD9F4; box-shadow: 0 16px 34px -24px rgba(6,27,58,0.22); transform: translateY(-3px); }
.related-card .ico { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, var(--blue-100), var(--blue-200)); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.related-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 3px; }
.related-card p { font-family: var(--font-body); font-size: 13px; line-height: 1.5; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-card .rc-arrow { width: 18px; height: 18px; color: var(--blue); flex: none; margin-left: auto; }

/* Services dropdown (desktop mega-menu) ------------------------------------ */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link .caret { display: inline-block; width: 0; height: 0; margin-left: 7px; vertical-align: middle; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; opacity: .55; transition: transform .2s ease; }
.nav-item.has-dd:hover .caret, .nav-item.has-dd:focus-within .caret { transform: rotate(180deg); }
.dd-panel { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); min-width: 380px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 24px 50px -18px rgba(6,27,58,0.28); padding: 10px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease; z-index: 200; }
.dd-panel::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-item.has-dd:hover .dd-panel, .nav-item.has-dd:focus-within .dd-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(7px); }
.dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.dd-link { display: flex; align-items: flex-start; gap: 11px; padding: 11px 12px; border-radius: 11px; text-decoration: none; color: var(--ink); transition: background-color .15s ease; }
.dd-link:hover { background: var(--surface); }
.dd-ico { width: 36px; height: 36px; border-radius: 9px; background: var(--blue-100); color: var(--blue); display: flex; align-items: center; justify-content: center; flex: none; }
.dd-ico .icon { width: 19px; height: 19px; }
.dd-tt { display: flex; flex-direction: column; }
.dd-t { font-weight: 700; font-size: 14px; }
.dd-d { font-family: var(--font-body); font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.dd-all { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 6px; padding: 11px; border-top: 1px solid var(--border-2); font-family: var(--font-body); font-size: 13.5px; font-weight: 700; color: var(--blue); text-decoration: none; }
.dd-all .dd-arrow { width: 15px; height: 15px; }
.mobile-sublink { text-align: left; background: none; border: none; cursor: pointer; font-family: var(--font-body); font-size: 14.5px; padding: 9px 6px 9px 22px; color: var(--muted); text-decoration: none; border-bottom: 1px solid #F0F4F9; }
.mobile-sublink:hover { color: var(--blue); }

/* Service detail — Paddle-inspired layout ---------------------------------- */
.svc-hero { background: linear-gradient(180deg, #FFFFFF 0%, var(--surface) 100%); border-bottom: 1px solid var(--border-2); padding: 36px 0 56px; }
.svc-hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.svc-hero-text h1 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; margin: 10px 0 18px; color: var(--ink); }
.svc-hero-text p { font-family: var(--font-body); font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0 0 28px; max-width: 540px; }
.svc-hero-media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 20px; border: 1px solid var(--border); box-shadow: 0 30px 60px -28px rgba(6,27,58,0.30); }
.svc-overview { text-align: left; }

.zz { display: flex; flex-direction: column; gap: 64px; margin-top: 44px; }
.zz-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.zz-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; border: 1px solid var(--border); box-shadow: 0 24px 50px -26px rgba(6,27,58,0.24); }
.zz-row--rev .zz-media { order: 2; }
.zz-body h3 { font-size: clamp(21px, 2.6vw, 28px); font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 14px; }
.zz-body p { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0; }

.stepper { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }
.step { padding: 26px 22px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; font-weight: 800; font-size: 15px; margin-bottom: 14px; }
.step h3 { font-size: 16.5px; font-weight: 700; margin: 0 0 7px; }
.step p { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

.faq-2col { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.faq-2col .faq-head { position: sticky; top: 96px; }

/* Small screens ------------------------------------------------------------ */
@media (max-width: 860px) {
  .svc-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .zz-row, .zz-row--rev { grid-template-columns: 1fr; gap: 22px; }
  .zz-row--rev .zz-media { order: 0; }
  .zz { gap: 48px; }
  .faq-2col { grid-template-columns: 1fr; gap: 26px; }
  .faq-2col .faq-head { position: static; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .section--tight, .industry, .industry--tight { padding: 60px 0; }
  .hero-inner { padding: 56px 24px 64px; gap: 40px; }
  .cta { padding: 48px 24px; }
  .footer-inner { gap: 32px; }
  .footer-cols { gap: 32px; }
  .media-band { border-radius: 14px; }
  .faq summary { padding: 16px 18px; font-size: 15px; }
  .svc-hero { padding: 28px 0 44px; }
}
