:root {
  --q-cyan: #0070c0;
  --q-cyan-2: #006a96;
  --q-ink: #002060;
  --q-muted: #3a5470;
  --q-dark: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body.q-body {
  margin: 0;
  color: var(--q-ink);
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #e6edf5;
  position: relative;
  overflow-x: hidden;
}

.q-live,
.q-live-aurora,
.q-live-mist,
.q-live-stars,
.q-live-dust {
  display: none !important;
}
.q-live-aurora {
  position: absolute;
  inset: -30%;
  opacity: 0.22;
  background:
    radial-gradient(ellipse 42% 34% at 18% 22%, rgba(0, 112, 192, 0.28), transparent 58%),
    radial-gradient(ellipse 38% 30% at 82% 36%, rgba(184, 144, 0, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 70% 90%, rgba(0, 32, 96, 0.2), transparent 60%);
  animation: none;
}
.q-live-stars {
  display: none;
}
.q-live-mist {
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(ellipse 58% 42% at 28% 18%, rgba(0, 32, 96, 0.08), transparent 62%),
    radial-gradient(ellipse 48% 36% at 76% 48%, rgba(0, 112, 192, 0.08), transparent 60%);
  animation: none;
  opacity: 1;
}
.q-live-dust {
  display: none;
}

@keyframes q-mist {
  from { transform: translate3d(-2%, 0, 0) scale(1); opacity: 0.7; }
  to { transform: translate3d(3%, 2%, 0) scale(1.06); opacity: 1; }
}
.q-live-dust {
  position: absolute;
  inset: -10%;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 40%, rgba(0, 180, 224, 0.45), transparent),
    radial-gradient(1px 1px at 30% 20%, rgba(0, 120, 168, 0.35), transparent),
    radial-gradient(2px 2px at 55% 70%, rgba(0, 180, 224, 0.3), transparent),
    radial-gradient(1px 1px at 78% 30%, rgba(110, 231, 255, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 88% 78%, rgba(0, 150, 200, 0.35), transparent);
  animation: none;
  opacity: 0.25;
}
@keyframes q-aurora {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to { transform: translate3d(4%, 3%, 0) scale(1.08); }
}
@keyframes q-twinkle {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.9; }
}
@keyframes q-dust {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-4%, -6%, 0); }
}

