:root {
  --bg: #07080d;
  --bg-alt: #0e1018;
  --surface: rgba(16, 18, 28, 0.78);
  --line: rgba(255, 176, 32, 0.18);
  --text: #f3efe6;
  --muted: #8b8798;
  --accent: #ffb020;
  --accent-2: #6ea8ff;
  --accent-deep: #c47f00;
  --danger: #ff5d7a;
  --font-display: "Syne", sans-serif;
  --font-body: "JetBrains Mono", monospace;
  --radius: 12px;
  --max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.mesh-canvas,
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.mesh-canvas { z-index: 0; opacity: 0.85; }

.noise {
  z-index: 50;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.4rem;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
}

.header.scrolled {
  background: rgba(7, 8, 13, 0.88);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}

.logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.logo span { color: var(--accent); }

.nav { display: flex; gap: 1.15rem; flex-wrap: wrap; }

.nav a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 0.2s;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-btn {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  width: 42px;
  height: 34px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.75rem;
}

.lang-btn:hover {
  color: var(--text);
  border-color: var(--accent);
}

.burger {
  display: none;
  width: 42px;
  height: 34px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.3rem;
  background: var(--accent);
  color: #1a1200;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0 8px 28px rgba(255, 176, 32, 0.22);
}

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

.btn-sm {
  padding: 0.48rem 0.9rem;
  font-size: 0.75rem;
  box-shadow: none;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn-ghost:hover {
  border-color: var(--accent-2);
  color: var(--accent-2);
}

.btn-block { width: 100%; }

.auth-slot {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.user-chip {
  color: var(--muted);
  font-size: 0.78rem;
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: 60vw;
  height: 60vw;
  max-width: 700px;
  max-height: 700px;
  right: -10%;
  top: -5%;
  background: radial-gradient(circle, rgba(255, 176, 32, 0.28), transparent 65%);
  filter: blur(8px);
  animation: drift 12s ease-in-out infinite;
}

.hero-glow-2 {
  left: -15%;
  top: auto;
  bottom: 5%;
  right: auto;
  background: radial-gradient(circle, rgba(110, 168, 255, 0.18), transparent 65%);
  animation-delay: -5s;
}

.hero-gridlines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 176, 32, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 168, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.hero-hex {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath fill='none' stroke='%23ffb020' stroke-width='0.6' d='M28 0l28 16v32L28 64 0 48V16z'/%3E%3C/svg%3E");
  background-size: 56px 100px;
  mask-image: linear-gradient(180deg, #000, transparent 85%);
  animation: hexShift 24s linear infinite;
}

.hero-watermark {
  position: absolute;
  right: -2%;
  top: 18%;
  font-family: var(--font-display);
  font-size: clamp(8rem, 28vw, 22rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 176, 32, 0.14);
  user-select: none;
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--max));
  margin: 0 auto;
  padding: 7.5rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  flex: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: rise 0.8s ease both;
  min-width: 0;
}

.eyebrow-live {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--accent-2);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(110, 168, 255, 0.3);
  border-radius: 999px;
  background: rgba(110, 168, 255, 0.08);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.55);
  animation: ping 1.8s infinite;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 12vw, 7.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.88;
  margin-bottom: 0.85rem;
  background: linear-gradient(120deg, #fff 10%, var(--accent) 45%, var(--accent-2) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(255, 176, 32, 0.25));
}

.brand-mark::after {
  content: "";
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.3rem;
  background: var(--accent);
  vertical-align: 0.55em;
  animation: blink 1.2s steps(1) infinite;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  max-width: 12ch;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
}

.hero h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  background: linear-gradient(var(--accent), var(--accent-2));
  border-radius: 2px;
}

.hero-lead {
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-chips span {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.hero-visual {
  position: relative;
  min-width: 0;
  animation: rise 0.95s ease both 0.1s;
}

.viz-frame {
  border: 1px solid rgba(255, 176, 32, 0.35);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 176, 32, 0.1), transparent 40%),
    rgba(8, 10, 16, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(255, 176, 32, 0.08);
  overflow: hidden;
  padding-bottom: 1rem;
}

.viz-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 176, 32, 0.05);
}

