:root {
  --font-manrope: "Manrope";
  --font-geist-mono: "Geist Mono";
  --ink: #07142f;
  --blue: #2147ff;
  --blue-bright: #1495ff;
  --pink: #f800a7;
  --coral: #ff6b55;
  --ice: #eaf3ff;
  --line: #b8c9df;
  --muted: #65738c;
  --white: #fff;
  --surface: #f7faff;
  --radius-control: 8px;
  --control-height: 52px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(33, 71, 255, .24); outline-offset: 3px; }

main {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(rgba(33, 71, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 71, 255, .045) 1px, transparent 1px),
    var(--surface);
  background-size: 44px 44px;
}

.site-header { order: 0; }
.hero { order: 1; }
.problems { order: 2; }
.solution { order: 3; }
.case-study { order: 4; }
.work-process { order: 5; }
.packages { order: 6; }
.about { order: 7; }
.crm-list { order: 8; }
.contact { order: 9; }
.faq { order: 10; }

.site-header {
  width: min(100% - 96px, 1400px);
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.brand-mark {
  position: relative;
  display: block;
  width: 29px;
  height: 29px;
}

.brand-mark i { position: absolute; display: block; width: 14px; height: 14px; border-radius: 50% 50% 10% 50%; }
.brand-mark i:nth-child(1) { top: 0; left: 0; background: var(--blue-bright); }
.brand-mark i:nth-child(2) { top: 0; right: 0; background: var(--blue); transform: rotate(90deg); }
.brand-mark i:nth-child(3) { bottom: 0; left: 8px; background: var(--pink); transform: rotate(225deg); }

.nav { display: flex; gap: 32px; color: #3d4b65; font-size: 14px; font-weight: 550; }
.nav a { transition: color .18s ease; }
.nav a:hover, .nav a:focus-visible { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--control-height);
  gap: 28px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.01em;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 8px 20px rgba(7, 20, 47, .14); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue); box-shadow: 0 10px 24px rgba(33, 71, 255, .2); }
