@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/shared/fonts/sora-latin-400-800.woff2") format("woff2");
}

:root {
  color-scheme: only dark;
  --section-space: 62px;
  --bg-0: #040a14;
  --bg-1: #071325;
  --bg-2: #0b1d35;
  --surface: rgba(11, 25, 46, 0.72);
  --surface-soft: rgba(10, 21, 38, 0.58);
  --stroke: rgba(95, 141, 187, 0.35);
  --txt: #eef6ff;
  --muted: #a3bfd8;
  --muted-2: #7f9fbe;
  --accent-cyan: #19d2ff;
  --accent-orange: #ff7a18;
  --accent-green: #8ff27d;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  forced-color-adjust: none;
}

html {
  scroll-padding-top: var(--anchor-offset, calc(var(--header-h, 72px) + 16px));
}

body {
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--txt);
  background:
    radial-gradient(820px 620px at 0% -6%, rgba(25, 210, 255, 0.17), transparent 64%),
    radial-gradient(980px 740px at 105% -24%, rgba(255, 122, 24, 0.2), transparent 62%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 48%, var(--bg-2));
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-cyan); }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.mono {
  font-family: "JetBrains Mono", Consolas, monospace;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(6, 14, 29, 0.9), rgba(6, 14, 29, 0.64));
  border-bottom: 1px solid rgba(86, 123, 160, 0.38);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.brand__mark {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: center / contain no-repeat url("/shared/brand/zenkeix-logo-mark-96.webp?v=20260525");
  filter: drop-shadow(0 10px 22px rgba(34, 117, 214, 0.22));
}

.brand__name {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand__sub {
  color: var(--muted-2);
  font-size: 12px;
  margin-left: 6px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav a {
  color: var(--muted);
  font-weight: 500;
  font-size: 14px;
}

.nav a:hover {
  color: var(--txt);
}

.topbar__cta {
  display: flex;
  gap: 10px;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.topbar__cta .btn {
  padding: 9px 12px;
  font-size: 13px;
}

html[data-zx-theme="hub"] .topbar:not(.is-hero-passed) .topbar__cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
}

html[data-zx-theme="hub"] .topbar.is-hero-passed .topbar__cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(102, 146, 189, 0.52);
  background: rgba(10, 22, 40, 0.62);
  color: var(--txt);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  transition: transform 0.16s ease, filter 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.btn--primary {
  border-color: rgba(255, 122, 24, 0.66);
  background: linear-gradient(130deg, rgba(255, 122, 24, 0.82), rgba(25, 210, 255, 0.8));
}

.btn--ghost {
  background: rgba(10, 22, 40, 0.48);
}

.btn--lg {
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 15px;
}

.btn--full { width: 100%; }

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(100, 146, 191, 0.54);
  background: rgba(10, 22, 40, 0.68);
  color: var(--txt);
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--txt);
  border-radius: 2px;
}

.mobile {
  border-top: 1px solid rgba(100, 146, 191, 0.28);
  background: rgba(6, 14, 29, 0.86);
}

.mobile__inner {
  display: grid;
  gap: 12px;
  padding: 14px 0 18px;
}

.mobile__inner a {
  color: var(--muted);
  font-weight: 600;
}

.lang-header-switch {
  position: fixed !important;
  z-index: 130 !important;
  right: 24px !important;
  left: auto !important;
  top: var(--lang-header-center-y, 39px) !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 14px;
  border: 1px solid rgba(112, 152, 190, 0.6);
  background: rgba(9, 21, 40, 0.75);
  box-shadow: var(--shadow);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  padding: 72px 0 36px;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
}

.hero__glow--left {
  width: 430px;
  height: 430px;
  top: -100px;
  left: -120px;
  background: rgba(25, 210, 255, 0.2);
}

.hero__glow--right {
  width: 460px;
  height: 460px;
  bottom: -190px;
  right: -120px;
  background: rgba(255, 122, 24, 0.24);
}

.fxParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
  z-index: 1;
}

.hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: start;
}

.eyebrow {
  margin: 0;
  color: var(--muted-2);
  letter-spacing: 0.09em;
  font-size: 12px;
}

h1 {
  margin: 14px 0 12px;
  font-size: clamp(34px, 4.1vw, 62px);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.grad {
  color: #fff7ef;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .grad {
    background: linear-gradient(90deg, var(--accent-orange), var(--accent-cyan), var(--accent-green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.lead {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
  line-height: 1.62;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stat {
  min-width: 146px;
  border-radius: 14px;
  border: 1px solid rgba(103, 146, 188, 0.44);
  background: rgba(10, 24, 44, 0.52);
  padding: 10px 12px;
}

.stat strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.stat span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: var(--muted-2);
}

.hero__visual {
  display: grid;
  gap: 12px;
}

.showcase {
  position: relative;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(104, 146, 188, 0.56);
  background: linear-gradient(180deg, rgba(11, 27, 49, 0.88), rgba(9, 20, 38, 0.72));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.showcase img {
  width: 100%;
  display: block;
}

.showcase__badge {
  position: absolute;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--txt);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(8, 19, 36, 0.68);
}

.showcase__badge--top {
  top: 14px;
  left: 14px;
}

.showcase__badge--bottom {
  right: 14px;
  bottom: 14px;
}

.signal-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.46);
  background: var(--surface);
  padding: 14px;
}

.signal-card h3 {
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.signal-card p {
  margin: 0;
  color: var(--muted);
}

.signal-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.62;
}

.stack-strip {
  margin-top: -2px;
  padding: 0 0 22px;
}

.stack-strip__inner {
  border-top: 1px solid rgba(103, 146, 188, 0.36);
  border-bottom: 1px solid rgba(103, 146, 188, 0.36);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
}

.stack-strip__inner p {
  margin: 0;
  color: var(--muted-2);
  font-size: 13px;
}

.stack-strip__inner--principles p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stack-strip + .section--stacks {
  padding-top: clamp(34px, 5vw, 48px);
}

.stack-strip__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(103, 146, 188, 0.46);
  background: rgba(10, 24, 44, 0.5);
  color: var(--muted);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
}

.pill--principle {
  border-color: rgba(56, 136, 244, 0.34);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 255, 0.84));
  color: var(--foreground-color);
  box-shadow: 0 10px 22px rgba(17, 40, 77, 0.08);
}

.tech-section {
  padding-top: 30px;
  padding-bottom: 44px;
}

.tech-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(95, 125, 165, 0.34);
  background:
    radial-gradient(
      620px 260px at 0% 0%,
      rgba(38, 123, 244, 0.14),
      transparent 68%
    ),
    radial-gradient(
      560px 250px at 100% 100%,
      rgba(55, 190, 250, 0.14),
      transparent 68%
    ),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(17, 40, 77, 0.12);
  padding: 18px;
}

.tech-card__head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.tech-card__head h2 {
  margin: 0;
  letter-spacing: -0.02em;
  font-size: clamp(24px, 2.2vw, 34px);
}

.tech-card__head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.tech-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(95, 125, 165, 0.34);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 12px;
  color: var(--foreground-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.tech-item:hover {
  border-color: rgba(56, 136, 244, 0.52);
  background: rgba(255, 255, 255, 0.92);
}

.tech-logo {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.section {
  padding: var(--section-space, 62px) 0;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 19, 36, 0.74), rgba(7, 19, 36, 0.62));
  border-top: 1px solid rgba(103, 146, 188, 0.2);
  border-bottom: 1px solid rgba(103, 146, 188, 0.16);
  z-index: 1;
}

.section--alt::before {
  background:
    radial-gradient(950px 640px at 14% 0%, rgba(25, 210, 255, 0.1), transparent 58%),
    radial-gradient(900px 660px at 90% 4%, rgba(255, 122, 24, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(8, 19, 35, 0.86), rgba(8, 18, 34, 0.72));
}

.section > .container {
  position: relative;
  z-index: 2;
}

.section__header {
  margin-bottom: 26px;
}

.section__header h2 {
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-size: clamp(27px, 2.5vw, 40px);
}

.section__header p {
  margin: 0;
  color: var(--muted);
}

.section--stacks {
  padding-top: var(--section-space, 62px);
}

.premium-services-section,
.section--stacks,
.section--identity,
.workflow,
.section--alt,
#faq,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.stack-groups {
  display: grid;
  gap: 14px;
}

.stack-group {
  border-radius: 18px;
  border: 1px solid rgba(95, 125, 165, 0.34);
  background:
    radial-gradient(
      580px 240px at 0% 0%,
      rgba(56, 136, 244, 0.16),
      transparent 68%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.92));
  box-shadow: 0 16px 38px rgba(17, 40, 77, 0.12);
  padding: 16px 18px;
}