.q-band {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
  background: transparent;
}
.q-band > *:not(.q-fx):not(.q-wave) { position: relative; z-index: 1; }
.q-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.q-fx i {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(48px);
  animation: none !important;
  opacity: 0.55;
}
.q-fx--workshop,
.q-fx--workshop i {
  display: none !important;
}
.q-fx--stage i:first-child {
  width: 48%;
  height: 62%;
  right: -6%;
  top: 4%;
  background: rgba(0, 32, 96, 0.1);
  animation: none;
}
.q-fx--stage i:last-child {
  width: 36%;
  height: 44%;
  left: 6%;
  bottom: -8%;
  background: rgba(184, 144, 0, 0.08);
  animation: none;
}
.q-fx--path {
  mask-image: linear-gradient(180deg, transparent 0, #000 9%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 9%, #000 90%, transparent 100%);
}
.q-fx--path span {
  position: absolute;
  pointer-events: none;
  display: block;
}
.q-path-burst {
  left: 50%;
  top: -18%;
  width: 110%;
  height: 62%;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 42%, rgba(0, 180, 224, 0.16) 0%, rgba(200, 236, 255, 0.2) 40%, transparent 70%);
  filter: blur(10px);
  animation: q-path-pulse 7s ease-in-out infinite;
}
.q-path-bokeh {
  inset: 0;
  background-image:
    radial-gradient(18px 18px at 12% 28%, rgba(90, 210, 255, 0.22), transparent 70%),
    radial-gradient(28px 28px at 86% 22%, rgba(62, 207, 255, 0.16), transparent 70%),
    radial-gradient(14px 14px at 18% 72%, rgba(140, 230, 255, 0.18), transparent 70%),
    radial-gradient(22px 22px at 78% 68%, rgba(62, 207, 255, 0.14), transparent 70%),
    radial-gradient(10px 10px at 64% 18%, rgba(255, 255, 255, 0.12), transparent 70%),
    radial-gradient(16px 16px at 40% 82%, rgba(90, 210, 255, 0.14), transparent 70%);
  animation: q-path-bokeh 14s ease-in-out infinite alternate;
}
.q-path-stars {
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, #00b4e0, transparent),
    radial-gradient(1px 1px at 24% 48%, #7ad4ef, transparent),
    radial-gradient(2px 2px at 38% 16%, #00b4e0, transparent),
    radial-gradient(1px 1px at 52% 62%, #6ee7ff, transparent),
    radial-gradient(1.5px 1.5px at 67% 30%, #00b4e0, transparent),
    radial-gradient(1px 1px at 81% 54%, #7ad4ef, transparent),
    radial-gradient(2px 2px at 91% 18%, #00b4e0, transparent),
    radial-gradient(1px 1px at 15% 78%, #6ee7ff, transparent),
    radial-gradient(1.5px 1.5px at 73% 86%, #00b4e0, transparent),
    radial-gradient(1px 1px at 46% 40%, #7ad4ef, transparent);
  animation: q-twinkle 6s ease-in-out infinite;
}
.q-path-scan {
  inset: 0;
  opacity: 0.08;
  background: repeating-linear-gradient(180deg, rgba(180, 230, 255, 0.35) 0 1px, transparent 1px 5px);
  animation: q-path-scan 18s linear infinite;
}
.q-path-swirl {
  left: 50%;
  bottom: 7%;
  width: 220px;
  height: 88%;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  background: conic-gradient(from 200deg at 50% 100%, transparent 0 38%, rgba(90, 220, 255, 0.28) 46%, transparent 54%, rgba(30, 120, 200, 0.35) 68%, transparent 80%);
  filter: blur(8px);
  animation: q-path-swirl 22s linear infinite;
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
    linear-gradient(90deg, transparent, #000 32%, #000 68%, transparent);
  mask-image:
    linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%),
    linear-gradient(90deg, transparent, #000 32%, #000 68%, transparent);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.q-path-beam {
  left: 50%;
  bottom: 8%;
  width: 140px;
  height: 90%;
  transform: translateX(-50%);
  background: linear-gradient(180deg,
    rgba(0, 180, 224, 0.04) 0%,
    rgba(0, 180, 224, 0.16) 55%,
    rgba(0, 180, 224, 0.28) 100%);
  filter: blur(16px);
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%, #000 62%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 62%, transparent);
  animation: q-path-beam 5.5s ease-in-out infinite;
}
.q-path-rise {
  left: 50%;
  bottom: 10%;
  width: 180px;
  height: 78%;
  transform: translateX(-50%);
  background-image:
    radial-gradient(2px 2px at 30% 88%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1.5px 1.5px at 58% 70%, rgba(110,231,255,0.85), transparent),
    radial-gradient(2px 2px at 44% 52%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 70% 40%, rgba(110,231,255,0.8), transparent),
    radial-gradient(1.5px 1.5px at 22% 32%, rgba(255,255,255,0.65), transparent),
    radial-gradient(2px 2px at 62% 18%, rgba(180,240,255,0.75), transparent);
  animation: q-path-rise 9s linear infinite;
}
.q-path-rise--b {
  width: 130px;
  opacity: 0.7;
  animation-duration: 13s;
  animation-delay: -4s;
}
.q-path-portal {
  left: 50%;
  bottom: 28px;
  width: min(220px, 32vw);
  height: 52px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.9) 0 18%, rgba(0, 180, 224, 0.45) 42%, transparent 70%);
  box-shadow: 0 0 24px 8px rgba(0, 180, 224, 0.18);
  animation: q-path-portal 3.4s ease-in-out infinite;
}
.q-path-portal::before,
.q-path-portal::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(160, 230, 255, 0.35);
  transform: translate(-50%, -50%);
}
.q-path-portal::before {
  width: 118%;
  height: 130%;
  animation: q-path-ring 4.2s ease-in-out infinite;
}
.q-path-portal::after {
  width: 142%;
  height: 160%;
  opacity: 0.45;
  animation: q-path-ring 5.6s ease-in-out infinite reverse;
}
@keyframes q-path-pulse {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.06); }
}
@keyframes q-path-bokeh {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-2%, 3%, 0); }
}
@keyframes q-path-scan {
  to { background-position: 0 80px; }
}
@keyframes q-path-swirl {
  to { transform: translateX(-50%) rotate(360deg); }
}
@keyframes q-path-beam {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}
@keyframes q-path-rise {
  from { transform: translateX(-50%) translateY(8%); opacity: 0.2; }
  20% { opacity: 1; }
  to { transform: translateX(-50%) translateY(-55%); opacity: 0; }
}
@keyframes q-path-portal {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.25); }
}
@keyframes q-path-ring {
  0%, 100% { opacity: 0.25; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.06); }
}
.q-fx--faq i:first-child {
  width: 30%;
  height: 55%;
  left: 8%;
  top: 20%;
  background: rgba(62, 207, 255, 0.12);
  animation: q-orb 17s ease-in-out infinite alternate;
}
.q-fx--faq i:last-child {
  width: 32%;
  height: 50%;
  right: 6%;
  bottom: 10%;
  background: rgba(212, 168, 0, 0.1);
  animation: q-orb 21s ease-in-out infinite alternate-reverse;
}
.q-fx--quiet i {
  width: 70%;
  height: 80%;
  left: 15%;
  top: 10%;
  background: rgba(0, 60, 120, 0.16);
  animation: q-orb 26s ease-in-out infinite alternate;
}
@keyframes q-grid {
  to { background-position: 56px 56px; }
}
@keyframes q-orb {
  from { transform: translate3d(0, 0, 0); opacity: 0.55; }
  to { transform: translate3d(8%, 10%, 0); opacity: 1; }
}
@keyframes q-spot {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.5; }
  to { transform: translate3d(-6%, 8%, 0) scale(1.12); opacity: 0.95; }
}
@keyframes q-beam {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 0.85; }
}

