@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/dm-mono-v16-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-v20-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-v22-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-v22-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #07111a;
  --bg-deep: #040b12;
  --bg-soft: #0b1823;
  --surface: rgba(14, 31, 42, 0.8);
  --surface-solid: #10242f;
  --surface-light: #142d3a;
  --text: #f3fbfd;
  --text-muted: #a7bac4;
  --text-soft: #78909d;
  --line: rgba(173, 226, 234, 0.13);
  --line-strong: rgba(173, 226, 234, 0.25);
  --brand: #82efb3;
  --brand-strong: #4ade80;
  --cyan: #22d3ee;
  --blue: #60a5fa;
  --danger: #fb7185;
  --warning: #fbbf24;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.22);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: min(1180px, calc(100% - 40px));
  --top-strip-height: 36px;
  --nav-height: 78px;
  --header-height: calc(var(--top-strip-height) + var(--nav-height));
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
ul,
ol {
  margin-top: 0;
}

ul,
ol {
  padding: 0;
}

::selection {
  background: rgba(130, 239, 179, 0.25);
  color: var(--text);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 78px;
}

.section[id] {
  scroll-margin-top: calc(var(--header-height) + 22px);
}

.section-muted {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(130, 239, 179, 0.025), transparent 42%),
    rgba(9, 22, 31, 0.73);
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.13;
  pointer-events: none;
}

.ambient-mint {
  top: 60px;
  right: -260px;
  background: var(--brand);
}

.ambient-blue {
  top: 980px;
  left: -360px;
  background: var(--blue);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--text);
  color: var(--bg-deep);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  width: 22px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

h1,
h2,
h3 {
  color: var(--text);
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 12.2vw, 5.25rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 9vw, 4.15rem);
  line-height: 1.02;
}

h2 span {
  color: var(--brand);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 5vw, 1.55rem);
  line-height: 1.16;
}

.text-gradient {
  background: linear-gradient(110deg, var(--brand) 10%, var(--cyan) 62%, #bdeafe);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 1px solid rgba(130, 239, 179, 0.48);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), #5eead4);
  box-shadow: 0 12px 34px rgba(74, 222, 128, 0.16);
  color: #06140e;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  box-shadow: 0 15px 38px rgba(74, 222, 128, 0.24);
  transform: translateY(-2px);
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
  color: var(--text);
}

.button-ghost:hover {
  border-color: rgba(130, 239, 179, 0.55);
  box-shadow: none;
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 0.82rem;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.5);
  background: var(--text);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  color: #07111a;
}

.button-light:hover {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-weight: 800;
}

.text-link svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(7, 17, 26, 0.91);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.top-strip {
  height: var(--top-strip-height);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 13, 20, 0.98);
}

.top-strip-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.top-strip-messages,
.top-strip-contact {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
}

.top-strip-messages span,
.top-strip-contact a {
  color: var(--text-muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.top-strip-messages span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-strip-messages span::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 12px rgba(130, 239, 179, 0.72);
  content: "";
}

.top-strip-promise,
.top-strip-contact a:first-child {
  display: none;
}

.top-strip-contact {
  justify-content: flex-end;
}

.top-strip-contact a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
}

.top-strip-contact a:hover {
  color: var(--brand);
}

.nav-shell {
  display: flex;
  min-height: var(--nav-height);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
}

.brand img {
  width: 43px;
  height: 43px;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-toggle {
  display: grid;
  width: 48px;
  height: 48px;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  order: 3;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.primary-nav {
  position: absolute;
  top: 100%;
  right: 20px;
  left: 20px;
  display: none;
  padding: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(8, 22, 31, 0.98);
  box-shadow: var(--shadow);
  order: 1;
}

.primary-nav.is-open {
  display: grid;
}

.primary-nav > a:not(.button) {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.primary-nav > a:not(.button):hover,
.primary-nav > a:not(.button).is-current {
  background: rgba(130, 239, 179, 0.07);
  color: var(--brand);
}

.primary-nav .button {
  margin-top: 8px;
}

html:not(.js) .site-header {
  position: static;
}

html:not(.js) .nav-shell {
  flex-wrap: wrap;
  padding-bottom: 14px;
}

html:not(.js) .nav-toggle {
  display: none;
}

html:not(.js) .primary-nav {
  position: static;
  display: grid;
  width: 100%;
}

.hero {
  min-height: calc(100svh - var(--header-height));
  padding-top: 72px;
}

.hero-grid {
  display: grid;
  gap: 54px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 3.9vw, 1.22rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-signals {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  list-style: none;
}

.hero-signals li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.hero-signals li span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 7px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  background: rgba(130, 239, 179, 0.2);
  box-shadow: 0 0 9px rgba(130, 239, 179, 0.38);
}

.hero-visual {
  min-width: 0;
}

.operations-board {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(130, 239, 179, 0.06), transparent 32%),
    rgba(9, 24, 33, 0.9);
  box-shadow: var(--shadow);
}

.operations-board::before {
  position: absolute;
  z-index: -1;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(130, 239, 179, 0.2), transparent 40%, rgba(34, 211, 238, 0.12));
  filter: blur(20px);
  content: "";
}

.board-header,
.process-summary,
.board-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-header {
  padding: 3px 2px 15px;
  border-bottom: 1px solid var(--line);
}

.board-header > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.board-header strong {
  overflow: hidden;
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.window-dots {
  display: flex;
  gap: 4px;
}

.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-soft);
}