.button-secondary { color: var(--ink); background: var(--white); border-color: #91a8c7; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--blue); border-color: var(--blue); background: #f0f6ff; }
.button-outline { color: var(--ink); background: transparent; border-color: #7890b1; }
.button-outline:hover, .button-outline:focus-visible { color: white; background: var(--ink); border-color: var(--ink); }
.button-small { min-height: 44px; padding: 0 17px; font-size: 13px; border-radius: 7px; }
.header-cta { justify-self: end; gap: 16px; }

.hero {
  width: min(100% - 96px, 1400px);
  min-height: calc(100svh - 96px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 70px;
  padding: 54px 0 96px;
}

.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 23px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.eyebrow::before { content: "●"; margin-right: 10px; color: var(--pink); font-size: 9px; }

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(58px, 5.4vw, 84px);
  font-weight: 750;
  line-height: 1.01;
  letter-spacing: -.055em;
}
h1 span { color: var(--blue); }

.intro {
  max-width: 570px;
  margin: 30px 0 0;
  color: #3c4a63;
  font-size: 18px;
  font-weight: 540;
  line-height: 1.58;
  letter-spacing: -.012em;
}

.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.stack { margin: 25px 0 0; color: #6f7e95; font-family: var(--font-geist-mono), monospace; font-size: 11px; }

.route-panel {
  position: relative;
  min-height: 605px;
  padding: 25px 28px 30px;
  background: var(--ice);
  border: 1px solid #a9c0df;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(21, 53, 104, .1);
  isolation: isolate;
}

.panel-meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: #61718a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.online { color: #14765e; }
.online i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #19b584; animation: pulse 2.8s ease-in-out infinite; }

.flow { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 92px 1fr; align-items: center; min-height: 475px; }
.flow-card {
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid #879dbb;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(29, 57, 102, .11);
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 16px;
  color: var(--blue);
  background: #f5f9ff;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-geist-mono), monospace;
}
.card-top span { font-size: 15px; font-weight: 800; }
.card-top small { color: #64748d; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.flow-card h2 { margin: 0; font-size: 21px; letter-spacing: -.035em; }
.form-card { padding: 0 18px 19px; }
.form-card .card-top { margin: 0 -18px 19px; }
.event-tabs {
  display: flex;
  gap: 5px;
  margin: 0 0 14px;
}
.event-tabs span {
  padding: 5px 7px;
  color: #64748d;
  background: #edf3fa;
  border: 1px solid #d3dfed;
  border-radius: 4px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 750;
}
.event-tabs .active {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.data-row { display: grid; gap: 5px; margin-top: 13px; padding-bottom: 11px; border-bottom: 1px solid #d6e0ec; }
.data-row span { color: #77869c; font-size: 10px; }
.data-row strong { font-size: 12px; font-weight: 620; }
.send-state { margin-top: 14px; padding: 10px 12px; color: #086348; background: #dff8ee; border-radius: 4px; font-size: 11px; font-weight: 750; }

.route { display: grid; justify-items: center; align-items: center; }
.route-label { margin-bottom: 7px; color: var(--blue); font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 800; }
.route-line { position: relative; display: block; width: 72px; height: 2px; background: #7794bd; }
.route-line i { position: absolute; top: -4px; left: 0; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; background: var(--coral); animation: travel 3.4s cubic-bezier(.45, 0, .2, 1) infinite; }
.route-arrow { margin-top: -12px; margin-left: 72px; color: #7794bd; }

.crm-card { padding: 0 18px 17px; }
.crm-card .card-top { margin: 0 -18px 19px; }
.crm-title { display: flex; align-items: center; justify-content: space-between; }
.crm-title span { padding: 6px 7px; color: white; background: var(--blue); border-radius: 3px; font-family: var(--font-geist-mono), monospace; font-size: 8px; font-weight: 800; }
.client { display: flex; align-items: center; gap: 11px; margin-top: 17px; padding: 12px; background: #f0f5fc; border-radius: 5px; }
.avatar { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--coral); border-radius: 50%; font-size: 10px; font-weight: 800; }
.client div { display: grid; gap: 3px; }
.client strong { font-size: 11px; }
.client small { color: #7b899c; font-size: 9px; }
.crm-card dl { margin: 12px 0 0; font-family: var(--font-geist-mono), monospace; font-size: 9px; }
.crm-card dl div { display: grid; grid-template-columns: 70px 1fr; padding: 9px 0; border-bottom: 1px solid #d7e0eb; }
.crm-card dt { color: #7b899d; }
.crm-card dd { margin: 0; color: #273955; }

.panel-note { margin: 2px 0 0; color: #5b6b83; text-align: center; font-size: 12px; }
.orbit { position: absolute; z-index: 0; display: block; border-radius: 50%; }
.orbit-a { right: -46px; top: 90px; width: 112px; height: 112px; border: 1px solid rgba(33,71,255,.2); }
.orbit-b { right: -16px; top: 120px; width: 52px; height: 52px; background: var(--coral); opacity: .07; }

.problems {
  padding: 120px max(48px, calc((100vw - 1400px) / 2));
  color: white;
  background:
    radial-gradient(circle at 88% 12%, rgba(33, 71, 255, .2), transparent 28%),
    var(--ink);
}
.problems .eyebrow { color: #8ab4ff; }
.problems-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 34px 80px;
  align-items: end;
}
.problems-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.problems-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.problems-heading h2 span { color: #8ab4ff; }
.problems-heading > p:last-child {
  max-width: 470px;
  margin: 0 0 5px;
  color: #b4c1d5;
  font-size: 16px;
  font-weight: 540;
  line-height: 1.65;
  letter-spacing: -.012em;
}
.broken-flow {
  display: grid;
  grid-template-columns: minmax(145px, 1fr) 44px minmax(165px, 1.12fr) 64px minmax(165px, 1.08fr) 44px minmax(145px, 1fr);
  align-items: center;
  margin-top: 66px;
  padding: 18px;
  background: #0c1b38;
  border: 1px solid #526681;
  border-radius: 14px;
}
.broken-step {
  position: relative;
  display: grid;
  min-height: 166px;
  align-content: end;
  gap: 6px;
  padding: 22px;
  color: var(--ink);
  background: #f7faff;
  border: 1px solid #8fa5c3;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.broken-step > b {
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 20px;
  font-weight: 800;
}
.step-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--blue);
  background: #e5efff;
  border: 1px solid #a9bee0;
  border-radius: 9px;
}
.ui-icon { width: 26px; height: 26px; }
.broken-step strong { font-size: 18px; letter-spacing: -.025em; }
.broken-step small { color: #53627a; font-size: 13px; }
.broken-step.is-done::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #34c89a;
  border-radius: 9px 9px 0 0;
}
.broken-step.is-waiting { border-color: #ff9a8b; background: #fff1ee; }
.broken-step.is-waiting .step-icon { color: #a93322; background: #ffdcd5; border-color: #f1a398; }
.broken-step.is-muted { opacity: .78; }
.flow-connector {
  position: relative;
  display: grid;
  place-items: center;
  color: #89a0be;
}
.flow-connector::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #526883;
}
.flow-connector span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: #0c1b38;
  font-size: 18px;
}
.flow-connector.is-broken::before {
  background: repeating-linear-gradient(90deg, #ba6f67 0 5px, transparent 5px 9px);
}
.flow-connector.is-broken span {
  color: white;
  background: var(--coral);
  border-radius: 50%;
  font-weight: 800;
}
.flow-connector b {
  position: absolute;
  top: calc(50% + 22px);
  color: #ffb3a8;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.flow-connector.is-muted { opacity: .52; }
.problem-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.problem-list article {
  position: relative;
  min-height: 230px;
  padding: 28px 26px 30px;
  color: var(--ink);
  background: #f7faff;
  border: 1px solid #8fa5c3;
  border-radius: 10px;
}
.problem-list article + article {
  padding-left: 26px;
  border-left: 1px solid #8fa5c3;
}
.problem-list article > span {
  color: var(--coral);
  font-family: var(--font-geist-mono), monospace;
  font-size: 18px;
  font-weight: 800;
}
.problem-list article > .problem-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 32px;
  place-items: center;
  color: var(--blue);
  background: #e5efff;
  border: 1px solid #a9bee0;
  border-radius: 9px;
}
.problem-list article > .problem-icon + span {
  position: absolute;
  top: 31px;
  right: 26px;
  color: var(--blue);
}
.problem-list h3 {
  max-width: 240px;
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.problem-list p {
  max-width: 270px;
  margin: 0;
  color: #4c5b72;
  font-size: 14px;
  line-height: 1.55;
}
.problem-conclusion {
  max-width: 840px;
  margin: 38px 0 0 auto;
  color: #d7e0ee;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.015em;
}

.solution {
  padding: 120px max(48px, calc((100vw - 1400px) / 2));
  background: #eef5ff;
  border-bottom: 1px solid #cbd9ea;
}
.solution-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 32px 80px;
  align-items: end;
}
.solution-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.solution-heading h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.solution-heading h2 span { color: var(--blue); }
.solution-heading > p:last-child {
  max-width: 480px;
  margin: 0 0 5px;
  color: #455570;
  font-size: 18px;
  font-weight: 540;
  line-height: 1.65;
  letter-spacing: -.012em;
}
.solution-flow {
  display: grid;
  grid-template-columns: 1fr 68px 1.08fr 68px 1fr;
  align-items: stretch;
  margin-top: 64px;
}
.solution-stage {
  min-height: 360px;
  padding: 30px;
  background: white;
  border: 1px solid #8fa6c4;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(30, 67, 116, .08);
}
.solution-stage-core {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.solution-stage-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.solution-stage-top b {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 24px;
}
.solution-stage-core .solution-stage-top b { color: #bcd0ff; }
.solution-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--blue);
  background: #e6efff;
  border: 1px solid #a6bbda;
  border-radius: 10px;
}
.solution-stage-core .solution-icon {
  color: white;
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.35);
}
.solution-icon .ui-icon { width: 30px; height: 30px; }
.solution-label {
  margin: 38px 0 10px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.solution-stage-core .solution-label { color: #d6e1ff; }
.solution-stage h3 {
  max-width: 310px;
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.04em;
}
.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.solution-tags span {
  padding: 8px 10px;
  color: #30415c;
  background: #f1f6fc;
  border: 1px solid #bdcce0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 650;
}
.solution-stage ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,.28);
  list-style: none;
}
.solution-stage li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #f4f7ff;
  font-size: 14px;
  line-height: 1.35;
}
.solution-stage li .ui-icon { width: 18px; height: 18px; flex: 0 0 auto; }
.solution-result { margin: 27px 0 0; }
.solution-result div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #d4dfec;
  font-size: 14px;
}
.solution-result dt { color: #506078; }
.solution-result dd { margin: 0; color: #118062; font-weight: 800; }
.solution-arrow {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--blue);
}
.solution-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8da5c5;
}
.solution-arrow span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #eef5ff;
  border: 1px solid #8da5c5;
  border-radius: 50%;
  font-size: 20px;
}
.solution-proof {
  display: grid;
  grid-template-columns: 56px minmax(190px, .45fr) 1fr;
  gap: 20px 28px;
  align-items: center;
  margin-top: 26px;
  padding: 24px 28px;
  color: white;
  background: var(--ink);
  border-radius: 10px;
}
.solution-proof-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #9fc0ff;
  border: 1px solid #526989;
  border-radius: 8px;
}
.solution-proof strong { font-size: 18px; }
.solution-proof p {
  margin: 0;
  color: #c3cee0;
  font-size: 15px;
  line-height: 1.55;
}

.work-process {
  padding: 120px max(48px, calc((100vw - 1400px) / 2));
  background: #fff;
  border-bottom: 1px solid #ccd9e9;
}
.process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 32px 80px;
  align-items: end;
}
.process-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.process-heading h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.process-heading h2 span { color: var(--blue); }
.process-heading > p:last-child {
  max-width: 500px;
  margin: 0 0 5px;
  color: #455570;
  font-size: 18px;
  font-weight: 540;
  line-height: 1.65;
  letter-spacing: -.012em;
}
.process-list {
  display: grid;
  margin: 64px 0 0;
  padding: 0;
  border-top: 1px solid #9eb1ca;
  list-style: none;
}
.process-item {
  display: grid;
  grid-template-columns: 120px minmax(300px, .9fr) minmax(280px, .65fr);
  gap: 28px 52px;
  align-items: center;
  min-height: 176px;
  padding: 26px 28px;
  border-bottom: 1px solid #aebed2;
  transition: background-color .18s ease;
}
.process-item:hover { background: #f5f8fd; }
.process-item.is-active {
  background: #edf4ff;
  border-left: 4px solid var(--blue);
  padding-left: 24px;
}
.process-meta { display: flex; align-items: center; gap: 22px; }
.process-meta b {
  color: #7b8da5;
  font-family: var(--font-geist-mono), monospace;
  font-size: 18px;
}
.process-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue);
  background: #e8f0ff;
  border: 1px solid #a9bcda;
  border-radius: 10px;
}
.process-icon .ui-icon { width: 29px; height: 29px; }
.process-item.is-active .process-icon {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.process-label {
  margin: 0 0 8px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.process-item h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.process-item h3 + p {
  max-width: 570px;
  margin: 10px 0 0;
  color: #53627a;
  font-size: 16px;
  line-height: 1.55;
}
.process-result {
  justify-self: end;
  max-width: 310px;
  padding: 12px 14px;
  color: #263852;
  background: white;
  border: 1px solid #afc0d5;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.process-note {
  display: grid;
  grid-template-columns: minmax(220px, .35fr) 1fr;
  gap: 28px;
  margin-top: 26px;
  padding: 23px 26px;
  color: white;
  background: var(--ink);
  border-radius: 9px;
}
.process-note strong { font-size: 18px; }
.process-note p { margin: 0; color: #c5d0e1; font-size: 15px; line-height: 1.55; }

.case-study {
  padding: 120px max(48px, calc((100vw - 1400px) / 2));
  background:
    linear-gradient(rgba(33, 71, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 71, 255, .04) 1px, transparent 1px),
    #f7faff;
  background-size: 44px 44px;
  border-bottom: 1px solid #ccd9e9;
}
.case-heading { text-align: center; }
.case-heading .eyebrow { margin-bottom: 22px; }
.case-heading h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -.052em;
}
.case-heading h2 span { color: var(--blue); }
.case-main {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  margin-top: 58px;
}
.case-card,
.video-card,
.case-results {
  background: rgba(255,255,255,.94);
  border: 1px solid #a9bfdc;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(24, 57, 108, .07);
}
.case-card { padding: 35px 34px 32px; }
.case-kicker {
  margin: 0 0 15px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.case-lead {
  max-width: 650px;
  margin: 18px 0 0;
  color: #273852;
  font-size: 20px;
  line-height: 1.55;
}
.case-before {
  max-width: 650px;
  margin: 0;
  padding: 15px 17px;
  color: #53627a;
  background: #f1f5fb;
  border-left: 3px solid var(--coral);
  font-size: 14px;
  line-height: 1.55;
}
.case-before strong { color: var(--ink); }
.case-route {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  align-items: center;
  margin-top: 38px;
}
.case-route > div { display: grid; justify-items: center; text-align: center; }
.case-route-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: var(--blue);
  background: #edf4ff;
  border: 1px solid #93afd5;
  border-radius: 12px;
}
.case-route .is-control .case-route-icon {
  color: #088f9a;
  background: #e9fbfb;
  border-color: #69bdc4;
}
.case-route-icon .ui-icon { width: 35px; height: 35px; }
.case-route strong { margin-top: 14px; font-size: 16px; }
.case-route small { margin-top: 5px; color: #6a7890; font-size: 12px; }
.case-route-arrow {
  color: var(--blue);
  font-size: 26px;
  text-align: center;
}
.video-card {
  overflow: hidden;
  min-height: 430px;
  color: white;
  background: var(--ink);
  border-color: #324867;
}
.video-meta {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  color: #c9d7ec;
  border-bottom: 1px solid #405575;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.video-placeholder {
  position: relative;
  display: grid;
  min-height: 365px;
  place-items: center;
  align-content: center;
  gap: 22px;
  padding: 42px;
  text-align: center;
  background:
    radial-gradient(circle at 72% 25%, rgba(33,71,255,.42), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(0,188,199,.18), transparent 34%),
    linear-gradient(145deg, #0a1a39, #102751);
}
.video-avatar {
  display: grid;
  width: 106px;
  height: 106px;
  place-items: center;
  color: #dce8ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  font-size: 32px;
  font-weight: 750;
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--blue);
  background: white;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  transform: translate(-50%, -68%);
}
.video-play span { margin-left: 4px; font-size: 24px; }
.video-placeholder > div { display: grid; gap: 7px; margin-top: 74px; }
.video-placeholder strong { font-size: 22px; }
.video-placeholder small { color: #b9c9e2; font-size: 14px; }
.case-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  overflow: hidden;
}
.case-results article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 25px 28px;
}
.case-results article + article { border-left: 1px solid #b8c9df; }
.case-results article > span {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: var(--blue);
  background: #edf4ff;
  border: 1px solid #a4b9d7;
  border-radius: 50%;
}
.case-results article:nth-child(2) > span { color: #088f9a; background: #ebfbfb; }
.case-results article:nth-child(3) > span { color: var(--coral); background: #fff1ee; }
.case-results .ui-icon { width: 29px; height: 29px; }
.case-results strong { font-size: 18px; }
.case-results p { margin: 7px 0 0; color: #53627a; font-size: 14px; line-height: 1.5; }

.packages {
  padding: 112px max(48px, calc((100vw - 1400px) / 2));
  background: #fff;
  border-bottom: 1px solid #ccd9e9;
}
.packages-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .65fr);
  gap: 34px 80px;
  align-items: end;
}
.packages-heading .eyebrow { margin-bottom: 18px; }
.packages-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.046em;
}
.packages-heading h2 span { color: var(--blue); }
.packages-heading > p {
  max-width: 500px;
  margin: 0 0 4px;
  color: #4d5d75;
  font-size: 17px;
  font-weight: 540;
  line-height: 1.62;
  letter-spacing: -.012em;
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 50px;
}
.package-card {
  position: relative;
  display: flex;
  min-height: 590px;
  flex-direction: column;
  padding: 30px;
  background: #f7faff;
  border: 1px solid #9eb3cf;
  border-radius: 13px;
}
.package-card-featured {
  background: #edf4ff;
  border: 2px solid var(--blue);
  box-shadow: 0 20px 44px rgba(33, 71, 255, .12);
  transform: translateY(-8px);
}
.package-badge {
  position: absolute;
  top: -14px;
  left: 28px;
  padding: 7px 11px;
  color: white;
  background: var(--blue);
  border-radius: 5px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--blue);
  background: white;
  border: 1px solid #9fb5d3;
  border-radius: 10px;
}
.package-icon .ui-icon { width: 29px; height: 29px; }
.package-index {
  color: #778ba6;
  font-family: var(--font-geist-mono), monospace;
  font-size: 17px;
  font-weight: 800;
}
.package-type {
  margin: 32px 0 8px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.package-card h3 {
  max-width: 340px;
  min-height: 66px;
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.036em;
}
.package-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-height: 70px;
  margin-top: 20px;
}
.package-price small {
  color: #697b94;
  font-size: 13px;
  font-weight: 700;
}
.package-price strong {
  font-size: 46px;
  line-height: 1;
  letter-spacing: -.05em;
}
.package-price-text {
  display: grid;
  align-content: center;
  gap: 7px;
}
.package-price-text strong {
  color: var(--ink);
  font-size: 32px;
  letter-spacing: -.035em;
}
.package-price-text small {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.package-summary {
  min-height: 76px;
  margin: 16px 0 0;
  color: #52627a;
  font-size: 15px;
  line-height: 1.58;
}
.package-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
  padding: 21px 0 0;
  border-top: 1px solid #c3d1e3;
  list-style: none;
}
.package-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #293a53;
  font-size: 14px;
  line-height: 1.4;
}
.package-card li .ui-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #118062;
}
.package-button {
  width: 100%;
  margin-top: auto;
}
.packages-note {
  display: grid;
  grid-template-columns: 54px minmax(220px, .38fr) 1fr;
  gap: 20px 28px;
  align-items: center;
  margin-top: 22px;
  padding: 22px 26px;
  color: white;
  background: var(--ink);
  border-radius: 10px;
}
.packages-note-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #a9c6ff;
  border: 1px solid #4c6385;
  border-radius: 8px;
}
.packages-note strong { font-size: 17px; }
.packages-note p {
  margin: 0;
  color: #c1cee2;
  font-size: 14px;
  line-height: 1.55;
}

.about {
  display: grid;
  grid-template-columns: minmax(390px, .88fr) minmax(0, 1.32fr);
  gap: clamp(54px, 7vw, 108px);
  padding: 64px max(48px, calc((100vw - 1400px) / 2)) 104px;
  background: #fff;
}
.about-profile {
  position: relative;
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  overflow: hidden;
  color: white;
  background: var(--ink);
  border: 1px solid #1e3d6e;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(7, 20, 47, .14);
  isolation: isolate;
}
.about-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
  filter: saturate(.9) contrast(1.04);
}
.about-photo-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 10, 24, .02) 28%, rgba(3, 10, 24, .38) 58%, rgba(3, 10, 24, .97) 100%),
    linear-gradient(90deg, rgba(7, 20, 47, .12), transparent 54%);
}
.about-profile-copy {
  display: grid;
  gap: 12px;
  max-width: 420px;
}
.about-band {
  width: fit-content;
  padding: 7px 9px;
  color: #ffe0da;
  background: rgba(255, 107, 85, .18);
  border: 1px solid rgba(255, 137, 119, .55);
  border-radius: 5px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.about-profile-copy h2 {
  margin: 0;
  font-size: clamp(27px, 2.2vw, 34px);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.about-profile-copy p {
  margin: 0;
  color: #c5d1e4;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.about-content {
  align-self: center;
  padding: 30px 0;
}
.about-content .eyebrow { margin-bottom: 22px; }
.about-content > h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 3.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -.048em;
}
.about-lead {
  max-width: 760px;
  margin: 25px 0 0;
  color: #35445c;
  font-size: 17px;
  font-weight: 540;
  line-height: 1.62;
  letter-spacing: -.014em;
}
.about-lead strong { color: var(--ink); }
.about-availability {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  max-width: 760px;
  margin-top: 22px;
  padding: 19px 21px;
  color: white;
  background: var(--ink);
  border: 1px solid #24406d;
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(7, 20, 47, .12);
}
.about-availability-dot {
  display: block;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  background: #28d7a2;
  border: 2px solid #b9f6e4;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(40, 215, 162, .12);
}
.about-availability strong {
  display: block;
  color: #fff;
  font-size: 17px;
  letter-spacing: -.015em;
}
.about-availability p {
  margin: 7px 0 0;
  color: #c5d1e4;
  font-size: 14px;
  line-height: 1.58;
}
.about-note {
  max-width: 760px;
  margin: 17px 0 0;
  color: #53627a;
  font-size: 16px;
  line-height: 1.62;
}
.about-note strong { color: var(--ink); }
.about-more {
  max-width: 800px;
  margin-top: 30px;
  border-top: 1px solid #aebed2;
  border-bottom: 1px solid #aebed2;
}
.about-more-title {
  display: flex;
  align-items: center;
  min-height: 66px;
  margin: 0;
  color: var(--blue);
  font-size: 17px;
  font-weight: 760;
}
.about-more-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0 0 22px;
}
.about-more-body > div {
  padding: 18px;
  background: #f3f7fd;
  border: 1px solid #bfcee1;
  border-radius: 8px;
}
.about-more-body > div:last-child { grid-column: 1 / -1; }
.about-more-body p { margin: 0; color: #586980; font-size: 13px; line-height: 1.52; }
.about-more-body strong {
  display: block;
  margin: 8px 0 9px;
  font-size: 15px;
  line-height: 1.35;
}
.about-more-body .about-more-label {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.about-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.about-social {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: #31425b;
  background: white;
  border: 1px solid #9eb1cb;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}
a.about-social:hover,
a.about-social:focus-visible {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.about-social i {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}
a.about-social:hover i,
a.about-social:focus-visible i { color: white; }
.crm-list {
  padding: 104px max(48px, calc((100vw - 1400px) / 2));
  color: white;
  background:
    radial-gradient(circle at 92% 10%, rgba(33, 71, 255, .28), transparent 30%),
    var(--ink);
}
.crm-list .eyebrow {
  margin-bottom: 18px;
  color: #94b8ff;
}
.crm-list-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .7fr);
  gap: 36px 90px;
  align-items: end;
}
.crm-list-heading h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 54px);
  line-height: 1.06;
  letter-spacing: -.047em;
}
.crm-list-heading h2 span { color: #8db4ff; }
.crm-list-copy p {
  margin: 0;
  color: #c1cee2;
  font-size: 17px;
  font-weight: 540;
  line-height: 1.64;
  letter-spacing: -.012em;
}
.crm-list-copy small {
  display: block;
  margin-top: 15px;
  color: #ffb5aa;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .04em;
}
.crm-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}
.crm-logo-card {
  display: grid;
  min-height: 154px;
  grid-template-rows: 84px auto;
  overflow: hidden;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid #7489a8;
  border-radius: 10px;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.crm-logo-card:hover {
  border-color: #8db4ff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  transform: translateY(-3px);
}
.crm-logo-image {
  display: grid;
  place-items: center;
  padding: 14px 18px;
  overflow: hidden;
  background: white;
  border-bottom: 1px solid #ccd8e8;
}
.crm-logo-image img {
  display: block;
  width: 100%;
  height: 56px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.crm-logo-name {
  display: grid;
  gap: 4px;
  align-content: center;
  padding: 13px 16px 15px;
}
.crm-logo-name strong {
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -.012em;
}
.crm-logo-name small {
  color: #718198;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.crm-list-note {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 19px 20px;
  background: #0c1d3c;
  border: 1px solid #526987;
  border-radius: 10px;
}
.crm-list-note > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #a9c6ff;
  border: 1px solid #5b7396;
  border-radius: 8px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 850;
}
.crm-list-note p {
  margin: 0;
  color: #c1cee2;
  font-size: 14px;
  line-height: 1.55;
}
.crm-list-note .button {
  color: white;
  background: transparent;
  border-color: #7890b1;
  white-space: nowrap;
}
.crm-list-note .button:hover,
.crm-list-note .button:focus-visible {
  color: var(--ink);
  background: white;
  border-color: white;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, .78fr);
  gap: clamp(54px, 8vw, 120px);
  padding: 112px max(48px, calc((100vw - 1400px) / 2));
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 88%, rgba(248, 0, 167, .07), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(33, 71, 255, .13), transparent 30%),
    #eaf3ff;
  border-bottom: 1px solid #c1d0e4;
}
.contact .eyebrow { color: var(--blue); }
.contact-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(40px, 4.3vw, 62px);
  line-height: 1.04;
  letter-spacing: -.052em;
}
.contact-copy h2 span { color: var(--blue); }
.contact-lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: #40516a;
  font-size: 18px;
  font-weight: 540;
  line-height: 1.66;
  letter-spacing: -.012em;
}
.contact-promises {
  display: grid;
  gap: 0;
  max-width: 700px;
  margin-top: 37px;
  border-top: 1px solid #aebed3;
}
.contact-promises > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 65px;
  border-bottom: 1px solid #aebed3;
}
.contact-promises strong {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
}
.contact-promises span {
  color: #273952;
  font-size: 15px;
  line-height: 1.45;
}
.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 28px;
  color: #667891;
  font-size: 14px;
}
.contact-direct a {
  color: var(--ink);
  font-weight: 750;
  border-bottom: 1px solid #8198b7;
}
.contact-direct a:hover,
.contact-direct a:focus-visible { color: var(--blue); border-color: var(--blue); }
.contact-direct b { margin-left: 5px; }

