:root {
  color-scheme: dark;
  --bg: #080808;
  --bg-soft: #0d0d0f;
  --card: #141416;
  --card-light: #18181b;
  --text: #fff;
  --muted: #a3a3aa;
  --muted-strong: #d1d1d6;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .18);
  --accent: #3b82f6;
  --accent-light: #72a7ff;
  --accent-soft: rgba(59, 130, 246, .13);
  --telegram: #2aabee;
  --green: #8ff08a;
  --shadow: 0 34px 100px rgba(0, 0, 0, .42);
  --radius: 26px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.is-loading {
  overflow: hidden;
}

body.language-open {
  overflow: hidden;
}

body.language-open::after {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(2, 4, 8, .42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  content: "";
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(59, 130, 246, .14), transparent 24%),
    #080808;
  opacity: 1;
  visibility: visible;
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), visibility .7s;
}

.site-loader::before {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
  content: "";
  animation: loader-orbit 2.2s linear infinite;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-symbol {
  position: relative;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .48)) drop-shadow(0 0 26px rgba(59, 130, 246, .17));
  animation: loader-symbol-in .75s cubic-bezier(.22, 1, .36, 1) both;
}

.loader-symbol i {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(114, 167, 255, .2);
  border-right-color: var(--accent-light);
  border-radius: 29px;
  animation: loader-spin 1.4s linear infinite;
}

.setvix-mark {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mark-shell {
  fill: #0e1117;
  stroke: rgba(255, 255, 255, .16);
  stroke-width: 1;
}

.mark-accent {
  fill: none;
  stroke: var(--accent-light);
  stroke-width: 4;
  stroke-linecap: round;
  opacity: .82;
}

.mark-letter {
  fill: #fff;
}

.mark-dot {
  fill: #9bc2ff;
  filter: drop-shadow(0 0 5px rgba(114, 167, 255, .8));
}

.loader-symbol .mark-accent {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: loader-mark-draw .8s .18s cubic-bezier(.22, 1, .36, 1) forwards;
}

.loader-symbol .mark-dot {
  animation: loader-mark-dot 1.1s .45s ease both;
}

.loader-word {
  display: flex;
  gap: .3em;
  margin-left: .3em;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .22em;
}

.loader-word span {
  display: inline-block;
  animation: loader-letter .55s cubic-bezier(.22, 1, .36, 1) both;
}

.loader-word span:nth-child(2) { animation-delay: .07s; }
.loader-word span:nth-child(3) { animation-delay: .14s; }
.loader-word span:nth-child(4) { animation-delay: .21s; }
.loader-word span:nth-child(5) { animation-delay: .28s; }
.loader-word span:nth-child(6) { animation-delay: .35s; }

.loader-line {
  width: 150px;
  height: 2px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
}

.loader-line i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  transform-origin: left;
  animation: loader-progress 1.1s cubic-bezier(.65, 0, .35, 1) both;
}

main,
.footer {
  transition: opacity .75s ease, transform .75s cubic-bezier(.22, 1, .36, 1), filter .75s ease;
}

body.is-loading .site-header {
  opacity: 0;
  filter: blur(7px);
  transform: translate(-50%, 12px);
}

body.is-loading main,
body.is-loading .footer {
  opacity: 0;
  filter: blur(7px);
  transform: translateY(12px);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
textarea,
input {
  font: inherit;
}

button {
  color: inherit;
}

::selection {
  background: var(--accent);
  color: #fff;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 300;
  padding: 11px 16px;
  border-radius: 12px;
  background: #fff;
  color: #080808;
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 18px;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .026;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  z-index: -2;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  filter: blur(170px);
  pointer-events: none;
}

.ambient--one {
  top: -340px;
  left: 42%;
  background: rgba(59, 130, 246, .14);
}

.ambient--two {
  right: -380px;
  bottom: 10vh;
  background: rgba(40, 93, 190, .07);
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 120;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  min-height: 70px;
  padding: 10px 11px 10px 17px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(8, 8, 8, .72);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  transform: translateX(-50%);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .75s ease, transform .75s cubic-bezier(.22, 1, .36, 1), filter .75s ease;
}

.site-header.scrolled {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(8, 8, 8, .92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

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

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .35));
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), filter .3s ease;
}

