:root {
  --ink: #0d1728;
  --ink-soft: #526076;
  --ink-muted: #718096;
  --paper: #ffffff;
  --paper-light: #f5f7fb;
  --white: #ffffff;
  --quartz: #4c89aa;
  --quartz-dark: #28627e;
  --blue: #3c82f5;
  --coral: #fb7185;
  --yellow: #f59e0b;
  --lilac: #7c3aed;
  --mint: #16a34a;
  --line: #dfe6ef;
  --line-soft: rgba(13, 23, 40, 0.08);
  --shadow: 0 24px 80px rgba(8, 17, 31, 0.14);
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  background: var(--paper);
  color: var(--ink-soft);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

h1 em,
h2 em {
  font-weight: 400;
}

.skip-link {
  border: 0;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.site-header,
.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(8, 17, 31, 0.88);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--white);
  font-weight: 680;
}

.brand img {
  filter: brightness(1.22);
}

.main-navigation,
.legal-nav {
  color: #c8d5e4;
}

.main-navigation {
  gap: 22px;
}

.main-navigation a,
.legal-nav a {
  color: #c8d5e4;
  font-weight: 620;
}

.main-navigation a:not(.nav-cta)::after {
  height: 1px;
  background: #78d5fa;
}

.main-navigation .nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  box-shadow: none;
  color: var(--white);
}

.main-navigation .nav-cta:hover {
  background: var(--white);
  box-shadow: none;
  color: #08111f;
  transform: translateY(-1px);
}

.menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.menu-toggle > span:not(.sr-only) {
  background: currentColor;
}

.hero {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 74% 22%, rgba(56, 189, 248, 0.14), transparent 31%),
    linear-gradient(145deg, #07101d 0%, #0a1728 58%, #09243b 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.hero::before {
  top: 10%;
  right: -14%;
  width: 56%;
  border: 1px solid rgba(120, 213, 250, 0.16);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 170px;
  background: linear-gradient(transparent, rgba(2, 10, 18, 0.35));
  content: "";
  pointer-events: none;
}

.hero-scribble-one {
  top: -170px;
  left: -160px;
  width: 440px;
  height: 440px;
  border: 0;
  border-radius: 50%;
  background: #7c3aed;
  filter: blur(110px);
  opacity: 0.16;
  transform: none;
}

.hero-scribble-two {
  right: -170px;
  bottom: -130px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #0ea5e9;
  clip-path: none;
  filter: blur(115px);
  opacity: 0.17;
  transform: none;
}

.sticker {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9bdcf6;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  transform: none;
}

.sticker::before {
  display: none;
}

.hero h1 {
  color: var(--white);
}

.hero h1 em {
  color: #78d5fa;
}

.hero h1 em::after {
  height: 2px;
  background: linear-gradient(90deg, rgba(120, 213, 250, 0.9), transparent);
  opacity: 0.8;
}

.hero-lead {
  color: #b6c4d6;
}

.button {
  border: 0;
  border-radius: 14px;
}

.button-dark {
  background: linear-gradient(135deg, #73d3fb, #4fa4c9);
  box-shadow: 0 14px 34px rgba(56, 189, 248, 0.22);
  color: #06111e;
}

.button-dark:hover {
  box-shadow: 0 18px 42px rgba(56, 189, 248, 0.3);
  transform: translateY(-2px);
}

.text-link {
  color: #dbe7f4;
  text-decoration-color: rgba(255, 255, 255, 0.32);
  text-decoration-thickness: 1px;
}

.text-link span {
  color: #78d5fa;
}

.loop-orbit {
  border-width: 1px;
  border-color: rgba(168, 223, 245, 0.3);
}

.loop-orbit-two {
  border-color: rgba(120, 213, 250, 0.5);
}

.loop-center {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.08), transparent 35%),
    rgba(12, 29, 51, 0.88);
  box-shadow:
    0 34px 85px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.loop-center img {
  filter: brightness(1.5);
}

.loop-center span {
  color: #dcecf6;
  font-weight: 700;
}

