@font-face {
  font-family: "Ubuntu Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/KFOjCneDtsqEr0keqCMhbCc3CsTKlA.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Ubuntu Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/KFOjCneDtsqEr0keqCMhbCc-CsTKlA.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Ubuntu Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/KFOjCneDtsqEr0keqCMhbCc0CsTKlA.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: "Ubuntu Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/KFOjCneDtsqEr0keqCMhbCc6CsQ.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: "Ubuntu Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/KFO-CneDtsqEr0keqCMhbC-BL9H4tY12eg.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Ubuntu Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/KFO-CneDtsqEr0keqCMhbC-BL9HxtY12eg.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Ubuntu Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/KFO-CneDtsqEr0keqCMhbC-BL9H7tY12eg.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: "Ubuntu Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/KFO-CneDtsqEr0keqCMhbC-BL9H1tY0.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: #0d1117;
  --bg-soft: #111821;
  --surface: #151b23;
  --surface-2: #0f1620;
  --line: #273241;
  --line-strong: #385065;
  --text: #f0f3f6;
  --muted: #9aa8b6;
  --muted-2: #748293;
  --accent: #58d5c9;
  --accent-2: #58a6ff;
  --danger: #ff7b72;
  --success: #75d587;
  --shadow: 0 20px 70px rgb(0 0 0 / 0.35);
  color-scheme: dark;
  font-family: "Ubuntu Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  color: var(--text);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "Ubuntu Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, var(--accent) 60%, transparent);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent);
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.site-footer__inner,
.section__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.brand__logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.94rem;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.lang-switch a {
  min-width: 42px;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  color: var(--muted);
}

.lang-switch a[aria-current="page"] {
  background: var(--accent);
  color: #051015;
}

.nav-link {
  color: var(--muted);
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: min(780px, 78svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/assets/images/hero-dark.webp") center / cover no-repeat;
  opacity: 0.48;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgb(13 17 23 / 0.9) 34%, rgb(13 17 23 / 0.56) 68%, rgb(13 17 23 / 0.88) 100%),
    linear-gradient(180deg, rgb(13 17 23 / 0.2), var(--bg));
}

.hero__content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.eyebrow {
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 18px;
}

.hero h1,
.page-title {
  margin: 0;
  max-width: 920px;
  font-size: clamp(2.3rem, 7vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 2.4vw, 1.45rem);
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #041012;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 0 0 0 rgb(88 213 201 / 0);
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.button:hover {
  background: #7ce7dc;
  border-color: #7ce7dc;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgb(88 213 201 / 0.16);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button--ghost {
  background: transparent;
  color: var(--accent);
}

.button--ghost:hover {
  background: rgb(88 213 201 / 0.08);
  color: var(--text);
}

.price-note {
  color: var(--muted-2);
  font-size: 0.95rem;
}

.section {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

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

.section__inner {
  padding: clamp(54px, 9vw, 96px) 0;
}

.section--compact .section__inner {
  padding: clamp(42px, 6vw, 64px) 0;
}

.section h2,
.page-main h1 {
  margin: 0 0 28px;
  font-size: clamp(1.65rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li,
.tile,
.review {
  border: 1px solid var(--line);
  background: var(--surface);
}

.process-list li {
  min-height: 190px;
  padding: 18px;
}

.process-list h3,
.tile h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.25;
  color: var(--text);
}

.process-list p,
.tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.split-list,
.tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tile {
  padding: 22px;
  min-height: 142px;
}

.section-action {
  margin-top: 28px;
}

.review-viewport {
  overflow: hidden;
  margin-top: 10px;
}

.review-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: reviews 34s linear infinite;
}

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

.review {
  width: min(520px, calc(100vw - 48px));
  min-height: 242px;
  padding: 22px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 22px;
}

.review blockquote {
  margin: 0;
  color: var(--text);
  font-size: 1.02rem;
}

.review__person {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.91rem;
}

.avatar,
.avatar-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--surface-2);
}

.avatar {
  object-fit: cover;
}

.avatar-icon {
  display: grid;
  place-items: center;
  font-size: 1.45rem;
}

@keyframes reviews {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.site-footer {
  background: #090d12;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.page-main {
  min-height: calc(100svh - 150px);
}

.plain-page {
  width: min(850px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.plain-page p,
.plain-page li {
  color: var(--muted);
}

.plain-page h2 {
  margin-top: 34px;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.cookie {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--muted);
  font-size: 0.72rem;
  box-shadow: var(--shadow);
}

.cookie[hidden] {
  display: none;
}

.cookie button {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 2px 7px;
  cursor: pointer;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgb(0 0 0 / 0.68);
}

.modal.is-open {
  display: grid;
}

.modal__panel {
  width: min(680px, 100%);
  max-height: calc(100svh - 36px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.modal__header h2 {
  margin: 0;
  font-size: 1.45rem;
}

.icon-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 1.35rem;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label,
.field-label {
  color: var(--text);
  font-weight: 700;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--text);
  padding: 12px;
  border-radius: 0;
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

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

.budget-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  margin: 0;
  padding: 0;
}

.budget-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.budget-option span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
  padding: 8px;
}

.budget-option input:checked + span {
  border-color: var(--accent);
  background: rgb(88 213 201 / 0.1);
  color: var(--text);
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.consent input {
  margin-top: 4px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  min-height: 1.3em;
  color: var(--danger);
  font-size: 0.9rem;
}

.success {
  padding: 28px 22px 30px;
  color: var(--text);
}

.success p {
  margin: 0 0 8px;
}

.success strong {
  color: var(--success);
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .site-header__inner {
    min-height: 58px;
    gap: 12px;
  }

  .brand__text {
    display: none;
  }

  .site-nav {
    gap: 10px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 72svh;
  }

  .hero__content {
    padding: 54px 0 64px;
  }

  .process-list,
  .split-list,
  .tile-grid,
  .contact-grid,
  .budget-grid {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: auto;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }

  .cookie {
    left: 10px;
    right: 10px;
    justify-content: center;
  }
}

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

  .review-track {
    width: auto;
    overflow-x: auto;
  }
}