.window-dots i:first-child {
  background: var(--danger);
}

.window-dots i:nth-child(2) {
  background: var(--warning);
}

.window-dots i:nth-child(3) {
  background: var(--brand);
}

.live-status {
  display: none;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.57rem;
}

.live-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 9px rgba(130, 239, 179, 0.7);
}

.process-summary {
  padding: 18px 2px;
}

.process-summary div {
  min-width: 0;
}

.process-summary small,
.flow-step small {
  display: block;
  margin-bottom: 4px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
}

.process-summary strong {
  display: block;
  overflow: hidden;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.process-summary > span {
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 0.53rem;
}

.workflow-track {
  display: grid;
  padding: 2px;
}

.flow-step {
  display: grid;
  min-width: 0;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.018);
}

.step-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--text-soft);
}

.step-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.flow-step strong {
  display: block;
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flow-step > i {
  display: none;
  padding: 3px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.49rem;
  font-style: normal;
}

.flow-step.is-complete {
  border-color: rgba(130, 239, 179, 0.22);
}

.flow-step.is-complete .step-icon {
  border-color: rgba(130, 239, 179, 0.35);
  background: rgba(130, 239, 179, 0.08);
  color: var(--brand);
}

.flow-step.is-current {
  border-color: rgba(34, 211, 238, 0.45);
  background: rgba(34, 211, 238, 0.06);
  box-shadow: inset 3px 0 0 var(--cyan);
}

.flow-step.is-current .step-icon {
  border-color: rgba(34, 211, 238, 0.42);
  color: var(--cyan);
}

.flow-connector {
  width: 1px;
  height: 13px;
  margin-inline: 31px;
  background: var(--line-strong);
}

.flow-connector.is-active {
  background: linear-gradient(var(--brand), var(--cyan));
  box-shadow: 0 0 7px rgba(130, 239, 179, 0.4);
}

.system-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 16px;
}

.system-row span {
  display: flex;
  min-width: 0;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--text-muted);
  font-family: "DM Mono", monospace;
  font-size: 0.54rem;
}

.system-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 2px;
}

.system-dot.crm {
  background: var(--cyan);
}

.system-dot.erp {
  background: var(--blue);
}

.system-dot.docs {
  background: var(--brand);
}

.system-dot.mail {
  background: #c4b5fd;
}

.board-footer {
  margin-top: 14px;
  padding: 13px 2px 1px;
  border-top: 1px solid var(--line);
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.49rem;
}

.board-footer span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.board-footer span:first-child {
  color: var(--brand);
}

.board-footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(5, 14, 21, 0.76);
}

.trust-grid {
  display: grid;
}

.trust-grid div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-bottom: 0;
}

.trust-grid strong {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  font-weight: 500;
}

.trust-grid span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
}

.section-heading {
  display: grid;
  gap: 20px;
  margin-bottom: 42px;
}

.section-heading h2,
.start-copy h2,
.architecture-copy h2,
.faq-intro h2 {
  max-width: 780px;
}

.section-heading > p,
.start-copy > p,
.architecture-copy > p,
.faq-intro > p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 1rem;
}

.solution-grid {
  display: grid;
  gap: 16px;
}

.solution-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(130, 239, 179, 0.035), transparent 42%),
    var(--surface);
  box-shadow: var(--shadow-soft);
  transition: border-color 180ms ease, transform 180ms ease;
}

.solution-card:hover {
  border-color: rgba(130, 239, 179, 0.32);
  transform: translateY(-3px);
}

.icon-box {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(130, 239, 179, 0.3);
  border-radius: 14px;
  background: rgba(130, 239, 179, 0.07);
  color: var(--brand);
}

