/* Luxury dark theme — free audit kit (premium feel, complimentary access) */

:root {
  --lk-gold: #b8975e;
  --lk-gold-bright: #d4c4a0;
  --lk-gold-muted: #8f7549;
  --lk-bg: #071a18;
  --lk-bg-elevated: #0c2824;
  --lk-bg-deep: #040f0e;
  --lk-surface: rgba(12, 40, 36, 0.94);
  --lk-border: rgba(184, 151, 94, 0.22);
  --lk-text: rgba(235, 248, 245, 0.92);
  --lk-muted: rgba(235, 248, 245, 0.62);
  --lk-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --lk-font-sans: "DM Sans", system-ui, sans-serif;
}

body.lk-lux-page {
  background: var(--lk-bg);
  color: var(--lk-text);
  font-family: var(--lk-font-sans);
}

body.lk-lux-page.has-urgency .site-top {
  position: sticky;
  top: 0;
  z-index: 50;
}

body.lk-lux-page .urgency-bar {
  display: none;
}

/* ── Header ── */
.lk-lux-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 1.25rem 1.5rem;
}

.lk-lux-header-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lk-lux-logo {
  font-family: var(--lk-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lk-gold-bright) !important;
  text-decoration: none !important;
}

.lk-lux-logo span {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(248, 246, 242, 0.75);
  margin-top: 0.15rem;
}

.lk-lux-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  align-items: center;
}

.lk-lux-nav a {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 246, 242, 0.82) !important;
  text-decoration: none !important;
  transition: color 0.15s;
}

.lk-lux-nav a:hover {
  color: var(--lk-gold-bright) !important;
}

.lk-lux-nav-cta {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--lk-gold);
  border-radius: 2px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lk-gold-bright) !important;
  text-decoration: none !important;
  background: rgba(4, 15, 14, 0.45);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.lk-lux-nav-cta:hover {
  background: rgba(184, 151, 94, 0.12);
  border-color: var(--lk-gold-bright);
  color: #fff !important;
}

/* ── Hero ── */
.lk-lux-hero {
  position: relative;
  min-height: min(92vh, 52rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6.5rem 1.5rem 4rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(22, 107, 98, 0.12) 0%, transparent 65%),
    radial-gradient(ellipse 120% 80% at 50% 100%, rgba(12, 40, 36, 0.55) 0%, transparent 55%),
    linear-gradient(180deg, #0c2824 0%, #071a18 45%, #061412 100%);
}

.lk-lux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.5;
}

.lk-lux-hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 38%, transparent 0%, rgba(4, 15, 14, 0.62) 72%);
  pointer-events: none;
}

.lk-lux-hero-inner {
  position: relative;
  max-width: 52rem;
  z-index: 1;
}

.lk-lux-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--lk-gold-bright);
}

.lk-lux-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--lk-font-display);
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
}

.lk-lux-hero-small {
  display: block;
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(248, 246, 242, 0.78);
  margin-bottom: 0.35rem;
}

.lk-lux-hero-title-main {
  display: block;
  font-size: clamp(2.5rem, 7vw, 4.25rem);
  letter-spacing: 0.04em;
}

.lk-lux-lede {
  margin: 0 auto 2rem;
  max-width: 40rem;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.7;
  color: var(--lk-muted);
}

.lk-lux-lede strong {
  color: rgba(248, 246, 242, 0.9);
  font-weight: 600;
}

.lk-lux-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem 1.25rem;
  margin: 0 auto 2rem;
  max-width: 44rem;
}

.lk-lux-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.lk-lux-benefit-icon {
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(248, 246, 242, 0.88);
}

.lk-lux-benefit span {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(248, 246, 242, 0.72);
  max-width: 14rem;
}

.lk-lux-hero-cta {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border: 1px solid var(--lk-gold);
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lk-gold-bright) !important;
  text-decoration: none !important;
  background: rgba(4, 15, 14, 0.5);
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.lk-lux-hero-cta:hover {
  background: rgba(184, 151, 94, 0.14);
  border-color: var(--lk-gold-bright);
  transform: translateY(-1px);
  color: #fff !important;
}

