﻿
.intro-lock {
  overflow: hidden;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 199, 84, 0.12), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(173, 121, 31, 0.1), transparent 45%),
    rgba(5, 5, 6, 0.94);
  backdrop-filter: blur(2px);
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.65s ease;
}

.intro-overlay.is-fading {
  opacity: 0;
}

.intro-bee {
  position: absolute;
  width: 122px;
  height: 122px;
  left: 0;
  top: 0;
  transform: translate3d(-16vw, 70vh, 0) rotate(0deg) scale(0.82);
  will-change: transform, opacity;
}

.intro-bee-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(248, 190, 43, 0.45));
}

.bee-trail {
  position: absolute;
  inset: 0;
}

.bee-trail::before {
  content: "";
  position: absolute;
  left: -64px;
  top: 58px;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(248, 190, 43, 0), rgba(248, 190, 43, 0.75));
  box-shadow: 0 0 12px rgba(248, 190, 43, 0.4);
  animation: trailPulse 0.28s ease-in-out infinite;
}
:root {
  --bg: #030303;
  --bg-2: #0b0b0c;
  --line: #252321;
  --text: #f2f1ed;
  --muted: #b9b3a6;
  --neon-cyan: #f4c15d;
  --neon-violet: #d69a2e;
  --neon-pink: #ffe09a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 600px at 10% -20%, rgba(255, 199, 84, 0.1), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(186, 130, 38, 0.08), transparent 55%),
    linear-gradient(145deg, var(--bg), var(--bg-2));
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(182, 164, 125, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(182, 164, 125, 0.1) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 90%);
  z-index: 1;
}

body::after {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: 0;
  background:
    conic-gradient(from 0deg, rgba(255, 199, 84, 0.1), rgba(186, 130, 38, 0.08), rgba(255, 223, 149, 0.08), rgba(255, 199, 84, 0.1));
  filter: blur(90px);
  animation: neonRotate 48s linear infinite;
}

.neon-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.neon-bar {
  position: absolute;
  height: 3px;
  border-radius: 999px;
  opacity: 0.7;
  filter: blur(1px);
  mix-blend-mode: screen;
  box-shadow: 0 0 14px currentColor, 0 0 34px currentColor;
}

.bar-cyan {
  width: 48vw;
  top: 12%;
  left: -12vw;
  color: rgba(244, 193, 93, 0.92);
  background: linear-gradient(90deg, transparent 0%, rgba(244, 193, 93, 0.98) 35%, rgba(244, 193, 93, 0.98) 65%, transparent 100%);
  transform: rotate(-12deg);
  animation: barSlideA 24s linear infinite, barBreath 9s ease-in-out infinite -1.1s;
}

.bar-violet {
  width: 56vw;
  top: 44%;
  right: -15vw;
  color: rgba(230, 169, 59, 0.9);
  background: linear-gradient(90deg, transparent 0%, rgba(230, 169, 59, 0.95) 28%, rgba(230, 169, 59, 0.95) 72%, transparent 100%);
  transform: rotate(14deg);
  animation: barSlideB 28s linear infinite, barBreath 10.5s ease-in-out infinite -3.2s;
}

.bar-pink {
  width: 40vw;
  bottom: 16%;
  left: 18%;
  color: rgba(255, 215, 122, 0.88);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 215, 122, 0.92) 32%, rgba(255, 215, 122, 0.92) 68%, transparent 100%);
  transform: rotate(-9deg);
  animation: barSlideC 26s linear infinite, barBreath 11.2s ease-in-out infinite -2.4s;
}

.bar-gold-a {
  width: 34vw;
  top: 26%;
  right: -8vw;
  color: rgba(255, 208, 102, 0.86);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 208, 102, 0.9) 30%, rgba(255, 208, 102, 0.9) 70%, transparent 100%);
  transform: rotate(6deg);
  animation: barSlideB 32s linear infinite, barBreath 12.4s ease-in-out infinite -4.5s;
}

.bar-gold-b {
  width: 30vw;
  bottom: 30%;
  left: -6vw;
  color: rgba(238, 177, 64, 0.82);
  background: linear-gradient(90deg, transparent 0%, rgba(238, 177, 64, 0.88) 30%, rgba(238, 177, 64, 0.88) 70%, transparent 100%);
  transform: rotate(-18deg);
  animation: barSlideA 30s linear infinite, barBreath 9.8s ease-in-out infinite -1.8s;
}