.contact-form {
  align-self: center;
  padding: 28px;
  color: var(--ink);
  background: #f8fbff;
  border: 1px solid #8da4c2;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(30, 67, 119, .16);
}
.contact-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdcce0;
}
.contact-form-head span {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-form-head small {
  color: #5e7089;
  font-size: 11px;
  font-weight: 700;
}
.contact-fields {
  display: grid;
  gap: 0;
  margin-top: 22px;
}
.contact-fields label {
  display: grid;
  gap: 8px;
}
.contact-fields label > span {
  color: #3d4d65;
  font-size: 12px;
  font-weight: 750;
}
.contact-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.contact-fields > p,
.contact-field-row p{
	margin:0;
	margin-bottom: 16px;
}
.contact-fields br{
	display:none;
}
.contact-fields input,
.contact-fields textarea {
  width: 100%;
  color: var(--ink);
  background: white;
  border: 1px solid #9cafc9;
  border-radius: 7px;
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.contact-fields input {
  height: 50px;
  padding: 0 14px;
}
.contact-fields textarea {
  min-height: 112px;
  padding: 13px 14px;
  resize: vertical;
  line-height: 1.5;
}
.contact-fields input::placeholder,
.contact-fields textarea::placeholder { color: #8a98aa; }
.contact-fields input:focus,
.contact-fields textarea:focus {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(33, 71, 255, .12);
}
.contact-submit {
  width: 100%;
  margin-top: 19px;
  color: white;
  background: var(--blue);
  border-color: var(--blue);
  cursor: pointer;
}
.contact-submit:hover,
.contact-submit:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 10px 24px rgba(7, 20, 47, .18);
}
.contact-submit:disabled {
  opacity: .66;
  cursor: wait;
  transform: none;
}
.contact-privacy {
  margin: 13px 0 0;
  color: #6a7990;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.contact-status {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.contact-status.is-success {
  color: #086348;
  background: #dff8ee;
}
.contact-status.is-error,
.contact-status.is-unconfigured {
  color: #7d3b16;
  background: #fff0df;
}

.contact > .wpcf7 {
  align-self: center;
}
.contact-fields .wpcf7-form-control-wrap {
  display: block;
}
.contact-fields .contact-field-row br{
	display: none;
	visibility: hidden;
}
.contact-fields .wpcf7-not-valid {
  border-color: #c43d31;
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(196, 61, 49, .1);
}
.contact-fields .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #9f2f26;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
.wpcf7 form.contact-form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 11px 13px;
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #086348;
  background: #dff8ee;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #7d3b16;
  background: #fff0df;
}
.wpcf7 form.submitting .contact-submit {
  opacity: .66;
  cursor: wait;
}
.wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.contact-form-fallback > p {
  margin: 24px 0 0;
  color: #40516a;
  font-size: 15px;
  line-height: 1.62;
}
.contact-form-fallback a {
  color: var(--blue);
  font-weight: 750;
  border-bottom: 1px solid currentColor;
}

.faq {
  padding: 104px max(48px, calc((100vw - 1400px) / 2));
  background: #fff;
}
.faq-shell {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(56px, 7vw, 110px);
  align-items: start;
}
.faq-aside {
  position: sticky;
  top: 32px;
}
.faq-aside .eyebrow { margin-bottom: 18px; }
.faq-aside h2 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -.047em;
}
.faq-aside h2 span { color: var(--blue); }
.faq-lead {
  max-width: 490px;
  margin: 24px 0 0;
  color: #4c5e77;
  font-size: 16px;
  font-weight: 540;
  line-height: 1.64;
  letter-spacing: -.012em;
}
.faq-contact {
  display: grid;
  gap: 10px;
  max-width: 490px;
  margin-top: 34px;
  padding: 24px;
  color: white;
  background: var(--ink);
  border-radius: 10px;
}
.faq-contact > span {
  color: #9fb7db;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.faq-contact > strong {
  max-width: 390px;
  font-size: 16px;
  line-height: 1.5;
}
.faq-contact .button {
  width: 100%;
  margin-top: 8px;
  background: var(--blue);
  box-shadow: none;
}
.faq-contact .button:hover,
.faq-contact .button:focus-visible {
  background: white;
  color: var(--ink);
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  background: #f7faff;
  border: 1px solid #a5b8d1;
  border-radius: 10px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.faq-item[open] {
  border-color: #7697ff;
  box-shadow: 0 12px 28px rgba(33, 71, 255, .09);
}
.faq-item summary {
  display: grid;
  grid-template-columns: 38px 1fr 36px;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 800;
}
.faq-item summary strong {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -.015em;
}
.faq-item summary i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  justify-self: end;
  color: white;
  background: var(--ink);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  transition: transform .18s ease, background-color .18s ease;
}
.faq-item[open] summary i {
  background: var(--blue);
  transform: rotate(45deg);
}
.faq-item > p {
  margin: 0 20px 22px 72px;
  padding-top: 17px;
  color: #4f6078;
  border-top: 1px solid #c3d0e1;
  font-size: 14px;
  line-height: 1.65;
}