.brand:hover .brand-mark {
  filter: drop-shadow(0 12px 24px rgba(31, 95, 210, .25));
  transform: rotate(-3deg) scale(1.04);
}

.brand-copy {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.brand-copy b {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: .04em;
}

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

.nav a {
  padding: 10px 11px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  transition: color .2s ease, background .2s ease;
}

.nav a:hover {
  background: rgba(255, 255, 255, .05);
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.social-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
  color: #d7d8dd;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.social-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.social-icon .social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.social-icon:hover {
  border-color: rgba(220, 83, 149, .45);
  background: linear-gradient(135deg, rgba(106, 80, 218, .16), rgba(220, 83, 149, .13) 55%, rgba(245, 166, 35, .1));
  box-shadow: 0 10px 30px rgba(167, 58, 132, .12);
  color: #f2d8e8;
  transform: translateY(-1px);
}

.social-icon:focus-visible {
  outline: 2px solid rgba(220, 83, 149, .65);
  outline-offset: 3px;
}

.language-switcher {
  position: relative;
}

.language-trigger {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.language-trigger:hover,
.language-trigger[aria-expanded="true"] {
  border-color: rgba(114, 167, 255, .34);
  background: rgba(59, 130, 246, .09);
  transform: translateY(-1px);
}

.language-current-flag {
  font-size: 18px;
  line-height: 1;
}

.language-current-name {
  max-width: 92px;
  overflow: hidden;
  font-size: 11px;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-trigger > svg {
  width: 14px;
  fill: none;
  stroke: var(--muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .25s ease;
}

.language-trigger[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 180;
  width: min(540px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: rgba(12, 13, 16, .98);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .55);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transform-origin: top right;
  animation: language-menu-in .22s cubic-bezier(.22, 1, .36, 1) both;
}

.language-menu[hidden] {
  display: none;
}

.language-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.language-menu-head strong,
.language-menu-head small {
  display: block;
}

.language-menu-head strong {
  font-size: 15px;
}

.language-menu-head small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.language-menu-head > button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
  color: var(--muted);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.language-search {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}

.language-search:focus-within {
  border-color: rgba(114, 167, 255, .46);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .1);
}

.language-search svg {
  width: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--muted);
  stroke-linecap: round;
  stroke-width: 1.5;
}

.language-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 12px;
}

.language-search input::placeholder {
  color: #777982;
}

.language-search input:focus-visible {
  outline: 0;
}

.language-list {
  display: grid;
  max-height: min(410px, 58vh);
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  overflow: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
  scrollbar-color: rgba(255, 255, 255, .18) transparent;
  scrollbar-width: thin;
}

.language-option {
  display: grid;
  min-height: 49px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.language-option:hover,
.language-option.active {
  border-color: rgba(114, 167, 255, .2);
  background: rgba(59, 130, 246, .09);
  transform: translateY(-1px);
}

.language-option > span {
  font-size: 19px;
}

.language-option > b {
  overflow: hidden;
  font-size: 11px;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-option > i {
  color: #7ca7ec;
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .04em;
}

.language-note,
.language-empty {
  margin: 12px 2px 0;
  color: #7c7e87;
  font-size: 9px;
  line-height: 1.5;
}

.language-empty {
  color: var(--muted-strong);
  text-align: center;
}

.header-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(59, 130, 246, .28);
  border-radius: 13px;
  background: var(--accent-soft);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.header-cta:hover {
  border-color: rgba(59, 130, 246, .55);
  background: rgba(59, 130, 246, .2);
  transform: translateY(-1px);
}

.open-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 13px rgba(143, 240, 138, .6);
}

.header-cta-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: #fff;
  transition: transform .2s ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero,
.section,
.final-cta,
.footer {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding: 145px 0 105px;
  text-align: center;
}

.hero-copy {
  display: flex;
  width: min(100%, 1050px);
  align-items: center;
  flex-direction: column;
}

.open-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid rgba(59, 130, 246, .24);
  border-radius: 999px;
  background: rgba(59, 130, 246, .08);
  color: var(--accent-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.open-badge--paused {
  border-color: rgba(114, 167, 255, .28);
  background: rgba(59, 130, 246, .09);
  color: #bcd3ff;
}

.open-badge--paused i {
  background: #72a7ff;
  box-shadow: 0 0 13px rgba(114, 167, 255, .62);
}

.hero h1 {
  margin: 26px 0 28px;
  font-size: clamp(63px, 7.7vw, 108px);
  font-weight: 850;
  line-height: .91;
  letter-spacing: -.067em;
}

.hero h1 em {
  background: linear-gradient(95deg, #fff 0%, #91b8ff 48%, #4a89f8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
}

.hero-copy > p {
  max-width: 800px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.72;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.hero-actions {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  border-color: rgba(255, 255, 255, .7);
  background: linear-gradient(135deg, #fff, #e8edf5);
  color: #090909;
  box-shadow: 0 15px 45px rgba(255, 255, 255, .09);
}

.button--primary:hover {
  box-shadow: 0 19px 52px rgba(255, 255, 255, .15);
}

.button--secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, .035);
  color: var(--muted-strong);
}

.button--secondary:hover {
  border-color: rgba(59, 130, 246, .38);
  background: var(--accent-soft);
  color: #fff;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  color: #77777f;
  font-size: 10px;
  justify-content: center;
}

.hero-meta span {
  display: inline-flex;
  gap: 6px;
}

.hero-meta b {
  color: var(--muted-strong);
  font-weight: 700;
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #73737a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-scroll span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0b0c;
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 26px;
  min-height: 74px;
  animation: ticker 30s linear infinite;
}

.ticker-track span {
  color: #77777e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ticker-track i {
  color: var(--accent);
  font-style: normal;
  font-size: 9px;
}

.section {
  padding: clamp(90px, 10vw, 145px) 0;
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #76767e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-kicker span {
  color: var(--accent-light);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: clamp(42px, 8vw, 110px);
  margin-bottom: 52px;
}

.section-heading h2,
.collaboration-title h2,
.questions-copy h2,
.faq-heading h2,
.final-cta h2 {
  margin: 24px 0 0;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.section-heading > p,
.collaboration-copy > p,
.questions-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.collaboration-grid {
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  gap: clamp(55px, 9vw, 125px);
  margin-top: 40px;
}

.collaboration-title h2 {
  margin-top: 0;
}

.collaboration-title em {
  color: var(--accent-light);
  font-style: normal;
}

.collaboration-copy > p + p {
  margin-top: 18px;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 22px;
  color: var(--accent-light);
  font-size: 13px;
  font-weight: 800;
}

.inline-link span {
  transition: transform .2s ease;
}

.inline-link:hover span {
  transform: translate(3px, -3px);
}

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

.principle-card,
.direction-card,
.project-small {
  border: 1px solid var(--line);
  background: var(--card);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.principle-card:hover,
.direction-card:hover,
.project-small:hover {
  border-color: rgba(255, 255, 255, .18);
  background: var(--card-light);
  transform: translateY(-4px);
}

.principle-card {
  --card-accent: 114, 167, 255;
  position: relative;
  display: flex;
  min-height: 250px;
  overflow: hidden;
  flex-direction: column;
  padding: 27px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(var(--card-accent), .14), transparent 45%),
    var(--card);
}

.principle-card:nth-child(2) {
  --card-accent: 151, 122, 255;
}

.principle-card:nth-child(3) {
  --card-accent: 72, 197, 255;
}

.principle-card:hover {
  background:
    radial-gradient(circle at 100% 0, rgba(var(--card-accent), .18), transparent 46%),
    var(--card-light);
}

.principle-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(var(--card-accent), .28);
  border-radius: 15px;
  background: rgba(var(--card-accent), .1);
  color: rgb(var(--card-accent));
  box-shadow: 0 14px 34px rgba(var(--card-accent), .08);
}

.principle-card-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.principle-card-copy {
  margin-top: auto;
}

.principle-card small {
  color: rgb(var(--card-accent));
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.direction-index,
.project-small-index {
  color: #686870;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .1em;
}

.principle-card h3 {
  margin: 8px 0 10px;
  font-size: 22px;
  letter-spacing: -.025em;
}

.principle-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

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

.direction-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  padding: 27px;
  border-radius: var(--radius);
}

.direction-card--large {
  grid-row: span 2;
  min-height: 715px;
  background:
    radial-gradient(circle at 30% 90%, rgba(59, 130, 246, .16), transparent 42%),
    var(--card);
}

.direction-card--wide {
  grid-column: span 2;
}

.direction-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 42px;
  place-items: center;
  border: 1px solid rgba(59, 130, 246, .2);
  border-radius: 15px;
  background: var(--accent-soft);
  color: var(--accent-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
}

.direction-card--large .direction-icon {
  margin-bottom: 300px;
}

.direction-card h3 {
  margin: 14px 0 12px;
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.direction-card p {
  max-width: 560px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.direction-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.direction-card li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  color: #b8b8bf;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.projects-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 16px;
}

.mineua-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(59, 130, 246, .25);
  border-radius: 30px;
  background:
    linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px),
    linear-gradient(145deg, #131824, #0c0e13);
  background-size: 40px 40px, 40px 40px, auto;
  box-shadow: var(--shadow);
}

.mineua-glow {
  position: absolute;
  top: -220px;
  right: -150px;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: rgba(59, 130, 246, .25);
  filter: blur(130px);
}

.project-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707681;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .1em;
}

.mineua-mark {
  position: absolute;
  top: 24px;
  right: 16px;
  color: rgba(255, 255, 255, .045);
  font-size: 400px;
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.12em;
}

.mineua-content {
  position: absolute;
  right: 32px;
  bottom: 34px;
  left: 32px;
  z-index: 2;
}

.project-type {
  margin-bottom: 8px;
  color: var(--accent-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mineua-content h3 {
  margin: 0 0 18px;
  font-size: clamp(70px, 9vw, 125px);
  line-height: .82;
  letter-spacing: -.075em;
}

.mineua-content h3 span {
  color: var(--accent-light);
}

.mineua-content > p:not(.project-type) {
  max-width: 650px;
  margin-bottom: 27px;
  color: #b1b6c0;
  font-size: 15px;
  line-height: 1.7;
}

.button--project {
  border-color: rgba(114, 167, 255, .35);
  background: rgba(59, 130, 246, .14);
  color: #e2ecff;
}

.button--project:hover {
  border-color: rgba(114, 167, 255, .6);
  background: rgba(59, 130, 246, .22);
}

.project-side {
  display: grid;
  min-width: 0;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.project-small {
  position: relative;
  display: flex;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 27px;
}

.project-small h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.project-small p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.project-small > div {
  position: relative;
  z-index: 1;
}

.project-small-icon {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(255, 255, 255, .1);
  font-size: 90px;
}

.project-small--planner {
  border-color: rgba(72, 145, 212, .2);
  background:
    radial-gradient(circle at 92% 12%, rgba(73, 155, 219, .14), transparent 42%),
    linear-gradient(145deg, #12171c, #0f1318);
}

.project-small--horror {
  border-color: rgba(169, 68, 95, .2);
  background:
    radial-gradient(circle at 92% 12%, rgba(163, 48, 75, .13), transparent 42%),
    linear-gradient(145deg, #171114, #100e11);
}

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

.process-step {
  min-width: 0;
  padding-right: 25px;
}

.process-step > span {
  color: var(--accent-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.process-line {
  position: relative;
  height: 1px;
  margin: 20px 0 28px;
  background: var(--line);
}

.process-line i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(59, 130, 246, .65);
}

.process-step h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.role-finder {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(45px, 8vw, 100px);
  padding: clamp(27px, 4vw, 50px);
  border: 1px solid rgba(59, 130, 246, .2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(59, 130, 246, .12), transparent 38%),
    var(--card);
}

.role-overline {
  margin-bottom: 17px;
  color: var(--accent-light);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
}

.role-finder-intro h3 {
  margin: 0 0 15px;
  font-size: clamp(31px, 3.5vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.role-finder-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.role-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}

.role-tab,
.prompt-button,
.copy-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.role-tab {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.role-tab:hover,
.role-tab.active {
  border-color: rgba(59, 130, 246, .4);
  background: var(--accent-soft);
  color: #dce9ff;
}

.role-result {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  min-height: 128px;
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(5, 5, 6, .35);
}

.role-result > span {
  color: var(--accent-light);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.role-result h4 {
  margin: 0 0 7px;
  font-size: 19px;
}

.role-result p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.questions-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(55px, 9vw, 115px);
}

.questions-copy h2 {
  margin-top: 25px;
}

.questions-copy > p {
  margin-top: 22px;
}

.privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .025);
}

.privacy-note > span {
  display: grid;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  background: var(--accent-soft);
  color: var(--accent-light);
}

.privacy-note strong,
.privacy-note small {
  display: block;
}

.privacy-note strong {
  margin-bottom: 2px;
  font-size: 12px;
}

.privacy-note small {
  color: var(--muted);
  font-size: 10px;
}

.question-form {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 29px;
  background:
    radial-gradient(circle at 100% 0, rgba(59, 130, 246, .1), transparent 38%),
    linear-gradient(145deg, #15171b, #0e0f12);
  box-shadow: var(--shadow);
}

.form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.form-head > label {
  color: #c9c9cf;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.prompt-button {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.prompt-button span {
  color: var(--accent-light);
}

.prompt-button:hover {
  border-color: rgba(59, 130, 246, .4);
  background: var(--accent-soft);
  color: #fff;
}

.question-form textarea {
  display: block;
  width: 100%;
  min-height: 225px;
  resize: vertical;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 17px;
  outline: none;
  background: rgba(3, 3, 4, .48);
  color: #fff;
  caret-color: var(--accent-light);
  font-size: 15px;
  line-height: 1.65;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.question-form textarea::placeholder {
  color: #66666d;
}

.question-form textarea:focus {
  border-color: rgba(59, 130, 246, .5);
  background: rgba(3, 3, 4, .7);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .07);
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.prompt-status,
.form-status {
  min-height: 18px;
  margin: 9px 2px 0;
  color: var(--muted);
  font-size: 10px;
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.character-count {
  color: #74747c;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.form-status {
  margin-top: 12px;
  font-size: 11px;
}

.form-status[data-state="success"] {
  color: #b6efb1;
}

.form-status[data-state="error"] {
  color: #ffabb4;
}

.form-bottom button:disabled {
  cursor: wait;
  opacity: .6;
  transform: none;
}

.faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(55px, 9vw, 120px);
}

.faq-heading h2 {
  margin-top: 25px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

.faq-list details[open] summary span {
  border-color: rgba(59, 130, 246, .4);
  color: var(--accent-light);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -7px 55px 26px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: end;
  gap: clamp(55px, 8vw, 110px);
  overflow: hidden;
  margin-top: clamp(60px, 8vw, 110px);
  margin-bottom: clamp(60px, 8vw, 110px);
  padding: clamp(35px, 6vw, 75px);
  border: 1px solid rgba(59, 130, 246, .25);
  border-radius: 34px;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(145deg, #141820, #0c0e12);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: var(--shadow);
}

.final-cta-glow {
  position: absolute;
  top: -320px;
  left: 20%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(59, 130, 246, .18);
  filter: blur(150px);
  pointer-events: none;
}

.final-cta-copy,
.telegram-contact {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  margin-top: 25px;
}

.final-cta-copy > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.telegram-contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(42, 171, 238, .26);
  border-radius: 22px;
  background: rgba(42, 171, 238, .08);
}

.telegram-icon {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border-radius: 16px;
  background: rgba(42, 171, 238, .15);
}

.telegram-icon svg {
  width: 28px;
  fill: #8ed7ff;
}

.telegram-contact > div:nth-child(2) span,
.telegram-contact > div:nth-child(2) strong {
  display: block;
}

.telegram-contact > div:nth-child(2) span {
  color: #7ba7bd;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
}

.telegram-contact > div:nth-child(2) strong {
  margin-top: 3px;
  font-size: 27px;
  letter-spacing: -.035em;
}

.telegram-actions {
  display: flex;
  grid-column: 1 / -1;
  gap: 9px;
  margin-top: 8px;
}

.button--telegram {
  flex: 1;
  background: var(--telegram);
  color: #fff;
}

.button--telegram:hover {
  box-shadow: 0 15px 40px rgba(42, 171, 238, .2);
}

.copy-button {
  min-height: 56px;
  padding: 0 16px;
  border-radius: 15px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}

.copy-button:hover {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 120px;
  gap: 25px;
  border-top: 1px solid var(--line);
  color: #6d6d74;
  font-size: 10px;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  justify-self: end;
  gap: 20px;
}

.footer-links a {
  transition: color .2s ease;
}

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

.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 200;
  max-width: calc(100% - 32px);
  padding: 12px 17px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(20, 21, 25, .96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(114, 167, 255, .9);
  outline-offset: 3px;
}

@keyframes loader-symbol-in {
  from {
    opacity: 0;
    transform: scale(.72) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes loader-letter {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes loader-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes loader-spin {
  to { transform: rotate(360deg); }
}

@keyframes loader-mark-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes loader-mark-dot {
  0% { opacity: 0; transform: scale(.4); transform-origin: center; }
  55% { opacity: 1; transform: scale(1.6); transform-origin: center; }
  100% { opacity: 1; transform: scale(1); transform-origin: center; }
}

@keyframes loader-orbit {
  from {
    opacity: .3;
    transform: scale(.82) rotate(0);
  }
  50% {
    opacity: .7;
    transform: scale(1) rotate(180deg);
  }
  to {
    opacity: .3;
    transform: scale(.82) rotate(360deg);
  }
}

@keyframes language-menu-in {
  from {
    opacity: 0;
    transform: translateY(-7px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    display: none;
    width: min(320px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(12, 12, 13, .98);
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: grid;
  }

  .nav a {
    padding: 13px;
  }

  .menu-button {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 150px;
  }

  .hero-copy {
    max-width: 900px;
  }

  .hero-scroll {
    display: none;
  }

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

  .direction-card--large {
    grid-row: span 1;
    min-height: 390px;
  }

  .direction-card--large .direction-icon {
    margin-bottom: 42px;
  }

  .projects-layout {
    grid-template-columns: 1fr;
  }

  .project-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .project-small {
    min-height: 320px;
  }
}

@media (max-width: 860px) {
  .section-heading,
  .collaboration-grid,
  .role-finder,
  .questions-layout,
  .faq,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

  .principle-card {
    min-height: 210px;
  }

  .principle-card h3 {
    margin-top: 45px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 0;
  }

  .faq-heading {
    max-width: 620px;
  }

  .final-cta {
    align-items: start;
  }

  .telegram-contact {
    max-width: 620px;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    padding: 26px 0;
    row-gap: 14px;
  }

  .footer p {
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .footer > .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-links {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header {
    top: 9px;
    width: calc(100% - 16px);
    min-height: 60px;
    padding: 7px 7px 7px 10px;
    border-color: rgba(255, 255, 255, .12);
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(12, 14, 19, .94), rgba(7, 8, 11, .9));
    box-shadow: 0 14px 44px rgba(0, 0, 0, .32);
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-copy b {
    display: none;
  }

  .language-trigger {
    width: 44px;
    min-height: 44px;
    justify-content: center;
    gap: 0;
    padding: 0;
  }

  .language-current-name,
  .language-trigger > svg {
    display: none;
  }

  .language-menu {
    position: fixed;
    top: 78px;
    right: 9px;
    left: 9px;
    width: auto;
    max-height: calc(100dvh - 88px);
    padding: 15px;
    border-radius: 19px;
  }

  .language-list {
    max-height: calc(100dvh - 260px);
    grid-template-columns: 1fr;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 12px;
  }

  .social-icon {
    width: 44px;
    height: 44px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
  }

  .hero,
  .section,
  .final-cta,
  .footer {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero {
    gap: 36px;
    padding: 108px 0 62px;
  }

  .hero-copy {
    position: relative;
    padding: 28px 10px 8px;
    border-radius: 32px;
    background: radial-gradient(circle at 50% 22%, rgba(59, 130, 246, .13), transparent 46%);
  }

  .hero h1 {
    margin: 22px 0 24px;
    font-size: clamp(46px, 13.2vw, 58px);
    line-height: .94;
    letter-spacing: -.06em;
  }

  .hero-copy > p {
    max-width: 350px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.72;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-meta {
    display: grid;
    width: 100%;
    max-width: 520px;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px;
    padding: 6px 15px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    text-align: left;
  }

  .hero-meta span {
    justify-content: space-between;
    padding: 8px 0;
  }

  .hero-meta span + span {
    border-top: 1px solid rgba(255, 255, 255, .07);
  }

  .ticker-track {
    min-height: 60px;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 32px;
  }

  .section-heading h2,
  .collaboration-title h2,
  .questions-copy h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.04;
  }

  .collaboration-grid {
    gap: 30px;
    margin-top: 30px;
  }

  .section-heading > p,
  .collaboration-copy > p,
  .final-cta-copy > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .principles-grid {
    gap: 10px;
    margin-top: 42px;
  }

  .principle-card {
    display: grid;
    min-height: 0;
    grid-template-columns: 44px 1fr;
    align-items: start;
    gap: 7px 15px;
    padding: 20px;
    border-radius: 19px;
  }

  .principle-card-icon {
    width: 42px;
    height: 42px;
    grid-row: 1;
    border-radius: 13px;
  }

  .principle-card-icon svg {
    width: 21px;
    height: 21px;
  }

  .principle-card-copy {
    margin-top: 0;
  }

  .principle-card h3 {
    margin: 4px 0 5px;
    font-size: 20px;
  }

  .principle-card p {
    font-size: 12px;
    line-height: 1.62;
  }

  .directions-grid,
  .project-side {
    grid-template-columns: 1fr;
  }

  .direction-card--wide {
    grid-column: auto;
  }

  .direction-card,
  .direction-card--large {
    min-height: 360px;
  }

  .mineua-card {
    min-height: 650px;
    padding: 22px;
    border-radius: 26px;
  }

  .mineua-content {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .mineua-content h3 {
    font-size: clamp(67px, 22vw, 100px);
  }

  .mineua-content > p:not(.project-type) {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.65;
  }

  .mineua-content .button {
    width: 100%;
  }

  .mineua-mark {
    top: 80px;
    font-size: 280px;
  }

  .project-side {
    gap: 12px;
  }

  .project-small {
    min-height: 265px;
    padding: 23px;
    border-radius: 23px;
  }

  .project-small h3 {
    font-size: 28px;
  }

  .project-small p {
    max-width: 290px;
    font-size: 12px;
    line-height: 1.65;
  }

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

  .role-finder {
    gap: 35px;
    padding: 22px;
    border-radius: 24px;
  }

  .role-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .question-form {
    padding: 18px;
    border-radius: 23px;
  }

  .form-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .form-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .character-count {
    align-self: flex-end;
  }

  .form-bottom .button {
    width: 100%;
  }

  .final-cta {
    gap: 34px;
    margin-top: 38px;
    margin-bottom: 38px;
    padding: 25px 20px;
    border-radius: 26px;
  }

  .final-cta h2 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .telegram-contact {
    padding: 18px;
    border-radius: 20px;
  }

  .footer {
    padding: 24px 2px 30px;
  }

  .footer p {
    color: #92929a;
    font-size: 10px;
  }
}

@media (max-width: 440px) {
  .brand-copy {
    display: none;
  }

  .header-actions {
    gap: 5px;
  }

  .header-cta {
    width: 44px;
    justify-content: center;
    padding: 0;
  }

  .header-cta span {
    display: none;
  }

  .header-cta-icon {
    width: 20px;
    height: 20px;
  }

  .hero-meta,
  .role-tabs {
    grid-template-columns: 1fr;
  }

  .project-topline > span:last-child {
    display: none;
  }

  .telegram-contact {
    grid-template-columns: 1fr;
  }

  .telegram-actions {
    flex-direction: row;
  }

  .telegram-actions .copy-button {
    min-width: 104px;
  }

  .footer-links {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
