* {
  box-sizing: border-box;
}

:root {
  --bg: #030611;
  --bg-2: #07101f;
  --bg-3: #0c1a2d;
  --card: rgba(9, 18, 34, 0.74);
  --card-strong: rgba(14, 27, 48, 0.9);
  --text: #f4f8ff;
  --muted: #94a9bd;
  --muted-2: #6f8298;
  --line: rgba(165, 202, 235, 0.15);
  --line-strong: rgba(125, 238, 255, 0.28);
  --cyan: #58e9ff;
  --blue: #5b7cff;
  --violet: #8d6cff;
  --green: #7dffc6;
  --gold: #d6b66e;
  --danger: #ff6b8b;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  --soft-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Manrope, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(88, 233, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 0%, rgba(141, 108, 255, 0.18), transparent 34%),
    radial-gradient(circle at 52% 58%, rgba(91, 124, 255, 0.12), transparent 38%),
    linear-gradient(145deg, #030611 0%, #06101e 44%, #10192b 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.35));
}

body::after {
  content: "";
  position: fixed;
  inset: auto -20% -35% -20%;
  z-index: -1;
  height: 55vh;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(88, 233, 255, 0.11), transparent 58%);
  filter: blur(20px);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
}

.container-narrow {
  width: min(880px, calc(100% - 44px));
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 5px 5px, 90px 90px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: none;
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(125, 238, 255, 0.18);
  border-radius: 22px;
  background: rgba(5, 12, 24, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.cookie-content p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.cookie-content a {
  color: var(--cyan);
  text-decoration: underline;
}

.btn-cookie,
.btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 900;
}

.btn-cookie {
  padding: 11px 18px;
  color: #05101d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 14px 34px rgba(88, 233, 255, 0.2);
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(125, 238, 255, 0.13);
  background: rgba(4, 9, 18, 0.84);
  box-shadow: 0 12px 46px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px);
}

.header-inner {
  width: min(1380px, calc(100% - 28px));
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 166px;
  flex: 0 0 auto;
}

.logo-icon {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 18px rgba(88, 233, 255, 0.28));
}