.loop-note {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: rgba(12, 29, 51, 0.82);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.loop-note small,
.loop-note > span:not(.loop-check) {
  color: #92a6bb;
}

.loop-note strong {
  color: var(--white);
}

.loop-note-client {
  border-radius: 15px;
  background: rgba(31, 85, 126, 0.86);
  transform: rotate(-3deg);
}

.loop-note-order {
  background: rgba(74, 41, 126, 0.88);
  transform: rotate(3deg);
}

.loop-check {
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--violet, #7c3aed);
}

.loop-note-stock {
  background: rgba(18, 83, 69, 0.88);
  transform: rotate(-3deg);
}

.loop-note-invoice {
  background: rgba(41, 72, 107, 0.9);
  transform: rotate(3deg);
}

.loop-shape {
  border: 0;
  box-shadow: 0 0 28px currentColor;
}

.loop-shape-coral {
  background: #7c3aed;
  color: #7c3aed;
}

.loop-shape-yellow {
  background: #38bdf8;
  color: #38bdf8;
}

.loop-shape-lilac {
  background: #16a34a;
  color: #16a34a;
}

.ticker {
  margin-top: -1px;
  border-color: rgba(255, 255, 255, 0.08);
  background: #0b1b2e;
}

.ticker-track {
  width: max-content;
  min-width: 0;
  justify-content: flex-start;
  gap: 0;
  padding: 0;
  margin: 0;
  animation: ticker-scroll 34s linear infinite;
  will-change: transform;
}

.ticker-run {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding: 17px 14px 15px;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker i {
  color: #65c8ee;
  opacity: 0.75;
}

@keyframes ticker-scroll {
  to {
    transform: translateX(-50%);
  }
}

.story {
  background: var(--paper);
}

.kicker {
  color: var(--quartz);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.story-heading h2 span {
  color: var(--quartz);
}

.story-heading h2 span::after {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #38bdf8;
  clip-path: none;
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.12);
}

.story-quote {
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 8%, rgba(56, 189, 248, 0.12), transparent 30%),
    linear-gradient(145deg, #08111f, #0c1d33);
  box-shadow: 0 26px 75px rgba(8, 17, 31, 0.22);
  transform: rotate(-1deg);
}

.quote-mark {
  color: #78d5fa;
  text-shadow: none;
}

.story-quote p {
  color: var(--white);
}

.story-quote small {
  color: #9aacbf;
  font-weight: 620;
}

.story-steps::before {
  width: 1px;
  background: #cdd9e6;
}

.story-dot {
  width: 30px;
  height: 30px;
  border: 5px solid var(--white);
  box-shadow: 0 0 0 1px #cdd9e6, 0 7px 17px rgba(8, 17, 31, 0.13);
}

.dot-coral {
  background: #3c82f5;
}

.dot-yellow {
  background: #7c3aed;
}

.dot-lilac {
  background: #16a34a;
}

.dot-blue {
  background: #38bdf8;
}

.playground {
  border-color: var(--line);
  background:
    radial-gradient(circle at 90% 10%, rgba(56, 189, 248, 0.08), transparent 28%),
    var(--paper-light);
}

.playground-heading .sticker {
  padding: 8px 12px;
  border: 1px solid #d5e1ec;
  border-radius: 999px;
  background: var(--white);
  color: var(--quartz-dark);
  box-shadow: 0 8px 25px rgba(8, 17, 31, 0.06);
}

.playground-heading .sticker::before {
  display: none;
}

.activity {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(8, 17, 31, 0.08);
}

.activity-label {
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.activity:nth-child(1),
.activity:nth-child(2),
.activity:nth-child(3),
.activity:nth-child(4) {
  border-radius: 24px;
  transform: none;
}

.activity:nth-child(1) {
  border-color: rgba(120, 213, 250, 0.14);
  background:
    radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(145deg, #08111f, #0c1d33);
  box-shadow: 0 28px 70px rgba(8, 17, 31, 0.2);
}

.activity:nth-child(2) {
  background:
    radial-gradient(circle at 90% 8%, rgba(245, 158, 11, 0.1), transparent 29%),
    var(--white);
}

.activity:nth-child(3) {
  background:
    radial-gradient(circle at 90% 8%, rgba(124, 58, 237, 0.09), transparent 29%),
    #faf9ff;
}

.activity:nth-child(4) {
  background:
    radial-gradient(circle at 90% 8%, rgba(56, 189, 248, 0.1), transparent 29%),
    #f7fcfe;
}

.activity:hover {
  box-shadow: 0 26px 65px rgba(8, 17, 31, 0.13);
  transform: translateY(-4px);
}

.activity-label {
  color: var(--quartz-dark);
  font-weight: 720;
}

.activity:nth-child(1) .activity-label {
  color: #78d5fa;
}

.activity:nth-child(1) h3,
.activity:nth-child(1) > p:not(.activity-label),
.activity:nth-child(1) .activity-arrow {
  color: var(--white);
}

.activity:nth-child(1) > p:not(.activity-label) {
  color: #aebed0;
}

.activity:nth-child(2) .activity-arrow {
  color: #f59e0b;
}

.activity:nth-child(3) .activity-arrow {
  color: #7c3aed;
}

.activity:nth-child(4) .activity-arrow {
  color: #38bdf8;
}

.activity-arrow {
  color: var(--quartz);
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.activity-foot p,
.activity-foot span {
  color: #6d7e91;
  font-weight: 680;
}

.activity-foot span {
  color: #4fa4c9;
}

.e-invoice {
  border-color: rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 16% 20%, rgba(124, 58, 237, 0.15), transparent 28%),
    radial-gradient(circle at 90% 72%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(145deg, #07101d, #0b1a2d 58%, #09243b);
}

.e-invoice::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 50px 50px;
}

.invoice-paper {
  border: 1px solid #dce4ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.paper-head {
  border-color: #25364b;
}

.paper-head strong {
  color: #3c82f5;
}

.paper-stamp {
  border-width: 2px;
  border-color: #7c3aed;
  border-radius: 5px;
  color: #7c3aed;
  opacity: 0.75;
}

.invoice-choice {
  border: 1px solid #dce4ed;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  transform: rotate(2deg);
}

.invoice-choice span {
  border: 0;
}

.choice-accept {
  background: #dcfce7;
  color: #166534 !important;
}

.choice-refuse {
  background: #fee2e2;
  color: #991b1b !important;
}

.invoice-spark {
  color: #38bdf8;
  text-shadow: 0 0 28px rgba(56, 189, 248, 0.5);
}

.invoice-copy .sticker {
  color: #a8dff5;
}

.invoice-copy h2 em {
  color: #78d5fa;
}

.invoice-copy li {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  color: #dbe7f4;
}

.accountants {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 10%, rgba(56, 189, 248, 0.08), transparent 28%),
    var(--paper);
}

.accountants::before {
  position: absolute;
  top: -300px;
  right: -280px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(76, 137, 170, 0.12);
  border-radius: 50%;
  content: "";
}

.accountants-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.52fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: end;
  margin-bottom: 82px;
}

.accountants-heading h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.accountants-heading h2 span {
  color: var(--quartz);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.accountants-heading > p {
  margin-bottom: 10px;
  color: var(--ink-muted);
  font-size: 1rem;
}

.accountants-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(370px, 0.67fr);
  gap: clamp(55px, 8vw, 105px);
  align-items: center;
}

.accounting-board {
  position: relative;
  min-height: 620px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 90% 10%, rgba(56, 189, 248, 0.13), transparent 30%),
    linear-gradient(145deg, #08111f, #0c1d33);
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: 0 34px 90px rgba(8, 17, 31, 0.24);
  color: var(--white);
}

.accounting-board::after {
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(120, 213, 250, 0.15);
  border-radius: 50%;
  content: "";
}

.accounting-board-head,
.accounting-transaction,
.accounting-board-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accounting-board-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accounting-board-head > div {
  display: grid;
  gap: 4px;
}

.accounting-board-head small,
.accounting-transaction small {
  color: #78d5fa;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.accounting-board-head strong {
  font-size: 1rem;
}

.accounting-board-head > span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #aebed0;
  font-size: 0.64rem;
  font-weight: 650;
}

.accounting-transaction {
  margin-top: 28px;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.accounting-transaction > div {
  display: grid;
  gap: 4px;
}

.accounting-transaction strong {
  font-size: 0.85rem;
}

.accounting-transaction b {
  font-size: 1.03rem;
}

.accounting-thread {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 15px;
  padding: 32px 8px 30px;
}

.thread-message {
  max-width: 78%;
  padding: 16px 18px;
  border-radius: 17px;
}

.thread-message > span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.thread-message p {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.5;
}

.thread-cabinet {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom-left-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  color: #dce7f2;
}

.thread-cabinet > span {
  color: #9aacbf;
}

.thread-client {
  justify-self: end;
  border-bottom-right-radius: 5px;
  background: #e7f5fb;
  color: var(--ink);
}

.thread-client > span {
  color: var(--quartz-dark);
}

.thread-client small {
  display: inline-block;
  padding: 6px 9px;
  margin-top: 10px;
  border: 1px solid #c9dce8;
  border-radius: 8px;
  background: var(--white);
  color: #587083;
  font-size: 0.59rem;
  font-weight: 650;
}

.thread-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 3px;
  color: #8799ad;
  font-size: 0.62rem;
  font-weight: 650;
}

.thread-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.accounting-board-foot {
  justify-content: flex-start;
  gap: 9px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.accounting-board-foot span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #91a3b9;
  font-size: 0.57rem;
  font-weight: 650;
}

.accountants-points {
  display: grid;
  border-top: 1px solid var(--line);
}

.accountants-points article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.accountants-points article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #cbe5f0;
  border-radius: 50%;
  background: #eef8fc;
  color: var(--quartz-dark);
  font-size: 0.61rem;
  font-weight: 780;
}

.accountants-points h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.accountants-points p {
  margin-bottom: 0;
  color: var(--ink-muted);
  font-size: 0.79rem;
}

.approach {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 90%, rgba(56, 189, 248, 0.08), transparent 28%),
    var(--paper-light);
}

