.starter-page {
  --starter-ink: #080a3e;
  --starter-copy: #465276;
  --starter-blue: #326cf6;
  --starter-violet: #6847ee;
  --starter-cyan: #42bbdf;
  --starter-mint: #67e0b9;
  --starter-cloud: #f6f8ff;
  --starter-mist: #eef2ff;
  --starter-line: rgba(31, 49, 117, .13);
  --starter-dark-line: rgba(194, 213, 241, .16);
  min-width: 320px;
  color: var(--starter-ink);
  background: var(--starter-cloud);
}

.starter-page main {
  display: block;
  overflow: clip;
}

.starter-shell {
  width: var(--cb-shell);
  margin-inline: auto;
}

.starter-page .starter-hero h1,
.starter-page .starter-head h2,
.starter-page .starter-final h2 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.starter-page .starter-hero h1 {
  max-width: 720px;
  color: var(--starter-ink);
  font-size: var(--cb-title-hero);
}

.starter-page .starter-head h2,
.starter-page .starter-final h2 {
  color: var(--starter-ink);
  font-size: var(--cb-title-section);
}

.starter-page .starter-head--side h2,
.starter-page .starter-head--split h2 {
  font-size: var(--cb-title-section-side);
}

.starter-page :is(.starter-hero h1, .starter-head h2, .starter-final h2) > span {
  display: block;
}

.starter-page :is(.starter-hero h1, .starter-final h2) em {
  color: transparent;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.starter-eyebrow {
  margin: 0 0 24px;
  color: #2b59cf;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.25;
  text-transform: uppercase;
}

.starter-lead {
  max-width: 880px;
  margin: 28px 0 0;
  color: var(--starter-copy);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.42;
}

.starter-head {
  max-width: 1020px;
  margin-bottom: 64px;
}

.starter-head--center {
  margin-inline: auto;
  text-align: center;
}

.starter-head--center .starter-lead {
  margin-inline: auto;
}

.starter-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .7fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
}

.starter-head--split .starter-lead {
  margin: 0;
}

.starter-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.starter-text-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: translate .2s ease;
}

.starter-text-link:hover svg {
  translate: 4px 0;
}

/* Hero ------------------------------------------------------------------ */