.site-footer {
  padding: 60px max(48px, calc((100vw - 1400px) / 2)) 30px;
  color: white;
  background:
    radial-gradient(circle at 88% 20%, rgba(33, 71, 255, .18), transparent 26%),
    #050d1f;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(170px, .55fr) minmax(220px, .65fr);
  gap: 54px 80px;
}
.footer-intro p {
  max-width: 470px;
  margin: 23px 0 0;
  color: #aebbd0;
  font-size: 17px;
  line-height: 1.6;
}
.footer-brand { color: white; }
.footer-nav,
.footer-contact {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
}
.footer-nav > span,
.footer-contact > span {
  margin-bottom: 7px;
  color: #8294b0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.footer-nav a,
.footer-contact a {
  color: #d8e1ef;
  font-size: 14px;
  font-weight: 650;
  transition: color .18s ease;
}
.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible { color: #8db4ff; }
.footer-contact b { margin-left: 5px; }
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 52px;
  padding-top: 25px;
  color: #8090a9;
  border-top: 1px solid #2d3d58;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}
.footer-bottom span:nth-child(2) { text-align: center; }
.footer-bottom a {
  justify-self: end;
  color: #aebbd0;
  transition: color .18s ease;
}
.footer-bottom a:hover,
.footer-bottom a:focus-visible { color: white; }

@keyframes travel {
  0%, 12% { transform: translateX(0); opacity: 0; }
  18% { opacity: 1; }
  72% { transform: translateX(62px); opacity: 1; }
  78%, 100% { transform: translateX(62px); opacity: 0; }
}
@keyframes pulse { 50% { opacity: .55; } }

@media (min-width: 1101px) {
  .nav { font-size: 15px; }
  .button { font-size: 15px; }
  .button-small { font-size: 14px; }
  .intro,
  .problems-heading > p:last-child,
  .solution-heading > p:last-child,
  .process-heading > p:last-child,
  .case-lead,
  .packages-heading > p,
  .about-lead,
  .crm-list-copy p,
  .contact-lead {
    font-size: 17px;
    line-height: 1.62;
  }
  .stack { font-size: 12px; line-height: 1.55; }
  .broken-step { min-height: 186px; padding: 24px; }
  .broken-step strong { font-size: 21px; }
  .broken-step small { font-size: 14px; }
  .problem-list h3 { font-size: 22px; }
  .problem-list p { font-size: 16px; line-height: 1.6; }
  .problem-conclusion { font-size: 22px; }
  .solution-stage h3 { font-size: 30px; }
  .solution-stage li,
  .solution-result div { font-size: 16px; }
  .process-item h3 { font-size: 30px; }
  .process-item h3 + p { font-size: 17px; }
  .process-result { font-size: 15px; }
  .case-results p { font-size: 15px; }
  .package-summary { font-size: 16px; }
  .package-card li { font-size: 15px; }
  .about-note { font-size: 17px; }
}

@media (max-width: 1100px) {
  .site-header { width: min(100% - 48px, 1400px); }
  .nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { width: min(100% - 48px, 820px); grid-template-columns: 1fr; gap: 54px; padding-top: 55px; }
  .route-panel { min-height: 560px; }
  .problems-heading { grid-template-columns: 1fr; gap: 22px; }
  .solution-heading { grid-template-columns: 1fr; gap: 22px; }
  .process-heading { grid-template-columns: 1fr; gap: 22px; }
  .case-main { grid-template-columns: 1fr; }
  .case-results { grid-template-columns: 1fr; }
  .packages-heading { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .package-card-featured { transform: none; }
  .package-card h3 { min-height: auto; }
  .package-summary { min-height: auto; }
  .packages-note { grid-template-columns: 54px 1fr; }
  .packages-note p { grid-column: 1 / -1; }
  .about { grid-template-columns: 1fr; padding-top: 80px; }
  .about-profile {
    width: min(100%, 640px);
    min-height: 680px;
    justify-self: center;
  }
  .about-content { padding: 0; }
  .crm-list-heading { grid-template-columns: 1fr; gap: 22px; }
  .crm-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .crm-list-note { grid-template-columns: 54px 1fr; }
  .crm-list-note .button { grid-column: 1 / -1; width: 100%; }
  .faq-shell { grid-template-columns: 1fr; gap: 44px; }
  .faq-aside { position: static; }
  .faq-aside h2,
  .faq-lead,
  .faq-contact { max-width: 680px; }
  .footer-main { grid-template-columns: 1.1fr .7fr .8fr; gap: 44px; }
  .contact {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-form { width: min(100%, 680px); }
  .case-results article + article { border-left: 0; border-top: 1px solid #b8c9df; }
  .process-item { grid-template-columns: 120px 1fr; }
  .process-result { grid-column: 2; justify-self: start; }
  .solution-flow { grid-template-columns: 1fr; gap: 0; }
  .solution-arrow { min-height: 68px; }
  .solution-arrow::before { width: 1px; height: 100%; }
  .solution-arrow span { transform: rotate(90deg); }
  .solution-stage { min-height: auto; }
  .solution-proof { grid-template-columns: 56px 1fr; }
  .solution-proof p { grid-column: 1 / -1; }
  .problem-list { grid-template-columns: 1fr 1fr; }
  .problem-list article:nth-child(3) { border-left: 1px solid #8fa5c3; }
  .problem-list article:nth-child(4) { border-top: 1px solid #8fa5c3; }
}

@media (max-width: 680px) {
  .site-header { width: min(100% - 32px, 1400px); height: 78px; }
  .brand { font-size: 17px; }
  .header-cta { width: 42px; height: 42px; justify-content: center; padding: 0; }
  .header-cta:not(span) { font-size: 0; }
  .header-cta span { font-size: 18px; }
  .hero { width: min(100% - 32px, 820px); min-height: auto; padding: 44px 0 66px; }
  h1 { font-size: clamp(47px, 14vw, 66px); }
  .intro { margin-top: 25px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .route-panel { min-height: auto; padding: 20px 16px 24px; border-radius: 16px; }
  .panel-meta { gap: 15px; }
  .flow { grid-template-columns: 1fr; gap: 22px; padding: 26px 0 20px; }
  .route { height: 50px; transform: rotate(90deg); }
  .flow-card { width: min(100%, 360px); margin: 0 auto; }
  .orbit { display: none; }
  .problems { padding: 86px 20px; }
  .solution { padding: 86px 20px; }
  .work-process { padding: 86px 20px; }
  .case-study { padding: 86px 20px; }
  .packages { padding: 82px 20px; }
  .about { gap: 48px; padding: 72px 20px 82px; }
  .crm-list { padding: 82px 20px; }
  .contact { padding: 82px 20px; }
  .faq { padding: 82px 20px; }
  .site-footer { padding: 52px 20px 26px; }
  .contact-copy h2 { font-size: clamp(36px, 10.5vw, 46px); }
  .contact-lead { font-size: 16px; }
  .contact-form { padding: 22px 18px; }
  .contact-field-row { grid-template-columns: 1fr; }
  .contact-promises > div { grid-template-columns: 36px 1fr; gap: 10px; }
  .crm-list-heading h2 { font-size: clamp(34px, 10vw, 44px); }
  .crm-list-copy p { font-size: 15px; }
  .crm-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 36px;
  }
  .crm-logo-card {
    min-height: 138px;
    grid-template-rows: 76px auto;
  }
  .crm-logo-image { padding: 12px; }
  .crm-logo-image img { height: 50px; }
  .crm-logo-name { padding: 11px 12px 13px; }
  .crm-logo-name strong { font-size: 13px; }
  .crm-list-note {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 17px;
  }
  .crm-list-note > span { width: 42px; height: 42px; }
  .faq-shell { gap: 34px; }
  .faq-aside h2 { font-size: clamp(35px, 10vw, 46px); }
  .faq-lead { margin-top: 20px; font-size: 15px; }
  .faq-contact { margin-top: 26px; padding: 20px; }
  .faq-item summary {
    grid-template-columns: 28px 1fr 34px;
    gap: 10px;
    min-height: 76px;
    padding: 16px;
  }
  .faq-item summary strong { font-size: 15px; }
  .faq-item > p { margin: 0 16px 19px 54px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-intro p { font-size: 15px; }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 42px;
  }
  .footer-bottom span:nth-child(2) { text-align: left; }
  .footer-bottom a { justify-self: start; }
  .about-profile { width: 100%; min-height: 560px; padding: 28px 24px; }
  .about-photo { object-position: 50% 48%; }
  .about-profile-copy h2 { font-size: 28px; }
  .about-profile-copy p { font-size: 9px; line-height: 1.5; }
  .about-content > h2 { font-size: clamp(35px, 10vw, 46px); }
  .about-lead { margin-top: 22px; font-size: 16px; }
  .about-note { font-size: 15px; }
  .about-more { margin-top: 25px; }
  .about-more-body { grid-template-columns: 1fr; }
  .about-socials { gap: 7px; }
  .packages-heading { gap: 20px; }
  .packages-heading h2 { font-size: clamp(35px, 10vw, 46px); }
  .packages-heading > p { font-size: 15px; }
  .package-grid { gap: 14px; margin-top: 38px; }
  .package-card { padding: 25px 22px 24px; }
  .package-badge { left: 21px; }
  .package-card h3 { font-size: 25px; }
  .package-price strong { font-size: 42px; }
  .package-price-text strong { font-size: 29px; }
  .packages-note { grid-template-columns: 48px 1fr; padding: 20px; }
  .packages-note-icon { width: 46px; height: 46px; }
  .case-heading h2 { font-size: clamp(39px, 11.5vw, 54px); }
  .case-main { margin-top: 42px; }
  .case-card { padding: 26px 20px 24px; }
  .case-lead { font-size: 16px; }
  .case-route {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  .case-route-arrow { transform: rotate(90deg); }
  .video-card { min-height: 390px; }
  .video-meta { padding: 17px 18px; }
  .video-placeholder { min-height: 334px; padding: 32px 20px; }
  .video-placeholder strong { font-size: 19px; }
  .case-results article { grid-template-columns: 58px 1fr; padding: 22px 20px; }
  .case-results article > span { width: 54px; height: 54px; }
  .process-heading h2 { font-size: clamp(39px, 11.5vw, 54px); }
  .process-heading > p:last-child { font-size: 15px; }
  .process-list { margin-top: 44px; }
  .process-item,
  .process-item.is-active {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
    padding: 24px 4px;
    border-left: 0;
  }
  .process-item.is-active {
    margin: 0 -12px;
    padding: 24px 16px;
  }
  .process-result { grid-column: auto; justify-self: start; }
  .process-note { grid-template-columns: 1fr; gap: 8px; padding: 21px 20px; }
  .solution-heading h2 { font-size: clamp(39px, 11.5vw, 54px); }
  .solution-heading > p:last-child { font-size: 15px; }
  .solution-flow { margin-top: 44px; }
  .solution-stage { padding: 24px 22px; }
  .solution-label { margin-top: 30px; }
  .solution-proof { grid-template-columns: 48px 1fr; padding: 21px 20px; }
  .solution-proof-icon { width: 46px; height: 46px; }
  .problems-heading h2 { font-size: clamp(39px, 11.5vw, 54px); }
  .problems-heading > p:last-child { font-size: 15px; }
  .broken-flow { grid-template-columns: 1fr; gap: 0; margin-top: 44px; padding: 14px; }
  .broken-step.is-waiting,
  .flow-connector.is-muted,
  .broken-step.is-muted { grid-column: auto; }
  .flow-connector { min-height: 54px; }
  .flow-connector::before { width: 1px; height: 100%; }
  .flow-connector span { transform: rotate(90deg); }
  .flow-connector.is-broken span { transform: none; }
  .flow-connector b { top: 50%; left: calc(50% + 25px); transform: translateY(-50%); }
  .problem-list { grid-template-columns: 1fr; }
  .problem-list article,
  .problem-list article + article {
    min-height: auto;
    padding: 25px 22px 27px;
    border: 1px solid #8fa5c3;
  }
  .problem-list h3 { margin-top: 0; }
  .problem-conclusion { margin-top: 30px; font-size: 17px; }
}

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