.viz-dots {
  display: flex;
  gap: 0.35rem;
}

.viz-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.6;
  display: block;
}
.viz-dots i:nth-child(2) { background: var(--accent-2); }
.viz-dots i:nth-child(3) { background: var(--danger); }

.viz-top em {
  font-style: normal;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.viz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 1rem;
}

.viz-stat {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  background: rgba(0, 0, 0, 0.25);
}

.viz-stat small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.viz-stat strong {
  font-size: 0.95rem;
  font-weight: 650;
}

.viz-stat .ok { color: var(--accent); }

.radar {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0.2rem auto 0.9rem;
  border-radius: 50%;
  border: 1px solid rgba(110, 168, 255, 0.35);
  overflow: hidden;
  background: radial-gradient(circle, rgba(110, 168, 255, 0.12), transparent 70%);
}

.radar i {
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(255, 176, 32, 0.15);
  border-radius: 50%;
}
.radar i:nth-child(2) { inset: 35%; }
.radar i:nth-child(3) { inset: 48%; }

.radar-beam {
  position: absolute;
  inset: 0;
  background: conic-gradient(from 0deg, transparent 0 72%, rgba(255, 176, 32, 0.4) 100%);
  animation: spin 2.8s linear infinite;
}

.radar-blip {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  top: 28%;
  left: 62%;
  box-shadow: 0 0 12px var(--accent);
  animation: blink 1.4s infinite;
}

.viz-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 54px;
  padding: 0 1rem;
}

.viz-bars span {
  flex: 1;
  height: var(--h);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--accent), rgba(110, 168, 255, 0.35));
  opacity: 0.85;
  transform-origin: bottom;
  animation: barPulse 2.4s ease-in-out infinite;
}

.viz-bars span:nth-child(odd) { animation-delay: 0.3s; }
.viz-bars span:nth-child(3n) { animation-delay: 0.6s; }

.ticker {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  width: 100%;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  padding: 0.8rem 0;
  animation: marquee 30s linear infinite;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.ticker-track span::after {
  content: "◆";
  margin-left: 2.5rem;
  color: rgba(255, 176, 32, 0.45);
}

.ticker-track span:nth-child(odd) { color: var(--accent); }

.strip {
  position: relative;
  z-index: 1;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 176, 32, 0.05), transparent 40%, rgba(110, 168, 255, 0.05));
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.strip-grid > div {
  border-left: 1px solid var(--line);
  padding-left: 0.9rem;
}

.strip-grid b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--accent);
  line-height: 1;
}

.strip-grid span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.strip-grid p {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.section {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.section-alt {
  background: linear-gradient(180deg, transparent, rgba(14, 16, 24, 0.9), transparent);
}

.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 176, 32, 0.35), rgba(110, 168, 255, 0.35), transparent);
}

.eyebrow {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.section-lead {
  color: var(--muted);
  max-width: 38rem;
  margin-bottom: 2.1rem;
  font-size: 0.92rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.service-item {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 1.35rem 1.25rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(165deg, rgba(255, 176, 32, 0.09), transparent 50%),
    linear-gradient(345deg, rgba(110, 168, 255, 0.05), transparent 40%);
  transition: 0.25s;
  animation: rise 0.7s ease both;
  position: relative;
  overflow: hidden;
  min-height: 170px;
}

.service-item::before {
  content: attr(data-idx);
  position: absolute;
  right: 0.9rem;
  top: 0.7rem;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: rgba(255, 176, 32, 0.14);
  letter-spacing: -0.04em;
}

.service-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent 70%);
  transform: scaleX(0.25);
  transform-origin: left;
  transition: 0.3s;
}

.service-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 176, 32, 0.5);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 176, 32, 0.08);
}

.service-item:hover::after { transform: scaleX(1); }

.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.service-item p {
  color: var(--muted);
  font-size: 0.84rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.1rem;
}