.logo-name {
  display: block;
  font-family: Unbounded, Manrope, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo-sub,
.section-tag,
.info-key,
.ci-key,
.footer-meta {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-link {
  position: relative;
  padding: 9px 11px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--text);
  border-color: rgba(125, 238, 255, 0.2);
  background: linear-gradient(135deg, rgba(88, 233, 255, 0.12), rgba(141, 108, 255, 0.08));
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.header-phone {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #04101b;
  border-color: rgba(125, 238, 255, 0.35);
  background: linear-gradient(135deg, #8ef3ff 0%, #7dffc6 52%, #8d6cff 120%);
  box-shadow: 0 18px 44px rgba(88, 233, 255, 0.22);
}

.header .btn-catalog {
  color: var(--text);
  border-color: rgba(125, 238, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  white-space: nowrap;
}

.header .btn-catalog:hover {
  border-color: rgba(125, 238, 255, 0.34);
  background: rgba(88, 233, 255, 0.1);
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
}

.btn-ghost:hover {
  border-color: rgba(125, 238, 255, 0.28);
  background: rgba(88, 233, 255, 0.08);
}

.btn-lg {
  padding: 15px 24px;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.burger span {
  height: 2px;
  background: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 52px;
}

.hero-bg,
.hero-grid,
.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(125,238,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 62px 62px;
}

.hero-glow {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(48px);
}

.hero-glow-1 {
  left: -120px;
  top: 40px;
  background: rgba(88, 233, 255, 0.22);
}

.hero-glow-2 {
  right: -130px;
  top: 20px;
  background: rgba(141, 108, 255, 0.24);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  align-items: center;
  gap: 70px;
}

.hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px var(--green);
}

.hero-title,
.section-title,
.inner-title {
  margin: 0;
  font-family: Unbounded, Manrope, sans-serif;
  letter-spacing: -0.055em;
}

.hero-title {
  max-width: 690px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 0.98;
}

.gradient-text {
  background: linear-gradient(135deg, #e8fbff 0%, var(--cyan) 30%, var(--green) 72%, var(--violet) 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-desc,
.section-desc {
  color: var(--muted);
  line-height: 1.78;
}

.hero-desc {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 18px;
}

.hero-actions,
.cta-actions,
.ci-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.stat,
.advantage,
.category,
.testimonial,
.process-step,
.team-card,
.ci-block,
.faq-item,
.cta-card,
.hero-card,
.article-card,
.article-body,
.inner-info-card,
.inner-floating-card,
.contacts-map {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.stat {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 24px;
}

.stat::before,
.category::before,
.article-card::before,
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(88,233,255,0.1), transparent 38%, rgba(141,108,255,0.08));
  opacity: 0.8;
}

.stat-num {
  position: relative;
  font-family: Unbounded, Manrope, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.stat-label,
.testimonial-role {
  position: relative;
  color: var(--muted);
  font-size: 13px;
}

.hero-card {
  position: relative;
  width: 100%;
  max-width: 410px;
  justify-self: end;
  overflow: hidden;
  padding: 18px;
  border-radius: 34px;
}

.img-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(125, 238, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 38%, rgba(88,233,255,.55), rgba(91,124,255,.36) 44%, rgba(141,108,255,.18) 45%, transparent 62%),
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
}

.img-placeholder.small {
  min-height: 142px;
  border-radius: 22px;
}

.img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.img-placeholder img.is-fallback {
  object-fit: contain;
  padding: 24px;
}

.hero-card-info {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(165, 202, 235, 0.12);
}

.info-val-ok {
  color: var(--green);
}

.hero-scroll {
  position: relative;
  width: min(1200px, calc(100% - 44px));
  margin: 28px auto 0;
  color: var(--muted-2);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.scroll-line {
  width: 1px;
  height: 30px;
  margin-top: 8px;
  background: linear-gradient(var(--cyan), transparent);
}

.section {
  position: relative;
  padding: 70px 0;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(88, 233, 255, 0.035), rgba(141, 108, 255, 0.035)),
    rgba(0, 0, 0, 0.16);
}

.section-header {
  max-width: 860px;
  margin-bottom: 30px;
}

.section-title {
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.02;
}

.section-desc {
  margin: 16px 0 0;
}

.advantages,
.categories,
.testimonials,
.team-grid,
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.advantage,
.category,
.testimonial,
.team-card,
.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 22px;
  opacity: 1 !important;
  transform: none !important;
}

.category,
.article-card,
.team-card,
.testimonial,
.advantage {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.category:hover,
.article-card:hover,
.team-card:hover,
.testimonial:hover,
.advantage:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(125, 238, 255, 0.3);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46), 0 0 40px rgba(88, 233, 255, 0.08);
}

.advantage-num,
.process-num {
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-weight: 900;
}

.advantage-icon,
.inner-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--cyan);
  border: 1px solid rgba(125, 238, 255, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(125, 255, 198, 0.2), transparent 45%),
    linear-gradient(135deg, rgba(88, 233, 255, 0.15), rgba(141, 108, 255, 0.12));
  box-shadow: 0 16px 36px rgba(88, 233, 255, 0.1);
}

.advantage-icon {
  margin: 16px 0;
}

.advantage-icon svg,
.inner-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.advantage h3,
.category h3,
.process-content h3,
.footer h4 {
  margin: 0 0 10px;
  font-size: 20px;
}

.advantage p,
.category p,
.testimonial-text,
.process-content p,
.faq-answer p,
.footer-desc,
.article-card p,
.article-body p,
.inner-info-card p,
.inner-floating-card p {
  color: var(--muted);
  line-height: 1.72;
}

.category {
  display: block;
  min-height: 100%;
}

.category-icon {
  margin-bottom: 16px;
}

.category-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--green);
  font-weight: 900;
}