.icon-box svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.card-index {
  position: absolute;
  top: 25px;
  right: 24px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.66rem;
}

.solution-card > p {
  min-height: 78px;
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.solution-card ul {
  display: grid;
  gap: 9px;
  margin-bottom: 0;
  list-style: none;
}

.solution-card li {
  position: relative;
  padding-left: 17px;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.45;
}

.solution-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--brand);
  content: "";
}

.scenario-list {
  display: grid;
  gap: 10px;
}

.scenario-card {
  display: grid;
  gap: 14px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.scenario-card:hover {
  border-color: rgba(34, 211, 238, 0.3);
  background: rgba(34, 211, 238, 0.025);
  transform: translateX(3px);
}

.scenario-number {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.67rem;
}

.scenario-card h3 {
  margin-bottom: 7px;
  font-size: clamp(1.18rem, 5vw, 1.42rem);
}

.scenario-card div > p:last-child {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.scenario-label {
  margin-bottom: 5px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-flow {
  align-self: center;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.63rem;
  white-space: nowrap;
}

.start-grid,
.architecture-grid,
.faq-grid {
  display: grid;
  gap: 42px;
  align-items: center;
}

.start-copy h2,
.architecture-copy h2,
.faq-intro h2 {
  font-size: clamp(2.2rem, 8.6vw, 3.75rem);
}

.start-copy > p,
.architecture-copy > p,
.faq-intro > p {
  margin-bottom: 25px;
}

.assessment-card {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.assessment-header {
  display: grid;
  gap: 5px;
  padding: 21px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(130, 239, 179, 0.045);
}

.assessment-header span {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}

.assessment-header strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.assessment-list {
  margin: 0;
  list-style: none;
}

.assessment-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}

.assessment-list li:last-child {
  border-bottom: 0;
}

.check {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(130, 239, 179, 0.28);
  border-radius: 10px;
  background: rgba(130, 239, 179, 0.06);
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.57rem;
}

.assessment-list strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.86rem;
}

.assessment-list small {
  display: block;
  color: var(--text-soft);
  font-size: 0.73rem;
  line-height: 1.5;
}

.integration-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(173, 226, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 226, 234, 0.035) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(130, 239, 179, 0.09), transparent 42%),
    rgba(8, 21, 30, 0.88);
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: var(--shadow-soft);
}

.map-label {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 18px;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.map-sources,
.map-outputs {
  position: absolute;
  z-index: 2;
  right: 16px;
  left: 16px;
  display: grid;
  gap: 6px;
}

.map-sources {
  top: 50px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.map-outputs {
  bottom: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-sources span,
.map-outputs span {
  display: grid;
  min-width: 0;
  min-height: 38px;
  place-items: center;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(7, 17, 26, 0.94);
  color: var(--text-muted);
  font-family: "DM Mono", monospace;
  font-size: 0.55rem;
  text-align: center;
}

.map-core {
  position: absolute;
  z-index: 2;
  top: 51%;
  left: 50%;
  display: grid;
  width: 228px;
  min-height: 116px;
  place-items: center;
  border: 1px solid rgba(130, 239, 179, 0.42);
  border-radius: 24px;
  background: rgba(10, 31, 38, 0.96);
  box-shadow: 0 0 42px rgba(130, 239, 179, 0.11);
  text-align: center;
  transform: translate(-50%, -50%);
}

.map-core div {
  position: relative;
  z-index: 2;
}

.map-core small {
  display: block;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.09em;
}

.map-core strong {
  display: block;
  margin: 7px 0 2px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.98rem;
}

.map-core p {
  margin: 0;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.54rem;
}

.core-orbit {
  position: absolute;
  width: 270px;
  height: 150px;
  border: 1px dashed rgba(34, 211, 238, 0.24);
  border-radius: 50%;
}

.integration-map > svg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
}

.integration-map > svg path {
  stroke: rgba(130, 239, 179, 0.24);
  stroke-dasharray: 5 7;
  stroke-width: 1.5;
}

.principle-grid {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.principle-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
}

.principle-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--brand);
  font-size: 0.8rem;
}

.principle-grid span {
  display: block;
  color: var(--text-soft);
  font-size: 0.77rem;
  line-height: 1.5;
}

.process-list {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  gap: 13px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
}

.process-list li > span {
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.72rem;
}

.process-list small {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
}

.process-list h3 {
  margin-bottom: 0;
  font-size: 1.15rem;
}