.compare-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  background: #001a4d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow-x: auto;
}
.compare-bar::-webkit-scrollbar { display: none; }
.compare-bar-label {
  flex: none;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}
.compare-bar-link {
  flex: none;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 12px;
}
.compare-bar-link.is-active {
  border-color: #d4a800;
  color: #fff;
  background: rgba(212, 168, 0, 0.18);
}

.q-head {
  position: sticky;
  top: 0;
  z-index: 45;
  overflow: visible;
  padding: 10px 24px 12px;
  background: #002060;
  border-bottom: 3px solid #0070c0;
}
.q-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  align-items: center;
  gap: 8px;
  max-width: 1180px;
  min-height: 88px;
  margin: 0 auto;
}
.q-nav-side {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.q-nav-side a {
  display: grid;
  justify-items: center;
  gap: 6px;
  width: 104px;
  padding: 6px 4px;
  color: #fff;
  text-decoration: none;
}
.q-nav-side a:hover { color: #d4a800; }
.q-nav-side svg {
  width: 24px;
  height: 24px;
  color: currentColor;
}
.q-nav-side small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  color: inherit;
}
.q-locale {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 3;
  display: flex;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
}
.q-locale a { color: rgba(255, 255, 255, 0.45); text-decoration: none; }
.q-locale a.is-on { color: #d4a800; }

.q-crest {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
  text-decoration: none;
}
.q-crest img {
  display: block;
  width: 100%;
  height: auto;
}

.q-hero {
  position: relative;
  z-index: 2;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #002060 0%, #002060 72%, #c5d4e8 100%);
}
.q-hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.55) 78%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, 0.55) 78%, transparent 100%);
}
.q-hero-photo img {
  display: block;
  width: 118%;
  height: 118%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.04) brightness(0.62);
  transform-origin: center center;
  animation: q-ken 14s ease-in-out infinite alternate;
  will-change: transform;
}
.q-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0, 32, 96, 0.55) 82%, rgba(0, 32, 96, 0.82) 100%),
    radial-gradient(ellipse 68% 58% at 50% 38%, rgba(0, 24, 64, 0.35) 0%, rgba(0, 18, 52, 0.72) 55%, rgba(0, 32, 96, 0.88) 100%);
}
.q-hero-frame {
  position: absolute;
  inset: 14px;
  z-index: 2;
  pointer-events: none;
}
.q-hero-frame i {
  position: absolute;
  width: 42px;
  height: 42px;
  border: 0 solid #d4a800;
}
.q-hero-frame i:nth-child(1) { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.q-hero-frame i:nth-child(2) { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.q-hero-frame i:nth-child(3),
.q-hero-frame i:nth-child(4) { display: none; }
@keyframes q-ken {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-7%, -4%, 0) scale(1.08); }
}
.q-vortex {
  position: absolute;
  inset: -20% 10% 0;
  opacity: 0.35;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,0.28) 0%, rgba(62,207,255,0.32) 16%, transparent 32%),
    conic-gradient(from 200deg at 50% 45%, transparent 0 40%, rgba(255,255,255,0.12) 48%, transparent 58%, rgba(62,207,255,0.22) 70%, transparent 100%);
  filter: blur(8px);
  animation: q-spin 48s linear infinite;
}
.q-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 22%, #fff, transparent),
    radial-gradient(1px 1px at 28% 68%, #9ad4e8, transparent),
    radial-gradient(1.5px 1.5px at 66% 18%, #fff, transparent),
    radial-gradient(1px 1px at 82% 54%, #6ee7ff, transparent),
    radial-gradient(1px 1px at 48% 80%, #fff, transparent),
    radial-gradient(1px 1px at 90% 30%, #9ad4e8, transparent);
  opacity: 0.25;
}
@keyframes q-spin { to { transform: rotate(360deg); } }
.q-hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 0;
  min-height: 0;
  text-align: center;
  padding: 56px 24px 52px;
  max-width: 640px;
  width: min(100%, 640px);
  margin: 0 auto;
}
.q-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #ffe08a;
  text-shadow: 0 2px 12px rgba(0, 16, 48, 0.55);
}
.q-kicker span {
  display: block;
  width: 40px;
  height: 1px;
  background: #d4a800;
}
.q-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.95rem, 4.5vw, 2.9rem);
  letter-spacing: 0.01em;
  line-height: 1.12;
  font-weight: 800;
  text-transform: none;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 16, 48, 0.55);
}
.q-sub {
  margin: 0 auto 18px;
  max-width: 46ch;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
  text-shadow: 0 1px 14px rgba(0, 16, 48, 0.5);
}
.q-cta {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 6px;
  border: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 700;
  background: #002060;
  box-shadow: none;
}
.q-cta:hover { background: #0070c0; }
.q-cta--hero {
  position: relative;
  overflow: hidden;
  background: #d4a800;
  color: #002060;
  padding: 12px 24px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 16, 40, 0.35);
}
.q-cta--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.38) 50%, transparent 62%);
  transform: translateX(-130%);
  animation: q-cta-shine 4.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes q-cta-shine {
  0%, 55% { transform: translateX(-130%); }
  75%, 100% { transform: translateX(130%); }
}
.q-cta--hero:hover {
  background: #f0d060;
  color: #002060;
}
.q-count {
  margin: 0 auto 14px;
  max-width: 420px;
}
.q-count-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.q-count-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.q-count-row span {
  min-width: 64px;
  padding: 8px 6px 10px;
  background: rgba(0, 16, 40, 0.42);
  border: 1px solid rgba(212, 168, 0, 0.45);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.q-count-row b {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}
.q-count-row small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.q-cta:focus-visible,
.q-nav-side a:focus-visible,
.q-crest:focus-visible,
.q-locale a:focus-visible,
.q-cat-card:focus-visible {
  outline: 2px solid #d4a800;
  outline-offset: 3px;
}
.q-cta--ghost {
  background: transparent;
  color: #002060;
  border: 1px solid #002060;
}
.q-cta--ghost:hover {
  background: #002060;
  color: #fff;
}
.q-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.q-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 180, 224, 0.28);
  padding: 0;
  cursor: pointer;
}
.q-dots button.is-on {
  background: var(--q-cyan);
  box-shadow: 0 0 8px var(--q-cyan);
}
.q-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  color: rgba(0, 24, 48, 0.35);
  font-size: 42px;
  line-height: 0.7;
  cursor: pointer;
}
.q-arrow:hover { color: var(--q-cyan-2); }
.q-arrow--l { left: 8px; }
.q-arrow--r { right: 8px; }

