@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Manrope:wght@400;500;700;800&display=swap");

:root {
  --bg-0: #0d0608;
  --bg-1: #160a0e;
  --bg-2: #221018;
  --text: #f0e2cc;
  --muted: #c4a07e;
  --line: rgba(205, 155, 80, 0.22);
  --card: rgba(16, 6, 10, 0.72);
  --rose: #c06828;
  --cyan: #c99438;
  --violet: #7b2e5e;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(80vw 50vh at 95% -10%, rgba(123, 46, 94, 0.28), transparent 70%),
    radial-gradient(90vw 56vh at -8% 12%, rgba(192, 104, 40, 0.28), transparent 68%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 46%, var(--bg-2));
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 90px;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -15% -15% auto -15%;
  height: 55vh;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(45% 50% at 20% 20%, rgba(201, 148, 56, 0.2), transparent 70%),
    radial-gradient(38% 42% at 78% 40%, rgba(140, 50, 100, 0.2), transparent 72%);
  filter: blur(14px);
  animation: nebulaDrift 20s ease-in-out infinite alternate;
}

body::after {
  inset: auto -15% -20% -15%;
  height: 48vh;
  background:
    radial-gradient(42% 48% at 12% 65%, rgba(210, 165, 90, 0.16), transparent 70%),
    radial-gradient(46% 42% at 84% 72%, rgba(150, 60, 110, 0.16), transparent 72%);
  filter: blur(16px);
  animation: nebulaDrift 24s ease-in-out infinite alternate-reverse;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.t826__galaxy {
  opacity: 0.4;
}

.t826__galaxy-wrapper {
  animation: t826__galaxy-fadeIn 1.6s linear forwards;
}

.t826__galaxy-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
}

.t826__galaxy-far-rec78788520 {
  width: 1px;
  height: 1px;
}

.t826__galaxy-mid-rec78788520 {
  width: 2px;
  height: 2px;
}

.t826__galaxy-near-rec78788520 {
  width: 3px;
  height: 3px;
}

.fx,
.spark-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.fx-aurora {
  background:
    radial-gradient(45vw 30vh at 20% 10%, rgba(201, 148, 56, 0.22), transparent 70%),
    radial-gradient(50vw 36vh at 80% 22%, rgba(123, 46, 94, 0.18), transparent 72%);
  animation: auroraShift 14s ease-in-out infinite alternate;
}

.fx-smoke::before,
.fx-smoke::after {
  content: "";
  position: absolute;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  filter: blur(34px);
  opacity: 0.16;
}

.fx-smoke::before {
  left: -18vw;
  top: 26vh;
  background: rgba(210, 160, 80, 0.8);
  animation: smokeOne 18s ease-in-out infinite;
}

.fx-smoke::after {
  right: -22vw;
  top: 48vh;
  background: rgba(150, 62, 118, 0.75);
  animation: smokeTwo 20s ease-in-out infinite;
}