.service-cta {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.empty-soft {
  color: var(--muted);
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
}

.order-details-btn {
  justify-self: start;
  margin-top: -0.35rem;
}

.toast-box {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 4000;
  display: grid;
  gap: 0.55rem;
  width: min(92vw, 360px);
  pointer-events: none;
}

.toast {
  pointer-events: auto;
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #12141c;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.25s ease;
  font-size: 0.88rem;
}

.toast.show {
  opacity: 1;
  transform: none;
}

.toast-ok { border-color: rgba(255, 176, 32, 0.45); }
.toast-error { border-color: rgba(255, 93, 122, 0.45); }

.toast-link {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
}

.toast-link:hover { color: var(--accent-2); }

.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
}

.price-tab {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  transition: 0.2s;
}

.price-tab:hover,
.price-tab.active {
  color: #1a1200;
  background: var(--accent);
  border-color: var(--accent);
}

.price-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.22);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
  width: 100%;
  padding: 0.95rem 1.1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  animation: rise 0.4s ease both;
  font: inherit;
  font-size: 0.88rem;
  transition: background 0.2s ease;
}

.price-row:last-child { border-bottom: none; }
.price-row:hover { background: rgba(255, 176, 32, 0.06); }
.price-row:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: -1px;
}
.price-row span {
  color: var(--muted);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price-row strong {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.product-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  border: 1px solid rgba(255, 176, 32, 0.28);
  border-radius: 16px;
  background: transparent;
  color: var(--text);
  width: min(92vw, 440px);
  max-width: min(92vw, 440px);
  height: fit-content;
  max-height: min(88vh, 640px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.product-modal[open] {
  display: block;
}

.product-modal::backdrop {
  background: rgba(4, 5, 10, 0.78);
  backdrop-filter: blur(6px);
}

.product-modal-card {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1.75rem 1.6rem 1.45rem;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 176, 32, 0.16), transparent 55%),
    #10121a;
  border-radius: inherit;
}

.product-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.product-modal-close:hover { color: var(--text); }

.product-modal-cat {
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.product-modal-card h3 {
  font-family: var(--font-display, "Syne", sans-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 750;
  margin: 0;
  padding: 0 1.4rem;
  line-height: 1.25;
}

.product-modal-price {
  color: var(--accent);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.product-modal-desc {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  max-height: min(36vh, 240px);
  overflow: auto;
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
}

.product-modal-desc p { margin: 0 0 0.65rem; }
.product-modal-desc p:last-child { margin-bottom: 0; }
.product-modal-desc .muted {
  opacity: 0.8;
  font-style: italic;
  text-align: center;
  display: block;
}

.product-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 0.25rem;
}

.product-modal-actions .btn,
.product-modal-actions .btn-ghost {
  width: 100%;
  justify-content: center;
}

@media (max-width: 480px) {
  .product-modal-actions {
    grid-template-columns: 1fr;
  }
}

.promo-bar {
  margin-top: 1.3rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.promo-bar code { color: var(--accent-2); }

.pay-note {
  display: inline-flex;
  margin-top: 0.7rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 168, 255, 0.35);
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.4rem;
  align-items: start;
}

.order-steps {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.3rem;
  counter-reset: step;
}

.order-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.88rem;
}

.order-steps li::before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
}

.order-form {
  display: grid;
  gap: 0.85rem;
  padding: 1.3rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(10px);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.order-form label {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.order-form label span {
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  padding: 0.75rem 0.85rem;
  font: inherit;
  outline: none;
}

.order-form select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--accent);
}

.order-form option { background: #12141c; }

.payment-fixed {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(110, 168, 255, 0.35);
  background: rgba(110, 168, 255, 0.08);
  color: var(--accent-2);
  font-size: 0.88rem;
  font-weight: 600;
}

.payment-fixed .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-2);
  animation: blink 1.4s infinite;
}

.form-price {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 750;
  color: var(--accent);
}

.form-hint {
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.4rem;
  align-items: center;
}