.bar-gold-c {
  width: 26vw;
  top: 62%;
  right: 18%;
  color: rgba(255, 224, 143, 0.74);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 224, 143, 0.84) 32%, rgba(255, 224, 143, 0.84) 68%, transparent 100%);
  transform: rotate(11deg);
  animation: barSlideC 34s linear infinite, barBreath 13s ease-in-out infinite -5.4s;
}

.bar-scan {
  width: 100vw;
  left: -8vw;
  top: 70%;
  height: 2px;
  color: rgba(255, 199, 84, 0.5);
  background: linear-gradient(90deg, transparent, rgba(255, 199, 84, 0.75), transparent);
  transform: rotate(-2deg);
  animation: barScan 16s linear infinite, barBreath 8.6s ease-in-out infinite -2.7s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 6vw;
  background: rgba(8, 8, 8, 0.78);
  border-bottom: 1px solid rgba(255, 199, 84, 0.22);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-logo {
  height: 62px;
  width: auto;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(255, 203, 95, 0.3);
  box-shadow:
    0 0 0 1px rgba(214, 154, 46, 0.2) inset,
    0 0 18px rgba(255, 203, 95, 0.26);
}

.brand-text {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #fff1c2, #f1c770 38%, #d69a2e 62%, #fff1c2);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 10px rgba(255, 203, 95, 0.35);
  position: relative;
  animation: brandShine 6s ease-in-out infinite;
  text-decoration: none;
}

.brand {
  text-decoration: none;
}

nav {
  display: flex;
  gap: 1rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, text-shadow 0.2s ease;
  animation: neonFlicker 3.2s ease-in-out infinite;
}

nav a:hover {
  color: var(--text);
  text-shadow: 0 0 12px rgba(255, 203, 95, 0.55), 0 0 22px rgba(214, 154, 46, 0.3);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 203, 95, 0.3);
  background: rgba(15, 12, 7, 0.7);
  border-radius: 10px;
  padding: 0.45rem 0.55rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #f1c770;
  margin: 4px 0;
  box-shadow: 0 0 8px rgba(255, 203, 95, 0.35);
}

.mobile-menu {
  position: fixed;
  top: 64px;
  right: 1rem;
  left: 1rem;
  z-index: 20;
  background: rgba(8, 8, 8, 0.95);
  border: 1px solid rgba(255, 203, 95, 0.28);
  border-radius: 14px;
  padding: 0.85rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  pointer-events: none;
}

.mobile-menu nav {
  display: grid;
  gap: 0.6rem;
}

.mobile-menu a {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f1d49a;
  text-decoration: none;
  padding: 0.4rem 0.2rem;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

main {
  width: min(930px, 92vw);
  margin: 0 auto;
}

main,
footer {
  position: relative;
  z-index: 3;
}

.hero {
  padding: 6.4rem 0 2.8rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--neon-cyan);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(255, 203, 95, 0.38);
  animation: neonPulse 2.8s ease-in-out infinite;
}

h1,
h2 {
  margin: 0;
}

h1 {
  max-width: 13ch;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.45rem, 3.9vw, 2.85rem);
  line-height: 1.05;
  background: linear-gradient(120deg, #fffdf7, #f0d9a4 58%, #e6b85a);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: neonShift 6s ease infinite;
}

h2 {
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f1ddb2;
  text-shadow: 0 0 8px rgba(255, 203, 95, 0.34);
  animation: neonPulse 3.6s ease-in-out infinite;
}

.hero p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
}

