:root {
  --bg: #07080c;
  --bg-soft: #10131b;
  --bg-card: rgba(255, 255, 255, 0.055);
  --bg-card-strong: rgba(255, 255, 255, 0.085);
  --text: #f7f1e8;
  --muted: #b8ad9f;
  --muted-2: #7e7a78;
  --line: rgba(255, 255, 255, 0.13);
  --gold: #d9a85f;
  --gold-2: #f4d39a;
  --copper: #9c5c36;
  --black: #030406;
  --radius: 28px;
  --container: 1180px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(217, 168, 95, 0.13), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(156, 92, 54, 0.12), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.05;
  background-image:
    repeating-radial-gradient(circle at 0 0, rgba(255,255,255,0.65) 0, rgba(255,255,255,0.65) 1px, transparent 1px, transparent 5px);
  mix-blend-mode: overlay;
}

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

.section {
  position: relative;
  padding: 120px 0;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--container), calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 14px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 8, 12, 0.48);
  backdrop-filter: blur(18px);
  transition: 0.25s ease;
}

.site-header.is-scrolled {
  top: 10px;
  background: rgba(7, 8, 12, 0.82);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(217, 168, 95, 0.98), rgba(156, 92, 54, 0.95));
  color: #140c06;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(247, 241, 232, 0.72);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(247, 241, 232, 0.92);
  color: #0b0c10;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: #fff;
}

.burger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: var(--text);
  cursor: pointer;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: currentColor;
  transition: 0.2s ease;
}

body.menu-open .burger span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

body.menu-open .burger span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 35;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 100px 28px 38px;
  background: rgba(7, 8, 12, 0.96);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: 0.24s ease;
}

.mobile-menu a {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.mobile-menu-cta {
  width: fit-content;
  margin-top: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  background: var(--text);
  color: #090a0d;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 160px 0 64px;
  overflow: hidden;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: 0;
  background:
    linear-gradient(110deg, rgba(5, 6, 10, 0.94), rgba(5, 6, 10, 0.28) 48%, rgba(5, 6, 10, 0.92)),
    radial-gradient(circle at 72% 35%, rgba(217, 168, 95, 0.33), transparent 22%),
    radial-gradient(circle at 80% 75%, rgba(156, 92, 54, 0.28), transparent 25%),
    linear-gradient(135deg, #131722, #07080c 70%);
}

.hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(7,8,12,0.1), rgba(7,8,12,0.92)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 120px);
}

.hero-video-placeholder {
  position: absolute;
  right: 8vw;
  top: 22vh;
  width: min(430px, 38vw);
  aspect-ratio: 9 / 13;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 40px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at 50% 25%, rgba(244, 211, 154, 0.28), transparent 30%),
    #0d1018;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
  overflow: hidden;
}

.hero-video-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.42)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 16px);
}

.hero-video-placeholder span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  color: rgba(247, 241, 232, 0.38);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 12px;
}

.hero-overlay {
  z-index: 1;
  background: linear-gradient(to top, var(--bg), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 800;
}

.hero-title {
  max-width: 850px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 10vw, 138px);
  line-height: 0.85;
  letter-spacing: -0.075em;
}

.hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(247, 241, 232, 0.78);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #15100b;
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.065);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 54px;
}

.hero-stats div {
  min-width: 158px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.hero-stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}

.scroll-hint {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 36px;
  width: 42px;
  height: 68px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  display: grid;
  justify-content: center;
  padding-top: 12px;
}

.scroll-hint span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--text);
  animation: scrollDot 1.7s infinite;
}

@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(24px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

.two-col {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 72px;
  align-items: start;
}

.section-title {
  margin: 0;
  max-width: 880px;
  font-size: clamp(36px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.section-text {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(247, 241, 232, 0.72);
  font-size: 19px;
  line-height: 1.72;
}

.clients {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-card);
}

.clients p {
  margin: 0 0 18px;
  color: var(--muted);
}

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

.client-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 241, 232, 0.88);
  font-weight: 700;
}

.section-head {
  margin-bottom: 44px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.review-card,
.price-box,
.contact-panel,
.work-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

.service-card {
  min-height: 280px;
  padding: 28px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,168,95,0.18), transparent 70%);
}

.service-number {
  display: inline-flex;
  margin-bottom: 60px;
  color: var(--gold);
  font-weight: 900;
}