.approach::after {
  position: absolute;
  top: -240px;
  left: -230px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(76, 137, 170, 0.1);
  border-radius: 50%;
  content: "";
}

.approach-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.62fr);
  gap: clamp(60px, 9vw, 125px);
  align-items: end;
  margin-bottom: 78px;
}

.approach-title h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.approach-title h2 span {
  color: var(--quartz);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.approach-copy {
  margin-bottom: 7px;
}

.approach-intro {
  margin-bottom: 18px;
  color: var(--quartz-dark);
  font-family: inherit;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.55;
}

.approach-copy > p:last-child {
  margin-bottom: 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.approach-layout {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(500px, 0.94fr) minmax(390px, 0.66fr);
  gap: clamp(55px, 8vw, 105px);
  align-items: center;
}

.configuration-panel {
  position: relative;
  min-height: 550px;
  padding: clamp(27px, 4vw, 43px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 88% 8%, rgba(56, 189, 248, 0.14), transparent 30%),
    linear-gradient(145deg, #08111f, #0c1d33);
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: 0 34px 90px rgba(8, 17, 31, 0.22);
  color: var(--white);
}

.configuration-panel::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(120, 213, 250, 0.14);
  border-radius: 50%;
  content: "";
}

.configuration-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.configuration-head > div {
  display: grid;
  gap: 3px;
}

.configuration-head small {
  color: #78d5fa;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.configuration-head strong {
  font-size: 1rem;
}

.configuration-head > span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #aebed0;
  font-size: 0.62rem;
  font-weight: 650;
}

.configuration-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 27px 0 25px;
}