.trust-bar {
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.trust-track {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

.trust-item {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.testimonial-rating {
  color: #ffd166;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: cover;
  border: 2px solid rgba(125, 238, 255, 0.42);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.testimonial-name,
.team-name {
  font-weight: 900;
}

.process {
  position: relative;
  display: grid;
  gap: 16px;
}

.process-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 26px;
}

.process-time {
  color: var(--green);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

.team-photo .img-placeholder {
  min-height: 210px;
}

.team-info {
  padding-top: 16px;
}

.contacts-preview {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
}

.contacts-info {
  display: grid;
  gap: 12px;
}

.ci-block {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
}

.ci-icon {
  font-size: 24px;
}

.ci-val {
  line-height: 1.58;
}

.ci-val a {
  color: var(--text);
}

.contacts-map {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 30px;
}

.contacts-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  filter: saturate(0.8) contrast(1.03) brightness(0.86);
}

.map-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 11px 15px;
  border-radius: 999px;
  color: #04101b;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-weight: 900;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  font-weight: 900;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  padding: 0 20px 20px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.article-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 100%;
  overflow: hidden;
  padding: 26px;
  border-radius: 30px;
}

.article-card h2 {
  position: relative;
  margin: 0;
  font-family: Unbounded, Manrope, sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.12;
}

.article-card p,
.article-card .category-link,
.article-card .article-meta {
  position: relative;
}

.article-card p {
  margin: 0;
}

.article-meta {
  color: var(--green);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.article-page {
  min-height: calc(100vh - 74px);
}

.article-hero {
  margin-bottom: 30px;
}

.article-body {
  padding: 34px;
  border-radius: 34px;
}

.article-body h2 {
  margin: 32px 0 12px;
  font-family: Unbounded, Manrope, sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.16;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  margin: 0;
  font-size: 17px;
}

.cta-section {
  padding: 70px 0;
}

.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 40px;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 20% 20%, rgba(88,233,255,0.18), transparent 32%), radial-gradient(circle at 80% 30%, rgba(141,108,255,0.16), transparent 34%);
}

.cta-content {
  position: relative;
}

.cta-card h2 {
  margin: 0;
  font-family: Unbounded, Manrope, sans-serif;
  font-size: clamp(32px, 4.8vw, 58px);
}

.cta-card p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.72;
}

.inner-page {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 46px 0 42px;
}

.inner-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(88, 233, 255, 0.14), transparent 34%),
    radial-gradient(circle at 75% 10%, rgba(141, 108, 255, 0.16), transparent 38%);
}

.inner-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1.08fr);
  align-items: start;
  gap: 34px;
}

.inner-copy {
  max-width: 540px;
}

.inner-title {
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.06;
}

.inner-lead {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.inner-cards {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.inner-info-card,
.inner-floating-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  border-radius: 24px;
}

.inner-info-card {
  padding: 14px;
}

.inner-info-card h3,
.inner-floating-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.inner-info-card p,
.inner-floating-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.inner-icon {
  width: 48px;
  height: 48px;
}

.inner-icon svg {
  width: 26px;
  height: 26px;
}

.inner-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.inner-chips span {
  padding: 9px 12px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.inner-visual {
  position: relative;
  display: grid;
  gap: 12px;
  align-self: start;
}

.inner-visual img {
  width: 100%;
  height: clamp(350px, 38vw, 460px);
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  filter: saturate(0.92) contrast(1.04);
}

.inner-visual::after {
  display: none;
}

.inner-floating-card {
  position: static;
  padding: 16px;
}

.footer {
  padding: 48px 0 24px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(88, 233, 255, 0.025), rgba(0, 0, 0, 0.28)),
    rgba(0, 0, 0, 0.28);
}

.footer-grid {
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
}

.footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer a {
  color: var(--muted);
}

.footer a:hover {
  color: var(--text);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.social {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1100px) {
  .header-phone {
    display: none;
  }

  .nav-link {
    padding: 8px 9px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .nav,
  .header-actions {
    display: none;
  }

  .burger {
    display: flex;
  }

  .nav.is-open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 82px;
    display: grid;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(6, 16, 29, 0.96);
  }

  .hero-inner,
  .inner-layout,
  .contacts-preview {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .inner-copy {
    max-width: none;
  }

  .inner-visual img {
    height: 460px;
  }

  .advantages,
  .categories,
  .testimonials,
  .team-grid,
  .articles-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .container,
  .container-narrow {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    padding-top: 46px;
  }

  .hero-title {
    font-size: clamp(36px, 12vw, 52px);
  }

  .hero-stats,
  .advantages,
  .categories,
  .testimonials,
  .team-grid,
  .articles-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .process-step,
  .inner-info-card,
  .inner-floating-card {
    grid-template-columns: 1fr;
  }

  .inner-page {
    padding: 42px 0;
  }

  .inner-title {
    font-size: clamp(34px, 12vw, 46px);
  }

  .inner-visual img {
    height: 360px;
  }

  .article-body,
  .article-card,
  .cta-card {
    padding: 22px;
  }

  .cookie-content,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
