:root {
  --bg: #08090b;
  --panel: #12151a;
  --panel-2: #191d24;
  --text: #f8f3f3;
  --muted: #c7b5b8;
  --line: rgba(255,255,255,.11);
  --accent: #9f1d36;
  --accent-2: #d59aa8;
}

* { box-sizing: border-box; }

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(135deg, rgba(159,29,54,.16), transparent 36%),
    linear-gradient(220deg, rgba(213,154,168,.08), transparent 34%),
    var(--bg);
  color: var(--text);
  font-family: Montserrat, "Segoe UI", sans-serif;
}

main { flex: 1 0 auto; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,9,11,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.topbar {
  padding: 8px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: .92rem;
}

.topbar a { color: #fff; text-decoration: none; font-weight: 800; }
.navbar-brand span:last-child { font-weight: 900; letter-spacing: -.02em; }

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--accent);
  color: #18070b;
  font-weight: 1000;
  box-shadow: 0 12px 32px rgba(159,29,54,.24);
}

.navbar-nav .nav-link { color: var(--muted); margin-left: 18px; font-weight: 700; }
.navbar-nav .nav-link:hover { color: #fff; }

.header-phone {
  margin-left: auto;
  margin-right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #19070c;
}

.hero { padding: 88px 0 96px; overflow: hidden; }
.section-kicker {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 1000;
  margin-bottom: 26px;
}

.hero-lead {
  max-width: 760px;
  color: #eee1e3;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  line-height: 1.7;
}

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

.hero-facts span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.05);
  color: var(--muted);
  font-weight: 800;
}

.btn-accent {
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #19070c;
  font-weight: 900;
  padding: 12px 24px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active {
  background: #c12a48;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(159,29,54,.28);
}

.btn-accent:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(213,154,168,.28), 0 14px 30px rgba(159,29,54,.28);
}

.btn-ghost {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  padding: 12px 24px;
  background: rgba(255,255,255,.04);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}

.btn-ghost:focus {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(213,154,168,.22), 0 12px 28px rgba(0,0,0,.22);
}

.hero-video-card {
  position: relative;
  max-width: 390px;
  margin-left: auto;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02));
  box-shadow: 0 32px 90px rgba(0,0,0,.42);
}

.hero-video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 32px;
  background: #111;
}

.video-note {
  position: absolute;
  left: -30px;
  right: 28px;
  bottom: 34px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(12,14,18,.86);
  backdrop-filter: blur(18px);
}

.video-note strong, .video-note span { display: block; }
.video-note span { color: var(--muted); font-size: .92rem; }

section { padding: 82px 0; }
.text-muted { color: var(--muted) !important; }

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

.service-card, .price-card, .step-card, .contact-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(159,29,54,.12), rgba(213,154,168,.045)),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  padding: 28px;
}

.service-card i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(159,29,54,.18);
  color: var(--accent-2);
  font-size: 1.6rem;
}

.service-card h3, .price-card strong, .step-card h3, .faq-grid h3 {
  font-weight: 900;
  letter-spacing: -.02em;
}

.service-card p, .price-card p, .step-card p, .faq-grid p, .contact-card p, footer p { color: var(--muted); }

.section-dark {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(159,29,54,.18);
  color: var(--accent-2);
  font-weight: 1000;
}

.step-card span {
  color: var(--accent);
  font-size: 3rem;
  font-weight: 1000;
  line-height: 1;
}

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

.work-grid a, .gallery-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--panel);
  aspect-ratio: 4 / 3;
}

.work-grid img, .gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.work-grid a:hover img, .gallery-grid a:hover img { transform: scale(1.06); }

.faq-grid div {
  padding: 26px;
  border-radius: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.section-contact { padding-bottom: 96px; }
.contact-card a { color: #fff; text-decoration: none; font-weight: 900; }
.contact-card form { display: grid; gap: 12px; margin-top: 24px; }
.form-control {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 13px 15px;
}
.form-control:focus {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 .2rem rgba(159,29,54,.18);
}
.form-control::placeholder { color: #817b72; }

.form-status {
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 800;
}
.form-status.is-success { background: #dff7df; color: #123016; }
.form-status.is-error { background: #ffe0de; color: #40110d; }

.map-card {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  position: relative;
}
.map-card iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.9) contrast(1.05); }
.map-card a {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 999px;
  background: rgba(8,9,11,.86);
  border: 1px solid var(--line);
  color: #fff;
  text-decoration: none;
  padding: 11px 16px;
  font-weight: 900;
}

footer {
  margin-top: auto;
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #07080a;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
.footer-title { color: #fff; font-weight: 1000; margin-bottom: 8px; }
footer a { color: #fff; text-decoration: none; font-weight: 800; }

.floating-call { display: none; }

@media (max-width: 991px) {
  .service-grid, .price-grid, .faq-grid { grid-template-columns: 1fr 1fr; }
  .work-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .hero-video-card { margin: 0 auto; }
  .video-note { left: 20px; }
}

@media (max-width: 768px) {
  section, .hero { padding: 58px 0; }
  .service-grid, .price-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .work-grid, .gallery-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .navbar-nav .nav-link { margin-left: 0; }
  .floating-call {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 60;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 999px;
    background: var(--accent);
    color: #19070c;
    font-weight: 1000;
    text-decoration: none;
    box-shadow: 0 16px 50px rgba(159,29,54,.35);
  }
}
