@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  color: #11233d;
  background: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --navy: #061b3a;
  --ink: #11233d;
  --muted: #5d6f87;
  --blue: #0b64df;
  --cyan: #0ea8d5;
  --soft: #f4f8fc;
  --green: #12845e;
  --red: #e12d39;
  --gold: #b78924;
  --line: #d8e4f2;
  --shell: 1280px;
  --radius: 8px;
  --shadow: 0 18px 48px rgba(17, 54, 99, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  max-width: 100%;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(216, 228, 242, 0.86);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(calc(100% - 64px), var(--shell));
  min-height: 78px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding: 26px 0 24px;
  color: #39516f;
  font-size: 15px;
  font-weight: 720;
}

.desktop-nav a.active {
  color: var(--blue);
}

.desktop-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-link {
  min-width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #536b86;
  font-size: 13px;
  font-weight: 700;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(11, 100, 223, 0.17);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button--small {
  min-width: 185px;
  min-height: 52px;
  padding-inline: 20px;
  font-size: 14px;
}

.button--ghost {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}

.button--light {
  position: relative;
  z-index: 2;
  min-width: 220px;
  background: #fff;
  color: var(--navy);
  border-color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.hero-grid {
  position: relative;
  height: 500px;
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: 52%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 28px 32px 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 20px;
  color: #687f9c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 7px;
  height: 28px;
  display: block;
  background: var(--red);
  clip-path: polygon(48% 0, 100% 0, 52% 100%, 0 100%);
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(48px, 4.65vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hero-subtitle {
  margin: 20px 0 0;
  color: #7084a0;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.hero-lead {
  max-width: 610px;
  margin: 31px 0 0;
  color: #536b86;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0 calc((100vw - min(100vw - 48px, var(--shell))) / -2) 0 0;
  height: 100%;
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.99) 31%,
    rgba(255, 255, 255, 0.92) 39%,
    rgba(255, 255, 255, 0.62) 47%,
    rgba(255, 255, 255, 0.16) 57%,
    rgba(255, 255, 255, 0) 69%
  );
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 39%;
  width: 15%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  backdrop-filter: blur(3px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 22%, #000 72%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 72%, transparent);
}

.hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.route-flow {
  position: absolute;
  z-index: 4;
  top: 17%;
  left: 58%;
  width: 238px;
  display: grid;
  gap: 18px;
}

.route-flow::before {
  content: "";
  position: absolute;
  top: 33px;
  bottom: 33px;
  left: 10px;
  border-left: 2px solid rgba(11, 100, 223, 0.78);
}

.route-step {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 12px;
}

.route-direction {
  position: absolute;
  z-index: 3;
  left: 3px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 100, 223, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--blue);
  box-shadow: 0 3px 8px rgba(30, 73, 124, 0.16);
}

.route-direction svg {
  width: 11px;
  height: 11px;
  stroke-width: 2.5;
}

.route-direction--one {
  top: 67px;
}

.route-direction--two {
  top: 151px;
}

.route-direction--three {
  top: 235px;
}

.route-node {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 3px 10px rgba(11, 100, 223, 0.28);
}

.route-node svg {
  width: 13px;
  height: 13px;
  stroke-width: 3;
}

.route-step--success .route-node {
  background: var(--green);
}

.route-card {
  position: relative;
  width: 204px;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 11px 16px;
  border: 1px solid rgba(205, 224, 245, 0.56);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 36px rgba(30, 73, 124, 0.15);
  backdrop-filter: blur(12px) saturate(0.86);
}

.route-card span {
  color: #6a7c92;
  font-size: 11px;
  line-height: 1.35;
}

.route-card b {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 12px;
}

.benefit-band {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.benefit-grid {
  min-height: 108px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.benefit:first-child {
  border-left: 1px solid var(--line);
}

.benefit > svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: var(--blue);
  stroke-width: 1.65;
}

.benefit span {
  display: grid;
  gap: 3px;
  color: #71839a;
  font-size: 12px;
  line-height: 1.35;
}

.benefit b {
  color: #304a68;
  font-size: 13px;
}

.section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.section--tint {
  background: var(--soft);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #7bc8ff;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-heading > p:last-child {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.psr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.psr-wrap {
  position: relative;
  min-width: 0;
}

.psr-card {
  height: 100%;
  min-height: 206px;
  padding: 25px 25px 27px;
  border: 1px solid var(--line);
  border-bottom-width: 3px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 54, 92, 0.07);
}

.psr-card--red {
  border-bottom-color: #ff4e5b;
}

.psr-card--blue {
  border-bottom-color: var(--blue);
}

.psr-card--green {
  border-bottom-color: #2ca879;
}

.psr-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.icon-box {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius);
  background: #eaf3ff;
  color: var(--blue);
}

.icon-box--red {
  background: #fff0f1;
  color: var(--red);
}

.icon-box--green {
  background: #eaf8f2;
  color: var(--green);
}

.psr-card h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 18px;
}