.stack-group h3 {
  margin: 0;
  color: var(--foreground-color);
  font-size: clamp(20px, 1.8vw, 27px);
  letter-spacing: -0.01em;
}

.stack-copy {
  margin-top: 10px;
}

.stack-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.62;
}

.stack-copy p + p {
  margin-top: 10px;
}

.stack-copy ul {
  margin: 10px 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(14px, 0.98vw, 17px);
  line-height: 1.62;
}

.stack-copy li + li {
  margin-top: 4px;
}

.stack-copy ul.check {
  margin: 10px 0 0;
  padding-left: 0;
  font-size: clamp(14px, 0.98vw, 17px);
}

.stack-copy ul.check li + li {
  margin-top: 0;
}

.stack-copy ul.check + p {
  margin-top: 10px;
}

.stack-copy__tagline {
  color: var(--foreground-color) !important;
  font-weight: 600;
}

.stack-copy__actions {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stack-copy__actions .btn {
  min-width: 146px;
}

.stack-chips {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.stack-chip {
  margin: 0;
  min-height: 42px;
  border-radius: 13px;
  border: 1px solid rgba(59, 145, 255, 0.24);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(17, 40, 77, 0.14);
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.stack-chip img {
  display: block;
  width: auto;
  height: 22px;
  max-width: 118px;
  object-fit: contain;
  flex: 0 0 auto;
}

.stack-chip span {
  color: #0b2940;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.stack-chip--mono {
  padding-left: 8px;
}

.stack-chip__mono {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: linear-gradient(130deg, rgba(56, 136, 244, 0.9), rgba(80, 202, 249, 0.9));
}


.identity-feedback {
  margin-top: 14px;
}

.identity-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.identity-card {
  border-radius: 18px;
  border: 1px solid rgba(95, 125, 165, 0.34);
  background:
    radial-gradient(
      560px 260px at 0% 0%,
      rgba(56, 136, 244, 0.14),
      transparent 68%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.9));
  box-shadow: 0 16px 38px rgba(17, 40, 77, 0.12);
  padding: 18px 20px;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.identity-card--profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.identity-card__kicker {
  margin: 0;
  color: var(--muted-2);
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.identity-avatar {
  margin: 0;
  width: clamp(220px, 27vw, 398px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(120, 181, 247, 0.62);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.88),
    0 22px 48px rgba(17, 40, 77, 0.2);
}

.identity-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.identity-card__name {
  margin: 0;
  color: #3a4f6b;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Sora", "Segoe UI", sans-serif;
}

.identity-card--story h2 {
  margin: 0;
  color: var(--foreground-color);
  font-size: clamp(27px, 2.5vw, 40px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 700;
}

.identity-card--story p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.03vw, 18px);
  line-height: 1.62;
  max-width: 62ch;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-weight: 400;
}

.identity-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
}

.service {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.46);
  background: var(--surface-soft);
  padding: 16px;
}

.service h3 {
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.service p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.service--feature {
  grid-row: span 2;
  background:
    radial-gradient(380px 250px at 100% 0%, rgba(255, 122, 24, 0.13), transparent 70%),
    linear-gradient(180deg, rgba(9, 25, 47, 0.9), rgba(9, 21, 38, 0.76));
}

.service--accent {
  background:
    radial-gradient(320px 200px at 0% 100%, rgba(25, 210, 255, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(9, 25, 47, 0.88), rgba(9, 21, 38, 0.72));
}

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

.project-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.46);
  background: var(--surface-soft);
  overflow: hidden;
}

.project-card img {
  width: 100%;
  display: block;
}

.project-card h3 {
  margin: 14px 14px 8px;
}

.project-card p {
  margin: 0 14px 16px;
  color: var(--muted);
  line-height: 1.58;
}

.section--ops {
  padding-top: var(--section-space, 62px);
}

.ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ops-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(95, 125, 165, 0.34);
  background:
    radial-gradient(
      520px 200px at 0% 0%,
      rgba(56, 136, 244, 0.14),
      transparent 68%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.9));
  box-shadow: 0 16px 38px rgba(17, 40, 77, 0.12);
  padding: 16px 18px 17px;
  overflow: hidden;
}

.ops-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--gradient-color-1),
    var(--gradient-color-2) 55%,
    var(--gradient-color-3)
  );
  opacity: 0.82;
}

.ops-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(56, 136, 244, 0.28);
  background: rgba(255, 255, 255, 0.9);
  color: #4a6382;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ops-card h3 {
  margin: 12px 0 8px;
  color: var(--foreground-color);
  font-size: clamp(22px, 1.9vw, 31px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  font-weight: 700;
}

.ops-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.58;
  max-width: 44ch;
}

.section--ratings {
  padding-top: var(--section-space, 62px);
  padding-bottom: var(--section-space, 62px);
}

.section--ratings::before {
  background: transparent;
  border: 0;
}

.ratings {
  border: 1px solid rgba(95, 125, 165, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(
      540px 220px at 0% 0%,
      rgba(56, 136, 244, 0.16),
      transparent 68%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 255, 0.9));
  box-shadow: 0 16px 38px rgba(17, 40, 77, 0.12);
  padding: 20px 22px;
}

.ratings__kicker {
  margin: 0 0 8px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ratings__row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ratings__value {
  margin: 0;
  line-height: 1;
}

.ratings__score {
  font-size: clamp(34px, 4.1vw, 46px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--foreground-color);
}

.ratings__outof {
  margin-left: 2px;
  color: var(--muted);
  font-size: 0.54em;
  font-weight: 700;
}

.ratings__stars {
  position: relative;
  display: inline-block;
  font-size: clamp(24px, 3vw, 30px);
  letter-spacing: 0.12em;
  line-height: 1;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", "Arial Unicode MS", "Sora", sans-serif;
  color: rgba(120, 148, 183, 0.28);
}

.ratings__stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.ratings__stars::after {
  content: "\2605\2605\2605\2605\2605";
  position: absolute;
  left: 0;
  top: 0;
  width: 94%;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2) 62%, var(--gradient-color-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ratings__note {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.testimonials {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.testimonial {
  border: 1px solid rgba(95, 125, 165, 0.3);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 250, 255, 0.82));
  box-shadow: 0 12px 28px rgba(17, 40, 77, 0.11);
  padding: 15px 15px 13px;
}

.testimonial__stars {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", "Arial Unicode MS", "Sora", sans-serif;
  background: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2) 58%, var(--gradient-color-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 6px rgba(56, 136, 244, 0.18));
}

.testimonial__quote {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.testimonial__author {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--foreground-color);
}

.testimonial__country {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--muted-2);
  letter-spacing: 0.03em;
}

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

.workflow__track--roadmap {
  position: relative;
}

.workflow__track--roadmap::before {
  content: "";
  position: absolute;
  left: 35px;
  right: calc((100% - 24px) / 6);
  top: 35px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--gradient-color-1),
    var(--gradient-color-2) 56%,
    var(--gradient-color-3)
  );
  opacity: 0.82;
  z-index: 2;
  pointer-events: none;
}

.workflow__track--roadmap::after {
  content: "";
  position: absolute;
  right: calc((100% - 24px) / 6);
  top: 35px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(50%, -50%);
  background: var(--gradient-color-3);
  box-shadow: 0 0 0 4px rgba(107, 225, 246, 0.2);
  z-index: 3;
  pointer-events: none;
}

.workflow__track--roadmap .workflow-step {
  position: relative;
}

.workflow__track--roadmap .workflow-step span {
  position: relative;
  z-index: 4;
  isolation: isolate;
  background: rgba(212, 227, 249, 1);
  box-shadow:
    0 0 0 2px rgba(245, 250, 255, 1),
    0 2px 8px rgba(66, 109, 168, 0.12);
}

.workflow-step {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.48);
  background: var(--surface-soft);
  padding: 16px;
}

.workflow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 122, 24, 0.54);
  background: rgba(255, 122, 24, 0.14);
  font-weight: 700;
}

.workflow-step h3 {
  margin: 10px 0 8px;
}

.workflow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.formwrap {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
  align-items: start;
}

.formwrap--partnership {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: stretch;
}

.form {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.48);
  background: var(--surface-soft);
  padding: 16px;
}