.spark {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #ffe8b0;
  box-shadow: 0 0 10px rgba(255, 220, 120, 0.9);
  animation-name: sparkle;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

main,
.topbar {
  width: min(720px, calc(100% - 20px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.topbar {
  margin-top: 12px;
  border: 1px solid rgba(205, 165, 90, 0.34);
  border-radius: 0;
  padding: 16px 18px 14px;
  text-align: center;
  background:
    linear-gradient(165deg, rgba(28, 10, 18, 0.85), rgba(18, 6, 12, 0.72)),
    radial-gradient(90% 130% at 50% -50%, rgba(200, 160, 80, 0.14), transparent);
  box-shadow:
    0 0 16px rgba(200, 148, 60, 0.12),
    inset 0 0 12px rgba(200, 160, 80, 0.1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.topbar::before,
.topbar::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.topbar::before {
  width: 62%;
  height: 160%;
  left: -18%;
  top: -64%;
  background: radial-gradient(circle, rgba(210, 165, 80, 0.25), transparent 68%);
  filter: blur(9px);
  animation: topGlow 8s ease-in-out infinite;
}

.topbar::after {
  width: 56%;
  height: 130%;
  right: -20%;
  top: -48%;
  background: radial-gradient(circle, rgba(155, 50, 90, 0.22), transparent 72%);
  filter: blur(7px);
  animation: topGlow 9s ease-in-out infinite reverse;
}

.topbar-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  border: 0;
  box-shadow: none;
}

.topbar-frame::before {
  content: none;
}

.topbar-frame .corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(210, 175, 90, 0.95);
  filter: drop-shadow(0 0 8px rgba(210, 175, 90, 0.7));
}

.topbar-frame .corner-1 {
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
}

.topbar-frame .corner-2 {
  top: 10px;
  right: 10px;
  border-left: 0;
  border-bottom: 0;
}

.topbar-frame .corner-3 {
  bottom: 10px;
  left: 10px;
  border-right: 0;
  border-top: 0;
}

.topbar-frame .corner-4 {
  bottom: 10px;
  right: 10px;
  border-left: 0;
  border-top: 0;
}

.brand {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(20px, 6.2vw, 28px);
  letter-spacing: 0.055em;
  line-height: 1.15;
  position: relative;
  z-index: 1;
}

.topbar-offer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px auto 0;
  padding: 8px 14px;
  border: 1px solid rgba(210, 165, 80, 0.62);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(90, 40, 10, 0.55), rgba(55, 20, 8, 0.42));
  box-shadow: 0 0 18px rgba(200, 148, 60, 0.22);
  color: #ffe0a0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.subtitle {
  margin: 9px auto 0;
  color: var(--muted);
  font-size: 13px;
  max-width: 286px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.topbar-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.topbar-orbit span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffe8a0;
  box-shadow: 0 0 14px rgba(255, 220, 120, 0.95);
  animation: orbitFloat 4.3s ease-in-out infinite;
}

.topbar-orbit span:nth-child(1) {
  left: 12%;
  top: 24%;
  animation-delay: 0s;
}

.topbar-orbit span:nth-child(2) {
  right: 13%;
  top: 28%;
  animation-delay: 0.9s;
}

.topbar-orbit span:nth-child(3) {
  left: 28%;
  bottom: 16%;
  animation-delay: 1.7s;
}

.topbar-orbit span:nth-child(4) {
  right: 27%;
  bottom: 14%;
  animation-delay: 2.5s;
}

.shimmer {
  background: linear-gradient(110deg, #d4a040 25%, #f8e07a 46%, #c08030 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 230% 100%;
  animation: shimmer 4s linear infinite;
}

.hero,
.section,
.final-cta {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  padding: 16px;
  backdrop-filter: blur(2px);
  box-shadow: 0 8px 26px rgba(10, 2, 5, 0.35), inset 0 0 22px rgba(200, 155, 75, 0.07);
}

.kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #d4a060;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cinzel", serif;
}

h1 {
  font-size: clamp(26px, 8.5vw, 44px);
  line-height: 1.13;
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(20px, 6vw, 32px);
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.hero-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.utp-badge {
  margin: 0 0 10px;
  padding: 10px 11px;
  border-radius: 12px;
  border: 1px solid rgba(210, 170, 80, 0.42);
  background:
    radial-gradient(110% 90% at 10% 0%, rgba(200, 155, 60, 0.2), transparent 58%),
    linear-gradient(180deg, rgba(30, 10, 18, 0.96), rgba(22, 7, 14, 0.96));
  box-shadow: inset 0 0 12px rgba(190, 148, 60, 0.1), 0 0 14px rgba(200, 148, 60, 0.16);
}

.utp-badge strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #f5e0b0;
  font-weight: 800;
}

.utp-badge span {
  display: block;
  margin-top: 4px;
  color: #c4a070;
  font-size: 12px;
  line-height: 1.35;
}

.utp-strip {
  margin-top: 12px;
  border-radius: 999px;
  border: 1px solid rgba(205, 165, 70, 0.44);
  background: linear-gradient(90deg, rgba(80, 30, 10, 0.95), rgba(100, 35, 55, 0.9));
  color: #f5e0b0;
  text-align: center;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 0 14px rgba(200, 148, 60, 0.26);
  animation: utpPulse 2.8s ease-in-out infinite;
}

.hero-photo {
  margin: 14px 0 0;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-photo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  width: 100%;
  height: 78%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(200, 148, 56, 0.55) 0%, rgba(200, 148, 56, 0.18) 38%, rgba(200, 148, 56, 0) 72%),
    radial-gradient(ellipse at center, rgba(140, 50, 100, 0.42) 0%, rgba(140, 50, 100, 0.12) 46%, rgba(140, 50, 100, 0) 74%);
  filter: blur(16px);
  z-index: 0;
  pointer-events: none;
  animation: heroAuraPulse 3.4s ease-in-out infinite;
}

.hero-photo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3%;
  width: 100%;
  height: 34%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 20% 40%, rgba(210, 165, 80, 0.56) 0%, rgba(210, 165, 80, 0.08) 42%, rgba(210, 165, 80, 0) 70%),
    radial-gradient(ellipse at 75% 60%, rgba(180, 120, 60, 0.48) 0%, rgba(180, 120, 60, 0.08) 40%, rgba(180, 120, 60, 0) 72%);
  filter: blur(22px);
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
  animation: heroFogDrift 5.6s ease-in-out infinite;
}