.q-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  z-index: 4;
  color: var(--q-wave, #e6edf5);
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}
.q-wave svg {
  display: block;
  width: 100%;
  height: 36px;
  shape-rendering: geometricPrecision;
}
.q-wave--hero {
  display: none;
}
.q-hero-blend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 32, 96, 0) 0%,
    rgba(0, 32, 96, 0.35) 35%,
    rgba(140, 170, 205, 0.55) 72%,
    #dce6f2 100%
  );
}
.q-hero .q-wave {
  color: #dce6f2;
}
.q-hero { --q-wave: #dce6f2; }
.q-cats { --q-wave: #cfdced; }
.q-feature { --q-wave: #f4efe4; }
.q-path { --q-wave: #d2deee; }
.q-faq { --q-wave: #e8eef6; }
.q-partners { --q-wave: #002060; }
.q-cats {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 48px 8vw 56px;
  background: #dce6f2;
}
.q-cats-head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.q-cats-head .q-label {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #d4a800;
  margin-bottom: 12px;
}
.q-cats-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
}
.q-cats-head h2 em {
  font-style: italic;
  font-weight: 600;
  color: var(--q-cyan-2);
}
.q-cats-head p:last-child {
  margin: 0;
  color: var(--q-muted);
  line-height: 1.5;
}
.q-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.q-cat-card {
  color: var(--q-ink);
  text-decoration: none;
}
.q-cat-card > div:first-of-type,
.q-cat-media {
  border-radius: 16px 16px 0 0;
}
.q-cat-card {
  background: #04111f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  box-shadow: 0 12px 28px rgba(6, 26, 46, 0.18);
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.q-cat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 197, 71, 0.45);
}
.q-cat-media {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  background: #001030;
}
.q-cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(1.05) contrast(1.05) brightness(0.88);
  transition: transform 0.7s ease, filter 0.35s ease;
}
.q-cat-card:hover .q-cat-media img {
  transform: scale(1.04);
  filter: saturate(1.1) contrast(1.06) brightness(0.95);
}
.q-cat-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 17, 31, 0.55) 100%);
}
.q-cat-media span {
  position: absolute;
  right: 0.85rem;
  bottom: 0.75rem;
  z-index: 2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
.q-cat-body {
  position: relative;
  padding: 1.15rem 1.2rem 2.4rem;
  background: linear-gradient(180deg, #0a2a4a 0%, #04111f 100%);
  color: #ffffff;
}
.q-cat-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}
.q-cat-card:hover h3 { color: #e8c547; }
.q-cat-body p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.q-cat-body em {
  position: absolute;
  right: 0.9rem;
  bottom: 0.85rem;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  font-style: normal;
  color: #ffffff;
}
.q-cat-card:hover em {
  border-color: #e8c547;
  color: #e8c547;
  background: rgba(232, 197, 71, 0.12);
}

.q-feature > .q-fx,
.q-foot > .q-fx {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.q-feature > *:not(.q-fx):not(.q-wave) {
  grid-row: 1;
}
.q-feature > .q-wave {
  grid-column: 1 / -1;
}
.q-foot > .q-fx {
  grid-column: 1 / -1;
  grid-row: 1 / 4;
}
.q-label {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #002060;
  font-weight: 700;
}
.q-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 36px 48px;
  align-items: start;
  padding: 64px 8vw 56px;
  background: linear-gradient(180deg, #cfdced 0%, #e4ebf4 100%);
}
.q-feature-copy {
  position: relative;
  align-self: start;
}
.q-feature-copy .q-label {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #d4a800;
  margin-bottom: 12px;
}
.q-about-heading {
  margin: 0 0 16px;
}
.q-about-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a800;
}
.q-feature h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0 0 12px;
  font-size: inherit;
  font-weight: 800;
  line-height: 1.05;
  color: #002060;
}
.q-about-line {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.05rem, 4.2vw, 3.05rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.92;
  color: #002060;
}
.q-about-line--main {
  margin-top: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.92rem, 1.55vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}
.q-about-mark {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px 4px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.16em;
  color: #0070c0;
}
.q-feature h2 em {
  font-style: normal;
  color: #0070c0;
}
.q-about-tour {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #d4a800;
}
.q-about-tour::before,
.q-about-tour::after {
  content: "";
  width: 28px;
  height: 1.5px;
  background: #d4a800;
  opacity: 0.85;
}
.q-about-event {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #002060;
  line-height: 1.45;
}
.q-about-event em {
  font-style: normal;
  font-weight: 800;
  color: #0070c0;
}
.q-feature-copy > p {
  max-width: 52ch;
  margin: 0;
  color: var(--q-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}
.q-feature-copy > .q-cta {
  margin-top: 4px;
}
.q-feature-media {
  position: relative;
  margin: 0;
  z-index: 1;
}
.q-feature-media::before,
.q-feature-media::after {
  content: none;
}
.q-feature-img {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(0, 32, 96, 0.18);
  box-shadow: 0 10px 28px rgba(0, 32, 96, 0.12);
}
.q-feature-media figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  margin: 0;
  padding: 8px 12px;
  background: #002060;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-left: 3px solid #d4a800;
}
.q-verbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 20px 0 16px;
  background: rgba(0, 32, 96, 0.12);
  border: 1px solid rgba(0, 32, 96, 0.12);
  overflow: hidden;
}
.q-verb {
  padding: 14px 12px 16px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}