.configuration-item {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
}

.configuration-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: rgba(120, 213, 250, 0.14);
  color: #8eddfb;
  font-size: 0.59rem;
  font-weight: 760;
}

.configuration-item > div {
  display: grid;
  gap: 2px;
}

.configuration-item strong {
  color: #e8f0f8;
  font-size: 0.78rem;
}

.configuration-item small {
  color: #91a3b9;
  font-size: 0.64rem;
}

.configuration-item b {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.14);
  color: #82dda0;
  font-size: 0.57rem;
}

.configuration-item.is-hidden {
  opacity: 0.55;
}

.configuration-item.is-hidden b {
  background: rgba(255, 255, 255, 0.08);
  color: #aebed0;
}

.configuration-panel > p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin-bottom: 0;
  color: #8fa2b7;
  font-size: 0.68rem;
}

.approach-list {
  border-color: var(--line);
}

.approach-list > div {
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 23px 0;
  border-color: var(--line);
}

.approach-list strong {
  font-size: 0.9rem;
}

.approach-list span {
  font-size: 0.8rem;
  line-height: 1.6;
}

.closing {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 80% 22%, rgba(56, 189, 248, 0.15), transparent 30%),
    linear-gradient(145deg, #07101d, #0c1d33);
}

.closing::after {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(56, 189, 248, 0.1);
}