.hero-note {
  margin-top: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f7ddb0;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: 0.68rem 1rem;
  border-radius: 0.72rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.primary {
  background: linear-gradient(120deg, var(--neon-cyan), #f1c770 45%, var(--neon-violet));
  color: #1a1306;
  box-shadow: 0 10px 26px rgba(255, 199, 84, 0.3);
}

.ghost {
  border: 1px solid rgba(255, 199, 84, 0.32);
  color: var(--text);
  background: rgba(16, 12, 6, 0.58);
}

.section {
  padding: 0.9rem 0 1.3rem;
  scroll-margin-top: 6.5rem;
}

.panel {
  background: linear-gradient(160deg, rgba(255, 203, 95, 0.08), rgba(214, 154, 46, 0.06) 55%, rgba(255, 224, 154, 0.05));
  border: 1px solid rgba(214, 174, 103, 0.34);
  border-radius: 14px;
  padding: 1.15rem;
  backdrop-filter: blur(6px);
  box-shadow:
    0 0 0 1px rgba(255, 203, 95, 0.1) inset,
    0 14px 40px rgba(6, 9, 18, 0.45);
}

.panel h2 {
  font-size: clamp(1.02rem, 2.4vw, 1.35rem);
  white-space: normal;
}

.panel p,
.panel li {
  color: var(--muted);
  text-shadow: 0 0 7px rgba(255, 203, 95, 0.12);
  animation: neonLine 4.4s ease-in-out infinite;
}

ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
}

li + li {
  margin-top: 0.42rem;
}

.services-list {
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.services-list li {
  display: grid;
  grid-template-columns: 8.8rem 1fr;
  align-items: center;
  column-gap: 0.65rem;
  row-gap: 0.2rem;
  padding: 0.38rem 0;
}

.services-list li + li {
  margin-top: 0;
}

.service-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.6rem;
  padding: 0.24rem 0.55rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(255, 203, 95, 0.52);
  background: linear-gradient(130deg, rgba(255, 203, 95, 0.22), rgba(214, 154, 46, 0.16));
  color: #fff6e3;
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 9px rgba(255, 203, 95, 0.42);
  box-shadow: 0 0 10px rgba(255, 203, 95, 0.25), inset 0 0 10px rgba(214, 154, 46, 0.14);
  animation: neonPulse 3.2s ease-in-out infinite;
  cursor: pointer;
}

.service-trigger:focus-visible {
  outline: 2px solid rgba(255, 216, 134, 0.95);
  outline-offset: 2px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(4px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop:not([hidden]) {
  animation: modalFadeIn 0.26s ease-out;
}

.modal-backdrop.is-closing {
  animation: modalFadeOut 0.22s ease-in forwards;
}

.modal-card {
  width: min(560px, 94vw);
  background: linear-gradient(165deg, rgba(20, 16, 8, 0.96), rgba(12, 11, 9, 0.98));
  border: 1px solid rgba(255, 203, 95, 0.44);
  border-radius: 14px;
  padding: 1rem 1rem 0.95rem;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 203, 95, 0.12) inset;
}

.modal-backdrop:not([hidden]) .modal-card {
  animation: modalPopIn 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.modal-backdrop.is-closing .modal-card {
  animation: modalPopOut 0.22s ease-in forwards;
}

.modal-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f6ddb0;
}

.modal-list {
  margin: 0.35rem 0 0;
  padding-left: 1rem;
  color: #d0c8b8;
}

.modal-list li {
  margin-top: 0.45rem;
  line-height: 1.35;
}

.modal-close {
  float: right;
  border: 1px solid rgba(255, 203, 95, 0.42);
  background: rgba(33, 24, 12, 0.85);
  color: #f8e3bb;
  border-radius: 0.5rem;
  padding: 0.32rem 0.65rem;
  font-weight: 600;
  cursor: pointer;
}

.modal-close:hover {
  box-shadow: 0 0 10px rgba(255, 203, 95, 0.25);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalPopIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes modalPopOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
}
.service-text {
  display: block;
  line-height: 1.38;
}

.contact {
  margin-bottom: 1.8rem;
}

.contact-panel {
  padding: 1.2rem 1.15rem;
}

.contact-form {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 0.9rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.form-field span {
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f2d7a3;
}

.project-field {
  border: 0;
  padding: 0;
  margin: 0;
}

.project-field legend {
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f2d7a3;
  margin-bottom: 0.4rem;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.pill-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 203, 95, 0.55);
  background: rgba(14, 11, 7, 0.9);
  padding: 0.6rem 1rem;
  min-height: 44px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: center;
}

.pill-option span {
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffe6bf;
  line-height: 1.2;
}

.pill-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.pill-option input:focus-visible + span {
  outline: 2px solid rgba(255, 216, 134, 0.95);
  outline-offset: 2px;
  border-radius: 999px;
}

.pill-option:focus-within {
  box-shadow: 0 0 0 2px rgba(255, 216, 134, 0.65), 0 0 16px rgba(255, 203, 95, 0.3);
}

.pill-option input:checked + span {
  color: #1a1306;
}

.pill-option input:checked {
  box-shadow: 0 0 16px rgba(255, 203, 95, 0.35);
}

.pill-option:has(input:checked) {
  background: linear-gradient(120deg, rgba(255, 203, 95, 0.95), rgba(214, 154, 46, 0.9));
  border-color: rgba(255, 203, 95, 0.7);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 203, 95, 0.25);
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 203, 95, 0.35);
  background: rgba(10, 8, 6, 0.75);
  color: var(--text);
  padding: 0.6rem 0.75rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
}