.process-list p {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.model-grid {
  display: grid;
  gap: 16px;
}

.model-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.model-card.featured {
  border-color: rgba(130, 239, 179, 0.38);
  background:
    linear-gradient(145deg, rgba(130, 239, 179, 0.075), transparent 46%),
    var(--surface);
}

.model-card > span {
  display: block;
  margin-bottom: 24px;
  color: var(--brand);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.09em;
}

.model-card > p {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.model-card > strong {
  display: block;
  margin-top: 26px;
  margin-bottom: 6px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-card > p:last-child {
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 0.8rem;
}

.faq-grid {
  align-items: start;
}

.faq-intro {
  position: static;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.018);
}

.faq-list details[open] {
  border-color: rgba(130, 239, 179, 0.3);
  background: rgba(130, 239, 179, 0.025);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--brand);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
  margin: -2px 18px 0;
  padding: 0 0 19px;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.faq-list details p a {
  color: var(--brand);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(130, 239, 179, 0.45);
  text-underline-offset: 3px;
}

.contact-section {
  padding-top: 0;
}

.contact-panel {
  position: relative;
  display: grid;
  gap: 30px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(130, 239, 179, 0.34);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 20%, rgba(34, 211, 238, 0.13), transparent 35%),
    linear-gradient(135deg, rgba(130, 239, 179, 0.13), rgba(12, 37, 43, 0.9));
  box-shadow: var(--shadow);
}

.contact-panel::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(130, 239, 179, 0.15);
  border-radius: 50%;
  content: "";
}

.contact-panel h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 8vw, 3.65rem);
}

.contact-panel > div:first-child > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--text-muted);
}

.contact-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  align-content: center;
}

.contact-actions span {
  color: var(--text-soft);
  font-size: 0.72rem;
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
}

.footer-grid {
  display: grid;
  gap: 36px;
  padding-block: 58px 42px;
}

.footer-brand > p {
  max-width: 390px;
  margin: 20px 0 14px;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.footer-email {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--brand);
  font-weight: 700;
}

.footer-column h3 {
  margin-bottom: 13px;
  color: var(--text);
  font-family: "DM Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
}