.form label {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(103, 146, 188, 0.56);
  background: rgba(8, 19, 35, 0.82);
  color: var(--txt);
  padding: 12px;
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(25, 210, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(25, 210, 255, 0.12);
}

textarea {
  resize: vertical;
  min-height: 110px;
}

.switch {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.switch input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.switch__ui {
  width: 44px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(103, 146, 188, 0.58);
  background: rgba(8, 19, 35, 0.8);
  position: relative;
  flex: 0 0 auto;
}

.switch__ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d9ecff;
  transition: transform 0.18s ease;
}

.switch input:checked + .switch__ui {
  border-color: rgba(255, 122, 24, 0.8);
  background: rgba(255, 122, 24, 0.14);
}

.switch input:checked + .switch__ui::after {
  transform: translateX(18px);
  background: linear-gradient(135deg, rgba(255, 122, 24, 1), rgba(25, 210, 255, 0.95));
}

.switch__txt {
  color: var(--muted);
  white-space: nowrap;
}

.aside {
  display: grid;
  gap: 12px;
}

.aside--partnership .aside__box {
  height: 100%;
}

.partnership-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partnership-copy__kicker {
  margin: 0 0 10px;
  color: var(--muted-2);
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.partnership-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(27px, 2vw, 35px);
  letter-spacing: -0.02em;
}

.partnership-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: clamp(15px, 1.03vw, 18px);
}

.partnership-copy .check {
  margin-top: 16px;
  gap: 10px;
}

.partnership-copy__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.partnership-copy__book {
  --hub-ai-ring-angle: 0deg;
  min-width: min(100%, 270px);
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(243, 249, 255, 0.72)) padding-box,
    conic-gradient(
      from var(--hub-ai-ring-angle),
      rgba(56, 136, 244, 0.98) 0deg,
      rgba(125, 222, 255, 0.98) 52deg,
      rgba(103, 224, 248, 0.98) 112deg,
      rgba(86, 134, 248, 0.98) 190deg,
      rgba(125, 222, 255, 0.98) 268deg,
      rgba(56, 136, 244, 0.98) 360deg
    ) border-box;
  color: var(--foreground-color);
  box-shadow:
    0 10px 24px rgba(56, 136, 244, 0.2),
    0 14px 30px rgba(103, 224, 248, 0.16);
  animation: hubAiRingSpin 4.4s linear infinite;
}

.partnership-copy__book svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.partnership-copy__book:hover {
  animation-duration: 3.4s;
  filter: brightness(1.03);
}

.aside__box {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.48);
  background: var(--surface-soft);
  padding: 16px;
}

.aside__box h3 {
  margin: 0 0 10px;
}

.check {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.check li {
  position: relative;
  padding-left: 22px;
  line-height: 1.55;
}

.check li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--accent-orange), var(--accent-cyan));
  position: absolute;
  left: 4px;
  top: 0.62em;
}

.stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq {
  display: grid;
  gap: 10px;
}

details {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(103, 146, 188, 0.5);
  background: var(--surface-soft);
  padding: 12px 14px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 92px;
  width: min(360px, calc(100% - 36px));
  border-radius: 16px;
  border: 1px solid rgba(255, 122, 24, 0.58);
  background: rgba(8, 19, 35, 0.9);
  box-shadow: var(--shadow);
  padding: 14px;
  z-index: 70;
}

.toast__title {
  margin-bottom: 4px;
  font-weight: 800;
}

.toast__body {
  color: var(--muted);
  font-size: 13px;
}

.footer {
  border-top: 1px solid rgba(103, 146, 188, 0.34);
  background: rgba(6, 14, 29, 0.7);
  color: var(--txt);
  padding: clamp(34px, 4vw, 48px) 0 20px;
}

.footer__inner {
  display: grid;
  gap: 22px;
}

.footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(140px, 0.65fr));
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}

.footer__brand-block {
  display: grid;
  gap: 14px;
  max-width: 440px;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.footer__brand-text {
  display: grid;
  gap: 2px;
}

.footer__brand-text strong {
  color: currentColor;
  font-size: 17px;
  letter-spacing: 0.01em;
}

.footer__brand-text span {
  color: var(--muted-2);
  font-size: 12px;
}

.footer__brand-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.footer__service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__service-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(103, 146, 188, 0.32);
  border-radius: 999px;
  background: rgba(11, 25, 46, 0.42);
  color: var(--txt);
  font-size: 12px;
  font-weight: 700;
}

.footer__group {
  display: grid;
  gap: 9px;
  align-content: start;
}

.footer__group h2 {
  margin: 0 0 4px;
  color: currentColor;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__group a,
.footer__legal-btn,
.footer__vat {
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1.45;
}

.footer__group a:hover,
.footer__legal-btn:hover {
  color: var(--accent-cyan);
}

.footer__location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(126, 150, 181, 0.9);
}

.footer__location strong {
  color: rgba(232, 241, 252, 0.96);
  font-weight: 600;
}

.footer__vat,
.footer__vat strong {
  color: rgba(126, 150, 181, 0.9);
  font-weight: inherit;
}

.footer__dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(115, 152, 194, 0.58);
  flex: 0 0 3px;
}

.footer__legal,
.footer__bottom {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--muted-2);
  font-size: 12px;
}

.footer__bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(103, 146, 188, 0.18);
}

.footer__legal-btn {
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

.footer__service-row a:focus-visible,
.footer__group a:focus-visible,
.footer__legal-btn:focus-visible {
  outline: 2px solid rgba(25, 210, 255, 0.72);
  outline-offset: 3px;
  border-radius: 10px;
}

@media (max-width: 980px) {
  .footer__main {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.7fr);
  }

  .footer__brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer {
    padding-top: 34px;
  }

  .footer__main,
  .footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer__service-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .footer__service-row::-webkit-scrollbar {
    display: none;
  }
}

.cmp-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 18, 0.72);
  backdrop-filter: blur(3px);
  z-index: 95;
}

.cmp-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 28px));
  border-radius: 18px;
  border: 1px solid rgba(103, 146, 188, 0.64);
  background: linear-gradient(180deg, rgba(8, 19, 35, 0.96), rgba(8, 19, 35, 0.84));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  padding: 16px;
  z-index: 110;
}

.cmp-banner h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.cmp-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cmp-banner__actions,
.cmp-modal__actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cmp-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, calc(100% - 28px));
  max-height: calc(100vh - 56px);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(103, 146, 188, 0.64);
  background: linear-gradient(180deg, rgba(8, 19, 35, 0.97), rgba(8, 19, 35, 0.87));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  padding: 18px;
  z-index: 120;
}

.cmp-modal h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

.cmp-modal p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.6;
}

.cmp-opt {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(103, 146, 188, 0.5);
  background: rgba(10, 22, 40, 0.62);
  margin-bottom: 9px;
}

.cmp-opt input { margin-top: 2px; }

.cmp-thirdparty-denied #chatFab {
  opacity: 0.55;
  filter: saturate(0.55);
}

.contact-fabs {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  z-index: 80;
  justify-items: end;
}

.fab {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(103, 146, 188, 0.6);
  background: rgba(10, 22, 40, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
  color: var(--txt);
}

.fab:hover {
  transform: translateY(-2px);
  transition: 0.15s ease;
}

.fab svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.fab--wa {
  border-color: rgba(25, 210, 255, 0.75);
  background: linear-gradient(135deg, rgba(25, 210, 255, 0.2), rgba(10, 22, 40, 0.6));
  color: #25d366;
  box-shadow: 0 0 0 1px rgba(25, 210, 255, 0.35), 0 18px 60px rgba(0, 0, 0, 0.25), 0 0 22px rgba(25, 210, 255, 0.28);
}

.fab--tg {
  border-color: rgba(255, 122, 24, 0.74);
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.2), rgba(10, 22, 40, 0.6));
  color: #229ed9;
  box-shadow: 0 0 0 1px rgba(255, 122, 24, 0.35), 0 18px 60px rgba(0, 0, 0, 0.25), 0 0 22px rgba(255, 122, 24, 0.28);
}

.fab--chat-pill {
  width: 86px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  border-color: rgba(143, 242, 125, 0.75);
  background: linear-gradient(135deg, rgba(143, 242, 125, 0.2), rgba(10, 22, 40, 0.6));
  box-shadow: 0 0 0 1px rgba(143, 242, 125, 0.32), 0 18px 60px rgba(0, 0, 0, 0.25), 0 0 22px rgba(143, 242, 125, 0.25);
}

.fab--chat-pill .fab__label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.35px;
}

.chat-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  z-index: 229;
}

.chat-overlay[hidden] {
  display: none !important;
}