.service-card h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.045em;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.portfolio {
  overflow: hidden;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px;
}

.work-card {
  min-height: 360px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
}

.work-card-large {
  grid-row: span 2;
  min-height: 738px;
}

.work-preview {
  position: relative;
  width: 100%;
  height: 260px;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 35%, rgba(244,211,154,0.26), transparent 27%),
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.015)),
    #0d1018;
  overflow: hidden;
}

.work-card-large .work-preview {
  height: 590px;
}

.work-preview::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.44)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 38px);
}

.work-category {
  position: absolute;
  z-index: 2;
  left: 24px;
  top: 24px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.38);
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 900;
}

.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(247, 241, 232, 0.92);
  box-shadow: 0 16px 50px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

.play-button::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 25px;
  border-left: 18px solid #0b0c10;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.work-preview:hover .play-button {
  transform: translate(-50%, -50%) scale(1.06);
}

.work-info {
  padding: 24px;
}

.work-info h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.045em;
}

.work-info p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.price-strip {
  padding-top: 40px;
  padding-bottom: 40px;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 20%, rgba(217,168,95,0.22), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
}

.price-box h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -0.06em;
}

.price-box p:not(.section-kicker) {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius);
}

.stars {
  color: #f2a900;
  letter-spacing: 0.08em;
  font-size: 20px;
}

.review-card p {
  margin: 30px 0;
  color: rgba(247, 241, 232, 0.78);
  font-size: 18px;
  line-height: 1.68;
}

.review-card footer {
  margin-top: auto;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  font-size: 19px;
}

.review-card span {
  margin-top: 6px;
  color: var(--muted-2);
}

.contact-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: start;
}

.contact-panel {
  padding: 16px;
  border-radius: 34px;
}

.contact-link {
  display: block;
  padding: 22px;
  border-radius: 24px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-link:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}

.contact-link span,
.contact-link strong {
  display: block;
}

.contact-link span {
  color: var(--muted-2);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.contact-link strong {
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.contact-main {
  background: linear-gradient(135deg, rgba(244,211,154,0.2), rgba(217,168,95,0.08));
}

.site-footer {
  padding: 30px 0 42px;
  color: rgba(247, 241, 232, 0.55);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.footer-inner a {
  text-decoration: none;
  color: rgba(247, 241, 232, 0.76);
}

.video-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
}

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

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(10px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #090a0f;
  box-shadow: var(--shadow);
  padding: 22px;
}

.video-modal-dialog h3 {
  margin: 0 48px 18px 0;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.modal-video-box {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 40%, rgba(217,168,95,0.14), transparent 30%),
    #10131b;
  overflow: hidden;
}

.modal-video-box p {
  max-width: 520px;
  margin: 0;
  padding: 28px;
  color: var(--muted);
  text-align: center;
  line-height: 1.65;
}

.modal-video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@media (max-width: 1040px) {
  .nav,
  .header-cta {
    display: none;
  }

  .burger {
    display: block;
  }

  .mobile-menu {
    display: flex;
  }

  body.menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .hero-video-placeholder {
    opacity: 0.5;
    right: -60px;
    width: 360px;
  }

  .two-col,
  .contact-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .work-card-large {
    grid-column: span 2;
    min-height: auto;
  }

  .work-card-large .work-preview {
    height: 420px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 82px 0;
  }

  .site-header {
    width: calc(100% - 24px);
    top: 10px;
  }

  .brand-text {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding: 136px 0 42px;
  }

  .hero-title {
    font-size: clamp(58px, 18vw, 94px);
  }

  .hero-lead {
    margin-top: 24px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .scroll-hint {
    display: none;
  }

  .hero-video-placeholder {
    top: 18vh;
    right: -140px;
    width: 330px;
    opacity: 0.35;
  }

  .section-title {
    font-size: clamp(38px, 12vw, 58px);
  }

  .section-text {
    font-size: 17px;
  }

  .service-grid,
  .review-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .work-card-large {
    grid-column: auto;
  }

  .work-card,
  .work-card-large {
    min-height: auto;
  }

  .work-preview,
  .work-card-large .work-preview {
    height: 310px;
  }

  .price-box {
    display: grid;
    padding: 28px;
  }

  .contact-link strong {
    font-size: 19px;
    word-break: break-word;
  }

  .footer-inner {
    display: grid;
  }
}



/* Real hero background video */
.hero-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #07080c;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.96;
  filter: saturate(1) contrast(1.08) brightness(0.92);
}

/* Основной затемняющий слой, но уже не такой тяжелый */
.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 12, 0.78) 0%,
      rgba(7, 8, 12, 0.44) 34%,
      rgba(7, 8, 12, 0.28) 54%,
      rgba(7, 8, 12, 0.56) 76%,
      rgba(7, 8, 12, 0.82) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 8, 12, 0.20) 0%,
      rgba(7, 8, 12, 0.06) 28%,
      rgba(7, 8, 12, 0.10) 58%,
      rgba(7, 8, 12, 0.42) 82%,
      rgba(7, 8, 12, 0.72) 100%
    );
}