.starter-hero {
  position: relative;
  min-height: min(980px, calc(100svh - var(--partner-overview-header-h)));
  padding: clamp(100px, 10vw, 150px) 0 100px;
  background:
    radial-gradient(circle at 68% 26%, rgba(95, 102, 248, .16), transparent 31%),
    radial-gradient(circle at 91% 68%, rgba(66, 187, 223, .18), transparent 23%),
    linear-gradient(180deg, #fbfcff 0%, #f2f5ff 68%, #edf2ff 100%);
}

.starter-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .4;
  background-image:
    linear-gradient(rgba(44, 67, 143, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 67, 143, .05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.starter-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(440px, .88fr) minmax(620px, 1.12fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: center;
}

.starter-hero__copy {
  position: relative;
  z-index: 2;
}

.starter-hero__text {
  max-width: 700px;
  margin-top: 32px;
  color: #4c587b;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.55;
}

.starter-hero__text p {
  margin: 0;
}

.starter-hero__text p + p {
  margin-top: 14px;
}

.starter-hero__actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.starter-hero__actions .starter-text-link {
  width: 100%;
  margin-top: 2px;
  color: #263c83;
}

.starter-hero__proof {
  margin: 34px 0 0;
  padding: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 22px;
  border-top: 1px solid var(--starter-line);
  list-style: none;
}

.starter-hero__proof li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #536080;
  font-size: 13px;
  font-weight: 600;
}

.starter-hero__proof svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: #326cf6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* Simple connected workspace visual ------------------------------------ */

.starter-system {
  position: relative;
  min-width: 0;
  margin: 0;
  perspective: 1400px;
}

.starter-system__canvas {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(89, 105, 185, .18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 40% 46%, rgba(103, 224, 185, .18), transparent 19%),
    radial-gradient(circle at 73% 27%, rgba(95, 105, 244, .18), transparent 25%),
    linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(241, 245, 255, .79));
  box-shadow:
    0 44px 100px rgba(33, 44, 117, .15),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  transform: rotateX(var(--neoo-tilt-x, 0deg)) rotateY(var(--neoo-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.starter-system__canvas::before,
.starter-system__canvas::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.starter-system__canvas::before {
  inset: 0;
  opacity: .56;
  background-image:
    linear-gradient(rgba(45, 66, 142, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 66, 142, .06) 1px, transparent 1px);
  background-size: 38px 38px;
}

.starter-system__canvas::after {
  width: 310px;
  height: 310px;
  left: 9%;
  top: 24%;
  border: 1px solid rgba(56, 106, 243, .15);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(56, 106, 243, .035),
    0 0 0 116px rgba(56, 106, 243, .02);
}

.starter-system__workspace {
  position: absolute;
  left: 34%;
  top: 47%;
  z-index: 5;
  width: 190px;
  min-height: 178px;
  padding: 31px 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(74, 94, 190, .25);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(103, 224, 185, .35), transparent 34%),
    linear-gradient(145deg, #131960, #513bc8);
  box-shadow: 0 25px 54px rgba(30, 39, 132, .32);
  translate: -50% -50%;
}

.starter-system__workspace > svg {
  width: 31px;
  height: 31px;
  margin-bottom: 8px;
  fill: none;
  stroke: #83ddf1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.starter-system__workspace > strong {
  font-family: var(--cb-display-font);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -.055em;
}

.starter-system__workspace > strong span {
  color: #68dfb9;
}

.starter-system__workspace > small {
  margin-top: 4px;
  color: rgba(235, 241, 255, .76);
  font-size: 12px;
  font-weight: 550;
}

.starter-system__state {
  position: absolute;
  left: 50%;
  top: -15px;
  min-height: 30px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(103, 224, 185, .32);
  border-radius: 999px;
  color: #dffcf3;
  background: #0c174b;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  translate: -50% 0;
}

.starter-system__state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 0 5px rgba(103, 224, 185, .12);
}

.starter-map-node {
  position: absolute;
  z-index: 4;
  min-width: 126px;
  min-height: 54px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(69, 87, 166, .18);
  border-radius: 15px;
  color: #23346f;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 13px 28px rgba(35, 47, 119, .11);
  font-size: 12px;
  font-weight: 650;
}

.starter-map-node svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: #4b65e5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.starter-map-node--customers { left: 5%; top: 15%; }
.starter-map-node--quotes { left: 37%; top: 10%; }
.starter-map-node--invoices { left: 4%; bottom: 16%; }
.starter-map-node--documents { left: 36%; bottom: 9%; }
.starter-map-node--partners { left: 3%; top: 48%; }

.starter-system__line {
  position: absolute;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, rgba(62, 102, 235, .16), rgba(62, 102, 235, .76));
  transform-origin: right center;
}

.starter-system__line::after {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #60d8bf;
  box-shadow: 0 0 0 5px rgba(96, 216, 191, .11);
}

.starter-system__line--one { width: 134px; left: 17%; top: 29%; rotate: 32deg; }
.starter-system__line--two { width: 112px; left: 41%; top: 25%; rotate: 72deg; }
.starter-system__line--three { width: 136px; left: 16%; bottom: 27%; rotate: -27deg; }
.starter-system__line--four { width: 112px; left: 41%; bottom: 25%; rotate: -70deg; }
.starter-system__line--five { width: 95px; left: 19%; top: 53%; rotate: 5deg; }

.starter-system__partners {
  position: absolute;
  right: 4%;
  top: 50%;
  z-index: 5;
  width: 41%;
  display: grid;
  gap: 14px;
  translate: 0 -50%;
}

.starter-system__partners article {
  min-height: 104px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(64, 82, 164, .18);
  border-radius: 19px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 16px 34px rgba(34, 45, 112, .1);
}

.starter-system__partners article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #455ee1;
  background: #eef1ff;
}

.starter-system__partners article > span svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.starter-system__partners div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.starter-system__partners div strong {
  color: #10164d;
  font-size: 14px;
}

.starter-system__partners div small {
  color: #697493;
  font-size: 10px;
  line-height: 1.35;
}

.starter-system__partners article > em {
  grid-column: 2;
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 999px;
  color: #24715e;
  background: #e8faf4;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.starter-system__partners > p {
  margin: 2px 0 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 13px;
  color: #24366d;
  background: rgba(228, 234, 255, .86);
  font-size: 11px;
  font-weight: 700;
}

.starter-system__partners > p svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #3e6ef0;
  stroke-width: 2;
}