.chat-drawer {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: min(420px, calc(100% - 36px));
  height: min(640px, calc(100% - 36px));
  border-radius: 18px;
  border: 1px solid rgba(25, 210, 255, 0.28);
  background: rgba(8, 19, 35, 0.88);
  box-shadow: var(--shadow);
  overflow: hidden;
  z-index: 230;
  display: grid;
  grid-template-rows: auto 1fr;
}

.chat-drawer[hidden] {
  display: none !important;
}

.chat-drawer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(103, 146, 188, 0.36);
  background: rgba(6, 14, 29, 0.72);
}

.chat-drawer__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 13px;
}

.chat-drawer__robot {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(103, 146, 188, 0.34);
}

.chat-drawer__close {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(103, 146, 188, 0.46);
  background: rgba(10, 22, 40, 0.7);
  color: var(--txt);
  cursor: pointer;
}

.chat-drawer__body {
  position: relative;
  overflow: hidden;
}

#ai-chat {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#aiChatFrame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
  background: transparent;
}

.zkx-chat {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  background: linear-gradient(180deg, rgba(10, 12, 30, 0.1), rgba(10, 12, 30, 0.34));
}

.zkx-chat__messages {
  overflow-y: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zkx-chat__msg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 122, 24, 0.26);
  color: #e8e9ff;
  line-height: 1.45;
  font-size: 14px;
  white-space: pre-wrap;
}

.zkx-chat__msg--bot {
  align-self: flex-start;
  background: rgba(255, 122, 24, 0.16);
}

.zkx-chat__msg--user {
  align-self: flex-end;
  background: rgba(25, 210, 255, 0.16);
  border-color: rgba(25, 210, 255, 0.24);
}

.zkx-chat__msg--pending {
  opacity: 0.85;
  font-style: italic;
}

.zkx-chat__composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid rgba(25, 210, 255, 0.16);
  background: rgba(8, 19, 35, 0.68);
}

.zkx-chat__input {
  width: 100%;
  min-height: 44px;
  max-height: 140px;
  resize: none;
  border-radius: 12px;
  border: 1px solid rgba(255, 122, 24, 0.4);
  background: rgba(17, 33, 57, 0.86);
  color: #e8e9ff;
  padding: 10px 12px;
  font: inherit;
  line-height: 1.35;
  outline: none;
}

.zkx-chat__input:focus {
  border-color: rgba(25, 210, 255, 0.66);
  box-shadow: 0 0 0 1px rgba(25, 210, 255, 0.26);
}

.zkx-chat__send {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(25, 210, 255, 0.45);
  background: linear-gradient(135deg, rgba(25, 210, 255, 0.34), rgba(255, 122, 24, 0.34));
  color: #e8e9ff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.zkx-chat__send:disabled,
.zkx-chat__input:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#chatDrawer {
  --chat--window--width: 100%;
  --chat--window--height: 100%;
  --chat--color--primary: #ff7a18;
  --chat--color--secondary: #19d2ff;
  --chat--color-dark: #071325;
  --chat--color-light: rgba(8, 19, 35, 0.26);
  --chat--color-white: #e8e9ff;
  --chat--body--background: rgba(8, 19, 35, 0.28);
  --chat--header--background: rgba(6, 14, 29, 0.66);
  --chat--header--color: #e8e9ff;
  --chat--message--bot--background: #ff7a18;
  --chat--message--bot--color: #e8e9ff;
  --chat--message--user--background: rgba(25, 210, 255, 0.18);
  --chat--message--user--color: #e8e9ff;
  --chat--input--background: #2f3e57;
  --chat--input--text-color: #e8e9ff;
}

#chatDrawer .n8n-chat__window,
#chatDrawer .n8n-chat__layout {
  background: transparent !important;
}

@keyframes chatPulseSoft {
  0%,
  100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

#chatFab.chat-pulse-active {
  animation: chatPulseSoft 2.1s ease-in-out infinite !important;
  transform-origin: center;
  will-change: transform;
  filter:
    drop-shadow(0 0 14px rgba(143, 242, 125, 0.24))
    drop-shadow(0 0 20px rgba(25, 210, 255, 0.14));
}

@media (max-width: 1100px) {
  .hero__layout,
  .formwrap {
    grid-template-columns: 1fr;
  }

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

  .stack-chip span {
    font-size: 11px;
  }

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

  .service--feature {
    grid-row: auto;
    grid-column: span 2;
  }

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

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

  .workflow__track--roadmap::before,
  .workflow__track--roadmap::after {
    display: none;
  }
}

@media (max-width: 820px) {
  :root {
    --section-space: 48px;
  }

  .switch__txt {
    white-space: normal;
  }

  .nav,
  .topbar__cta {
    display: none !important;
  }

  .hamburger {
    display: inline-grid !important;
    place-items: center;
  }

  .hero {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(30px, 8.5vw, 44px);
  }

  .hero__actions {
    gap: 10px;
  }

  .hero__stats {
    gap: 8px;
  }
  .section {
    padding: var(--section-space, 48px) 0;
  }

  .identity-card {
    padding: 14px;
  }

  .identity-avatar {
    width: clamp(190px, 60vw, 300px);
  }

  .identity-card--story h2 {
    font-size: clamp(25px, 8vw, 36px);
  }

  .stack-group {
    padding: 14px;
  }

  .stack-chip {
    min-height: 40px;
    padding: 7px 10px;
  }

  .service-grid,
  .project-grid,
  .workflow__track,
  .ops-grid,
  .form__row {
    grid-template-columns: 1fr;
  }

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

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

  .service--feature {
    grid-column: auto;
  }

  .stack-strip__pills {
    justify-content: flex-start;
  }

  .lang-header-switch {
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    top: auto !important;
    transform: none !important;
  }

  .contact-fabs {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .fab {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .fab--chat-pill {
    width: 78px;
    height: 48px;
  }

  .chat-drawer {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    height: min(86vh, 640px);
  }

  .mobile[hidden] {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .lang-header-switch {
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    top: auto !important;
    transform: none !important;
  }
}

/* Final Theme + Banner Hero (requested palette) */
:root {
  color-scheme: light;
  --section-space: 62px;
  --background-color: hsl(210 40% 98%);
  --foreground-color: hsl(222 47% 11%);
  --gradient-color-1: hsl(215 90% 55%);
  --gradient-color-2: hsl(200 95% 60%);
  --gradient-color-3: hsl(190 85% 65%);

  --bg-0: var(--background-color);
  --bg-1: hsl(210 42% 96%);
  --bg-2: hsl(210 45% 93%);
  --surface: rgba(255, 255, 255, 0.84);
  --surface-soft: rgba(255, 255, 255, 0.74);
  --stroke: rgba(95, 125, 165, 0.35);
  --txt: var(--foreground-color);
  --muted: hsl(220 20% 34%);
  --muted-2: hsl(220 14% 46%);
  --accent-cyan: var(--gradient-color-2);
  --accent-orange: var(--gradient-color-1);
  --accent-green: var(--gradient-color-3);
  --shadow: 0 20px 58px rgba(17, 40, 77, 0.16);
}

@keyframes moveGradient {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}

main,
section {
  overflow: hidden;
}

body {
  position: relative;
  color: var(--foreground-color);
  background: var(--background-color);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  filter: blur(10rem);
  background:
    radial-gradient(circle at 15% 25%, var(--gradient-color-1), transparent 35%),
    radial-gradient(circle at 85% 30%, var(--gradient-color-2), transparent 35%),
    radial-gradient(circle at 50% 80%, var(--gradient-color-3), transparent 35%);
  background-size: 150% 150%;
  animation: moveGradient 20s infinite alternate ease-in-out;
  opacity: 0.42;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.56);
}

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

.topbar,
.topbar.is-scrolled {
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(95, 125, 165, 0.26);
}

.mobile {
  border-top-color: rgba(95, 125, 165, 0.22);
  background: rgba(255, 255, 255, 0.9);
}

.brand__mark {
  background: center / contain no-repeat url("/shared/brand/zenkeix-logo-mark-96.webp?v=20260525");
}

.btn {
  color: var(--foreground-color);
  border-color: rgba(95, 125, 165, 0.36);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(17, 40, 77, 0.12);
}

.btn--primary {
  color: #fff;
  border-color: rgba(56, 136, 244, 0.44);
  background: linear-gradient(
    135deg,
    var(--gradient-color-1),
    var(--gradient-color-2) 58%,
    var(--gradient-color-3)
  );
}

.btn--ghost {
  border-color: rgba(95, 125, 165, 0.34);
  background: rgba(255, 255, 255, 0.62);
}

.hamburger,
.lang-header-switch {
  border-color: rgba(95, 125, 165, 0.4);
  background: rgba(255, 255, 255, 0.78);
  color: var(--foreground-color);
  box-shadow: 0 14px 34px rgba(17, 40, 77, 0.12);
}

.hero__glow--left {
  background: rgba(38, 123, 244, 0.34);
}

.hero__glow--right {
  background: rgba(55, 190, 250, 0.34);
}

.stat,
.showcase,
.showcase__badge,
.signal-card,
.pill,
.service,
.project-card,
.workflow-step,
.form,
.aside__box,
details,
.toast,
.cmp-banner,
.cmp-modal,
.cmp-opt,
.chat-drawer,
.chat-drawer__bar,
.chat-drawer__robot,
.chat-drawer__close {
  border-color: rgba(95, 125, 165, 0.3);
  color: var(--foreground-color);
}

.stat,
.signal-card,
.pill,
.service,
.project-card,
.workflow-step,
.form,
.aside__box,
details,
.toast,
.cmp-banner,
.cmp-modal,
.cmp-opt,
.chat-drawer,
.chat-drawer__bar,
.chat-drawer__close {
  background: var(--surface-soft);
}

.showcase {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 255, 0.78));
}