.psr-card p,
.decision-row p,
.cause-heading p,
.process-step p,
.setup-card p,
.role-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.psr-arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 24px;
  color: var(--navy);
  transform: translateY(-50%);
}

.decisions-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, 0.72fr);
  gap: 54px;
  align-items: start;
}

.decision-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.decision-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.decision-row h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 15px;
}

.cause-card {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.cause-heading {
  padding: 25px;
  border-bottom: 1px solid var(--line);
}

.cause-heading h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 23px;
  letter-spacing: -0.025em;
}

.cause-table {
  padding: 0 25px;
}

.cause-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) 1.3fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e7eef7;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.cause-row b {
  color: #2b4564;
}

.cause-row--head {
  color: #70849d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cause-note {
  display: flex;
  gap: 12px;
  margin: 20px;
  padding: 16px;
  border: 1px solid #cfe0f4;
  border-radius: var(--radius);
  background: #f2f8ff;
  color: var(--blue);
}

.cause-note svg {
  flex: 0 0 auto;
}

.cause-note p {
  margin: 0;
  color: #526a84;
  font-size: 12px;
  line-height: 1.55;
}

.ops-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 54, 92, 0.06);
}

.ops-row {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.65fr);
  border-bottom: 1px solid var(--line);
}

.ops-row:last-child {
  border-bottom: 0;
}

.ops-name {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 18px 23px;
  border-right: 1px solid var(--line);
}

.ops-name span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #bfd4ed;
  border-radius: 50%;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.ops-name b {
  color: var(--navy);
  font-size: 14px;
}

.ops-row > p {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.process-step {
  position: relative;
  min-width: 0;
  padding-top: 14px;
  text-align: center;
}

.step-number {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  transform: translateX(-50%);
}

.step-number.red {
  background: var(--red);
}

.step-number.green {
  background: var(--green);
}

.process-step > svg:not(.step-arrow) {
  width: 34px;
  height: 34px;
  margin: 18px 0 12px;
  color: #284e7c;
  stroke-width: 1.6;
}

.process-step h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.35;
}

.process-step p {
  font-size: 12px;
}

.step-arrow {
  position: absolute;
  top: 28px;
  right: -25px;
  width: 25px;
  color: #a8bdd5;
}

.setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.72fr);
  gap: 26px;
}

.crm-window {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.crm-window-bar {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  background: var(--navy);
  color: #fff;
}

.crm-window-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58708c;
}

.crm-window-bar span:first-child {
  background: #ef6a73;
}

.crm-window-bar b {
  margin-left: 8px;
  font-size: 12px;
}

.crm-stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: #eff6ff;
}

.crm-stage span,
.crm-stage b {
  padding: 8px 10px;
  border-radius: 5px;
  background: #fff;
  color: #637890;
  font-size: 11px;
  text-align: center;
}

.crm-stage b {
  background: #dcecff;
  color: var(--blue);
}

.crm-stage svg {
  width: 17px;
  color: #8aa3bf;
}

.crm-body {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 386px;
}

.crm-fields,
.crm-timeline {
  padding: 23px;
}

.crm-fields {
  border-right: 1px solid var(--line);
}