/* Sticky page navigation ------------------------------------------------ */

.starter-subnav {
  border-top-color: rgba(53, 68, 132, .08);
  border-bottom-color: rgba(53, 68, 132, .12);
  background: rgba(249, 250, 255, .91);
  backdrop-filter: blur(18px);
}

/* Shared section rhythm ------------------------------------------------- */

.starter-section {
  position: relative;
  padding: clamp(94px, 9vw, 146px) 0;
}

.starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.starter-capability {
  position: relative;
  min-height: 280px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--starter-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(98, 112, 238, .11), transparent 36%),
    #fff;
  box-shadow: 0 22px 56px rgba(29, 39, 107, .055);
  transition: translate .3s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, box-shadow .3s ease;
}

.starter-capability:hover {
  translate: 0 -5px;
  border-color: rgba(65, 88, 192, .28);
  box-shadow: 0 28px 68px rgba(29, 39, 107, .09);
}

.starter-capability > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #4260dd;
  background: #edf1ff;
}

.starter-capability > span svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.starter-capability > small {
  position: absolute;
  right: 27px;
  top: 31px;
  color: #acb3d1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.starter-capability h3 {
  margin: 42px 0 13px;
  color: #0b1047;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.starter-capability p {
  margin: 0;
  color: #5c6788;
  font-size: 16px;
  line-height: 1.62;
}

/* Peppol --------------------------------------------------------------- */

.starter-section--peppol {
  color: #e8eefb;
  background:
    radial-gradient(circle at 12% 18%, rgba(74, 93, 236, .29), transparent 27%),
    radial-gradient(circle at 88% 78%, rgba(57, 191, 205, .15), transparent 24%),
    #080b35;
}

.starter-section--peppol .starter-eyebrow {
  color: var(--cb-eyebrow-ink-dark);
}

.starter-section--peppol .starter-head h2 {
  color: var(--cb-display-ink-dark);
}

.starter-section--peppol .starter-lead {
  color: var(--cb-lead-ink-dark);
}

.starter-split {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
  gap: clamp(56px, 9vw, 132px);
  align-items: center;
}

.starter-split .starter-head {
  margin-bottom: 0;
}

.starter-conditional {
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 2px solid #5f78f3;
  color: #c1cbe1;
  font-size: 16px;
  line-height: 1.6;
}

.starter-peppol-panel {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--starter-dark-line);
  border-radius: 30px;
  background: rgba(15, 21, 68, .8);
  box-shadow: 0 34px 76px rgba(2, 5, 27, .3);
}

.starter-peppol-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.starter-peppol-flow span {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #e8eefb;
  font-size: 12px;
  font-weight: 650;
}

.starter-peppol-flow span i {
  color: #7d94e9;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

.starter-peppol-flow > b {
  color: #586cae;
  font-weight: 400;
}

.starter-check-list {
  margin: 34px 0 0;
  padding: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 22px;
  border-top: 1px solid var(--starter-dark-line);
  list-style: none;
}

.starter-check-list li {
  display: flex;
  gap: 10px;
  color: #c7d1e5;
  font-size: 14px;
  line-height: 1.45;
}

.starter-check-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #67e0b9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.starter-peppol-note {
  margin-top: 32px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(103, 224, 185, .23);
  border-radius: 18px;
  background: rgba(61, 193, 173, .08);
}