.hero-photo-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-photo img {
  display: block;
  width: 100%;
  border-radius: 0;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  object-position: center top;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 26px rgba(200, 148, 60, 0.4));
}

.quick-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 12px;
  border-radius: 11px;
  color: #f0e2cc;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid rgba(200, 155, 80, 0.3);
  background: linear-gradient(180deg, rgba(28, 10, 18, 0.95), rgba(18, 6, 12, 0.95));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  animation: btnBreath 3.4s ease-in-out infinite;
}

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

.btn-ico {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(210, 165, 80, 0.12);
  border: 1px solid rgba(210, 165, 80, 0.35);
}

.btn-ico img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.92);
}

.btn-ico-brand img,
.btn-ico-max img {
  width: 16px;
  height: 16px;
  filter: none;
}

.btn-call {
  border-color: rgba(200, 148, 60, 0.55);
  box-shadow: 0 0 10px rgba(180, 130, 50, 0.24);
}

.btn-wa {
  border-color: rgba(114, 183, 152, 0.58);
  box-shadow: 0 0 10px rgba(71, 145, 114, 0.22);
}

.btn-tg {
  border-color: rgba(123, 165, 212, 0.58);
  box-shadow: 0 0 10px rgba(85, 129, 182, 0.24);
}

.btn-max {
  border-color: rgba(180, 100, 155, 0.62);
  box-shadow: 0 0 10px rgba(140, 55, 100, 0.25);
}

.pulse-shell {
  /* pulseShell убран — пульс всей сетки кнопок выглядит нестабильно */
  animation: none;
}

.grid {
  display: grid;
  gap: 10px;
}

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

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

.section-lead {
  margin: 4px 0 14px;
  color: #b08a60;
  font-size: 14px;
  line-height: 1.5;
}

.req-list {
  grid-template-columns: 1fr !important;
  gap: 12px;
}

.req-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(22, 8, 14, 0.9), rgba(16, 5, 10, 0.9)),
    rgba(16, 6, 10, 0.74);
  border-color: rgba(200, 155, 80, 0.28);
  box-shadow: inset 0 0 14px rgba(180, 140, 60, 0.07);
}

.req-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(210, 165, 70, 0.95), rgba(150, 60, 110, 0.82));
  box-shadow: 0 0 12px rgba(210, 165, 70, 0.45);
}

.req-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.req-icon {
  color: #d4a040;
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(212, 160, 64, 0.5);
}

.formats-road {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% -18%, rgba(200, 148, 60, 0.14), transparent 64%),
    linear-gradient(180deg, rgba(22, 8, 14, 0.88), rgba(16, 5, 10, 0.88));
}

.format-track {
  position: absolute;
  right: 33px;
  left: auto;
  top: 124px;
  bottom: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(210, 165, 70, 0.75), rgba(150, 60, 110, 0.55));
  box-shadow: 0 0 12px rgba(210, 165, 70, 0.35);
  animation: trackFlow 3.6s linear infinite;
}

.format-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.format-item:first-of-type {
  margin-top: 6px;
}