.showcase__badge {
  background: rgba(255, 255, 255, 0.72);
}

.section::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6));
  border-top: 1px solid rgba(95, 125, 165, 0.16);
  border-bottom: 1px solid rgba(95, 125, 165, 0.14);
}

.section--alt::before {
  background:
    radial-gradient(
      950px 640px at 14% 0%,
      rgba(38, 123, 244, 0.2),
      transparent 58%
    ),
    radial-gradient(
      900px 660px at 90% 4%,
      rgba(55, 190, 250, 0.22),
      transparent 58%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.64));
}

.service--feature {
  background:
    radial-gradient(
      380px 250px at 100% 0%,
      rgba(38, 123, 244, 0.22),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 248, 255, 0.76));
}

.service--accent {
  background:
    radial-gradient(
      320px 200px at 0% 100%,
      rgba(55, 190, 250, 0.24),
      transparent 72%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 248, 255, 0.76));
}

.workflow-step span {
  border-color: rgba(56, 136, 244, 0.4);
  background: rgba(38, 123, 244, 0.18);
}

input,
select,
textarea,
.zkx-chat__input {
  border-color: rgba(95, 125, 165, 0.4);
  background: rgba(255, 255, 255, 0.9);
  color: var(--foreground-color);
}

input:focus,
select:focus,
textarea:focus,
.zkx-chat__input:focus {
  border-color: rgba(56, 136, 244, 0.62);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18);
}

.switch__ui {
  border-color: rgba(95, 125, 165, 0.42);
  background: rgba(255, 255, 255, 0.74);
}

.switch input:checked + .switch__ui {
  border-color: rgba(56, 136, 244, 0.58);
  background: rgba(55, 190, 250, 0.18);
}

.switch input:checked + .switch__ui::after {
  background: linear-gradient(135deg, var(--gradient-color-1), var(--gradient-color-2));
}

.zkx-chat {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(235, 247, 255, 0.88));
}

.zkx-chat__msg {
  color: var(--foreground-color);
  border-color: rgba(56, 136, 244, 0.28);
}

.zkx-chat__msg--bot {
  background: rgba(38, 123, 244, 0.16);
}

.zkx-chat__msg--user {
  background: rgba(55, 190, 250, 0.16);
  border-color: rgba(56, 189, 248, 0.3);
}

.zkx-chat__composer {
  border-top-color: rgba(95, 125, 165, 0.24);
  background: rgba(255, 255, 255, 0.8);
}

.zkx-chat__send {
  border-color: rgba(56, 136, 244, 0.42);
  background: linear-gradient(
    135deg,
    rgba(55, 190, 250, 0.28),
    rgba(38, 123, 244, 0.32)
  );
  color: var(--foreground-color);
}

#chatDrawer {
  --chat--color--primary: hsl(215 90% 55%);
  --chat--color--secondary: hsl(200 95% 60%);
  --chat--color-dark: hsl(222 47% 11%);
  --chat--color-light: rgba(255, 255, 255, 0.66);
  --chat--color-white: hsl(222 47% 11%);
  --chat--body--background: rgba(255, 255, 255, 0.72);
  --chat--header--background: rgba(255, 255, 255, 0.86);
  --chat--header--color: hsl(222 47% 11%);
  --chat--message--bot--background: hsl(215 90% 55%);
  --chat--message--bot--color: #fff;
  --chat--message--user--background: rgba(56, 189, 248, 0.2);
  --chat--message--user--color: hsl(222 47% 11%);
  --chat--input--background: #ffffff;
  --chat--input--text-color: hsl(222 47% 11%);
}

#chatFab.chat-pulse-active {
  filter:
    drop-shadow(0 0 14px rgba(103, 232, 249, 0.34))
    drop-shadow(0 0 20px rgba(56, 189, 248, 0.22));
}

.fab {
  border-color: rgba(95, 125, 165, 0.42);
  background: rgba(255, 255, 255, 0.84);
  color: var(--foreground-color);
  box-shadow: 0 14px 34px rgba(17, 40, 77, 0.14);
}

.fab--wa {
  width: 44px;
  height: 44px;
  border-color: transparent;
  background: transparent;
  color: #25d366;
  box-shadow: none;
}

.fab--tg {
  width: 44px;
  height: 44px;
  border-color: transparent;
  background: transparent;
  color: #229ed9;
  box-shadow: none;
}

.fab--wa svg,
.fab--tg svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 10px currentColor);
}

.fab--chat-pill {
  border-color: rgba(103, 232, 249, 0.62);
  background: linear-gradient(135deg, rgba(103, 232, 249, 0.24), rgba(255, 255, 255, 0.74));
  box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.28), 0 14px 34px rgba(17, 40, 77, 0.14);
}

/* Hub: keep the AI chat widget boxed, while messaging links stay icon-only */
.contact-fabs .fab--chat-pill {
  border-color: rgba(56, 189, 248, 0.54);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(255, 255, 255, 0.74));
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.28), 0 14px 34px rgba(17, 40, 77, 0.14);
}

.footer {
  border-top: 1px solid rgba(95, 125, 165, 0.2);
  background: rgba(255, 255, 255, 0.68);
  color: var(--foreground-color);
}

.footer__brand-block p,
.footer__brand-text span,
.footer__group a,
.footer__legal-btn,
.footer__vat,
.footer__bottom,
.footer__location {
  color: rgba(80, 98, 128, 0.92);
}

.footer__service-row a {
  border-color: rgba(95, 125, 165, 0.28);
  background: rgba(255, 255, 255, 0.55);
  color: var(--foreground-color);
}

.cmp-backdrop,
.chat-overlay {
  background: rgba(80, 110, 150, 0.2);
}

.grad {
  background: linear-gradient(
    110deg,
    var(--gradient-color-1),
    var(--gradient-color-2) 52%,
    var(--gradient-color-3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.section.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100dvh - 78px);
  text-align: center;
  padding: clamp(80px, 10vh, 120px) 0 42px;
}

.section.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  filter: blur(10rem);
  background:
    radial-gradient(circle at 15% 25%, var(--gradient-color-1), transparent 35%),
    radial-gradient(circle at 85% 30%, var(--gradient-color-2), transparent 35%),
    radial-gradient(circle at 50% 80%, var(--gradient-color-3), transparent 35%);
  background-size: 150% 150%;
  animation: moveGradient 20s infinite alternate ease-in-out;
  opacity: 0.38;
}

.section.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.25;
  background: var(--background-color);
}

.banner-column {
  display: flex;
  justify-content: center;
}