.q-verb:first-child {
  box-shadow: inset 3px 0 0 #d4a800;
}
.q-verbs strong {
  display: block;
  color: #002060;
  margin-bottom: 6px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.q-verbs span {
  font-size: 12px;
  color: var(--q-muted);
  line-height: 1.45;
}

@keyframes q-zig-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(212, 168, 0, 0.2), 0 0 22px rgba(212, 168, 0, 0.55); }
  50% { box-shadow: 0 0 0 9px rgba(212, 168, 0, 0.1), 0 0 34px rgba(212, 168, 0, 0.7); }
}
.q-zig {
  padding: 64px 8vw 56px;
}
.q-path {
  padding: 72px 8vw 64px;
  background:
    radial-gradient(ellipse 70% 42% at 50% 0%, rgba(212, 168, 0, 0.12), transparent 52%),
    linear-gradient(180deg, #f7f2e8 0%, #efe6d6 100%);
}
.q-path-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.q-path-head .q-label {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #b89000;
  margin-bottom: 12px;
  color: #002060;
}
.q-path-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  color: #002060;
}
.q-path-head h2 em {
  font-style: normal;
  color: #002060;
}
.q-path-sub {
  margin: 12px auto 0;
  max-width: 46ch;
  color: #1e2d42;
  font-size: 0.95rem;
  line-height: 1.55;
}
.q-path-note {
  margin: 1.5rem auto 0;
  max-width: 62ch;
  text-align: center;
  color: #3a4d66;
  font-size: 0.82rem;
  line-height: 1.55;
  font-style: italic;
}
.q-itin {
  list-style: none;
  margin: 2.75rem auto 0;
  padding: 0;
  max-width: 980px;
  position: relative;
}
.q-itin::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 24px;
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(180deg, #d4a800 0%, #002060 100%);
}
.q-itin-item {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  align-items: start;
  margin: 0 0 28px;
  position: relative;
}
.q-itin-item:last-child { margin-bottom: 0; }
.q-itin-cal {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  gap: 8px;
}
.q-itin-shot {
  position: relative;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #d4a800;
  box-shadow: 0 8px 20px rgba(0, 32, 96, 0.16);
  background: #fff;
}
.q-itin-shot img {
  display: block;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform-origin: center center;
  animation: q-itin-ken 22s ease-in-out infinite alternate;
  animation-play-state: paused;
  will-change: transform;
}
.q-itin-item.is-in .q-itin-shot img {
  animation-play-state: running;
}
.q-itin-item:nth-child(even) .q-itin-shot img {
  animation-name: q-itin-ken-rev;
  animation-duration: 26s;
}
.q-itin-item:nth-child(3) .q-itin-shot img { animation-duration: 20s; animation-delay: -4s; }
.q-itin-item:nth-child(4) .q-itin-shot img { animation-duration: 24s; animation-delay: -8s; }
.q-itin-item:nth-child(5) .q-itin-shot img { animation-duration: 28s; animation-delay: -6s; }
@keyframes q-itin-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-4%, -3%, 0); }
}
@keyframes q-itin-ken-rev {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(4%, 2%, 0); }
}
.q-itin-day {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #002060;
}
.q-itin-day.is-wide {
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  letter-spacing: -0.03em;
}
.q-itin-mon {
  display: block;
  margin-top: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #002060;
}
.q-itin-node {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  margin-top: 42px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d4a800;
  box-shadow: 0 0 0 5px #f3eadb;
  z-index: 2;
}
.q-itin-item.is-now .q-itin-node {
  background: #002060;
  border-color: #d4a800;
  box-shadow: 0 0 0 5px #f3eadb, 0 0 0 8px rgba(212, 168, 0, 0.28);
}
.q-itin-item.is-now .q-itin-shot {
  border-color: #002060;
  box-shadow: 0 0 0 3px #d4a800, 0 8px 20px rgba(0, 32, 96, 0.2);
}
.q-itin-item:nth-child(odd) .q-itin-card { grid-column: 1; grid-row: 1; }
.q-itin-item:nth-child(odd) .q-itin-cal {
  grid-column: 3;
  grid-row: 1;
  text-align: left;
  padding-left: 10px;
  align-items: flex-start;
}
.q-itin-item:nth-child(even) .q-itin-cal {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
  padding-right: 10px;
  align-items: flex-end;
}
.q-itin-item:nth-child(even) .q-itin-card { grid-column: 3; grid-row: 1; }
.q-itin-card {
  position: relative;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(0, 32, 96, 0.16);
  border-radius: 10px;
  padding: 20px 22px 22px;
  box-shadow: 0 12px 28px rgba(0, 32, 96, 0.08);
}
.q-itin-card::after {
  content: "";
  position: absolute;
  top: 48px;
  width: 16px;
  height: 1px;
  background: #d4a800;
}
.q-itin-item:nth-child(odd) .q-itin-card::after { right: -18px; }
.q-itin-item:nth-child(even) .q-itin-card::after { left: -18px; }
.q-itin-item:hover .q-itin-card {
  border-color: rgba(0, 32, 96, 0.22);
  box-shadow: 0 16px 36px rgba(0, 32, 96, 0.12);
}
.q-itin-item.is-now .q-itin-card {
  background: #002060;
  border-color: #002060;
  box-shadow: 0 18px 40px rgba(0, 32, 96, 0.28);
}
.q-itin-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.q-itin-step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #002060;
}
.q-itin-live {
  display: inline-block;
  padding: 3px 8px;
  background: #d4a800;
  color: #002060;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.q-itin-card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
  color: #002060;
}
.q-itin-card p {
  margin: 0;
  color: #1e2d42;
  font-size: 0.95rem;
  line-height: 1.55;
}
.q-itin-item.is-now .q-itin-card h3 { color: #ffffff; }
.q-itin-item.is-now .q-itin-card p { color: #ffffff; }
.q-itin-item.is-now .q-itin-step { color: #ffe08a; }
.q-itin-item.is-now .q-itin-live {
  background: #d4a800;
  color: #002060;
}
.q-faq {
  padding: 72px 8vw 64px;
  background:
    radial-gradient(ellipse 42% 48% at 8% 22%, #8fbce6 0%, transparent 62%),
    radial-gradient(ellipse 38% 42% at 94% 78%, #e6d392 0%, transparent 58%),
    radial-gradient(ellipse 36% 34% at 70% 8%, #b7ccec 0%, transparent 55%),
    linear-gradient(180deg, #c8d8ec 0%, #dce6f4 100%);
}
.q-faq-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.q-faq-head .q-label {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #d4a800;
  margin-bottom: 12px;
  color: #002060;
}
.q-faq-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  color: #002060;
}
.q-faq-head h2 em {
  font-style: normal;
  color: #002060;
}
.q-drops {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1080px;
  margin: 2.6rem auto 0;
  align-items: stretch;
}
.q-drop {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  padding: 28px 26px 26px;
  text-align: left;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.38) 100%);
  backdrop-filter: blur(28px) saturate(1.7);
  -webkit-backdrop-filter: blur(28px) saturate(1.7);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -24px 40px rgba(0, 32, 96, 0.05),
    0 22px 44px rgba(0, 32, 96, 0.12);
}
.q-drop::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 18% 0%, rgba(255, 255, 255, 0.75), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 46%);
  z-index: 0;
}
.q-drop > * { position: relative; z-index: 1; }
.q-drop-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 0 16px;
  background: linear-gradient(165deg, rgba(0, 32, 96, 0.88) 0%, rgba(0, 70, 140, 0.72) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 62% 38% 55% 45% / 42% 58% 42% 58%;
  animation: q-liquid-icon 10s ease-in-out infinite;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 0 3px rgba(212, 168, 0, 0.35),
    0 10px 18px rgba(0, 32, 96, 0.18);
}
.q-drop:nth-child(2) .q-drop-icon { animation-delay: -3s; }
.q-drop:nth-child(3) .q-drop-icon { animation-delay: -6s; }
@keyframes q-liquid-icon {
  0%, 100% { border-radius: 62% 38% 55% 45% / 42% 58% 42% 58%; }
  50% { border-radius: 40% 60% 42% 58% / 58% 42% 58% 42%; }
}
.q-drop-icon svg { width: 24px; height: 24px; display: block; }
.q-drop h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
  color: #001a4d;
}
.q-drop p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #12233a;
  font-weight: 600;
}
.q-zig-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.q-zig-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  max-width: 22ch;
  margin-inline: auto;
}
.q-zig-head h2 em {
  font-style: normal;
  font-weight: 700;
  color: #0070c0;
}
.q-zig-spine {
  position: relative;
  margin-top: 2rem;
  max-width: 920px;
  margin-inline: auto;
}
.q-zig-spine::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-1px);
  background: var(--q-cyan);
  animation: none;
}
@keyframes q-spine {
  0%, 100% { background-position: 0 0; opacity: 0.65; }
  50% { background-position: 0 100%; opacity: 1; }
}
.q-zig-row {
  position: relative;
  display: flex;
  margin-bottom: 1.15rem;
  min-height: 4rem;
}
.q-zig-row:nth-child(odd) .q-zig-glass {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.q-zig-row:nth-child(even) .q-zig-glass {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
.q-zig-glass {
  width: calc(50% - 2.5rem);
  background: #ffffff;
  border: 1px solid rgba(0, 32, 96, 0.12);
  border-radius: 10px;
  padding: 1.05rem 1.15rem;
  box-shadow: 0 1px 2px rgba(0, 32, 96, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.q-zig-row:hover .q-zig-glass {
  border-color: rgba(0, 32, 96, 0.2);
  box-shadow: 0 8px 20px rgba(0, 32, 96, 0.08);
  transform: none;
}
.q-zig-row.is-now .q-zig-glass {
  border-color: #002060;
  border-left-width: 3px;
  background: #fff;
}
.q-zig-dot {
  position: absolute;
  left: 50%;
  top: 1.15rem;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0070c0;
  z-index: 2;
}
.q-zig-row.is-now .q-zig-dot {
  background: #002060;
  border-color: #002060;
  animation: none;
}
.q-zig-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.3rem;
}
.q-zig-row:nth-child(odd) .q-zig-top { justify-content: flex-start; }
.q-zig-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f0f4fa;
  color: #002060;
  flex: none;
}
.q-zig-row.is-now .q-zig-icon {
  background: #002060;
  color: #fff;
}
.q-zig-icon svg { width: 16px; height: 16px; display: block; }
.q-zig-title {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--q-ink);
  line-height: 1.25;
}
.q-zig-desc {
  margin: 0;
  color: var(--q-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}
.q-zig-date {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #002060;
}
.q-zig-crit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  max-width: 980px;
  margin-inline: auto;
}
.q-zig-crit-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  row-gap: 4px;
  background: #ffffff;
  border: 1px solid rgba(0, 32, 96, 0.12);
  border-radius: 10px;
  padding: 1.15rem 1.1rem;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 32, 96, 0.05);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.q-zig-crit-card:hover {
  border-color: rgba(0, 32, 96, 0.2);
  box-shadow: 0 8px 20px rgba(0, 32, 96, 0.08);
  transform: none;
}
.q-zig-crit-av {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 8px;
  background: #f0f4fa;
  display: grid;
  place-items: center;
  color: #002060;
}
.q-zig-crit-av svg { width: 18px; height: 18px; display: block; }
.q-zig-crit-q {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #002060;
  line-height: 1.35;
}
.q-zig-crit-a {
  margin: 0;
  color: var(--q-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.q-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 36px 8vw 48px;
  background: #e8eef6;
}
.q-partners img { height: 48px; width: auto; max-width: 160px; object-fit: contain; filter: none; }

.q-foot {
  display: block;
  padding: 52px 8vw 28px;
  background: #002060;
  border-top: 3px solid #d4a800;
  font-size: 14px;
  color: #eef4fb;
}
.q-foot-shell {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.q-foot-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.35fr;
  gap: 2rem 2.5rem;
  align-items: start;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.q-foot .q-label {
  color: #d4a800;
  margin: 0 0 0.9rem;
  font-size: 11px;
  letter-spacing: 0.14em;
}
.q-foot-logo {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 0 0.85rem;
  object-fit: contain;
}
.q-foot-brand p {
  margin: 0;
  max-width: 26ch;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  font-size: 0.92rem;
}
.q-foot nav {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.q-foot nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
  border: 0;
  width: fit-content;
}
.q-foot nav a:hover {
  color: #d4a800;
}
.q-foot-col--contact {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}
.q-foot-col--contact .q-label { margin-bottom: 0.15rem; }
.q-foot-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 0;
}
.q-foot-ico {
  flex: none;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 0;
  background: none;
  color: #d4a800;
}
.q-foot-ico svg { width: 16px; height: 16px; display: block; }
.q-foot-row p {
  margin: 0;
  display: grid;
  gap: 0.15rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  font-weight: 500;
  font-size: 0.9rem;
}
.q-foot-row p strong {
  color: #fff;
  font-weight: 700;
}
.q-foot-row p span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
}
.q-foot-row a {
  color: #ffe08a;
  text-decoration: none;
  font-weight: 700;
  width: fit-content;
}
.q-foot-row a:hover { text-decoration: underline; }
.q-map {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
  margin: 0 0 1.5rem;
}
.q-map-frame {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #001030;
}
.q-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.q-map-btn {
  display: inline-flex;
  margin: 0;
  padding: 0.55rem 0.95rem;
  border: 1px solid #d4a800;
  color: #d4a800;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.q-map-btn:hover {
  background: #d4a800;
  color: #002060;
}
.q-copy {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(215, 228, 242, 0.85);
  text-align: left;
}