.lk-lux-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  color: rgba(184, 151, 94, 0.45);
  animation: lk-bob 2.2s ease-in-out infinite;
}

@keyframes lk-bob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

.lk-lux-rail {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
}

.lk-lux-rail span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(184, 151, 94, 0.35);
}

.lk-lux-rail span.is-active {
  background: var(--lk-gold);
  box-shadow: 0 0 8px rgba(184, 151, 94, 0.5);
}

/* ── Main content area ── */
.lk-lux-main {
  position: relative;
  max-width: 52rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

body.lk-lux-page .lead-kit-hero {
  display: none;
}

body.lk-lux-page .lead-kit-includes {
  display: none;
}

body.lk-lux-page .lead-kit-include-card {
  background: var(--lk-surface);
  border: 1px solid var(--lk-border);
  border-radius: 4px;
}

body.lk-lux-page .lead-kit-include-card strong {
  color: var(--lk-gold-bright);
  font-family: var(--lk-font-display);
}

body.lk-lux-page .lead-kit-include-card span {
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-gate {
  background: var(--lk-surface);
  border: 1px solid var(--lk-border);
  border-radius: 4px;
  padding: 2rem 1.75rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

body.lk-lux-page .lead-kit-gate h2 {
  font-family: var(--lk-font-display);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.lk-lux-page .lead-kit-gate > p {
  color: var(--lk-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

body.lk-lux-page .lead-kit-form label {
  color: rgba(248, 246, 242, 0.55);
}

body.lk-lux-page .lead-kit-form input {
  background: rgba(4, 15, 14, 0.55);
  border-color: rgba(184, 151, 94, 0.25);
}

body.lk-lux-page .lead-kit-form input:focus {
  border-color: var(--lk-gold);
  outline: none;
  box-shadow: 0 0 0 2px rgba(184, 151, 94, 0.2);
}

body.lk-lux-page .lead-kit-form .btn-primary,
body.lk-lux-page .btn-primary {
  background: linear-gradient(180deg, #d4c4a0 0%, var(--lk-gold) 50%, var(--lk-gold-muted) 100%);
  color: #0c2824 !important;
  border: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 28px rgba(0, 0, 0, 0.35);
}

body.lk-lux-page .lead-kit-form .btn-primary:hover,
body.lk-lux-page .btn-primary:hover {
  filter: brightness(1.05);
}

body.lk-lux-page .btn-ghost {
  border: 1px solid rgba(184, 151, 94, 0.4);
  color: var(--lk-gold-bright) !important;
  background: transparent;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 2px;
}

body.lk-lux-page .btn-ghost:hover {
  background: rgba(184, 151, 94, 0.1);
  border-color: var(--lk-gold-bright);
}

body.lk-lux-page .lead-kit-unlocked-bar {
  background: rgba(184, 151, 94, 0.08);
  border-color: var(--lk-border);
}

body.lk-lux-page .lead-kit-unlocked-bar p {
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-toolbar {
  background: var(--lk-bg);
  border-bottom: 1px solid var(--lk-border);
  top: 0;
}

body.lk-lux-page .lead-kit-nav a {
  background: transparent;
  border-color: rgba(184, 151, 94, 0.25);
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-nav a:hover,
body.lk-lux-page .lead-kit-nav a.is-active {
  border-color: var(--lk-gold);
  color: var(--lk-gold-bright);
  background: rgba(184, 151, 94, 0.08);
}

body.lk-lux-page .lead-kit-resource {
  background: var(--lk-surface);
  border: 1px solid var(--lk-border);
  border-radius: 4px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

body.lk-lux-page .lead-kit-resource h2 {
  color: #fff;
  font-family: var(--lk-font-display);
}

body.lk-lux-page .lead-kit-resource > .resource-intro,
body.lk-lux-page .lead-kit-progress {
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-check-item {
  border-bottom-color: rgba(184, 151, 94, 0.12);
  color: var(--lk-text);
}

body.lk-lux-page .lead-kit-check-item input {
  accent-color: var(--lk-gold);
}

body.lk-lux-page .lead-kit-flag-card {
  background: rgba(4, 15, 14, 0.4);
  border-color: rgba(184, 151, 94, 0.15);
}

body.lk-lux-page .lead-kit-flag-card h3 {
  color: #fff;
}

body.lk-lux-page .lead-kit-flag-card dd,
body.lk-lux-page .lead-kit-flag-card dt {
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-oig-item {
  border-bottom-color: rgba(184, 151, 94, 0.12);
}

body.lk-lux-page .lead-kit-oig-item h3 {
  color: #fff;
}

body.lk-lux-page .lead-kit-oig-item p {
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-oig-num {
  color: var(--lk-gold);
}

body.lk-lux-page .lead-kit-oig-tip {
  background: rgba(184, 151, 94, 0.1);
  border-left-color: var(--lk-gold);
  color: var(--lk-gold-bright);
}

body.lk-lux-page .lead-kit-cta-band {
  background: var(--lk-surface);
  border: 1px solid var(--lk-border);
  border-radius: 4px;
}

body.lk-lux-page .lead-kit-cta-band h2 {
  font-family: var(--lk-font-display);
}

body.lk-lux-page .lead-kit-cta-band p {
  color: var(--lk-muted);
}

body.lk-lux-page .lead-kit-cta-band a {
  color: var(--lk-gold-bright);
}

body.lk-lux-page .lead-kit-linkedin-box {
  background: rgba(184, 151, 94, 0.06);
  border-color: var(--lk-border);
}

body.lk-lux-page .lead-kit-linkedin-box h3 {
  color: var(--lk-gold-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

body.lk-lux-page .lead-kit-linkedin-box p {
  color: var(--lk-muted);
}

/* ── Products / pricing band ── */
body.lk-lux-page .lead-kit-products-cta {
  margin-top: 2rem;
}

body.lk-lux-page .lead-kit-products-cta p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.lk-lux-page .section-title,
body.lk-lux-page .workshop-orbit h2,
body.lk-lux-page .service-focus-card h3 {
  font-family: var(--lk-font-display);
  color: #fff;
}

body.lk-lux-page .section-intro,
body.lk-lux-page .workshop-orbit p,
body.lk-lux-page .service-focus-lead {
  color: var(--lk-muted);
}

body.lk-lux-page .pill {
  color: var(--lk-gold-bright);
  border-color: var(--lk-border);
  background: rgba(184, 151, 94, 0.08);
}

body.lk-lux-page .service-focus-card,
body.lk-lux-page .pricing-card {
  background: var(--lk-surface);
  border-color: var(--lk-border);
}

body.lk-lux-page .service-focus-card--featured {
  border-color: var(--lk-gold);
  box-shadow: 0 0 0 1px rgba(184, 151, 94, 0.15);
}

body.lk-lux-page .service-focus-from-price,
body.lk-lux-page .pricing-price {
  color: var(--lk-gold-bright);
}

body.lk-lux-page .site-footer {
  background: var(--lk-bg-deep);
  border-top: 1px solid var(--lk-border);
}

body.lk-lux-page .footer-brand {
  font-family: var(--lk-font-display);
  color: var(--lk-gold-bright);
}

body.lk-lux-page .footer-tagline,
body.lk-lux-page .footer-legal,
body.lk-lux-page .footer-col p {
  color: var(--lk-muted);
}

body.lk-lux-page .footer-col a {
  color: var(--lk-gold-bright);
}

body.lk-lux-page a:not(.btn):not(.lk-lux-logo):not(.lk-lux-nav a):not(.lk-lux-nav-cta):not(.lk-lux-hero-cta) {
  color: var(--lk-gold-bright);
}

@media (max-width: 720px) {
  .lk-lux-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .lk-lux-rail {
    display: none;
  }

  .lk-lux-hero {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}

@media print {
  body.lk-lux-page .lk-lux-hero,
  body.lk-lux-page .lk-lux-header,
  body.lk-lux-page .lk-lux-rail {
    display: none !important;
  }

  body.lk-lux-page {
    background: #fff;
    color: #000;
  }
}