.form-hint {
  font-size: 0.78rem;
  color: #cdbb94;
}

.form-field textarea {
  resize: vertical;
}

.form-field.full {
  grid-column: 1 / -1;
}

.contact-form .btn {
  grid-column: 1 / -1;
  justify-self: start;
}

.contact-note {
  margin-top: 0.75rem;
  color: var(--muted);
}

.contact-note a {
  color: #f1d49a;
  text-decoration: none;
}

.contact-note a:hover {
  text-shadow: 0 0 8px rgba(255, 203, 95, 0.35);
}

.flyer-panel {
  padding: 1.2rem;
}

.flyer-download {
  display: inline-flex;
  align-items: center;
  margin: 0 auto 0.9rem;
}

.flyer-panel h2 {
  text-align: center;
}

.flyer-preview {
  border-radius: 18px;
  border: 1px solid rgba(255, 203, 95, 0.35);
  background: radial-gradient(circle at 15% 10%, rgba(255, 203, 95, 0.16), transparent 45%),
    linear-gradient(160deg, rgba(12, 10, 7, 0.95), rgba(8, 7, 6, 0.98));
  padding: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

.flyer-story {
  width: min(420px, 92vw);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flyer-story .flyer-body h3 {
  font-size: clamp(1.25rem, 3.2vw, 1.6rem);
}

.flyer-story .flyer-body ul {
  padding-left: 1rem;
}

.flyer-story .flyer-cta {
  margin-top: auto;
}

.flyer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.flyer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.flyer-brand img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid rgba(255, 203, 95, 0.35);
  box-shadow: 0 0 12px rgba(255, 203, 95, 0.25);
}

.flyer-brand div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
}

.flyer-title {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f1c770;
}

.flyer-sub {
  display: block;
  font-size: 0.95rem;
  color: #d6c2a0;
  white-space: nowrap;
  margin-top: 0.5rem;
}

.flyer-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 203, 95, 0.5);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f9e0b7;
  background: rgba(25, 18, 9, 0.7);
  line-height: 1;
  text-align: center;
}

.flyer-body {
  margin-top: 1.1rem;
}

.flyer-body h3 {
  margin: 0 0 0.45rem;
  transform: translateY(-14px);
  font-family: "Syne", sans-serif;
  font-size: clamp(1.28rem, 2.2vw, 1.9rem);
  color: #fff0c9;
}

.flyer-body p {
  margin: 0 0 1.2rem;
  line-height: 1.7;
  color: #d8c7a6;
}

.flyer-body ul {
  margin: 0 0 1.35rem;
  padding-left: 1.1rem;
  color: #d8c7a6;
}

.flyer-body li + li {
  margin-top: 0.65rem;
}

.flyer-cta {
  margin-top: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 203, 95, 0.4);
  background: rgba(18, 13, 7, 0.75);
}

.flyer-cta p {
  margin: 0 0 0.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1d49a;
}

.flyer-cta strong {
  color: #fff2cc;
  font-size: 1rem;
}

.flyer-cta-sub {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  color: #cbb58a;
}

.flyer-qr {
  width: 86px;
  height: 86px;
  border-radius: 8px;
  border: 2px solid rgba(255, 203, 95, 0.8);
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 18px rgba(255, 203, 95, 0.55);
}

.flyer-qr img {
  width: 100%;
  height: 100%;
  display: block;
}

.flyer-footer {
  margin-top: 0.95rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  color: #c9b48f;
}

footer {
  width: min(930px, 92vw);
  margin: 0 auto;
  padding: 1rem 0 1.8rem;
  border-top: 1px solid rgba(255, 199, 84, 0.24);
  color: #b9ac8f;
  font-size: 0.92rem;
}

.footer-link {
  color: #f1d49a;
  text-decoration: none;
}

.footer-link:hover {
  text-shadow: 0 0 8px rgba(255, 203, 95, 0.35);
}

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

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