@media (max-width: 900px) {
  .q-head { top: 0; padding: 6px 6px 8px; }
  .q-nav { grid-template-columns: 1fr; min-height: 0; }
  .q-nav-side { flex-wrap: nowrap; justify-content: space-around; gap: 0; }
  .q-nav-side a,
  .q-nav-drop-btn { width: 52px; padding: 4px 0; gap: 3px; }
  .q-nav-side svg,
  .q-nav-drop-btn svg { width: 18px; height: 18px; }
  .q-nav-side small,
  .q-nav-drop-btn small { font-size: 8px; letter-spacing: 0.02em; }
  .q-nav-drop { position: static; }
  .q-nav-drop-panel {
    left: 8px;
    right: 8px;
    top: calc(100% + 6px);
    min-width: 0;
    width: auto;
    transform: none;
  }
  .q-crest { width: 118px; margin: 0 auto 4px; order: -1; }
  .q-cat-grid { grid-template-columns: 1fr 1fr; }
  .q-hero h1 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
  .q-hero-inner { padding: 44px 16px 40px; }
  .q-feature { grid-template-columns: 1fr; }
  .q-foot-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.5rem;
  }
  .q-foot-brand { grid-column: 1 / -1; }
  .q-foot-col--contact { grid-column: 1 / -1; }
  .q-feature-img { height: 220px; }
  .q-verbs { grid-template-columns: 1fr; }
  .q-locale { top: 6px; right: 8px; }
  .q-itin::before { left: 15px; transform: none; }
  .q-itin-item {
    grid-template-columns: 30px minmax(0, 1fr);
    margin-bottom: 20px;
  }
  .q-itin-node {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 18px;
    width: 12px;
    height: 12px;
  }
  .q-itin-item:nth-child(odd) .q-itin-cal,
  .q-itin-item:nth-child(even) .q-itin-cal {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    align-items: flex-start;
    padding: 0 0 6px;
  }
  .q-itin-item:nth-child(odd) .q-itin-card,
  .q-itin-item:nth-child(even) .q-itin-card {
    grid-column: 2;
    grid-row: 2;
  }
  .q-itin-card::after { display: none; }
  .q-itin-day { font-size: 1.45rem; }
  .q-itin-day.is-wide { font-size: 1.15rem; }
  .q-itin-card { padding: 16px 18px 18px; }
  .q-itin-item:nth-child(odd) .q-itin-cal,
  .q-itin-item:nth-child(even) .q-itin-cal {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .q-itin-shot {
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 50%;
  }
  .q-drops { grid-template-columns: 1fr; max-width: 520px; }
  .q-zig-head { text-align: left; }
  .q-zig-head h2 { margin-left: 0; margin-right: 0; }
}

@media (max-width: 560px) {
  .q-foot-inner { grid-template-columns: 1fr; }
  .q-foot-brand,
  .q-foot-col--contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .q-vortex,
  .q-hero-photo img,
  .q-live-aurora,
  .q-live-mist,
  .q-live-stars,
  .q-live-dust,
  .q-cta,
  .q-cta--hero::after,
  .q-fx,
  .q-fx i,
  .q-fx--path span,
  .q-path-portal::before,
  .q-path-portal::after,
  .q-zig-spine::before,
  .q-zig-row.is-now .q-zig-dot,
  .q-itin-shot img,
  .q-drop-icon { animation: none; }
}

.q-hero { --q-wave: #dce6f2; }
.q-cats { --q-wave: #cfdced; }
.q-feature { --q-wave: #f4efe4; }
.q-path { --q-wave: #d2deee; }
.q-faq { --q-wave: #e8eef6; }
.q-partners { --q-wave: #002060; }