.closing-mark {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.closing-mark img {
  filter: brightness(1.45);
}

.closing .sticker {
  color: #9bdcf6;
}

.closing-inner h2 {
  color: var(--white);
}

.closing-inner > p:not(.sticker) {
  color: #aebed0;
}

.closing .button-dark {
  background: linear-gradient(135deg, #73d3fb, #4fa4c9);
  color: #06111e;
}

.site-footer {
  background: #08111f;
}

.footer-brand .brand,
.footer-links strong {
  color: var(--white);
}

.footer-links strong {
  letter-spacing: 0;
  text-transform: none;
}

.footer-brand p,
.footer-links a,
.footer-bottom {
  color: #8192a6;
}

.footer-links a:hover {
  color: #78d5fa;
}

.footer-bottom {
  justify-content: flex-start;
  border-color: rgba(255, 255, 255, 0.08);
}

.inner-page {
  background: var(--paper);
}

.legal-hero {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 84% 22%, rgba(56, 189, 248, 0.15), transparent 28%),
    linear-gradient(145deg, #07101d, #0c1d33);
  background-size: 52px 52px, 52px 52px, auto, auto;
}

.legal-hero .eyebrow span {
  background: #78d5fa;
}

.legal-aside {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper-light);
  box-shadow: 0 18px 45px rgba(8, 17, 31, 0.08);
}

.legal-content section {
  border-color: var(--line);
}

@media (max-width: 899px) {
  .main-navigation {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(8, 17, 31, 0.97);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.35);
  }

  .business-loop {
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.05), transparent 67%);
  }

  .story-quote {
    transform: none;
  }

  .accountants-heading,
  .accountants-layout {
    grid-template-columns: 1fr;
  }

  .accountants-heading {
    gap: 28px;
  }

  .accountants-heading > p,
  .accountants-points {
    max-width: 700px;
  }

  .accounting-board {
    width: min(100%, 700px);
  }

  .approach-heading,
  .approach-layout {
    grid-template-columns: 1fr;
  }

  .approach-heading {
    gap: 28px;
  }

  .approach-copy {
    max-width: 700px;
  }

  .configuration-panel {
    width: min(100%, 700px);
  }

  .closing-mark {
    opacity: 0.22;
  }
}

@media (max-width: 640px) {
  h1,
  h2,
  h3 {
    font-weight: 740;
    letter-spacing: -0.03em;
    line-height: 1.07;
  }

  .sticker {
    font-size: 0.74rem;
  }

  .hero-scribble-one {
    display: block;
    top: -150px;
    left: -190px;
  }

  .loop-center {
    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.4),
      inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }

  .loop-note {
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
  }

  .story-heading h2 span::after {
    width: 16px;
    height: 16px;
  }

  .story-quote {
    box-shadow: 0 22px 55px rgba(8, 17, 31, 0.2);
  }

  .activity {
    box-shadow: 0 16px 42px rgba(8, 17, 31, 0.09);
  }

  .invoice-paper {
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.46);
  }

  .accountants-heading h2 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

  .accountants-layout {
    gap: 55px;
  }

  .accounting-board {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 21px;
  }

  .accounting-board-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .accounting-transaction {
    align-items: flex-start;
    gap: 15px;
  }

  .accounting-transaction b {
    white-space: nowrap;
  }

  .accounting-thread {
    padding-inline: 0;
  }

  .thread-message {
    max-width: 92%;
  }

  .accounting-board-foot {
    flex-wrap: wrap;
  }

  .accountants-points article {
    grid-template-columns: 36px 1fr;
    gap: 15px;
  }

  .accountants-points article > span {
    width: 30px;
    height: 30px;
  }

  .story-heading h2,
  .playground-heading h2,
  .approach-title h2 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

  .invoice-copy h2,
  .closing-inner h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .approach-heading {
    margin-bottom: 54px;
  }

  .approach-layout {
    gap: 48px;
  }

  .configuration-panel {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 21px;
  }

  .configuration-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .configuration-item {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .configuration-item b {
    grid-column: 2;
    justify-self: start;
  }

  .legal-aside {
    box-shadow: 0 14px 38px rgba(8, 17, 31, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    width: 100%;
    animation: none;
    transform: none;
    will-change: auto;
  }

  .ticker-run {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ticker-run[aria-hidden="true"] {
    display: none;
  }
}