@keyframes neonPulse {
  0%,
  100% {
    text-shadow: 0 0 8px rgba(255, 203, 95, 0.28);
  }

  50% {
    text-shadow: 0 0 16px rgba(255, 203, 95, 0.5);
  }
}

@keyframes neonShift {
  0% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 6px rgba(255, 203, 95, 0.2));
  }

  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 12px rgba(214, 154, 46, 0.24));
  }

  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 6px rgba(255, 203, 95, 0.2));
  }
}

@keyframes brandShine {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes neonFlicker {
  0%,
  100% {
    text-shadow: 0 0 6px rgba(255, 203, 95, 0.24);
    opacity: 1;
  }

  48% {
    text-shadow: 0 0 13px rgba(255, 203, 95, 0.45), 0 0 22px rgba(214, 154, 46, 0.2);
    opacity: 0.95;
  }

  50% {
    text-shadow: 0 0 3px rgba(255, 203, 95, 0.14);
    opacity: 0.86;
  }

  52% {
    text-shadow: 0 0 15px rgba(255, 203, 95, 0.5), 0 0 24px rgba(214, 154, 46, 0.24);
    opacity: 1;
  }
}

@keyframes neonLine {
  0%,
  100% {
    text-shadow: 0 0 5px rgba(255, 203, 95, 0.09);
  }

  50% {
    text-shadow: 0 0 9px rgba(255, 203, 95, 0.2);
  }
}

@keyframes barSlideA {
  0% {
    transform: translate3d(-6vw, 2vh, 0) rotate(-13deg);
  }

  50% {
    transform: translate3d(18vw, 7vh, 0) rotate(-8deg);
  }

  100% {
    transform: translate3d(-6vw, 2vh, 0) rotate(-13deg);
  }
}

@keyframes barSlideB {
  0% {
    transform: translate3d(6vw, -2vh, 0) rotate(14deg);
  }

  50% {
    transform: translate3d(-16vw, -10vh, 0) rotate(11deg);
  }

  100% {
    transform: translate3d(6vw, -2vh, 0) rotate(14deg);
  }
}

@keyframes barSlideC {
  0% {
    transform: translate3d(-4vw, 3vh, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(10vw, -8vh, 0) rotate(-13deg);
  }

  100% {
    transform: translate3d(-4vw, 3vh, 0) rotate(-8deg);
  }
}

@keyframes barFlicker {
  0%,
  100% {
    opacity: 0.72;
  }

  48% {
    opacity: 0.95;
  }

  50% {
    opacity: 0.38;
  }

  52% {
    opacity: 0.9;
  }
}

@keyframes barBreath {
  0%,
  100% {
    opacity: 0.9;
    filter: blur(1px);
    box-shadow: 0 0 14px currentColor, 0 0 34px currentColor;
  }

  50% {
    opacity: 0.35;
    filter: blur(1.4px);
    box-shadow: 0 0 6px currentColor, 0 0 12px currentColor;
  }
}

@keyframes barScan {
  0% {
    transform: translate3d(-2vw, 18vh, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(2vw, -62vh, 0) rotate(-2deg);
  }

  100% {
    transform: translate3d(-2vw, 18vh, 0) rotate(-2deg);
  }
}

@keyframes neonRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 760px) {
  .neon-bar {
    filter: blur(0.8px);
  }

  .bar-cyan,
  .bar-violet {
    width: 72vw;
  }

  .bar-pink {
    width: 58vw;
    left: 8%;
  }

  .bar-scan {
    width: 120vw;
    left: -12vw;
  }

  .services-list li {
    grid-template-columns: 1fr;
    row-gap: 0.35rem;
  }


  .service-box {
    width: fit-content;
    min-width: 0;
  }
  .site-header {
    padding: 0.75rem 1rem;
  }

  .brand-logo {
    height: 50px;
  }

  .brand-text {
    font-size: 0.86rem;
    letter-spacing: 0.06em;
  }

  nav {
    gap: 0.5rem;
  }

  nav a {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu {
    top: 68px;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .hero {
    padding-top: 5.4rem;
  }

  h1 {
    max-width: 18ch;
    font-size: clamp(1.25rem, 9.4vw, 2.55rem);
    line-height: 1.08;
  }

  .panel h2 {
    font-size: clamp(0.98rem, 4.4vw, 1.2rem);
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .flyer-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .flyer-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .flyer-footer {
    flex-direction: column;
  }
}