.banner-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.title {
  font-family: inherit;
  font-size: clamp(44px, 6.2vw, 84px);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: normal;
  letter-spacing: -0.04rem;
  text-shadow: 0 4px 20px rgba(14, 30, 58, 0.15);
  background: linear-gradient(
    120deg,
    var(--foreground-color) 0%,
    var(--foreground-color) 42%,
    var(--gradient-color-1) 58%,
    var(--gradient-color-2) 78%,
    var(--gradient-color-3) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.04em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title-line {
  display: block;
  line-height: 1.03;
  white-space: nowrap;
  text-align: center;
}

.title-tail {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.25em;
  white-space: nowrap;
  text-align: left;
}

.rotating-shell {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  width: var(--rw-shell-width, auto);
  min-width: 1ch;
  line-height: 1;
  min-height: 1em;
  flex: 0 0 auto;
  margin-left: 0;
  overflow: visible;
  text-align: center;
}

.rotating-word {
  display: inline-block;
  position: static;
  white-space: nowrap;
  box-sizing: content-box;
  width: auto;
  min-width: 0;
  min-height: 1em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1em;
  transition: none;
  overflow: visible;
  text-shadow: none;
  background: linear-gradient(
    110deg,
    var(--gradient-color-1),
    var(--gradient-color-2) 58%,
    var(--gradient-color-3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.rotating-word.is-changing {
  opacity: 1;
}

.rotating-cursor {
  position: absolute;
  left: var(--rw-cursor-x, 0px);
  top: 50%;
  transform: translate(0.08em, -50%);
  width: 0.18em;
  height: 0.96em;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(
    180deg,
    var(--gradient-color-1),
    var(--gradient-color-2) 60%,
    var(--gradient-color-3)
  );
  animation: rotatingCursorBlink 1s steps(1, end) infinite;
  pointer-events: none;
  will-change: opacity, left;
  border-radius: 999px;
}

.rotating-cursor::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
}

@keyframes rotatingCursorBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.paragraph {
  font-family: inherit;
  line-height: 1.5;
  font-size: clamp(16px, 1.4vw, 21px);
  max-width: 50ch;
  color: var(--muted);
  text-wrap: pretty;
  word-wrap: break-word;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-cta-row .btn {
  padding: 0.98rem 2.15rem;
  font-size: 1.05rem;
  border-radius: 1rem;
}

main .btn,
.cmp-banner .btn,
.cmp-modal .btn {
  --hub-ai-ring-angle: 0deg;
  --hub-btn-fill: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(246, 251, 255, 0.76));
  border: 1px solid transparent;
  background:
    var(--hub-btn-fill) padding-box,
    conic-gradient(
      from var(--hub-ai-ring-angle),
      rgba(56, 136, 244, 0.98) 0deg,
      rgba(125, 222, 255, 0.98) 52deg,
      rgba(103, 224, 248, 0.98) 112deg,
      rgba(86, 134, 248, 0.98) 190deg,
      rgba(125, 222, 255, 0.98) 268deg,
      rgba(56, 136, 244, 0.98) 360deg
    ) border-box;
  color: var(--foreground-color);
  box-shadow:
    0 10px 24px rgba(56, 136, 244, 0.2),
    0 14px 30px rgba(103, 224, 248, 0.16);
  animation: hubAiRingSpin 2.4s linear infinite;
  transition:
    transform 0.16s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    animation-duration 0.2s ease;
}

main .btn.btn--primary,
.cmp-banner .btn.btn--primary,
.cmp-modal .btn.btn--primary {
  --hub-btn-fill: linear-gradient(
    130deg,
    rgba(56, 136, 244, 0.9),
    rgba(70, 166, 248, 0.92) 52%,
    rgba(103, 224, 248, 0.9)
  );
  color: #ffffff;
  box-shadow:
    0 12px 30px rgba(56, 136, 244, 0.24),
    0 16px 34px rgba(103, 224, 248, 0.2);
}

main .btn.btn--ghost,
.cmp-banner .btn.btn--ghost,
.cmp-modal .btn.btn--ghost {
  --hub-btn-fill: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(243, 249, 255, 0.72));
  color: var(--foreground-color);
}

.topbar__cta .btn.btn--ghost {
  --hub-ai-ring-angle: 0deg;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(243, 249, 255, 0.72)) padding-box,
    conic-gradient(
      from var(--hub-ai-ring-angle),
      rgba(56, 136, 244, 0.98) 0deg,
      rgba(125, 222, 255, 0.98) 52deg,
      rgba(103, 224, 248, 0.98) 112deg,
      rgba(86, 134, 248, 0.98) 190deg,
      rgba(125, 222, 255, 0.98) 268deg,
      rgba(56, 136, 244, 0.98) 360deg
    ) border-box;
  color: var(--foreground-color);
  box-shadow:
    0 10px 24px rgba(56, 136, 244, 0.2),
    0 14px 30px rgba(103, 224, 248, 0.16);
  animation: hubAiRingSpin 4.4s linear infinite;
}

.topbar__cta .btn.btn--ghost:hover {
  animation-duration: 3.4s;
  filter: brightness(1.03);
}

.hero-cta-row .btn {
  --hub-btn-fill: linear-gradient(
    130deg,
    rgba(56, 136, 244, 0.9),
    rgba(70, 166, 248, 0.92) 52%,
    rgba(103, 224, 248, 0.9)
  );
  color: #ffffff !important;
  box-shadow:
    0 12px 30px rgba(56, 136, 244, 0.24),
    0 16px 34px rgba(103, 224, 248, 0.2);
}

main .btn:hover,
.cmp-banner .btn:hover,
.cmp-modal .btn:hover {
  animation-duration: 1.8s;
  filter: brightness(1.03);
}

@property --hub-ai-ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes hubAiRingSpin {
  to {
    --hub-ai-ring-angle: 360deg;
  }
}

.btn.btn-neutral {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--background-color);
  background-color: var(--foreground-color);
  border: 0;
  box-shadow: 0 4px 15px rgba(14, 30, 58, 0.25);
  padding: 0.9rem 1.9rem;
  border-radius: 3rem;
}

@media (max-width: 900px) {
  .section.banner {
    min-height: calc(100svh - 64px);
    padding: 76px 0 28px;
  }

  .banner-content {
    width: 100%;
    max-width: 100%;
    padding-inline: 4px;
  }

  .title {
    font-size: clamp(24px, 7.1vw, 38px);
    line-height: 1.04;
  }

  .title-line {
    white-space: normal;
    max-width: 100%;
  }

  .rotating-shell {
    max-width: 100%;
  }

  .paragraph {
    font-size: 17px;
    max-width: 100%;
  }

  .hero-cta-row {
    gap: 0.6rem;
    width: 100%;
    max-width: 100%;
  }

  .hero-cta-row .btn {
    padding: 0.9rem 1.2rem;
    font-size: 0.96rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rotating-word {
    transition: none;
  }

  .rotating-cursor {
    animation: none;
    opacity: 1;
  }
}

/* EN | IT toggle placement */
.lang-header-switch {
  top: var(--lang-header-center-y, calc(var(--header-h, 78px) / 2)) !important;
  right: clamp(18px, 2vw, 30px) !important;
  left: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  min-width: 102px;
  padding: 8px 12px;
  border-color: rgba(95, 125, 165, 0.56);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(17, 40, 77, 0.1);
  backdrop-filter: blur(8px);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lang-header-switch a {
  color: hsl(219 24% 43%);
  text-decoration: none;
  opacity: 1;
}

.lang-header-switch span {
  color: hsl(219 17% 58%);
  padding: 0 6px;
}

@media (min-width: 1200px) {
  :root {
    --zx-desktop-body-size: 15px;
    --zx-desktop-content-max: 1120px;
    --zx-desktop-gutter: 36px;
    --zx-desktop-h1-size: clamp(30px, 3.6vw, 54px);
    --zx-desktop-title-size: clamp(38px, 5.25vw, 72px);
    --zx-desktop-h2-size: clamp(24px, 2.1vw, 34px);
    --zx-desktop-h3-size: clamp(20px, 1.35vw, 28px);
    --zx-desktop-section-pad-y: 54px;
    --zx-desktop-grid-gap: 12px;
    --zx-desktop-compact-gap: 10px;
  }

  body {
    font-size: var(--zx-desktop-body-size);
  }

  .main .container,
  .footer .container {
    width: min(var(--zx-desktop-content-max), calc(100% - var(--zx-desktop-gutter)));
  }

  h1 {
    font-size: var(--zx-desktop-h1-size);
  }

  .title {
    font-size: var(--zx-desktop-title-size);
  }

  h2,
  .section__header h2 {
    font-size: var(--zx-desktop-h2-size);
  }

  h3,
  .service h3,
  .workflow-step h3,
  .project-card h3,
  .aside__box h3,
  .tech-card__head h2,
  .ops-card h3 {
    font-size: var(--zx-desktop-h3-size);
  }

  .section {
    padding: var(--zx-desktop-section-pad-y) 0;
  }

  .section.banner {
    padding: clamp(68px, 9vh, 98px) 0 34px;
  }

  .banner-content {
    row-gap: 1.3rem;
  }

  .section__header {
    margin-bottom: 22px;
  }

  .service-grid,
  .project-grid,
  .workflow__track,
  .form__row,
  .formwrap {
    gap: var(--zx-desktop-grid-gap);
  }

  .tech-grid,
  .testimonials,
  .stack,
  .aside,
  .stack-strip__pills {
    gap: var(--zx-desktop-compact-gap);
  }

  .stack-strip {
    padding: 4px 0 20px;
  }

  .stack-strip__inner {
    gap: var(--zx-desktop-compact-gap);
    padding: 12px 0;
  }

  .service,
  .workflow-step,
  .form,
  .aside__box,
  .tech-card,
  .ratings,
  .testimonial,
  .ops-card {
    padding: 14px;
  }

  .project-card h3 {
    margin: 12px 12px 6px;
  }

  .project-card p {
    margin: 0 12px 14px;
  }

  .btn {
    min-height: 44px;
  }

  .nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (min-width: 1200px) {
  .topbar .container {
    width: calc(100% - 42px) !important;
    max-width: none !important;
  }

  .topbar__inner {
    position: relative;
    min-height: 72px;
    padding-right: clamp(130px, 9vw, 170px) !important;
  }

  .topbar__inner .nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
    gap: clamp(14px, 1.1vw, 20px);
  }

  .topbar__inner .topbar__cta {
    margin-left: auto !important;
    margin-right: 0 !important;
  }

}

@media (max-width: 820px) {
  :root {
    --section-space: 48px;
  }

  .lang-header-switch {
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    top: auto !important;
    transform: none !important;
  }
}


.section--identity {
  padding-top: var(--section-space, 62px);
}

/* Global anchor offset — covers every id-target inside <main> + <main> itself */
#top,
main [id] {
  scroll-margin-top: var(--anchor-offset, calc(var(--header-h, 72px) + 16px));
}

@media (max-width: 820px) {
  .cmp-banner {
    width: calc(100% - 20px);
    bottom: 64px;
  }
}

/* Premium SaaS homepage hero */
.topbar {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.04);
}

.topbar__inner {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, auto) minmax(270px, 0.9fr);
  align-items: center;
  min-height: 58px;
  gap: clamp(14px, 2vw, 28px);
  padding-right: 0 !important;
}

.topbar .container,
.main .hero-shell,
.main .premium-services {
  width: min(1360px, calc(100% - 72px));
  max-width: none;
}

.brand {
  min-width: 0;
  align-items: center;
  justify-self: start;
}

.brand__mark {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.brand__name {
  display: block;
  color: #081225;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.05;
}

.brand__sub {
  display: block;
  margin: 3px 0 0;
  color: #42526d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.nav {
  flex: none;
  min-width: 0;
  justify-content: center;
  justify-self: center;
  gap: clamp(14px, 1.7vw, 22px);
}

.topbar__inner .nav {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.nav a {
  color: #101828;
  font-size: 14px;
  font-weight: 500;
}

.topbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 10px;
  width: 312px;
  min-width: 0;
  flex: none;
}

html[data-zx-theme="hub"] .topbar:not(.is-hero-passed) .topbar__cta,
html[data-zx-theme="hub"] .topbar.is-hero-passed .topbar__cta,
.topbar__right .topbar__cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  margin: 0 !important;
}

.topbar__right .btn {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 14px;
  white-space: nowrap;
}

.topbar__right .lang-header-switch,
.topbar__right .lang-header-switch.is-zx-lang-selector {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  min-width: 92px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.topbar__right .zx-lang-select__button {
  justify-content: center;
  min-width: 92px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 16px;
  border-color: rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.72);
  color: #111827;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.section.banner {
  display: block;
  min-height: 650px;
  padding: clamp(44px, 5.6vw, 70px) 0 clamp(18px, 3vw, 30px);
  text-align: left;
  overflow: hidden;
}

.section.banner::before {
  inset: -12%;
  opacity: 0.28;
  filter: blur(4rem);
  transform: translate3d(0, 0, 0) scale(1.02);
  transform-origin: center;
  will-change: transform;
  animation: heroGradientDrift 24s ease-in-out infinite alternate;
}

.section.banner::after {
  display: none;
}

body::before {
  display: none;
  animation: none;
}

.zkx-cmp-decided #cmpBanner {
  display: none;
}