.fi-dot {
  order: 2;
  justify-self: center;
  align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #1a0810;
  background: linear-gradient(145deg, #d4a040, #c07828);
  border: 1px solid rgba(240, 210, 120, 0.55);
  box-shadow: 0 0 12px rgba(200, 160, 60, 0.38);
  z-index: 1;
  animation: dotPulse 2.2s ease-in-out infinite;
}

.fi-body {
  order: 1;
  border: 1px solid rgba(200, 155, 80, 0.28);
  border-radius: 12px;
  padding: 12px;
  background: rgba(20, 7, 13, 0.86);
  box-shadow: inset 0 0 14px rgba(180, 140, 60, 0.06);
}

.fi-body h3 {
  margin: 0;
  font-size: 18px;
}

.fi-meta {
  margin: 5px 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #c4903a;
}

.fi-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.fi-2 .fi-body {
  border-color: rgba(210, 175, 90, 0.4);
  box-shadow: inset 0 0 16px rgba(195, 155, 60, 0.1), 0 0 18px rgba(190, 148, 50, 0.12);
}

.fi-3 .fi-dot {
  background: linear-gradient(145deg, #c06828, #a84060);
}

.card,
.review,
.blog-card,
.faq {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 13px;
  background: rgba(16, 6, 10, 0.74);
}

.card p,
.review p,
.blog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.glow-card {
  box-shadow: 0 0 18px rgba(190, 148, 50, 0.14);
}

.workflow-arc {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 15% -18%, rgba(200, 158, 60, 0.16), transparent 58%),
    radial-gradient(100% 80% at 85% 110%, rgba(140, 55, 100, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(22, 8, 14, 0.92), rgba(16, 5, 10, 0.92));
  border-color: rgba(200, 155, 80, 0.3);
}

.workflow-line {
  display: none;
}

.wf-step {
  position: relative;
  margin-top: 12px;
}

.wf-step:first-of-type {
  margin-top: 10px;
}

.wf-card {
  position: relative;
  border: 1px solid rgba(200, 155, 80, 0.28);
  border-radius: 12px;
  padding: 10px 12px 10px 54px;
  background: linear-gradient(180deg, rgba(24, 9, 16, 0.9), rgba(20, 7, 13, 0.86));
  box-shadow: inset 0 0 12px rgba(180, 140, 60, 0.06), 0 0 10px rgba(180, 138, 50, 0.06);
}

.wf-card::after {
  display: none;
}

.wf-kicker {
  margin: 0 0 3px;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #c4903a;
}

.wf-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
}

.wf-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.4;
}

.wf-mark {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #1a0810;
  border: 1px solid rgba(240, 210, 120, 0.6);
  box-shadow: 0 0 10px rgba(200, 160, 60, 0.3);
  z-index: 1;
}

.wf-step-1 .wf-mark {
  background: linear-gradient(145deg, #d4a040, #c07828);
}

.wf-step-2 .wf-mark {
  background: linear-gradient(145deg, #d4a846, #c08832);
}

.wf-step-3 .wf-mark {
  background: linear-gradient(145deg, #c88038, #b06020);
}

.wf-step-4 .wf-mark {
  background: linear-gradient(145deg, #c07030, #a84060);
}

.quote {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(130% 90% at 10% -22%, rgba(200, 155, 60, 0.15), transparent 58%),
    radial-gradient(110% 80% at 100% 120%, rgba(140, 55, 100, 0.16), transparent 62%),
    linear-gradient(180deg, rgba(22, 8, 14, 0.9), rgba(16, 5, 10, 0.92));
}

.quote::before,
.quote::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(200, 165, 80, 0.55);
  pointer-events: none;
}

.quote::before {
  top: 12px;
  left: 12px;
  border-right: 0;
  border-bottom: 0;
}

.quote::after {
  right: 12px;
  bottom: 12px;
  border-left: 0;
  border-top: 0;
}

.quote-shell {
  min-height: 232px;
  position: relative;
  padding: 8px 4px 2px;
}

.quote-shell::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 2px;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(200, 155, 60, 0.22), rgba(200, 155, 60, 0) 70%);
  filter: blur(16px);
  pointer-events: none;
  animation: quoteAura 6.2s ease-in-out infinite;
}

.quote-slide {
  position: absolute;
  inset: 8px 4px auto;
  margin: 0;
  font-size: 22px;
  line-height: 1.32;
  font-family: "Cinzel", serif;
  letter-spacing: 0.01em;
  color: #f0e0c0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  text-shadow: 0 0 18px rgba(200, 155, 60, 0.14);
}

.quote-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.quote-label {
  margin: 0;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #9a7050;
}

.quote-author {
  margin: 0;
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #d4a060;
}

.quote-dots {
  margin-top: 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
}

.quote-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(200, 155, 80, 0.42);
  box-shadow: 0 0 8px rgba(180, 140, 60, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.quote-dots span.is-active {
  transform: scale(1.25);
  background: #d4a040;
  box-shadow: 0 0 10px rgba(212, 160, 64, 0.54);
}

.toolkit {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 0% -24%, rgba(200, 155, 60, 0.14), transparent 60%),
    radial-gradient(100% 80% at 100% 120%, rgba(140, 55, 100, 0.14), transparent 64%),
    linear-gradient(180deg, rgba(22, 8, 14, 0.9), rgba(16, 5, 10, 0.92));
}

.toolkit::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 155, 60, 0.05), rgba(200, 155, 60, 0.72), rgba(140, 55, 100, 0.06));
  box-shadow: 0 0 12px rgba(200, 155, 60, 0.24);
}