.about-layout p {
  color: var(--muted);
  max-width: 36rem;
  font-size: 0.92rem;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.stats > div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem;
  background: rgba(0, 0, 0, 0.2);
}

.stats dt {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 750;
  color: var(--accent);
  line-height: 1;
}

.stats dd {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 0.3rem;
}

.guarantee-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.guarantee-item {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(110, 168, 255, 0.05), transparent);
  transition: 0.25s;
}

.guarantee-item:hover {
  border-color: rgba(255, 176, 32, 0.4);
  transform: translateY(-2px);
}

.guarantee-item h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.guarantee-item p {
  color: var(--muted);
  font-size: 0.84rem;
}

.contacts-layout { display: grid; gap: 1.4rem; }

.contact-grid {
  display: grid;
  max-width: 420px;
}

.contact-link {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}

.contact-link:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 176, 32, 0.12);
}

.contact-role {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-link strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 750;
  color: var(--accent);
}

.contact-meta {
  color: var(--muted);
  font-size: 0.85rem;
}

.contact-meta a:hover { color: var(--accent); }

.footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2rem;
  position: relative;
  z-index: 1;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer p {
  color: var(--muted);
  font-size: 0.8rem;
}

.footer a:not(.logo):hover { color: var(--accent); }

.support-fab {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 80;
  min-width: 56px;
  height: 56px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: rgba(7, 8, 13, 0.92);
  color: var(--accent);
  font-size: 0.72rem;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(255, 176, 32, 0.18);
}

.support-panel {
  position: fixed;
  right: 1.2rem;
  bottom: 5rem;
  z-index: 80;
  width: min(360px, calc(100vw - 2rem));
  background: rgba(10, 11, 18, 0.96);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.support-panel[hidden] { display: none !important; }

.support-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.85rem;
}

.support-panel-head button {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1.3rem;
  cursor: pointer;
}

.support-panel-body {
  height: 250px;
  overflow-y: auto;
  padding: 0.85rem;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.support-hint { color: var(--muted); font-size: 0.84rem; }

.support-msg {
  padding: 0.6rem 0.7rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-size: 0.84rem;
  max-width: 90%;
}

.support-msg.user {
  justify-self: end;
  border-color: rgba(110, 168, 255, 0.35);
}

.support-msg.support {
  justify-self: start;
  border-color: rgba(255, 176, 32, 0.4);
}

.support-who {
  font-size: 0.68rem;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.support-panel-form {
  display: grid;
  gap: 0.45rem;
  padding: 0.7rem;
  border-top: 1px solid var(--line);
}

.support-panel-form textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  padding: 0.6rem;
  font: inherit;
  resize: vertical;
}

.support-login-link {
  display: block;
  text-align: center;
  padding: 0.65rem;
  color: var(--accent);
  font-size: 0.82rem;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@keyframes blink {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0.15; }
}

@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(255, 176, 32, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 176, 32, 0); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 16px) scale(1.05); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes hexShift {
  from { background-position: 0 0; }
  to { background-position: 56px 100px; }
}

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

@keyframes floatBack {
  0%, 100% { transform: rotate(4deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-12px); }
}

@keyframes floatMid {
  0%, 100% { transform: rotate(-2.5deg) translateY(0); }
  50% { transform: rotate(-2.5deg) translateY(-10px); }
}

@keyframes barPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.85; }
  50% { transform: scaleY(0.72); opacity: 1; }
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
    padding-top: 6.5rem;
  }
  .hero-visual { max-width: 480px; }
  .hero-watermark { opacity: 0.45; font-size: 28vw; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .services-grid,
  .guarantee-list,
  .order-layout,
  .about-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .nav {
    position: fixed;
    inset: 0 0 auto 0;
    top: 58px;
    background: rgba(7, 8, 13, 0.96);
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 1rem 1.4rem 1.3rem;
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }
  .nav.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .burger { display: flex; }
  .header .btn-sm { display: inline-flex; }
  .auth-slot .btn-sm { display: inline-flex; }
  .user-chip { display: none; }
}

@media (max-width: 560px) {
  .price-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