.section--stacks .btn,
.form .btn,
.partnership-copy__book,
.cmp-banner .btn,
.cmp-modal .btn {
  animation: none !important;
}

@keyframes heroGradientDrift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1.03);
  }
  to {
    transform: translate3d(2%, 1.5%, 0) scale(1.06);
  }
}

@media (min-width: 821px) {
  .cmp-banner {
    min-height: 165px;
  }
}

@media (min-width: 1181px) {
  .section.banner {
    height: 650px;
  }
}

.hero-shell {
  position: relative;
  z-index: 5;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  gap: clamp(26px, 3.5vw, 46px);
  align-items: start;
}

.hero-copy {
  display: grid;
  gap: 16px;
}

.hero-pill {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.86);
  color: #1554dc;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
}

.hero-pill span {
  color: #3b82f6;
}

.hero-title {
  max-width: 660px;
  margin: 0;
  color: #06142f;
  font-size: clamp(38px, 3.65vw, 54px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
}

html[lang="en"] .hero-title {
  min-height: 170px;
}

html[lang="it"] .hero-title {
  min-height: 205px;
}

.hero-title__accent {
  background: linear-gradient(100deg, #2563eb 0%, #4f7cff 54%, #18a8f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.mobile-break {
  display: none;
}

.hero-subtitle {
  max-width: 560px;
  margin: 0;
  color: #34445f;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.48;
}

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

.hero-actions .btn {
  min-height: 50px;
  padding-inline: 24px;
  border-radius: 14px;
  font-size: 15px;
  animation: none;
}

.hero-actions .btn--primary,
.topbar__right .btn--primary {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(135deg, #2563eb, #3b82f6 55%, #38bdf8);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-actions .btn--ghost {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.72);
  color: #081225 !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.hero-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 8px;
}

.micro-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  min-width: 0;
}

.micro-icon {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.95), rgba(239, 246, 255, 0.9));
  color: #2563eb;
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.14), 0 12px 22px rgba(37, 99, 235, 0.09);
}

.micro-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.micro-card strong {
  color: #07142f;
  font-size: 13px;
  line-height: 1.25;
}

.micro-card small {
  color: #43536f;
  font-size: 12px;
  line-height: 1.35;
}

.dashboard-mockup {
  position: relative;
  isolation: isolate;
  align-self: start;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  min-height: 420px;
  padding: 14px;
  border: 1px solid rgba(129, 140, 248, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(239, 246, 255, 0.62)) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.26), rgba(56, 189, 248, 0.2)) border-box;
  box-shadow:
    0 32px 88px rgba(37, 99, 235, 0.13),
    0 18px 44px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

.dashboard-mockup::before {
  content: "";
  position: absolute;
  inset: 18% 0 0 20%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(147, 197, 253, 0.42), transparent 68%);
  filter: blur(8px);
  opacity: 0.72;
}

.dashboard-sidebar {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 18px;
  padding: 12px 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.dashboard-sidebar span:not(.dash-logo) {
  width: 14px;
  height: 14px;
  border-radius: 5px;
  border: 1px solid rgba(37, 99, 235, 0.34);
}

.dash-logo {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: center / 21px 21px no-repeat url("/shared/brand/zenkeix-logo-mark-96.webp?v=20260525"), rgba(239, 246, 255, 0.9);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.15);
}

.dashboard-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.dashboard-switch {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.dashboard-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.dashboard-tabs label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 11px;
  color: #52627a;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-tabs label:hover {
  color: #0b55d9;
}

#dash-trading:checked ~ .dashboard-tabs label[for="dash-trading"],
#dash-ai:checked ~ .dashboard-tabs label[for="dash-ai"],
#dash-web:checked ~ .dashboard-tabs label[for="dash-web"] {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

.dashboard-panel {
  display: none;
  min-height: 358px;
}

#dash-trading:checked ~ .dashboard-panels .dashboard-panel--trading,
#dash-ai:checked ~ .dashboard-panels .dashboard-panel--ai,
#dash-web:checked ~ .dashboard-panels .dashboard-panel--web {
  display: grid;
  grid-template-rows: 118px minmax(293px, 1fr);
  gap: 12px;
}

.dashboard-head,
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-head h2,
.card-head h3,
.status-card h3,
.positions-card h3,
.premium-service-card h2 {
  margin: 0;
  color: #07142f;
  letter-spacing: 0;
}