.footer-column a {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.footer-column a:hover,
.footer-column a[aria-current="page"] {
  color: var(--brand);
}

.footer-bottom {
  display: grid;
  gap: 6px;
  padding-block: 20px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  color: var(--text-soft);
  font-family: "DM Mono", monospace;
  font-size: 0.6rem;
}

.will-reveal {
  transform: translateY(20px);
  transition: transform 620ms ease;
}

.will-reveal.is-visible {
  transform: translateY(0);
}

@media (min-width: 480px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .live-status,
  .flow-step > i {
    display: inline-flex;
  }

  .system-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .scenario-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .scenario-flow {
    grid-column: 2;
  }
}

@media (min-width: 640px) {
  :root {
    --container: min(1180px, calc(100% - 64px));
  }

  .section {
    padding-block: 92px;
  }

  .top-strip-contact a:first-child {
    display: inline-flex;
  }

  .operations-board {
    padding: 19px;
  }

  .flow-step {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 13px 14px;
  }

  .step-icon {
    width: 42px;
    height: 42px;
  }

  .flow-step strong {
    font-size: 0.78rem;
  }

  .flow-connector {
    margin-inline: 35px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid div {
    padding: 22px 18px;
  }

  .trust-grid div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .trust-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .solution-grid,
  .principle-grid,
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-card:last-child {
    grid-column: 1 / -1;
  }

  .process-list li {
    grid-template-columns: 40px minmax(180px, 0.7fr) minmax(0, 1fr);
    align-items: center;
  }

  .contact-panel {
    padding: 42px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .footer-bottom p:last-child {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .section-heading {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 52px;
  }

  .section-heading.compact {
    grid-template-columns: minmax(0, 1.3fr) minmax(270px, 0.7fr);
  }

  .solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-card {
    padding: 26px;
  }

  .scenario-card {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    padding: 19px 22px;
  }

  .scenario-flow {
    grid-column: auto;
  }

  .principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .model-card:last-child {
    grid-column: auto;
  }

  .contact-panel {
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
    align-items: center;
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }

  .primary-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin-left: auto;
  }

  .primary-nav > a:not(.button) {
    position: relative;
    min-height: 44px;
    padding: 9px 10px;
    background: transparent;
    font-size: 0.78rem;
  }

  .primary-nav > a:not(.button)::after {
    position: absolute;
    right: 10px;
    bottom: 4px;
    left: 10px;
    height: 1px;
    background: var(--brand);
    content: "";
    opacity: 0;
    transform: scaleX(0.3);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav > a:not(.button):hover,
  .primary-nav > a:not(.button).is-current {
    background: transparent;
  }

  .primary-nav > a:not(.button):hover::after,
  .primary-nav > a:not(.button).is-current::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .primary-nav .button {
    margin-top: 0;
    margin-left: 8px;
  }

  .hero {
    padding-block: 92px 104px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.96fr);
    gap: 48px;
  }

  .hero-copy h1 {
    font-size: clamp(3.8rem, 6.5vw, 5.25rem);
  }

  .start-grid,
  .architecture-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
  }

  .architecture-grid {
    grid-template-columns: minmax(410px, 0.92fr) minmax(0, 1.08fr);
  }

  .faq-intro {
    position: sticky;
    top: calc(var(--header-height) + 32px);
  }

  .footer-grid {
    grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(130px, 0.7fr));
    gap: 28px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (min-width: 1080px) {
  .section {
    padding-block: 118px;
  }

  .top-strip-promise {
    display: inline-flex;
  }

  .primary-nav {
    gap: 6px;
  }

  .primary-nav > a:not(.button) {
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
    gap: 64px;
  }

  .operations-board {
    padding: 21px;
  }

  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-grid div {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .trust-grid div:last-child {
    border-right: 0;
  }

  .solution-card {
    padding: 28px;
  }

  .scenario-card {
    grid-template-columns: 42px minmax(0, 1fr) 230px;
    padding: 22px 26px;
  }

  .scenario-flow {
    text-align: right;
  }

  .contact-panel {
    padding: 54px 58px;
  }
}

@media (max-width: 389px) {
  :root {
    --container: min(1180px, calc(100% - 32px));
  }

  .top-strip-messages span,
  .top-strip-contact a {
    font-size: 0.61rem;
  }

  .brand-copy {
    display: none;
  }

  .operations-board {
    padding: 13px;
    border-radius: 22px;
  }

  .flow-step {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px;
  }

  .step-icon {
    width: 34px;
    height: 34px;
  }

  .flow-connector {
    margin-inline: 27px;
  }

  .board-footer span:last-child {
    display: none;
  }

  .map-sources span,
  .map-outputs span {
    font-size: 0.48rem;
  }

  .map-core {
    width: 204px;
  }

  .core-orbit {
    width: 238px;
  }

  .contact-panel {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .will-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Shared Perfect.sk chrome typography, order and alignment. */
.top-strip,
.primary-nav a,
.site-footer {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.top-strip :is(span, a) {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
}

.primary-nav {
  order: 0;
  gap: 4px;
}

.primary-nav a:not(.button) {
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}

.primary-nav .button {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.nav-toggle {
  order: 0;
}

.primary-nav .nav-contact-cta {
  display: flex;
  justify-content: center;
  color: #06111f !important;
  min-height: 48px;
  margin: 5px 0 0;
  padding: 8px 16px;
  text-align: center;
}

.site-footer :is(.footer-grid, .footer-brand, .footer-column, .footer-links) {
  text-align: left;
}

.site-footer {
  padding: 72px 0 0;
}

.site-footer .footer-grid {
  gap: 44px;
  padding: 0;
}

.site-footer .footer-brand p {
  max-width: 390px;
  margin: 18px 0 14px;
  font-size: 0.86rem;
  line-height: 1.65;
}

.site-footer :is(.footer-column h3, .footer-column strong, .footer-links strong) {
  margin: 0 0 16px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.site-footer :is(.footer-column nav, .footer-column ul, .footer-links > div) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer :is(.footer-column a, .footer-links a) {
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: left;
}

.footer-bottom,
.footer-bottom p {
  font-size: 0.7rem;
  line-height: 1.5;
}

.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: 48px;
  padding: 20px 0 26px;
  border-top: 1px solid var(--line);
}

.site-footer .footer-bottom > * {
  flex: 1 1 260px;
  margin: 0;
}

.site-footer .footer-bottom > :last-child {
  text-align: right;
}

@media (max-width: 899px) {
  .top-strip :is(span, a) {
    font-size: 0.64rem;
  }

  .primary-nav a:not(.button),
  .primary-nav .button {
    font-size: 0.9rem;
  }

  .primary-nav a:not(.button)::after {
    display: none;
  }
}

@media (min-width: 900px) {
  .primary-nav a:not(.button) {
    min-height: 44px;
    padding: 0 10px;
  }

  .primary-nav .nav-contact-cta {
    min-height: 44px;
    margin: 0 0 0 6px;
    padding: 0 16px;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 56px;
  }

  .site-footer .footer-grid {
    gap: 32px;
  }

  .site-footer .footer-bottom > :last-child,
  .footer-bottom p:last-child {
    text-align: left;
  }
}