.starter-peppol-note > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  color: #74e6c6;
  background: rgba(103, 224, 185, .11);
}

.starter-peppol-note svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.starter-peppol-note div {
  display: grid;
  gap: 4px;
}

.starter-peppol-note strong {
  color: #effff9;
  font-size: 14px;
  line-height: 1.4;
}

.starter-peppol-note small {
  color: #8ea4bc;
  font-size: 11px;
}

/* Accountant collaboration -------------------------------------------- */

.starter-section--accounting {
  background:
    radial-gradient(circle at 72% 8%, rgba(111, 104, 246, .13), transparent 30%),
    linear-gradient(180deg, #f2f5ff, #fbfcff);
}

.starter-accounting-layout {
  display: grid;
  grid-template-columns: minmax(370px, .75fr) minmax(530px, 1.25fr);
  gap: clamp(52px, 9vw, 132px);
  align-items: center;
}

.starter-document-flow {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.starter-document-flow::before {
  position: absolute;
  left: 25px;
  top: 50px;
  bottom: 50px;
  width: 1px;
  content: "";
  background: linear-gradient(#6075ec, #67e0b9);
}

.starter-document-flow li {
  position: relative;
  z-index: 1;
  min-height: 112px;
  padding: 24px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--starter-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 42px rgba(33, 45, 115, .06);
}

.starter-document-flow li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #415deb, #6a47e6);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
}

.starter-document-flow h3 {
  margin: 0 0 5px;
  color: #10164b;
  font-size: 17px;
  font-weight: 700;
}

.starter-document-flow p {
  margin: 0;
  color: #66708f;
  font-size: 14px;
  line-height: 1.5;
}

.starter-accounting-actions {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--starter-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 72px rgba(31, 42, 108, .09);
}

.starter-accounting-actions > ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 24px;
  list-style: none;
}

.starter-accounting-actions > ul li {
  display: flex;
  gap: 10px;
  color: #35446d;
  font-size: 15px;
  line-height: 1.45;
}

.starter-accounting-actions > ul svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #4169eb;
  stroke-width: 2;
}

.starter-accounting-actions > p {
  margin: 32px 0 25px;
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 17px;
  color: #1e396a;
  background: #eef4ff;
  font-size: 14px;
  line-height: 1.45;
}

.starter-accounting-actions > p > svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: none;
  stroke: #4262dc;
  stroke-width: 1.6;
}

/* Permissions table ---------------------------------------------------- */

.starter-section--partners {
  background: #fff;
}

.starter-access-card {
  overflow: hidden;
  border: 1px solid var(--starter-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(29, 40, 106, .07);
}

.starter-access-card table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.starter-access-card thead {
  color: #fff;
  background: linear-gradient(90deg, #12184f, #2e2b7c);
}

.starter-access-card th,
.starter-access-card td {
  padding: 24px 30px;
  text-align: left;
}

.starter-access-card thead th {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.starter-access-card thead th:first-child {
  width: 34%;
}

.starter-access-card tbody tr + tr {
  border-top: 1px solid var(--starter-line);
}

.starter-access-card tbody th {
  color: #12184b;
  font-size: 16px;
  font-weight: 700;
}

.starter-access-card tbody th span {
  margin-right: 14px;
  color: #8490b8;
  font-size: 10px;
  letter-spacing: .08em;
}

.starter-access-card tbody td {
  color: #596686;
  font-size: 15px;
  line-height: 1.5;
}

.starter-access-card > ul {
  margin: 0;
  padding: 22px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid var(--starter-line);
  background: #f5f7ff;
  list-style: none;
}

.starter-access-card > ul li {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(66, 92, 198, .15);
  border-radius: 999px;
  color: #34477d;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}

.starter-access-card > ul svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #3f69e8;
  stroke-width: 2;
}

/* IT services ---------------------------------------------------------- */

.starter-section--it {
  color: #e8eefb;
  background:
    radial-gradient(circle at 85% 12%, rgba(93, 75, 230, .28), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(48, 183, 206, .12), transparent 27%),
    #080b35;
}

.starter-section--it .starter-eyebrow {
  color: var(--cb-eyebrow-ink-dark);
}

.starter-section--it .starter-head h2 {
  color: var(--cb-display-ink-dark);
}

.starter-section--it .starter-lead {
  color: var(--cb-lead-ink-dark);
}

.starter-availability {
  margin-bottom: 26px;
  padding: 22px 25px;
  display: flex;
  gap: 17px;
  align-items: center;
  border: 1px solid rgba(103, 224, 185, .24);
  border-radius: 20px;
  background: rgba(103, 224, 185, .07);
}

.starter-availability > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  color: #7be5c8;
  background: rgba(103, 224, 185, .1);
}

.starter-availability svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.starter-availability div {
  display: grid;
  gap: 4px;
}

.starter-availability strong {
  color: #effff9;
  font-size: 15px;
}

.starter-availability p {
  margin: 0;
  color: #aebbd1;
  font-size: 13px;
  line-height: 1.5;
}

.starter-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.starter-service-grid article {
  min-height: 76px;
  padding: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--starter-dark-line);
  border-radius: 17px;
  color: #d0d9eb;
  background: rgba(17, 23, 70, .72);
  font-size: 13px;
  font-weight: 600;
}

.starter-service-grid svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #67e0b9;
  stroke-width: 2;
}