.tool-group + .tool-group {
  margin-top: 12px;
}

.tool-group-title {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #c4903a;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list-magic .chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(200, 160, 80, 0.34);
  background: linear-gradient(180deg, rgba(26, 10, 16, 0.9), rgba(20, 7, 13, 0.88));
  color: #f0e0c0;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: inset 0 0 10px rgba(180, 140, 60, 0.08), 0 0 10px rgba(180, 140, 60, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chip-list-magic .chip i {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-style: normal;
  font-size: 10px;
  color: #180810;
  border: 1px solid rgba(240, 210, 120, 0.55);
  box-shadow: 0 0 8px rgba(180, 140, 60, 0.28);
}

.chip-list-magic .chip-cyan {
  border-color: rgba(210, 165, 80, 0.42);
  box-shadow: inset 0 0 10px rgba(180, 140, 60, 0.1), 0 0 12px rgba(180, 140, 60, 0.12);
}

.chip-list-magic .chip-cyan i {
  background: linear-gradient(145deg, #d4a040, #c08030);
}

.chip-list-magic .chip-violet {
  border-color: rgba(180, 100, 150, 0.42);
  box-shadow: inset 0 0 10px rgba(155, 70, 120, 0.08), 0 0 12px rgba(140, 55, 100, 0.14);
}

.chip-list-magic .chip-violet i {
  background: linear-gradient(145deg, #c06890, #a04068);
}

.reviews,
.blog-list {
  grid-template-columns: 1fr;
}

.review b {
  display: block;
  margin-top: 8px;
  color: #f0e0b0;
}

.client-results .section-lead {
  margin-bottom: 9px;
}

.reviews-track {
  --scroll-shift: 0px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(80%, 80%);
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 6px;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-track .review {
  --parallax-factor: 1;
  scroll-snap-align: start;
  min-height: 100%;
  border-color: rgba(200, 155, 80, 0.34);
  background: linear-gradient(180deg, rgba(22, 8, 14, 0.9), rgba(18, 6, 12, 0.9));
  box-shadow: inset 0 0 12px rgba(180, 140, 60, 0.07), 0 0 12px rgba(180, 138, 55, 0.08);
  transform: translateY(calc(var(--scroll-shift) * var(--parallax-factor)));
  transition: transform 0.2s linear;
}

.testimonials-list {
  display: grid;
  gap: 9px;
}

.testimonial {
  position: relative;
  padding-bottom: 11px;
}

.testimonial-text {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.5;
}

.testimonial:not(.is-open)::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 44px;
  height: 30px;
  background: linear-gradient(180deg, rgba(18, 6, 12, 0), rgba(18, 6, 12, 0.96));
  pointer-events: none;
}

.testimonial.is-open .testimonial-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.review-more {
  margin-top: 9px;
  border: 1px solid rgba(200, 155, 80, 0.38);
  border-radius: 999px;
  background: rgba(24, 8, 16, 0.78);
  color: #d4a060;
  font-size: 13px;
  line-height: 1;
  padding: 8px 11px;
}

.review-more:active {
  transform: translateY(1px);
}

.fi-body,
.wf-card,
.review,
.faq,
.chip-list-magic .chip,
.dock a {
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.fi-body:active,
.wf-card:active,
.review:active,
.faq:active,
.chip-list-magic .chip:active {
  transform: translateY(1px) scale(0.997);
}

.tap-glow {
  position: relative;
  overflow: hidden;
}

.tap-glow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(240, 200, 100, 0.8), rgba(240, 200, 100, 0));
  animation: tapFlash 0.48s ease-out forwards;
  pointer-events: none;
}

.faq {
  margin-bottom: 8px;
  border: 1px solid rgba(200, 155, 80, 0.3);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(22, 9, 14, 0.9), rgba(18, 7, 12, 0.9));
  box-shadow: inset 0 0 10px rgba(180, 140, 60, 0.06);
  overflow: hidden;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  padding: 12px 44px 12px 12px;
  position: relative;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
  color: #1a0810;
  background: linear-gradient(145deg, #d4a040, #c07828);
  border: 1px solid rgba(240, 210, 120, 0.58);
  box-shadow: 0 0 8px rgba(200, 160, 60, 0.3);
}

.faq[open] summary::after {
  content: "−";
}

.faq p {
  margin: 0;
  padding: 0 12px 12px;
  color: var(--muted);
  line-height: 1.45;
}

.blog-card a {
  margin-top: 10px;
  display: inline-block;
  color: #c4903a;
  font-weight: 700;
  text-decoration: none;
}

.blog-card a:hover {
  color: #f0e0a0;
}

.final-cta {
  margin-bottom: 16px;
  background:
    radial-gradient(100% 60% at 50% 0%, rgba(192, 104, 40, 0.25), transparent 72%),
    var(--card);
}

.final-cta p {
  margin: 8px 0 0;
  color: var(--muted);
}

.dock {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 9;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  background: rgba(8, 2, 5, 0.92);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 25px rgba(160, 110, 40, 0.18);
}

.dock a {
  border-radius: 8px;
  min-height: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 7px 4px;
  text-decoration: none;
  border: 1px solid rgba(255, 220, 150, 0.2);
  box-shadow: inset 0 0 10px rgba(255, 220, 150, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
  position: relative;
  font-size: 10px;
  font-weight: 700;
  color: rgba(240, 220, 180, 0.9);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
}

.dock a:active {
  transform: translateY(1px);
}

.dock a:hover {
  transform: translateY(-1px);
}

.dock-ico {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.dock-ico img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.94);
  position: relative;
  z-index: 2;
}

.dock-ico-brand img {
  width: 22px;
  height: 22px;
  filter: saturate(1.08) contrast(1.08) brightness(1.05);
}

.dock-call {
  background: linear-gradient(180deg, #a06828, #7e5020);
  border-color: rgba(220, 180, 100, 0.55);
  box-shadow: 0 0 12px rgba(160, 104, 40, 0.35);
}

.dock-wa {
  background: linear-gradient(180deg, #2a9c69, #1f7a51);
  border-color: rgba(150, 233, 196, 0.58);
  box-shadow: 0 0 12px rgba(46, 160, 109, 0.34);
}

.dock-tg {
  background: linear-gradient(180deg, #3a7ed8, #2d62b4);
  border-color: rgba(173, 207, 255, 0.58);
  box-shadow: 0 0 12px rgba(71, 132, 218, 0.35);
}

.dock-max {
  background: linear-gradient(180deg, #7b2e5e, #5e2248);
  border-color: rgba(220, 150, 200, 0.6);
  box-shadow: 0 0 12px rgba(140, 55, 100, 0.34);
}

.reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(18px) scale(0.992);
  transition: opacity 0.62s ease, transform 0.62s ease, filter 0.62s ease;
}

.reveal.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.floaty {
  animation: floaty 6s ease-in-out infinite;
}

@keyframes shimmer {
  from {
    background-position: 220% 0;
  }
  to {
    background-position: -220% 0;
  }
}

@keyframes utpPulse {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(200, 148, 60, 0.2);
  }
  50% {
    box-shadow: 0 0 18px rgba(210, 165, 70, 0.38);
  }
}

@keyframes nebulaDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate3d(2%, -1.6%, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate3d(-1.6%, 1.2%, 0) scale(1.03);
    opacity: 0.84;
  }
}

@keyframes btnBreath {
  0%,
  100% {
    box-shadow: 0 0 8px rgba(200, 148, 60, 0.14);
  }
  50% {
    box-shadow: 0 0 16px rgba(200, 148, 60, 0.28);
  }
}

@keyframes trackFlow {
  0% {
    box-shadow: 0 0 8px rgba(210, 165, 70, 0.2);
  }
  50% {
    box-shadow: 0 0 16px rgba(210, 165, 70, 0.46);
  }
  100% {
    box-shadow: 0 0 8px rgba(210, 165, 70, 0.2);
  }
}

@keyframes dotPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes quoteAura {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes tapFlash {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

/* ─── Новые анимации ─── */

@keyframes haloGlow {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(200, 148, 60, 0),
      0 0 30px rgba(200, 148, 60, 0.18);
  }
  50% {
    box-shadow:
      0 0 0 12px rgba(200, 148, 60, 0),
      0 0 50px rgba(200, 148, 60, 0.32);
  }
}

@keyframes faqOpen {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes avatarPop {
  from { transform: scale(0.7); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

@keyframes topGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.95;
  }
  50% {
    transform: translate3d(0, 6px, 0) scale(1.08);
    opacity: 0.6;
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.8);
    opacity: 0.2;
  }
  45% {
    transform: translate3d(0, -9px, 0) scale(1.2);
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 3px, 0) scale(0.95);
    opacity: 0.55;
  }
}

@keyframes auroraShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -2%, 0) scale(1.03);
  }
  100% {
    transform: translate3d(0, 1%, 0) scale(1.02);
  }
}