/* Плавный переход вниз к следующему блоку */
.hero-video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 240px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(7, 8, 12, 0) 0%,
    rgba(16, 12, 10, 0.12) 24%,
    rgba(20, 14, 10, 0.34) 46%,
    rgba(24, 17, 13, 0.62) 68%,
    rgba(28, 19, 14, 0.86) 84%,
    #1c130e 100%
  );
}

.hero-video-placeholder {
  display: none;
}



/* Final hero visual tuning */
.hero {
  min-height: 100svh;
  align-items: center;
  padding: 150px 0 90px;
}

.hero-overlay {
  display: none;
}

.hero-content {
  padding-top: 34px;
}

.hero-title {
  max-width: 780px;
  font-size: clamp(58px, 8.4vw, 122px);
}

.hero-lead {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(247, 241, 232, 0.86);
}

.hero-stats {
  margin-top: 38px;
}

.hero-stats div {
  background: rgba(8, 9, 13, 0.42);
  border-color: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(18px);
}

.hero-bg-video {
  opacity: 1;
  filter: saturate(1.08) contrast(1.06) brightness(1.02);
}

.hero-video::before {
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 12, 0.66) 0%,
      rgba(7, 8, 12, 0.34) 32%,
      rgba(7, 8, 12, 0.18) 54%,
      rgba(7, 8, 12, 0.36) 76%,
      rgba(7, 8, 12, 0.70) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 8, 12, 0.20) 0%,
      rgba(7, 8, 12, 0.04) 32%,
      rgba(7, 8, 12, 0.12) 64%,
      rgba(7, 8, 12, 0.54) 86%,
      rgba(7, 8, 12, 0.90) 100%
    );
}

.hero-video::after {
  height: 340px;
  background: linear-gradient(
    to bottom,
    rgba(7, 8, 12, 0) 0%,
    rgba(7, 8, 12, 0.16) 24%,
    rgba(7, 8, 12, 0.42) 52%,
    rgba(12, 10, 9, 0.74) 76%,
    #100d0b 100%
  );
}

.about {
  margin-top: -72px;
  padding-top: 170px;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 168, 95, 0.10), transparent 28%),
    linear-gradient(to bottom, rgba(16, 13, 11, 0), #100d0b 18%, #07080c 100%);
}

@media (max-width: 720px) {
  .hero {
    align-items: end;
    padding: 126px 0 70px;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-title {
    font-size: clamp(56px, 17vw, 86px);
  }

  .hero-stats {
    margin-top: 30px;
  }

  .about {
    margin-top: -54px;
    padding-top: 120px;
  }
}

/* Emergency hero correction */
.hero {
  min-height: 100svh !important;
  display: grid !important;
  align-items: center !important;
  padding: 130px 0 70px !important;
  overflow: hidden !important;
}

.hero-content {
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.hero-title {
  max-width: 720px !important;
  font-size: clamp(54px, 6.8vw, 104px) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.07em !important;
}

.hero-lead {
  max-width: 650px !important;
  margin-top: 22px !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
  color: rgba(247, 241, 232, 0.82) !important;
}

.hero-actions {
  margin-top: 30px !important;
}

.hero-stats {
  margin-top: 34px !important;
  gap: 12px !important;
}

.hero-stats div {
  min-width: 150px !important;
  padding: 16px 18px !important;
  background: rgba(5, 6, 9, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) !important;
}

.hero-stats strong {
  font-size: 23px !important;
}

.hero-bg-video {
  opacity: 1 !important;
  filter: saturate(0.95) contrast(1.04) brightness(0.78) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Убираем все агрессивные старые затемнения */
.hero-overlay {
  display: none !important;
}

/* Мягкое затемнение для читаемости текста */
.hero-video::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 12, 0.86) 0%,
      rgba(7, 8, 12, 0.62) 35%,
      rgba(7, 8, 12, 0.38) 62%,
      rgba(7, 8, 12, 0.70) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 8, 12, 0.18) 0%,
      rgba(7, 8, 12, 0.12) 45%,
      rgba(7, 8, 12, 0.72) 100%
    ) !important;
}

