:root {
  --qy-black: #050505;
  --qy-deep: #0b0b0b;
  --qy-section: #111111;
  --qy-card: #1a1a1a;
  --qy-border: #333333;
  --qy-white: #ffffff;
  --qy-silver: #c8c8c8;
  --qy-muted: #b8b8b8;
}

html { scroll-behavior: smooth; }
body { background: var(--qy-black); color: var(--qy-white); overflow-x: hidden; }
a { color: inherit; }

.qy-nav-section {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.qy-nav-section::before,
.qy-hero-section::before,
.qy-about-section::before,
.qy-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.qy-hero-section::before {
  background: radial-gradient(circle at 70% 35%, rgba(255,255,255,.13), transparent 34%), radial-gradient(circle at 20% 20%, rgba(192,192,192,.08), transparent 30%);
}
.qy-about-section::before,
.qy-contact-section::before {
  background: radial-gradient(circle at 15% 10%, rgba(255,255,255,.08), transparent 30%);
}

.qy-header-logo img { max-width: 92px !important; height: auto; }
.qy-nav-links { display: flex; justify-content: center; gap: 30px; align-items: center; }
.qy-nav-links a {
  color: #d8d8d8;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .03em;
  transition: color .2s ease, opacity .2s ease;
}
.qy-nav-links a:hover { color: var(--qy-white); }
.qy-nav-button .elementor-button {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.45) !important;
  color: var(--qy-white) !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
}

.qy-eyebrow { letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.qy-hero-title .elementor-heading-title { max-width: 720px; }
.qy-hero-text { max-width: 610px; }
.qy-primary-button,
.qy-secondary-button { display: inline-block; }
.qy-primary-button .elementor-button,
.qy-secondary-button .elementor-button {
  border-radius: 999px !important;
  padding: 15px 26px !important;
  font-weight: 800 !important;
  letter-spacing: .01em;
}
.qy-primary-button .elementor-button {
  color: #050505 !important;
  background: linear-gradient(135deg, #ffffff 0%, #c7c7c7 100%) !important;
  box-shadow: 0 18px 45px rgba(255,255,255,.12);
}
.qy-secondary-button .elementor-button {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.35) !important;
}
.qy-secondary-button .elementor-button:hover,
.qy-nav-button .elementor-button:hover {
  background: rgba(255,255,255,.08) !important;
}
.qy-hero-logo img {
  width: min(100%, 560px) !important;
  filter: drop-shadow(0 30px 70px rgba(255,255,255,.15));
}
.qy-scroll-down {
  display: inline-flex;
  margin-top: 52px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  opacity: .85;
}
.qy-scroll-down:hover { opacity: 1; background: rgba(255,255,255,.06); }

.qy-section-intro { max-width: 720px; margin-left: auto; margin-right: auto; }
.qy-card .elementor-widget-wrap,
.qy-panel .elementor-widget-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 32px !important;
  min-height: 100%;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.qy-card:hover .elementor-widget-wrap {
  border-color: rgba(255,255,255,.28);
  transform: translateY(-4px);
}
.qy-card .elementor-widget-wrap { transition: border-color .2s ease, transform .2s ease; }
.qy-card-number { letter-spacing: .16em; font-weight: 700; }
.qy-card-title .elementor-heading-title { margin: 0; }
.qy-card-text { margin-bottom: 0 !important; }
.qy-feature-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 14px; }
.qy-feature-list li {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  color: #ffffff;
  font-weight: 700;
}
.qy-contact-line strong { color: #ffffff; display: inline-block; margin-bottom: 4px; }
.qy-contact-line a { color: #cfcfcf; text-decoration: none; }
.qy-contact-line a:hover { color: #ffffff; }

.qy-contact-form { display: grid; gap: 14px; }
.qy-contact-form input,
.qy-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: rgba(0,0,0,.28);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 15px 16px;
  outline: none;
  font: inherit;
}
.qy-contact-form textarea { min-height: 145px; resize: vertical; }
.qy-contact-form input:focus,
.qy-contact-form textarea:focus { border-color: rgba(255,255,255,.42); }
.qy-contact-form button {
  border: 0;
  border-radius: 999px;
  padding: 15px 26px;
  color: #050505;
  background: linear-gradient(135deg, #ffffff 0%, #c7c7c7 100%);
  font-weight: 800;
  cursor: pointer;
}
.qy-form-message {
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,.16);
  color: #ffffff;
}
.qy-form-success { background: rgba(72, 190, 120, .14); }
.qy-form-error { background: rgba(235, 87, 87, .14); }
.qy-footer-mark img { width: 78px !important; opacity: .94; }
.qy-footer-section { border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 1024px) {
  .qy-nav-links { gap: 18px; }
  .qy-hero-title .elementor-heading-title { font-size: 46px !important; }
  .qy-card .elementor-widget-wrap,
  .qy-panel .elementor-widget-wrap { padding: 26px !important; }
}

@media (max-width: 767px) {
  .qy-nav-col { display: none; }
  .qy-nav-cta-col { display: none; }
  .qy-header-logo-col { width: 100% !important; }
  .qy-header-logo .elementor-widget-container { text-align: center; }
  .qy-hero-section .elementor-column,
  .qy-about-section .elementor-column,
  .qy-contact-section .elementor-column,
  .qy-services-grid-section .elementor-column,
  .qy-process-grid-section .elementor-column,
  .qy-why-grid-section .elementor-column { width: 100% !important; }
  .qy-hero-section .elementor-container,
  .qy-about-section .elementor-container,
  .qy-contact-section .elementor-container,
  .qy-services-grid-section .elementor-container,
  .qy-process-grid-section .elementor-container,
  .qy-why-grid-section .elementor-container { flex-wrap: wrap; }
  .qy-hero-copy { order: 2; }
  .qy-hero-visual { order: 1; margin-bottom: 18px; }
  .qy-hero-title .elementor-heading-title { font-size: 38px !important; text-align: center; }
  .qy-hero-copy .elementor-widget-container { text-align: center; }
  .qy-hero-text { margin-left: auto; margin-right: auto; }
  .qy-primary-button, .qy-secondary-button { margin-bottom: 12px; }
  .qy-scroll-down { margin-top: 24px; }
  .qy-hero-logo img { width: min(92vw, 390px) !important; }
}