@keyframes smokeOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(14vw, -6vh, 0) scale(1.2);
  }
}

@keyframes smokeTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-13vw, 8vh, 0) scale(1.22);
  }
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes pulseShell {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes heroAuraPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.06);
  }
}

@keyframes heroFogDrift {
  0%,
  100% {
    opacity: 0.85;
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateX(-48%) translateY(-6px);
  }
}

@media (max-width: 430px) {
  .grid.two {
    grid-template-columns: 1fr;
  }

  .btn {
    font-size: 14px;
  }
}

/* ─── Stagger для карточек запросов ─── */
/* По умолчанию карточки видимы — JS добавляет .stagger-ready для анимации */
.req-list.stagger-ready .req-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

.req-list.stagger-in .req-card { opacity: 1; transform: none; }
.req-list.stagger-in .req-card:nth-child(1) { transition-delay: 0ms; }
.req-list.stagger-in .req-card:nth-child(2) { transition-delay: 80ms; }
.req-list.stagger-in .req-card:nth-child(3) { transition-delay: 160ms; }
.req-list.stagger-in .req-card:nth-child(4) { transition-delay: 240ms; }
.req-list.stagger-in .req-card:nth-child(5) { transition-delay: 320ms; }
.req-list.stagger-in .req-card:nth-child(6) { transition-delay: 400ms; }

