/* RESET */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, dl, dt, dd, figure, blockquote, form { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; }
ul, ol { list-style-type: none; }
a { color: inherit; text-decoration-line: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font-family: inherit; font-size: inherit; color: inherit; }
[hidden] { display: none !important; }

/* BASE */
.body {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #f1f5f9;
  background-color: #0b1020;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
.main-wrapper {
  display: block;
  overflow-x: hidden;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background-color: rgba(11, 16, 32, 0.85);
  backdrop-filter: blur(12px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(148, 163, 184, 0.18);
}
.nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  min-width: 0;
}
.nav__brand { display: flex; flex-direction: row; align-items: center; column-gap: 10px; flex-shrink: 1; min-width: 0; overflow: hidden; }
.nav__logo-wrap {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
}
.nav__logo { width: 36px; height: 36px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; overflow: hidden; }
.nav__brand-name { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 15px; letter-spacing: -0.02em; color: #f1f5f9; white-space: nowrap; }
.nav__brand-accent { color: #22d3ee; }
.nav__brand-tagline { display: none; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: #94a3b8; margin-top: 2px; white-space: nowrap; }

.nav__list { display: none; flex-direction: row; column-gap: 24px; }
.nav__item { display: block; }
.nav__link { font-size: 14px; color: #cbd5e1; transition-property: color; transition-duration: 200ms; }
.nav__link--hover { color: #f1f5f9; }
.nav__link--active { color: #22d3ee; }

.nav__actions { display: flex; flex-direction: row; align-items: center; column-gap: 8px; flex-shrink: 0; }
.nav__cta { display: none; }
.nav__burger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(148, 163, 184, 0.25);
  border-right-color: rgba(148, 163, 184, 0.25);
  border-bottom-color: rgba(148, 163, 184, 0.25);
  border-left-color: rgba(148, 163, 184, 0.25);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #f1f5f9;
  cursor: pointer;
  font-size: 18px;
}
.nav__burger--hover { background-color: rgba(34, 211, 238, 0.08); }
.nav__burger-icon { display: block; }

.nav__mobile {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(148, 163, 184, 0.18);
  background-color: rgba(11, 16, 32, 0.96);
}
.nav__mobile-link {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 14px;
  color: #cbd5e1;
}
.nav__mobile-link--hover { color: #f1f5f9; background-color: rgba(148, 163, 184, 0.08); }

/* MAIN / PAGE */
.main {
  display: block;
  padding-top: 64px;
  min-height: 100vh;
}
.page { display: none; }
.page--active { display: block; }

/* HERO */
.hero {
  position: relative;
  padding-top: 96px;
  padding-right: 16px;
  padding-bottom: 64px;
  padding-left: 16px;
  background-image: linear-gradient(180deg, #0b1020 0%, #0f1830 100%);
  overflow: hidden;
}
.hero--home { padding-top: 112px; padding-bottom: 96px; }
.hero--page { padding-top: 112px; padding-bottom: 48px; }
.hero__inner { max-width: 960px; margin-left: auto; margin-right: auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero__badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(148, 163, 184, 0.25);
  border-right-color: rgba(148, 163, 184, 0.25);
  border-bottom-color: rgba(148, 163, 184, 0.25);
  border-left-color: rgba(148, 163, 184, 0.25);
  background-color: rgba(15, 24, 48, 0.6);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: #cbd5e1;
  margin-bottom: 24px;
}
.hero__badge-dot { width: 8px; height: 8px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; background-color: #22d3ee; box-shadow: 0 0 12px rgba(34, 211, 238, 0.7); }
.hero__eyebrow { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #22d3ee; margin-bottom: 12px; }
.hero__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 28px; line-height: 1.15; letter-spacing: -0.035em; color: #f1f5f9; }
.hero__title-accent {
  background-image: linear-gradient(135deg, #22d3ee 0%, #7c5cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.hero__subtitle { margin-top: 20px; font-size: 15px; color: #94a3b8; max-width: 640px; }
.hero__actions { margin-top: 32px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; column-gap: 12px; row-gap: 12px; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
.hero__stats { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 24px; row-gap: 24px; width: 100%; max-width: 720px; }
.hero__stat { text-align: center; }
.hero__stat-num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 30px; background-image: linear-gradient(135deg, #22d3ee 0%, #7c5cff 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero__stat-label { font-size: 12px; color: #94a3b8; margin-top: 4px; }

/* BUTTON */
.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  transition-property: background-color, color, border-color, transform, box-shadow;
  transition-duration: 200ms;
}
.btn--primary { background-color: #22d3ee; color: #0b1020; }
.btn--primary.btn--hover { background-color: #67e8f9; box-shadow: 0 8px 30px rgba(34, 211, 238, 0.35); }
.btn--outline {
  background-color: rgba(15, 24, 48, 0.4);
  color: #f1f5f9;
  border-top-color: rgba(148, 163, 184, 0.35);
  border-right-color: rgba(148, 163, 184, 0.35);
  border-bottom-color: rgba(148, 163, 184, 0.35);
  border-left-color: rgba(148, 163, 184, 0.35);
}
.btn--outline.btn--hover { border-top-color: #22d3ee; border-right-color: #22d3ee; border-bottom-color: #22d3ee; border-left-color: #22d3ee; color: #22d3ee; }
.btn--sm { padding-top: 8px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; font-size: 13px; }
.btn--lg { padding-top: 12px; padding-right: 28px; padding-bottom: 12px; padding-left: 28px; font-size: 15px; }

/* TRUST STRIP */
.trust {
  padding-top: 40px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(148, 163, 184, 0.18);
  border-bottom-color: rgba(148, 163, 184, 0.18);
  background-color: rgba(15, 24, 48, 0.4);
}
.trust__grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  text-align: center;
}
.trust__item { display: flex; flex-direction: column; align-items: center; row-gap: 8px; }
.trust__icon { color: #22d3ee; font-size: 22px; }
.trust__text { font-size: 13px; color: #94a3b8; }

/* SECTION */
.section {
  padding-top: 64px;
  padding-right: 16px;
  padding-bottom: 64px;
  padding-left: 16px;
}
.section--alt { background-color: rgba(15, 24, 48, 0.35); }
.section--pattern { background-image: linear-gradient(135deg, rgba(34, 211, 238, 0.04) 0%, rgba(124, 92, 255, 0.04) 100%); }
.section__head { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; margin-bottom: 40px; }
.section__eyebrow { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #22d3ee; margin-bottom: 12px; }
.section__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 26px; line-height: 1.2; letter-spacing: -0.035em; color: #f1f5f9; }
.section__lead { margin-top: 16px; font-size: 15px; color: #94a3b8; }
.section__cta { text-align: center; margin-top: 32px; }

/* SERVICES (home small) */
.services {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.service-card {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(148, 163, 184, 0.18);
  border-right-color: rgba(148, 163, 184, 0.18);
  border-bottom-color: rgba(148, 163, 184, 0.18);
  border-left-color: rgba(148, 163, 184, 0.18);
  background-color: rgba(15, 24, 48, 0.5);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.service-card--hover { border-top-color: rgba(34, 211, 238, 0.5); border-right-color: rgba(34, 211, 238, 0.5); border-bottom-color: rgba(34, 211, 238, 0.5); border-left-color: rgba(34, 211, 238, 0.5); transform: translateY(-4px); }
.service-card__icon {
  width: 48px;
  height: 48px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: rgba(34, 211, 238, 0.1);
  color: #22d3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  font-size: 22px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(34, 211, 238, 0.3);
  border-right-color: rgba(34, 211, 238, 0.3);
  border-bottom-color: rgba(34, 211, 238, 0.3);
  border-left-color: rgba(34, 211, 238, 0.3);
}
.service-card__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 18px; color: #f1f5f9; margin-bottom: 8px; }
.service-card__text { font-size: 14px; color: #94a3b8; line-height: 1.6; }
.service-card__list { margin-top: 14px; margin-bottom: 14px; display: flex; flex-direction: column; row-gap: 6px; text-align: left; }
.service-card__li { font-size: 13px; color: #94a3b8; display: flex; flex-direction: row; column-gap: 8px; align-items: flex-start; }
.service-card__check { color: #22d3ee; flex-shrink: 0; }
.service-card__foot { margin-top: auto; padding-top: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.18); display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.service-card__price-label { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #94a3b8; }
.service-card__price { font-weight: 600; color: #22d3ee; }

/* PROCESS */
.process {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.process__item {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(148, 163, 184, 0.18);
  border-right-color: rgba(148, 163, 184, 0.18);
  border-bottom-color: rgba(148, 163, 184, 0.18);
  border-left-color: rgba(148, 163, 184, 0.18);
  background-color: rgba(15, 24, 48, 0.5);
}
.process__num { font-family: "JetBrains Mono", monospace; font-size: 14px; color: #22d3ee; margin-bottom: 14px; }
.process__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 18px; color: #f1f5f9; margin-bottom: 8px; }
.process__text { font-size: 14px; color: #94a3b8; }

/* VALUES */
.values { max-width: 1200px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 20px; row-gap: 20px; }
.values__item { padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); text-align: center; }
.values__icon { font-size: 28px; margin-bottom: 14px; }
.values__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 17px; color: #f1f5f9; margin-bottom: 8px; }
.values__text { font-size: 14px; color: #94a3b8; }

/* TESTIMONIALS */
.testimonials { max-width: 1200px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 20px; row-gap: 20px; }
.testimonial {
  padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px;
  border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18);
  background-color: rgba(15, 24, 48, 0.5);
}
.testimonial__head { display: flex; flex-direction: row; align-items: center; column-gap: 12px; margin-bottom: 14px; }
.testimonial__avatar { width: 48px; height: 48px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; object-fit: cover; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(34, 211, 238, 0.4); border-right-color: rgba(34, 211, 238, 0.4); border-bottom-color: rgba(34, 211, 238, 0.4); border-left-color: rgba(34, 211, 238, 0.4); }
.testimonial__meta { min-width: 0; }
.testimonial__name { font-size: 14px; color: #f1f5f9; font-weight: 500; }
.testimonial__role { font-size: 12px; color: #94a3b8; }
.testimonial__stars { color: #22d3ee; margin-bottom: 10px; font-size: 14px; letter-spacing: 2px; }
.testimonial__quote { font-size: 14px; color: #94a3b8; line-height: 1.65; font-style: italic; }

/* GUARANTEES */
.guarantees { max-width: 720px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 12px; row-gap: 12px; }
.guarantees__item { display: flex; flex-direction: row; column-gap: 12px; align-items: flex-start; padding-top: 14px; padding-right: 16px; padding-bottom: 14px; padding-left: 16px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.4); font-size: 14px; color: #cbd5e1; }
.guarantees__mark { color: #22d3ee; flex-shrink: 0; }
.guarantees__text { display: block; }

/* CTA CARD */
.cta-card {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-left: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(34, 211, 238, 0.4);
  border-right-color: rgba(34, 211, 238, 0.4);
  border-bottom-color: rgba(34, 211, 238, 0.4);
  border-left-color: rgba(34, 211, 238, 0.4);
  background-image: linear-gradient(145deg, rgba(34, 211, 238, 0.08) 0%, rgba(124, 92, 255, 0.08) 100%);
  text-align: center;
  box-shadow: 0 0 60px rgba(34, 211, 238, 0.15);
}
.cta-card--narrow { max-width: 640px; }
.cta-card__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 24px; color: #f1f5f9; margin-bottom: 12px; letter-spacing: -0.035em; }
.cta-card__text { color: #94a3b8; margin-bottom: 24px; font-size: 14px; max-width: 480px; margin-left: auto; margin-right: auto; }
.cta-card__actions { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; column-gap: 12px; row-gap: 12px; }

/* STATS */
.stats { max-width: 960px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 16px; row-gap: 16px; text-align: center; }
.stats__item { padding-top: 18px; padding-right: 18px; padding-bottom: 18px; padding-left: 18px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); }
.stats__num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 22px; background-image: linear-gradient(135deg, #22d3ee 0%, #7c5cff 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.stats__label { font-size: 12px; color: #94a3b8; margin-top: 4px; }

/* VAC TOOLS */
.vac-tools { max-width: 960px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; column-gap: 12px; row-gap: 12px; margin-bottom: 12px; }
.vac-tools__search { flex-grow: 1; min-width: 0; }
.vac-tools__input { width: 100%; padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.25); border-right-color: rgba(148, 163, 184, 0.25); border-bottom-color: rgba(148, 163, 184, 0.25); border-left-color: rgba(148, 163, 184, 0.25); background-color: rgba(15, 24, 48, 0.6); color: #f1f5f9; font-size: 14px; outline-width: 0; }
.vac-tools__sort { padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.25); border-right-color: rgba(148, 163, 184, 0.25); border-bottom-color: rgba(148, 163, 184, 0.25); border-left-color: rgba(148, 163, 184, 0.25); background-color: rgba(15, 24, 48, 0.6); color: #f1f5f9; font-size: 14px; cursor: pointer; }
.vac-count { max-width: 960px; margin-left: auto; margin-right: auto; margin-bottom: 16px; font-size: 12px; color: #94a3b8; }

/* VACANCIES */
.vacancies { max-width: 960px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; row-gap: 16px; }
.vacancy { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); overflow: hidden; }
.vacancy__head { width: 100%; padding-top: 20px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px; background-color: transparent; cursor: pointer; text-align: left; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; color: inherit; }
.vacancy__head--hover { background-color: rgba(148, 163, 184, 0.05); }
.vacancy__head-row { display: flex; flex-direction: column; row-gap: 12px; }
.vacancy__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 18px; color: #f1f5f9; line-height: 1.25; }
.vacancy__desc { margin-top: 8px; font-size: 13px; color: #94a3b8; }
.vacancy__meta { display: grid; grid-template-columns: 1fr; column-gap: 10px; row-gap: 6px; margin-top: 14px; font-size: 12px; color: #94a3b8; }
.vacancy__meta-row { display: flex; flex-direction: row; column-gap: 8px; align-items: center; }
.vacancy__meta-icon { color: #22d3ee; }
.vacancy__side { display: flex; flex-direction: row; align-items: center; justify-content: space-between; column-gap: 12px; margin-top: 14px; }
.vacancy__salary { font-weight: 600; color: #22d3ee; font-size: 15px; }
.vacancy__salary-note { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #94a3b8; margin-top: 2px; }
.vacancy__chevron { width: 36px; height: 36px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.25); border-right-color: rgba(148, 163, 184, 0.25); border-bottom-color: rgba(148, 163, 184, 0.25); border-left-color: rgba(148, 163, 184, 0.25); display: flex; align-items: center; justify-content: center; background-color: rgba(15, 24, 48, 0.6); transition-property: transform, background-color, color; transition-duration: 200ms; flex-shrink: 0; }
.vacancy__chevron--open { transform: rotate(180deg); background-color: #22d3ee; color: #0b1020; border-top-color: #22d3ee; border-right-color: #22d3ee; border-bottom-color: #22d3ee; border-left-color: #22d3ee; }

.vacancy__body { padding-top: 8px; padding-right: 20px; padding-bottom: 24px; padding-left: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.18); }
.vacancy__grid { display: grid; grid-template-columns: 1fr; column-gap: 24px; row-gap: 24px; margin-top: 20px; }
.vacancy__block-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 15px; color: #f1f5f9; margin-bottom: 12px; display: flex; flex-direction: row; column-gap: 8px; align-items: center; }
.vacancy__block-icon { color: #22d3ee; }
.vacancy__list { display: flex; flex-direction: column; row-gap: 6px; }
.vacancy__li { font-size: 13px; color: #94a3b8; display: flex; flex-direction: row; column-gap: 8px; align-items: flex-start; }
.vacancy__check { color: #22d3ee; flex-shrink: 0; margin-top: 2px; }
.vacancy__actions { margin-top: 20px; padding-top: 18px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.18); display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 10px; row-gap: 10px; }

/* CASES */
.cases { max-width: 960px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; row-gap: 20px; }
.case { padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); }
.case__head { display: flex; flex-direction: column; row-gap: 12px; margin-bottom: 18px; }
.case__icon { width: 48px; height: 48px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; background-color: rgba(34, 211, 238, 0.1); color: #22d3ee; display: flex; align-items: center; justify-content: center; font-size: 22px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(34, 211, 238, 0.3); border-right-color: rgba(34, 211, 238, 0.3); border-bottom-color: rgba(34, 211, 238, 0.3); border-left-color: rgba(34, 211, 238, 0.3); flex-shrink: 0; }
.case__meta { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #94a3b8; margin-bottom: 8px; }
.case__industry { color: #22d3ee; }
.case__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 20px; line-height: 1.3; color: #f1f5f9; }
.case__summary { font-size: 14px; color: #94a3b8; margin-top: 8px; }
.case__cols { display: grid; grid-template-columns: 1fr; column-gap: 24px; row-gap: 20px; margin-bottom: 18px; }
.case__block-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 14px; color: #f1f5f9; margin-bottom: 10px; display: flex; flex-direction: row; column-gap: 8px; align-items: center; }
.case__block-icon { color: #22d3ee; }
.case__task { font-size: 13px; color: #94a3b8; line-height: 1.65; }
.case__list { display: flex; flex-direction: column; row-gap: 6px; }
.case__li { font-size: 13px; color: #94a3b8; display: flex; flex-direction: row; column-gap: 8px; align-items: flex-start; }
.case__check { color: #22d3ee; flex-shrink: 0; margin-top: 2px; }
.case__results { display: grid; grid-template-columns: 1fr; column-gap: 12px; row-gap: 12px; margin-bottom: 18px; }
.case__result { padding-top: 14px; padding-right: 14px; padding-bottom: 14px; padding-left: 14px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(34, 211, 238, 0.3); border-right-color: rgba(34, 211, 238, 0.3); border-bottom-color: rgba(34, 211, 238, 0.3); border-left-color: rgba(34, 211, 238, 0.3); background-color: rgba(34, 211, 238, 0.05); text-align: center; }
.case__result-val { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 20px; color: #22d3ee; }
.case__result-label { font-size: 11px; color: #94a3b8; margin-top: 4px; }
.case__quote-box { padding-top: 16px; padding-right: 18px; padding-bottom: 16px; padding-left: 18px; border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-right-radius: 14px; border-bottom-left-radius: 14px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.4); }
.case__quote { font-size: 13px; color: #cbd5e1; font-style: italic; }
.case__author { font-size: 11px; color: #94a3b8; margin-top: 8px; }

/* ABOUT */
.about-intro { max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; }
.about-intro__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 24px; color: #f1f5f9; margin-bottom: 16px; letter-spacing: -0.035em; }
.about-intro__text { font-size: 15px; color: #94a3b8; margin-bottom: 16px; }
.about-intro__actions { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; column-gap: 12px; row-gap: 12px; padding-top: 16px; }
.about-intro__address { display: inline-block; margin-top: 20px; font-size: 14px; color: #94a3b8; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 16px; row-gap: 16px; margin-top: 24px; }
.about-stats__item { padding-top: 16px; padding-right: 12px; padding-bottom: 16px; padding-left: 12px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); text-align: center; }
.about-stats__num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 24px; color: #f1f5f9; }
.about-stats__label { font-size: 12px; color: #94a3b8; margin-top: 4px; }
.principles { max-width: 1200px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 20px; row-gap: 20px; }
.principles__item { padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; background-color: rgba(15, 24, 48, 0.7); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); }
.principles__icon { font-size: 24px; margin-bottom: 12px; }
.principles__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 16px; color: #f1f5f9; margin-bottom: 6px; }
.principles__text { font-size: 13px; color: #94a3b8; }

.requisites { display: grid; grid-template-columns: 1fr; column-gap: 16px; row-gap: 12px; margin-top: 24px; text-align: left; }
.requisites__item { padding-top: 14px; padding-right: 14px; padding-bottom: 14px; padding-left: 14px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.7); }
.requisites__key { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #94a3b8; }
.requisites__val { font-weight: 500; color: #f1f5f9; margin-top: 4px; word-break: break-word; }

/* FAQ */
.faq { max-width: 720px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; row-gap: 12px; }
.faq__item { border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-right-radius: 14px; border-bottom-left-radius: 14px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); overflow: hidden; }
.faq__btn { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; column-gap: 16px; padding-top: 18px; padding-right: 22px; padding-bottom: 18px; padding-left: 22px; background-color: transparent; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; cursor: pointer; text-align: left; color: #f1f5f9; }
.faq__btn--hover { background-color: rgba(148, 163, 184, 0.05); }
.faq__q { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 15px; }
.faq__chevron { color: #22d3ee; transition-property: transform; transition-duration: 200ms; flex-shrink: 0; }
.faq__chevron--open { transform: rotate(180deg); }
.faq__a { padding-top: 0; padding-right: 22px; padding-bottom: 8px; padding-left: 22px; font-size: 14px; color: #94a3b8; line-height: 1.7; }

/* CONTACTS */
.contacts-grid { max-width: 1200px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 16px; row-gap: 16px; }
.contacts-grid__item { padding-top: 20px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); text-align: center; display: block; transition-property: border-color; transition-duration: 200ms; }
.contacts-grid__item--hover { border-top-color: rgba(34, 211, 238, 0.5); border-right-color: rgba(34, 211, 238, 0.5); border-bottom-color: rgba(34, 211, 238, 0.5); border-left-color: rgba(34, 211, 238, 0.5); }
.contacts-grid__icon { font-size: 20px; color: #22d3ee; margin-bottom: 10px; }
.contacts-grid__label { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #94a3b8; margin-bottom: 4px; }
.contacts-grid__val { font-size: 14px; color: #f1f5f9; word-break: break-word; }

.contacts-split { max-width: 1200px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 24px; row-gap: 24px; }
.contacts-split__col { display: flex; flex-direction: column; row-gap: 16px; }
.contacts-split__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 20px; color: #f1f5f9; margin-bottom: 12px; letter-spacing: -0.035em; }

/* FORM */
.form { padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); display: flex; flex-direction: column; row-gap: 16px; }
.form__field { display: flex; flex-direction: column; row-gap: 6px; }
.form__label { font-size: 13px; font-weight: 500; color: #f1f5f9; }
.form__input { width: 100%; padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; background-color: rgba(30, 41, 64, 0.7); color: #f1f5f9; font-size: 14px; outline-width: 0; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); }
.form__textarea { width: 100%; padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; background-color: rgba(30, 41, 64, 0.7); color: #f1f5f9; font-size: 14px; outline-width: 0; resize-mode: none; resize: vertical; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); font-family: inherit; }
.form__error { font-size: 12px; color: #f87171; }
.form__consent { display: flex; flex-direction: row; column-gap: 10px; align-items: flex-start; font-size: 12px; color: #94a3b8; }
.form__checkbox { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; }
.form__consent-text { line-height: 1.5; }
.form__consent-link { color: #22d3ee; }
.form__success { padding-top: 24px; padding-right: 16px; padding-bottom: 24px; padding-left: 16px; text-align: center; }
.form__success-icon { font-size: 36px; color: #22d3ee; margin-bottom: 8px; }
.form__success-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 18px; color: #f1f5f9; margin-bottom: 6px; }
.form__success-text { font-size: 13px; color: #94a3b8; }

/* MAP CARD */
.map-card { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); overflow: hidden; }
.map-card__head { padding-top: 18px; padding-right: 20px; padding-bottom: 18px; padding-left: 20px; display: flex; flex-direction: row; column-gap: 12px; align-items: center; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(148, 163, 184, 0.18); }
.map-card__icon { color: #22d3ee; font-size: 20px; flex-shrink: 0; }
.map-card__heading { min-width: 0; }
.map-card__name { font-weight: 600; color: #f1f5f9; font-size: 14px; }
.map-card__addr { font-size: 12px; color: #94a3b8; word-break: break-word; }
.map-card__frame { position: relative; width: 100%; padding-top: 62.5%; }
.map-card__iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; }
.map-card__foot { padding-top: 14px; padding-right: 16px; padding-bottom: 14px; padding-left: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.18); display: flex; flex-direction: column; row-gap: 6px; font-size: 12px; color: #94a3b8; }
.map-card__pin { display: block; }
.map-card__link { color: #22d3ee; }

/* REQ CARD */
.req-card { padding-top: 22px; padding-right: 22px; padding-bottom: 22px; padding-left: 22px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); background-color: rgba(15, 24, 48, 0.5); }
.req-card__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 15px; color: #f1f5f9; margin-bottom: 12px; }
.req-card__list { display: flex; flex-direction: column; row-gap: 6px; }
.req-card__row { display: flex; flex-direction: row; justify-content: space-between; column-gap: 12px; font-size: 13px; }
.req-card__key { color: #94a3b8; }
.req-card__val { font-family: "JetBrains Mono", monospace; color: #f1f5f9; word-break: break-all; text-align: right; }

/* DOC */
.doc { max-width: 720px; margin-left: auto; margin-right: auto; padding-top: 48px; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; display: flex; flex-direction: column; row-gap: 32px; }
.doc__section { display: flex; flex-direction: column; row-gap: 12px; }
.doc__title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 20px; color: #f1f5f9; letter-spacing: -0.025em; }
.doc__p { font-size: 14px; color: #94a3b8; line-height: 1.7; }
.doc__list { display: flex; flex-direction: column; row-gap: 6px; padding-left: 20px; list-style-type: disc; }
.doc__li { font-size: 14px; color: #94a3b8; line-height: 1.65; }

/* FOOTER */
.footer { border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.18); padding-top: 48px; padding-right: 16px; padding-bottom: 32px; padding-left: 16px; margin-top: 32px; }
.footer__grid { max-width: 1200px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: 1fr; column-gap: 32px; row-gap: 32px; }
.footer__col { display: flex; flex-direction: column; row-gap: 6px; font-size: 13px; color: #94a3b8; }
.footer__title { color: #f1f5f9; font-weight: 600; margin-bottom: 4px; }
.footer__mono { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #94a3b8; }
.footer__text { color: #94a3b8; }
.footer__link { display: block; color: #94a3b8; transition-property: color; transition-duration: 200ms; }
.footer__link--hover { color: #f1f5f9; }
.footer__bottom { max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 32px; padding-top: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.12); display: flex; flex-direction: column; row-gap: 8px; font-size: 11px; color: #94a3b8; text-align: center; }
.footer__copy { display: block; }

/* COOKIE BANNER */
.cookie { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px; }
.cookie__box { max-width: 960px; margin-left: auto; margin-right: auto; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.25); border-right-color: rgba(148, 163, 184, 0.25); border-bottom-color: rgba(148, 163, 184, 0.25); border-left-color: rgba(148, 163, 184, 0.25); background-color: rgba(15, 24, 48, 0.96); backdrop-filter: blur(16px); display: grid; grid-template-columns: 1fr; column-gap: 16px; row-gap: 12px; align-items: center; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45); }
.cookie__icon { font-size: 22px; }
.cookie__text { font-size: 13px; color: #94a3b8; line-height: 1.55; }
.cookie__link { color: #22d3ee; }
.cookie__actions { display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 8px; row-gap: 8px; }

/* CHAT */
.chat-toggle { position: fixed; right: 20px; bottom: 0; z-index: 50; display: flex; flex-direction: row; align-items: center; column-gap: 10px; padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 8px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; background-color: rgba(15, 24, 48, 0.95); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(34, 211, 238, 0.45); border-right-color: rgba(34, 211, 238, 0.45); border-bottom-color: rgba(34, 211, 238, 0.45); border-left-color: rgba(34, 211, 238, 0.45); cursor: pointer; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35); color: #f1f5f9; transition-property: bottom, border-color; transition-duration: 200ms; }
.chat-toggle--hover { border-top-color: #22d3ee; border-right-color: #22d3ee; border-bottom-color: #22d3ee; border-left-color: #22d3ee; }
.chat-toggle--lifted { bottom: 16px; }
.chat-toggle__avatar { width: 40px; height: 40px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; background-image: linear-gradient(135deg, #22d3ee 0%, #7c5cff 100%); color: #0b1020; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.chat-toggle__label { display: none; flex-direction: column; text-align: left; }
.chat-toggle__name { font-size: 13px; font-weight: 500; }
.chat-toggle__status { font-size: 10px; color: #22d3ee; }

.chat { position: fixed; right: 20px; left: 20px; bottom: 0; z-index: 50; max-width: 360px; margin-left: auto; max-height: 75vh; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-right-radius: 18px; border-bottom-left-radius: 18px; background-color: #0f1830; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.25); border-right-color: rgba(148, 163, 184, 0.25); border-bottom-color: rgba(148, 163, 184, 0.25); border-left-color: rgba(148, 163, 184, 0.25); display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55); transition-property: bottom; transition-duration: 200ms; }
.chat--lifted { bottom: 16px; }
.chat__head { display: flex; flex-direction: row; align-items: center; column-gap: 12px; padding-top: 12px; padding-right: 14px; padding-bottom: 12px; padding-left: 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(148, 163, 184, 0.18); background-color: rgba(11, 16, 32, 0.6); }
.chat__avatar { width: 40px; height: 40px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; background-image: linear-gradient(135deg, #22d3ee 0%, #7c5cff 100%); color: #0b1020; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat__heading { flex-grow: 1; min-width: 0; }
.chat__name { font-size: 14px; font-weight: 600; color: #f1f5f9; }
.chat__status { font-size: 11px; color: #22d3ee; }
.chat__close { width: 32px; height: 32px; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; background-color: transparent; color: #94a3b8; cursor: pointer; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; font-size: 16px; }
.chat__close--hover { background-color: rgba(148, 163, 184, 0.12); color: #f1f5f9; }
.chat__body { flex-grow: 1; overflow-y: auto; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; display: flex; flex-direction: column; row-gap: 10px; background-color: rgba(11, 16, 32, 0.4); }
.chat__msg { max-width: 80%; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 12px; border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-right-radius: 14px; border-bottom-left-radius: 14px; font-size: 13px; line-height: 1.5; }
.chat__msg--bot { background-color: rgba(148, 163, 184, 0.12); color: #f1f5f9; align-self: flex-start; border-bottom-left-radius: 4px; }
.chat__msg--me { background-color: #22d3ee; color: #0b1020; align-self: flex-end; border-bottom-right-radius: 4px; }
.chat__form { display: flex; flex-direction: row; column-gap: 8px; padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(148, 163, 184, 0.18); background-color: rgba(11, 16, 32, 0.6); }
.chat__input { flex-grow: 1; min-width: 0; padding-top: 8px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; background-color: rgba(30, 41, 64, 0.7); color: #f1f5f9; font-size: 13px; outline-width: 0; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(148, 163, 184, 0.18); border-right-color: rgba(148, 163, 184, 0.18); border-bottom-color: rgba(148, 163, 184, 0.18); border-left-color: rgba(148, 163, 184, 0.18); }
.chat__send { width: 36px; height: 36px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; background-color: #22d3ee; color: #0b1020; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; cursor: pointer; font-size: 14px; flex-shrink: 0; }
.chat__send--hover { background-color: #67e8f9; }

/* MEDIA QUERIES */
@media (min-width: 640px) {
  .nav { padding-left: 24px; padding-right: 24px; column-gap: 12px; }
  .nav__cta { display: inline-flex; }
  .hero { padding-left: 24px; padding-right: 24px; }
  .hero__title { font-size: 40px; }
  .hero__actions { flex-direction: row; flex-wrap: wrap; max-width: none; }
  .hero__subtitle { font-size: 16px; }
  .hero__stats { grid-template-columns: repeat(4, 1fr); }
  .hero__stat-num { font-size: 36px; }
  .section { padding-left: 24px; padding-right: 24px; padding-top: 80px; padding-bottom: 80px; }
  .section__title { font-size: 34px; }
  .trust { padding-left: 24px; padding-right: 24px; }
  .trust__grid { grid-template-columns: repeat(4, 1fr); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: repeat(3, 1fr); }
  .testimonials { grid-template-columns: repeat(2, 1fr); }
  .guarantees { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .vac-tools { flex-direction: row; }
  .about-stats { grid-template-columns: repeat(4, 1fr); }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .requisites { grid-template-columns: repeat(2, 1fr); }
  .contacts-grid { grid-template-columns: repeat(2, 1fr); }
  .vacancy__meta { grid-template-columns: repeat(3, 1fr); }
  .vacancy__grid { grid-template-columns: repeat(2, 1fr); }
  .case__cols { grid-template-columns: repeat(2, 1fr); }
  .case__results { grid-template-columns: repeat(3, 1fr); }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; }
  .map-card__foot { flex-direction: row; justify-content: space-between; align-items: center; }
  .cookie__box { grid-template-columns: auto 1fr auto; }
  .chat-toggle__label { display: flex; }
  .cta-card__title { font-size: 30px; }
}
@media (min-width: 1024px) {
  .nav { padding-left: 24px; padding-right: 24px; column-gap: 16px; }
  .nav__list { display: flex; }
  .nav__cta { display: inline-flex; }
  .nav__burger { display: none; }
  .nav__mobile { display: none !important; }
  .nav__brand-tagline { display: block; }
  .nav__logo, .nav__logo-wrap { width: 40px; height: 40px; }
  .nav__brand-name { font-size: 16px; }
  .hero__title { font-size: 52px; }
  .section__title { font-size: 42px; }
  .services { grid-template-columns: repeat(3, 1fr); }
  .process { grid-template-columns: repeat(4, 1fr); }
  .testimonials { grid-template-columns: repeat(3, 1fr); }
  .principles { grid-template-columns: repeat(3, 1fr); }
  .contacts-grid { grid-template-columns: repeat(4, 1fr); }
  .contacts-split { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: repeat(4, 1fr); }
  .services--full { grid-template-columns: repeat(3, 1fr); }
}