.crm-caption {
  margin: 0 0 14px;
  color: #7a8ea6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crm-fields > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 11px 0;
  border-bottom: 1px solid #e6edf6;
}

.crm-fields span,
.crm-timeline span {
  color: #75879c;
  font-size: 11px;
}

.crm-fields b,
.crm-timeline b {
  display: block;
  margin-top: 3px;
  color: #243f60;
  font-size: 12px;
}

.crm-timeline > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e0eaf5;
  border-radius: 6px;
  background: #fbfdff;
}

.crm-timeline > div + div {
  margin-top: 9px;
}

.crm-timeline svg {
  width: 18px;
  color: var(--blue);
}

.crm-timeline .success {
  border-color: #bfe4d5;
  background: #f2fbf7;
}

.crm-timeline .success svg {
  color: var(--green);
}

.setup-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 54, 92, 0.06);
}

.setup-card > h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 19px;
}

.setup-card article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.setup-card article > svg {
  width: 23px;
  color: var(--blue);
}

.setup-card h4 {
  margin: 0 0 5px;
  color: #2c4767;
  font-size: 13px;
}

.setup-card p {
  font-size: 12px;
}

.historical-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  margin-top: 20px;
  padding: 19px 22px;
  border: 1px solid #bed8f7;
  border-radius: var(--radius);
  background: #eef7ff;
  color: var(--blue);
}

.historical-note > svg {
  width: 24px;
}

.historical-note b {
  color: #194b87;
  font-size: 14px;
}

.historical-note p {
  margin: 5px 0 0;
  color: #5a708a;
  font-size: 13px;
  line-height: 1.55;
}

.memo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.memo-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.memo-step:last-child {
  border-right: 0;
}

.memo-step > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
}

.memo-step > span svg {
  width: 14px;
}

.memo-step b {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 13px;
}

.memo-step p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.memo-step > svg {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: -12px;
  width: 22px;
  padding: 3px;
  background: #fff;
  color: var(--blue);
}

.stop-box {
  margin-top: 38px;
  padding: 26px;
  border: 1px solid #f0c9ce;
  border-radius: var(--radius);
  background: #fff;
}

.stop-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.stop-heading > svg {
  width: 26px;
  color: var(--red);
}

.stop-heading h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 21px;
}

.stop-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.stop-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.stop-list span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f1dce0;
  border-radius: 6px;
  color: #4e6279;
  font-size: 11px;
  line-height: 1.45;
}

.stop-list svg {
  width: 15px;
  flex: 0 0 auto;
  color: var(--red);
}

.roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.role-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 26px;
  border-top: 1px solid var(--line);
}

.role-card > svg {
  width: 40px;
  height: 40px;
  color: var(--blue);
  stroke-width: 1.6;
}

.role-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 17px;
}

.series-next {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 48px;
  margin-bottom: 28px;
  padding: 34px 36px;
  border: 1px solid #cfe0f4;
  border-radius: var(--radius);
  background: #eef5ff;
  box-shadow: 0 18px 42px rgba(40, 88, 145, 0.1);
}

.series-next-kicker {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #1554bd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.series-next-kicker span {
  width: 7px;
  height: 25px;
  flex: 0 0 auto;
  background: var(--red);
  clip-path: polygon(48% 0, 100% 0, 52% 100%, 0 100%);
}

.series-next h2 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.series-next-copy > p:last-child {
  max-width: 780px;
  margin: 15px 0 0;
  color: #536b86;
  font-size: 16px;
  line-height: 1.65;
}

.series-next-actions {
  display: grid;
  gap: 12px;
}

.series-next-actions .button {
  width: 100%;
  min-height: 56px;
}