/* ─── FAQ плавное раскрытие ─── */
.faq[open] p {
  animation: faqOpen 0.32s ease forwards;
}

/* ─── Hero parallax через CSS custom property — не конфликтует с floaty на inner ─── */
.hero-photo {
  --parallax-y: 0px;
  transform: translateY(var(--parallax-y));
  will-change: transform;
}

/* ─── Hero photo halo ─── */
.hero-photo-halo {
  position: absolute;
  left: 50%;
  top: 35%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(200, 148, 60, 0.22) 0%, rgba(140, 55, 100, 0.12) 50%, transparent 72%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  animation: haloGlow 4s ease-in-out infinite;
}

/* ─── Аватары отзывов ─── */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.testimonial-avatar {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-family: "Cinzel", serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a0810;
  border: 1px solid rgba(240, 210, 120, 0.55);
  animation: avatarPop 0.4s ease backwards;
}

.testimonial-avatar-a { background: linear-gradient(145deg, #d4a040, #c07828); }
.testimonial-avatar-i { background: linear-gradient(145deg, #c06828, #a84060); }
.testimonial-avatar-m { background: linear-gradient(145deg, #7b2e5e, #a84060); }

.testimonial-name {
  font-weight: 700;
  color: #f0e0b0;
  font-size: 14px;
}

/* ─── Кнопка "Позвонить" на всю ширину, остальные 3 в ряд ─── */
.quick-actions.wide-call {
  grid-template-columns: repeat(3, 1fr);
}

.quick-actions.wide-call .btn-call {
  grid-column: 1 / -1;
}



@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal,
  .reveal.in-view {
    filter: none;
    transform: none;
  }

  /* Stagger: сразу показываем все карточки */
  .req-list.stagger-ready .req-card {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Parallax: отключаем смещение */
  .hero-photo {
    transform: none !important;
  }
}