/* Плавный уход вниз без отдельного "слайда" */
.hero-video::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 260px !important;
  pointer-events: none !important;
  background: linear-gradient(
    to bottom,
    rgba(7, 8, 12, 0) 0%,
    rgba(7, 8, 12, 0.24) 32%,
    rgba(7, 8, 12, 0.62) 68%,
    #07080c 100%
  ) !important;
}

.about {
  margin-top: 0 !important;
  padding-top: 120px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 168, 95, 0.08), transparent 30%),
    #07080c !important;
}

@media (max-width: 720px) {
  .hero {
    align-items: end !important;
    padding: 118px 0 54px !important;
  }

  .hero-title {
    font-size: clamp(52px, 15vw, 76px) !important;
  }

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

/* Clean cinematic hero layout */
.hero {
  min-height: 100svh !important;
  display: flex !important;
  align-items: center !important;
  padding: 132px 0 76px !important;
  overflow: hidden !important;
  background: #07080c !important;
}

.hero-content {
  position: relative !important;
  z-index: 3 !important;
  width: min(1180px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 42px 0 !important;
}

/* Мягкая тёмная подложка только под текстом, не полосой на весь экран */
.hero-content::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  left: -70px !important;
  top: -44px !important;
  width: min(760px, 72vw) !important;
  height: calc(100% + 88px) !important;
  border-radius: 44px !important;
  background:
    radial-gradient(circle at 28% 50%, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.54) 44%, rgba(0, 0, 0, 0) 74%);
  filter: blur(2px) !important;
}

.hero-title {
  max-width: 670px !important;
  font-size: clamp(50px, 6.1vw, 92px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.065em !important;
  color: #fff7ec !important;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.55) !important;
}

.hero-lead {
  max-width: 660px !important;
  margin-top: 22px !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.58 !important;
  color: rgba(255, 249, 238, 0.88) !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.62) !important;
}

.hero-actions {
  margin-top: 30px !important;
}

.hero-stats {
  margin-top: 34px !important;
  gap: 12px !important;
}

.hero-stats div {
  min-width: 148px !important;
  padding: 16px 18px !important;
  background: rgba(4, 5, 8, 0.66) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26) !important;
}

/* Видео видно, но оно не конкурирует с текстом */
.hero-bg-video {
  opacity: 1 !important;
  filter: saturate(0.9) contrast(1.02) brightness(0.66) !important;
  object-fit: cover !important;
  object-position: 68% center !important;
}

/* Убираем предыдущие полосы и агрессивные затемнения */
.hero-overlay {
  display: none !important;
}

.hero-video::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 12, 0.78) 0%,
      rgba(7, 8, 12, 0.42) 38%,
      rgba(7, 8, 12, 0.16) 68%,
      rgba(7, 8, 12, 0.48) 100%
    ) !important;
}

.hero-video::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 300px !important;
  pointer-events: none !important;
  background: linear-gradient(
    to bottom,
    rgba(7, 8, 12, 0) 0%,
    rgba(7, 8, 12, 0.18) 36%,
    rgba(7, 8, 12, 0.58) 74%,
    #07080c 100%
  ) !important;
}

.about {
  margin-top: 0 !important;
  padding-top: 110px !important;
  background: #07080c !important;
}

@media (max-width: 720px) {
  .hero {
    align-items: end !important;
    padding: 122px 0 58px !important;
  }

  .hero-content {
    padding: 24px 0 !important;
  }

  .hero-content::before {
    left: -28px !important;
    top: -24px !important;
    width: calc(100% + 56px) !important;
    height: calc(100% + 48px) !important;
    border-radius: 30px !important;
    background: rgba(0, 0, 0, 0.54) !important;
    filter: blur(0) !important;
  }

  .hero-title {
    font-size: clamp(48px, 14vw, 74px) !important;
  }

  .hero-bg-video {
    object-position: center center !important;
    filter: saturate(0.9) contrast(1.02) brightness(0.58) !important;
  }
}