.starter-it-actions {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr);
  gap: 24px;
}

.starter-it-actions > section {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--starter-dark-line);
  border-radius: 24px;
  background: rgba(17, 23, 70, .72);
}

.starter-it-actions h3 {
  margin: 0;
  color: #f0f4fc;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.35;
}

.starter-it-actions ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
  list-style: none;
}

.starter-it-actions li {
  display: flex;
  gap: 9px;
  color: #bdc8dc;
  font-size: 13px;
  line-height: 1.45;
}

.starter-it-actions li svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: #6d88f5;
  stroke-width: 1.8;
}

.starter-order-card {
  background:
    radial-gradient(circle at 100% 0, rgba(103, 224, 185, .14), transparent 40%),
    rgba(20, 28, 78, .9) !important;
}

.starter-order-card .starter-eyebrow {
  margin-bottom: 11px;
  font-size: 11px;
}

.starter-order-card ul {
  grid-template-columns: 1fr;
  gap: 10px;
}

.starter-order-card li svg {
  stroke: #67e0b9;
}

/* Growth --------------------------------------------------------------- */

.starter-section--growth {
  background:
    radial-gradient(circle at 50% 0, rgba(100, 96, 238, .12), transparent 32%),
    linear-gradient(180deg, #f4f6ff, #fff);
}

.starter-growth-path {
  max-width: 1060px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.starter-growth-path article {
  min-width: 0;
  min-height: 132px;
  padding: 23px;
  display: grid;
  flex: 1 1 0;
  gap: 6px;
  border: 1px solid var(--starter-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(30, 41, 108, .06);
}

.starter-growth-path article.is-current {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #15225f, #5a43cf);
  box-shadow: 0 22px 48px rgba(48, 52, 161, .22);
}

.starter-growth-path article > span {
  color: #8e9abb;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
}

.starter-growth-path article.is-current > span {
  color: #8fe6ce;
}

.starter-growth-path strong {
  font-size: 18px;
}

.starter-growth-path small {
  color: #687493;
  font-size: 12px;
  line-height: 1.45;
}

.starter-growth-path article.is-current small {
  color: rgba(239, 244, 255, .74);
}

.starter-growth-path > b {
  color: #8d98bb;
  font-weight: 400;
}

.starter-growth-list {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

.starter-growth-list li {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--starter-line);
  border-radius: 999px;
  color: #3f4d75;
  background: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 600;
}

.starter-growth-list svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #496ded;
  stroke-width: 2;
}

.starter-growth-actions {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.starter-growth-actions .starter-text-link {
  margin-left: 8px;
  color: #2a3e80;
}

/* Final CTA ------------------------------------------------------------ */

.starter-final {
  position: relative;
  min-height: 680px;
  padding: clamp(108px, 10vw, 156px) 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #d5e0f0;
  background:
    radial-gradient(circle at 50% 22%, rgba(82, 84, 236, .42), transparent 34%),
    radial-gradient(circle at 13% 92%, rgba(55, 190, 205, .14), transparent 29%),
    #07092f;
  text-align: center;
}

.starter-final::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .38;
  background-image:
    linear-gradient(rgba(189, 207, 236, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 207, 236, .06) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.starter-final__glow {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(840px, 85vw);
  height: 280px;
  border: 1px solid rgba(128, 148, 239, .18);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(88, 96, 222, .035),
    0 0 0 160px rgba(88, 96, 222, .018);
  translate: -50% -50%;
}

.starter-final .starter-shell {
  position: relative;
  z-index: 1;
}

.starter-final .starter-eyebrow {
  color: var(--cb-eyebrow-ink-dark);
}

.starter-final h2 {
  color: var(--cb-display-ink-dark);
}

.starter-final__lead {
  max-width: 780px;
  margin: 30px auto 0;
  color: var(--cb-lead-ink-dark);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.45;
}

.starter-final__actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.starter-final .neoo-button--ghost {
  border-color: rgba(205, 219, 239, .35);
  color: #eaf0fb;
  background: rgba(255, 255, 255, .06);
}

.starter-final .starter-text-link {
  margin-left: 8px;
  color: #d5e0f0;
}

.starter-final > .starter-shell > small {
  margin-top: 24px;
  display: block;
  color: #8291ad;
  font-size: 12px;
}

/* Responsive ----------------------------------------------------------- */

@media (max-width: 1280px) {
  .starter-hero__grid {
    grid-template-columns: minmax(400px, .82fr) minmax(540px, 1.18fr);
  }

  .starter-system__canvas {
    min-height: 570px;
  }

  .starter-map-node {
    min-width: 112px;
    padding-inline: 11px;
  }

  .starter-system__workspace {
    width: 170px;
  }

  .starter-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .starter-page section[id] {
    scroll-margin-top: 140px;
  }

  .starter-hero {
    min-height: 0;
    padding-top: 100px;
  }

  .starter-hero__grid {
    grid-template-columns: 1fr;
  }

  .starter-hero__copy {
    max-width: 820px;
  }

  .starter-system {
    width: min(820px, 100%);
    margin: 18px auto 0;
  }

  .starter-head--split,
  .starter-split,
  .starter-accounting-layout {
    grid-template-columns: 1fr;
  }

  .starter-head--split {
    gap: 28px;
    align-items: start;
  }

  .starter-head--split .starter-lead {
    max-width: 820px;
  }

  .starter-split {
    gap: 55px;
  }

  .starter-accounting-layout {
    gap: 42px;
  }

  .starter-document-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .starter-document-flow::before {
    display: none;
  }

  .starter-document-flow li {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .starter-it-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .starter-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starter-system__canvas {
    min-height: 540px;
  }

  .starter-system__workspace {
    left: 35%;
  }

  .starter-system__partners {
    width: 43%;
  }

  .starter-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starter-growth-path {
    align-items: stretch;
    gap: 10px;
  }

  .starter-growth-path article {
    padding: 18px;
  }
}

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

  .starter-page .starter-hero h1 {
    font-size: clamp(42px, 13.5vw, 58px);
  }

  .starter-page .starter-head h2,
  .starter-page .starter-final h2,
  .starter-page .starter-head--side h2,
  .starter-page .starter-head--split h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .starter-eyebrow {
    margin-bottom: 19px;
    font-size: 13px;
  }

  .starter-lead,
  .starter-final__lead {
    margin-top: 22px;
    font-size: clamp(19px, 5.4vw, 24px);
  }

  .starter-head {
    margin-bottom: 42px;
  }

  .starter-hero {
    padding: 76px 0 74px;
  }

  .starter-hero__text {
    margin-top: 25px;
    font-size: 17px;
  }

  .starter-hero__actions {
    margin-top: 30px;
    align-items: stretch;
  }

  .starter-hero__actions .neoo-button {
    width: 100%;
  }

  .starter-hero__proof {
    grid-template-columns: 1fr;
  }

  .starter-system__canvas {
    min-height: 660px;
    border-radius: 26px;
  }

  .starter-system__canvas::after {
    left: 50%;
    top: 16%;
    translate: -50% 0;
  }

  .starter-system__workspace {
    left: 50%;
    top: 31%;
    width: 168px;
    min-height: 154px;
  }

  .starter-map-node {
    min-width: 105px;
    min-height: 48px;
    font-size: 10px;
  }

  .starter-map-node svg {
    width: 18px;
    height: 18px;
  }

  .starter-map-node--customers { left: 4%; top: 5%; }
  .starter-map-node--quotes { left: auto; right: 4%; top: 5%; }
  .starter-map-node--invoices { left: 4%; top: 39%; bottom: auto; }
  .starter-map-node--documents { left: auto; right: 4%; top: 39%; bottom: auto; }
  .starter-map-node--partners { left: 50%; top: 49%; translate: -50% 0; }

  .starter-system__line {
    display: none;
  }

  .starter-system__partners {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 18px;
    width: auto;
    translate: 0;
  }

  .starter-system__partners article {
    min-height: 88px;
  }

  .starter-section {
    padding: 86px 0;
  }

  .starter-card-grid,
  .starter-check-list,
  .starter-accounting-actions > ul,
  .starter-service-grid,
  .starter-it-actions ul {
    grid-template-columns: 1fr;
  }

  .starter-capability {
    min-height: 230px;
    padding: 27px;
  }

  .starter-capability h3 {
    margin-top: 32px;
  }

  .starter-peppol-panel {
    padding: 25px 20px;
    border-radius: 23px;
  }

  .starter-peppol-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .starter-peppol-flow span {
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--starter-dark-line);
    border-radius: 12px;
  }

  .starter-peppol-flow > b {
    display: none;
  }

  .starter-document-flow {
    grid-template-columns: 1fr;
  }

  .starter-document-flow li {
    grid-template-columns: 52px 1fr;
  }

  .starter-accounting-actions {
    padding: 26px 21px;
  }

  .starter-access-card {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .starter-access-card thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .starter-access-card table,
  .starter-access-card tbody,
  .starter-access-card tr,
  .starter-access-card th,
  .starter-access-card td {
    display: block;
    width: 100%;
  }

  .starter-access-card tbody {
    display: grid;
    gap: 12px;
  }

  .starter-access-card tbody tr,
  .starter-access-card tbody tr + tr {
    padding: 21px;
    border: 1px solid var(--starter-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(29, 40, 106, .055);
  }

  .starter-access-card th,
  .starter-access-card td {
    padding: 0;
  }

  .starter-access-card tbody td {
    margin-top: 9px;
  }

  .starter-access-card > ul {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid var(--starter-line);
    border-radius: 18px;
  }

  .starter-availability {
    align-items: flex-start;
  }

  .starter-it-actions > section {
    padding: 26px 21px;
  }

  .starter-growth-path {
    display: grid;
    grid-template-columns: 1fr;
  }

  .starter-growth-path > b {
    rotate: 90deg;
    justify-self: center;
  }

  .starter-growth-actions {
    align-items: stretch;
  }

  .starter-growth-actions .neoo-button {
    width: 100%;
  }

  .starter-growth-actions .starter-text-link,
  .starter-final .starter-text-link {
    margin-left: 0;
    justify-content: center;
  }

  .starter-final {
    min-height: 620px;
    padding: 100px 0;
  }

  .starter-final__actions {
    align-items: stretch;
  }

  .starter-final__actions .neoo-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .starter-page *,
  .starter-page *::before,
  .starter-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .starter-system__canvas {
    transform: none !important;
  }
}