.dashboard-head h2 {
  font-size: 15px;
}

.dashboard-head span,
.card-head span {
  padding: 6px 10px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  color: #52627a;
  background: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 118px;
  gap: 10px;
}

.metric-card,
.chart-card,
.status-card,
.positions-card,
.premium-service-card {
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  backdrop-filter: none;
}

.metric-card {
  min-width: 0;
  min-height: 118px;
  height: 118px;
  padding: 11px;
  border-radius: 14px;
}

.metric-card small,
.metric-card span {
  display: block;
  color: #52627a;
  font-size: 10px;
}

.metric-card strong {
  display: block;
  margin-top: 7px;
  color: #07142f;
  font-size: clamp(19px, 1.45vw, 23px);
  letter-spacing: 0;
}

.metric-card svg {
  width: 100%;
  height: 30px;
  margin-top: 6px;
}

.metric-card path {
  fill: none;
  stroke: #38bdf8;
  stroke-width: 3;
  stroke-linecap: round;
}

.metric-card:nth-child(2) path,
.line-b {
  stroke: #2563eb;
}

.metric-card:nth-child(3) path,
.line-c {
  stroke: #7c3aed;
}

.dashboard-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(205px, 0.72fr);
  gap: 12px;
  min-height: 293px;
}

.chart-card,
.status-card,
.positions-card {
  border-radius: 16px;
  padding: 13px;
}

.strategy-chart {
  width: 100%;
  height: 166px;
  margin-top: 6px;
}

.grid-lines path {
  stroke: rgba(148, 163, 184, 0.24);
  stroke-width: 1;
}

.line {
  fill: none;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-a {
  stroke: #38bdf8;
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #52627a;
  font-size: 11px;
}

.chart-legend span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: #2563eb;
}

.chart-legend span:nth-child(2)::before {
  background: #7c3aed;
}

.chart-legend span:nth-child(3)::before {
  background: #38bdf8;
}

.side-panels {
  display: grid;
  gap: 12px;
}

.status-card p,
.positions-card p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0 0;
  color: #334155;
  font-size: 12px;
}

.status-card strong {
  color: #059669;
}

.status-card strong::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 999px;
  background: currentColor;
}

.positions-card em {
  color: #52627a;
  font-style: normal;
}

.positions-card strong {
  color: #16a34a;
}

.positions-card .negative {
  color: #dc2626;
}

.premium-services-section {
  position: relative;
  isolation: isolate;
  z-index: 20;
  content-visibility: visible;
  contain-intrinsic-size: auto;
  padding: 14px 0 clamp(50px, 6vw, 76px);
  background: linear-gradient(180deg, #f8fcff, #ffffff);
  overflow: hidden;
}

.premium-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.premium-service-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 18px;
  min-height: 178px;
  padding: clamp(20px, 2vw, 28px);
  border-radius: 20px;
  background: #ffffff;
  backdrop-filter: none;
}

.service-icon {
  grid-row: 1 / 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.2);
}

.service-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon--trading {
  background: linear-gradient(135deg, #7c3aed, #2563eb);
}

.service-icon--platform {
  background: linear-gradient(135deg, #38bdf8, #2563eb);
}

.premium-service-card h2 {
  font-size: clamp(21px, 1.45vw, 26px);
}

.premium-service-card p {
  margin: 10px 0 0;
  color: #34445f;
  line-height: 1.6;
  font-size: 14px;
}

.premium-service-card a {
  align-self: end;
  margin-top: 16px;
  color: #0b55d9;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .hero-title {
    min-height: 0 !important;
  }

  .section.banner {
    height: auto;
    min-height: auto;
  }

  .topbar .container {
    width: min(100% - 32px, 1360px);
  }

  .topbar__inner {
    grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
    gap: 12px;
  }

  .nav {
    gap: 12px;
  }

  .nav a {
    font-size: 13px;
  }

  .topbar__right {
    gap: 8px;
  }

  .topbar__right .btn {
    padding: 0 14px;
  }

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

  .dashboard-mockup {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .topbar__right {
    width: auto;
  }

  .section.banner {
    min-height: auto;
  }

  .topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .nav {
    display: none !important;
  }

  .hamburger {
    display: inline-grid !important;
    place-items: center;
  }

  .topbar__right {
    display: flex;
    margin-left: auto;
  }

  .topbar__right .topbar__cta {
    display: none;
  }

  .hero-title {
    font-size: clamp(38px, 8vw, 64px);
  }

  .hero-value-grid,
  .premium-services {
    grid-template-columns: 1fr;
  }

  .dashboard-mockup {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .dashboard-sidebar {
    display: none;
  }

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

  .dashboard-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar .container,
  .main .hero-shell,
  .main .premium-services {
    width: min(100% - 32px, 1440px);
  }

  .topbar__inner {
    position: relative;
    gap: 8px;
  }

  .topbar__right {
    display: none;
  }

  .topbar__right .zx-lang-select__button {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
  }

  .hamburger {
    display: inline-grid !important;
    place-items: center;
    position: fixed;
    top: 14px;
    right: 16px;
    transform: none;
    z-index: 20;
    order: 2;
    margin-left: auto;
    flex: 0 0 42px;
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(148, 163, 184, 0.34);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .hamburger span {
    background: #081225;
  }

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

  .brand {
    order: 1;
    min-width: 0;
    flex: 0 1 auto;
    gap: 8px;
  }

  .brand__mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .brand__name {
    font-size: 16px;
  }

  .brand__sub {
    display: none;
  }

  .mobile__langs {
    display: flex;
    gap: 10px;
  }

  .mobile__langs a {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-pill {
    max-width: 100%;
    font-size: 9px;
    gap: 5px;
    padding: 8px 10px;
    overflow-wrap: anywhere;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(31px, 8.4vw, 34px);
    overflow-wrap: normal;
    white-space: normal;
  }

  .mobile-break {
    display: block;
  }

  .hero-subtitle {
    font-size: 15px;
    white-space: normal;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .dashboard-mockup {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px;
    border-radius: 22px;
  }

  #dash-trading:checked ~ .dashboard-panels .dashboard-panel--trading,
  #dash-ai:checked ~ .dashboard-panels .dashboard-panel--ai,
  #dash-web:checked ~ .dashboard-panels .dashboard-panel--web {
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 12px;
  }

  .dashboard-panel {
    min-height: 0;
  }

  .metric-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 8px;
  }

  .metric-card {
    position: relative;
    min-height: 88px;
    height: auto;
    padding: 10px 12px;
    overflow: hidden;
  }

  .metric-card strong {
    margin-top: 4px;
    font-size: 21px;
  }

  .metric-card svg {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 42%;
    max-width: 150px;
    height: 38px;
    margin: 0;
    opacity: 0.85;
  }

  .dashboard-lower {
    min-height: 0;
    gap: 10px;
  }

  .chart-card,
  .status-card,
  .positions-card {
    padding: 14px 16px;
  }

  .strategy-chart {
    height: 150px;
    margin-top: 4px;
  }

  .chart-legend {
    gap: 8px 12px;
    font-size: 10px;
  }

  .status-card p,
  .positions-card p {
    font-size: 12px;
    line-height: 1.25;
  }

  .status-card h3,
  .positions-card h3 {
    font-size: 22px;
  }

  .premium-service-card {
    grid-template-columns: 1fr;
  }

  .service-icon {
    grid-row: auto;
    margin-bottom: 12px;
  }
}

/* Footer repair for the root-native Italian homepage. */
.footer__services-panel {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(103, 146, 188, 0.18);
}

.footer__section-head {
  display: block;
}

.footer__section-head h2 {
  margin: 0;
  color: currentColor;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.footer__service-col {
  display: grid;
  gap: 5px;
  align-content: start;
  min-height: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(95, 125, 165, 0.24);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.46);
}

.footer__service-col a {
  color: rgba(80, 98, 128, 0.92);
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}

.footer__service-col a:hover {
  color: var(--accent-cyan);
}

.footer__service-col .footer__service-title {
  margin-bottom: 1px;
  color: var(--foreground-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.footer__info-row {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 64px);
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(95, 125, 165, 0.2);
}

.footer__info-row > .footer__brand {
  flex: 1 1 520px;
  min-width: 0;
}

.footer__info-row > .footer__group {
  flex: 0 0 clamp(130px, 12vw, 190px);
}

@media (max-width: 760px) {
  .footer__services-grid,
  .footer__info-row,
  .footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer__info-row > .footer__brand,
  .footer__info-row > .footer__group {
    flex-basis: auto;
  }
}