.series-next-primary {
  background: linear-gradient(135deg, #35b8e8, #2368df);
  border-color: transparent;
}

.final-cta {
  position: relative;
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto minmax(250px, 0.65fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  margin-bottom: 72px;
  padding: 48px 52px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 35%, rgba(16, 154, 255, 0.26), transparent 26%),
    linear-gradient(135deg, #05295b 0%, #041c3d 60%, #063166 100%);
  color: #fff;
  box-shadow: 0 22px 56px rgba(4, 31, 67, 0.22);
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(92, 181, 255, 0.13);
  border-radius: 50%;
}

.final-cta::before {
  width: 440px;
  height: 440px;
  right: -120px;
  bottom: -310px;
}

.final-cta::after {
  width: 270px;
  height: 270px;
  right: 100px;
  bottom: -210px;
}

.cta-copy {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p:not(.section-kicker) {
  max-width: 680px;
  margin: 16px 0 0;
  color: #bed0e6;
  font-size: 14px;
  line-height: 1.65;
}

.cta-dashboard {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 250px;
  max-width: 360px;
  height: auto;
  justify-self: end;
  border-radius: var(--radius);
}

.site-footer {
  background: #fff;
}

.footer-main {
  width: min(calc(100% - 40px), var(--shell));
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.8fr;
  gap: 64px;
  padding: 44px 0;
}

.footer-brand img {
  width: 200px;
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 430px;
  margin-bottom: 0;
}

.footer-main nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-main strong {
  margin-bottom: 5px;
}

.footer-main a,
.footer-contact span {
  color: #53657b;
  font-size: 15px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-contact svg {
  flex: 0 0 auto;
  color: currentColor;
}

.footer-bottom {
  width: min(calc(100% - 40px), var(--shell));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: #6b7b8f;
  font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    background: #0758c8;
    border-color: #0758c8;
    box-shadow: 0 12px 26px rgba(11, 100, 223, 0.23);
  }

  .button--ghost:hover,
  .button--light:hover {
    background: #f3f8ff;
    color: var(--blue);
    border-color: #c9ddf5;
  }

  .desktop-nav a:hover,
  .footer-main a:hover,
  .footer-bottom a:hover {
    color: var(--blue);
  }

  .lang-link:hover,
  .menu-button:hover {
    border-color: #9fc2ec;
    color: var(--blue);
  }
}

.button:active,
.lang-link:active,
.menu-button:active,
.desktop-nav a:active,
.mobile-nav a:active {
  transform: scale(0.97);
}

:focus-visible {
  outline: 3px solid rgba(11, 100, 223, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }

  .hero-copy {
    padding-right: 28px;
  }

  .route-flow {
    left: 57%;
  }

  .benefit {
    padding-inline: 18px;
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 58px;
  }

  .process-step:nth-child(3) .step-arrow {
    display: none;
  }

  .stop-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .final-cta {
    grid-template-columns: 1fr auto;
  }

  .cta-dashboard {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-inner {
    width: min(calc(100% - 40px), var(--shell));
    min-height: 68px;
    grid-template-columns: 1fr auto;
    gap: 28px;
  }

  .brand img {
    width: 175px;
  }

  .desktop-nav,
  .header-actions > .button {
    display: none;
  }

  .lang-link,
  .menu-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: grid;
  }

  .mobile-nav {
    display: none;
    padding-bottom: 14px;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .mobile-nav nav {
    width: min(calc(100% - 40px), var(--shell));
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .mobile-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-bottom: 1px solid var(--line);
    color: #38516d;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-nav .mobile-nav-cta {
    justify-content: center;
    margin: 8px 0 0;
    border: 0;
    border-radius: 6px;
    background: var(--blue);
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 880px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .header-inner,
  .mobile-nav nav {
    width: min(calc(100% - 40px), var(--shell));
  }

  .hero-grid {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .hero-copy {
    width: min(calc(100% - 36px), var(--shell));
    height: auto;
    min-height: 0;
    margin-inline: auto;
    padding: 58px 0 48px;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 480px;
  }

  .hero-visual::before {
    inset: -100px 0 auto;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, #fff 20%, rgba(255, 255, 255, 0));
  }

  .hero-visual::after {
    display: none;
  }

  .hero-visual > img {
    width: 100%;
  }

  .route-flow {
    top: 10%;
    left: 7%;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .benefit:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .psr-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .psr-card {
    min-height: 0;
  }

  .psr-arrow {
    display: none;
  }

  .decisions-layout,
  .setup-layout {
    grid-template-columns: 1fr;
  }

  .cause-card {
    margin-top: 0;
  }

  .memo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .memo-step:nth-child(2) {
    border-right: 0;
  }

  .memo-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .memo-step:nth-child(2) > svg {
    display: none;
  }

  .stop-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .roles-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .final-cta {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 28px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    width: min(calc(100% - 28px), var(--shell));
    min-height: 64px;
    gap: 12px;
  }

  .brand img {
    width: 154px;
  }

  .lang-link,
  .menu-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .mobile-nav nav {
    width: min(calc(100% - 28px), var(--shell));
  }

  .hero-copy {
    width: min(calc(100% - 28px), var(--shell));
    padding: 45px 0 38px;
  }

  .hero h1 {
    font-size: clamp(38px, 12.5vw, 54px);
    line-height: 1.02;
  }

  .hero-subtitle {
    margin-top: 16px;
    font-size: 23px;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 15px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual > img {
    object-position: 58% center;
  }

  .route-card {
    width: 176px;
    min-height: 57px;
    padding: 8px 10px;
  }

  .route-flow::before {
    top: 28px;
    bottom: 28px;
  }

  .route-direction--one {
    top: 56px;
  }

  .route-direction--two {
    top: 127px;
  }

  .route-direction--three {
    top: 198px;
  }

  .route-flow {
    left: 15px;
    width: 210px;
    gap: 14px;
  }

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

  .benefit,
  .benefit:first-child,
  .benefit:nth-child(3) {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-heading h2,
  .final-cta h2,
  .series-next h2 {
    font-size: 31px;
  }

  .section-heading > p:last-child {
    font-size: 14px;
  }

  .decision-row {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding: 14px 0;
  }

  .decision-row .icon-box {
    width: 42px;
    height: 42px;
  }

  .decision-row h3 {
    margin-top: 1px;
  }

  .decision-row p {
    font-size: 13px;
    line-height: 1.5;
  }

  .cause-heading,
  .cause-table {
    padding-right: 18px;
    padding-left: 18px;
  }

  .cause-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .cause-row--head {
    display: none;
  }

  .ops-row {
    grid-template-columns: 1fr;
  }

  .ops-name {
    border-right: 0;
    border-bottom: 1px solid #e5edf6;
  }

  .ops-row > p {
    padding-top: 14px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 16px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 42px auto 1fr;
    gap: 10px 12px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    text-align: left;
  }

  .step-number {
    position: static;
    grid-row: 1 / 3;
    align-self: start;
    transform: none;
  }

  .process-step > svg:not(.step-arrow) {
    width: 24px;
    height: 24px;
    margin: 2px 0 0;
  }

  .process-step h3 {
    align-self: center;
  }

  .process-step p {
    grid-column: 2 / -1;
  }

  .step-arrow {
    display: none;
  }

  .crm-body {
    grid-template-columns: 1fr;
  }

  .crm-fields {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .crm-stage {
    grid-template-columns: 1fr;
  }

  .crm-stage svg {
    justify-self: center;
    transform: rotate(90deg);
  }

  .historical-note {
    grid-template-columns: 1fr;
  }

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

  .memo-step,
  .memo-step:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .memo-step:last-child {
    border-bottom: 0;
  }

  .memo-step > svg {
    display: none;
  }

  .stop-list {
    grid-template-columns: 1fr;
  }

  .role-card {
    padding-right: 0;
    padding-left: 0;
  }

  .series-next {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 14px;
    padding: 24px 20px;
  }

  .series-next-kicker {
    font-size: 11px;
  }

  .final-cta {
    width: 100%;
    margin-bottom: 0;
    padding: 42px 24px;
    border-radius: 0;
  }

  .button--light {
    width: 100%;
  }

  .footer-main {
    width: min(calc(100% - 28px), var(--shell));
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 0 34px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    width: min(calc(100% - 28px), var(--shell));
    min-height: 78px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Compatibility with the shared static-site stylesheet loaded before this page. */
.hero {
  margin: 0;
  padding: 0;
}

.site-header .header-inner {
  height: 78px;
}

@media (max-width: 620px) {
  .site-header .header-inner {
    height: 64px;
  }
}
