/* ==========================================================================
   ZyJobs Landing — KINETIC LUXURY & THE LIVING ATS LABORATORY (v4.5.0)
   Deep Nocturne Onyx · Champagne Gold · Celestial Ice · Full Video Motion
   Zero Emoticons · Real Vector Icons · 100% Performance Engineered
   ========================================================================== */

:root {
  /* Surface & Canvas Tokens */
  --ld-bg: #060709;
  --ld-bg-2: #0c0e14;
  --ld-bg-3: #131722;
  --ld-bg-glass: rgba(12, 14, 20, 0.82);

  /* Hairlines & Grid Lines */
  --ld-line: rgba(255, 255, 255, 0.08);
  --ld-line-soft: rgba(255, 255, 255, 0.04);
  --ld-line-gold: rgba(212, 175, 55, 0.28);

  /* Luxury Accents (Refined & Elegant) */
  --ld-gold: #d4af37;
  --ld-gold-light: #f3e5ab;
  --ld-gold-glow: rgba(212, 175, 55, 0.18);
  --ld-gold-dark: #8c7322;

  --ld-ice: #38bdf8;
  --ld-ice-glow: rgba(56, 189, 248, 0.18);

  --ld-emerald: #10b981;
  --ld-crimson: #f43f5e;

  /* Typography Colors */
  --ld-txt: #f8fafc;
  --ld-mut: #94a3b8;
  --ld-dim: #64748b;
  --ld-ink: #060709;

  /* Fonts */
  --ld-font-display: 'Anton', 'Space Grotesk', -apple-system, sans-serif;
  --ld-font-body: 'Space Grotesk', -apple-system, sans-serif;
  --ld-font-mono: 'Space Mono', monospace;
  --ld-font-serif: 'Playfair Display', Georgia, serif;

  /* Dimensions */
  --ld-nav-h: 70px;
  --ld-wrap: 1440px;
  --ld-gutter: clamp(20px, 4vw, 56px);
}

/* ── Global Canvas & Grain Texture ─────────────────────────────────────── */
html {
  scroll-behavior: auto !important;
}

body.zy-bg-grid {
  background-color: var(--ld-bg);
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(212, 175, 55, 0.08), transparent 70%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 96px);
  color: var(--ld-txt);
  font-family: var(--ld-font-body);
  overflow-x: hidden;
}

/* Ambient Grain Overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' 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)'/%3E%3C/svg%3E");
}

::selection {
  background: var(--ld-gold);
  color: var(--ld-ink);
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: var(--ld-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--ld-line);
  border: 2px solid var(--ld-bg);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--ld-gold);
}

:focus-visible {
  outline: 2px solid var(--ld-gold);
  outline-offset: 3px;
}

/* Lenis Scroll State */
html.lenis,
html.lenis body {
  height: auto;
}

body.ld-menu-open {
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* ── Typography & Primitive Helpers ───────────────────────────────────── */
.ld-container {
  width: 100%;
  max-width: var(--ld-wrap);
  margin-inline: auto;
  padding-inline: var(--ld-gutter);
}

.ld-text-gold {
  color: var(--ld-gold);
  background: linear-gradient(135deg, #f3e5ab 0%, #d4af37 60%, #b89628 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ld-text-ice {
  color: var(--ld-ice);
}

.ld-text-emerald {
  color: var(--ld-emerald);
}

.ld-text-main {
  color: var(--ld-txt);
}

.ld-text-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ld-txt);
}

@supports not (-webkit-text-stroke: 1px #000) {
  .ld-text-outline { color: var(--ld-txt); }
}

.ld-h2 {
  font-family: var(--ld-font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ld-txt);
}

.ld-lead {
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.7;
  color: var(--ld-mut);
  max-width: 52ch;
}

.ld-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ld-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ld-txt);
  border: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
  padding: 7px 14px;
  width: max-content;
}

.ld-tag i {
  color: var(--ld-gold);
  font-size: 0.9rem;
}

.ld-tag-dot {
  width: 7px;
  height: 7px;
  background: var(--ld-gold);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--ld-gold);
  animation: ld-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes ld-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* ── Buttons (Swiss Luxury Mechanics) ─────────────────────────────────── */
.ld-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--ld-font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 30px;
  border: 1px solid var(--ld-line);
  background: transparent;
  color: var(--ld-txt);
  overflow: hidden;
  isolation: isolate;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.ld-btn i {
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  font-size: 0.95rem;
}

.ld-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--ld-gold);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}

.ld-btn:hover {
  color: var(--ld-ink);
  border-color: var(--ld-gold);
  box-shadow: 0 0 24px var(--ld-gold-glow);
}

.ld-btn:hover::before {
  transform: scaleX(1);
}

.ld-btn:hover i {
  transform: translate(3px, -3px);
}

.ld-btn-gold {
  background: linear-gradient(135deg, #f3e5ab 0%, #d4af37 60%, #b89628 100%);
  border-color: var(--ld-gold);
  color: var(--ld-ink);
}

.ld-btn-gold::before {
  background: #ffffff;
}

.ld-btn-gold:hover {
  color: var(--ld-ink);
  border-color: #ffffff;
  box-shadow: 0 0 28px rgba(243, 229, 171, 0.35);
}

.ld-btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--ld-line);
}

.ld-btn-ghost:hover {
  border-color: var(--ld-gold);
  color: var(--ld-gold);
}

.ld-btn-ghost:hover::before {
  transform: scaleX(0);
}

.ld-btn-dark {
  background: var(--ld-bg);
  border-color: var(--ld-line);
  color: var(--ld-gold);
}

.ld-btn-dark::before {
  background: var(--ld-bg-3);
}

.ld-btn-dark:hover {
  color: #ffffff;
  border-color: var(--ld-gold);
}

.ld-btn-lg { padding: 18px 36px; font-size: 0.82rem; }
.ld-btn-xl { padding: 22px 48px; font-size: 0.88rem; }
.ld-btn-xs { padding: 9px 16px; font-size: 0.68rem; gap: 8px; }

/* ── Navbar ────────────────────────────────────────────────────────────── */
.ld-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--ld-nav-h);
  background: var(--ld-bg-glass);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ld-line);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.ld-nav-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--ld-gold), var(--ld-ice));
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition: transform 0.08s linear;
}

.ld-nav.ld-nav-hidden {
  transform: translateY(-110%);
}

.ld-nav-inner {
  max-width: var(--ld-wrap);
  margin-inline: auto;
  padding-inline: var(--ld-gutter);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ld-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ld-txt);
  flex-shrink: 0;
}

.ld-brand-logo {
  height: 34px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  display: block;
}

.ld-nav-menu {
  display: flex;
  gap: 28px;
  margin-right: auto;
  margin-left: 20px;
}

.ld-nav-link {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--ld-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ld-mut);
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  transition: color 0.25s;
  white-space: nowrap;
}

.ld-nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--ld-gold);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.ld-nav-link:hover {
  color: var(--ld-txt);
}

.ld-nav-link:hover::after {
  transform: scaleX(1);
}

.ld-nav-idx {
  font-size: 0.6rem;
  color: var(--ld-gold);
}

.ld-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.ld-nav-login {
  font-family: var(--ld-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ld-mut);
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  transition: color 0.25s;
  white-space: nowrap;
}

.ld-nav-login:hover {
  color: var(--ld-gold);
}

/* Language Switcher */
.ld-lang {
  position: relative;
}

.ld-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ld-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ld-mut);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--ld-line);
  padding: 8px 12px;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s;
}

.ld-lang-btn i:first-child {
  font-size: 0.95rem;
}

.ld-lang-btn i:last-child {
  font-size: 0.65rem;
  transition: transform 0.25s;
}

.ld-lang-btn:hover {
  color: var(--ld-gold);
  border-color: var(--ld-gold);
}

.ld-lang-btn:hover i:last-child {
  transform: rotate(180deg);
}

.ld-lang-drop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.22s, transform 0.22s, visibility 0s 0.22s;
  z-index: 110;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6);
}

.ld-lang-drop.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.22s, transform 0.22s;
}

.ld-lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
  color: var(--ld-mut);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.ld-lang-option i { opacity: 0; }

.ld-lang-option:hover,
.ld-lang-option.active {
  background: var(--ld-gold);
  color: var(--ld-ink);
}

.ld-lang-option.active i { opacity: 1; }

/* Hamburger (Mobile) */
.ld-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 42px;
  height: 42px;
  padding: 8px;
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  cursor: pointer;
  flex-shrink: 0;
}

.ld-burger span {
  display: block;
  height: 2px;
  width: 22px;
  background: var(--ld-txt);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.25s;
}

.ld-burger.is-open span:first-child {
  transform: translateY(4px) rotate(45deg);
  background: var(--ld-gold);
}

.ld-burger.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
  background: var(--ld-gold);
}

/* ── Mobile Overlay Menu ───────────────────────────────────────────────── */
.ld-nav-mobile {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 99999 !important;
  background: rgba(6, 7, 9, 0.98) !important;
  -webkit-backdrop-filter: blur(28px) !important;
  backdrop-filter: blur(28px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: clamp(16px, 3vh, 32px) clamp(16px, 4vw, 40px) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-12px) !important;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1), transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.3s !important;
  overflow-y: auto !important;
}

.ld-nav-mobile.open {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  transition: opacity 0.3s cubic-bezier(0.65, 0, 0.35, 1), transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) !important;
}

.ld-nav-mobile-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(212, 175, 55, 0.05) 0 1px, transparent 1px 64px);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 80%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 80%);
  transition: opacity 0.45s ease 0.1s;
}

.ld-nav-mobile.open .ld-nav-mobile-grid {
  opacity: 1;
}

.ld-nav-mobile-inner {
  width: 100%;
  max-width: 580px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.ld-nav-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ld-line);
}

.ld-nav-mobile-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ld-ink);
  background: var(--ld-gold);
  border: 1px solid var(--ld-gold);
  padding: 8px 14px;
  cursor: pointer;
}

.ld-nav-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto 0;
  flex-grow: 1;
  justify-content: center;
}

.ld-nav-mobile-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  text-decoration: none;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}

.ld-nav-mobile-link .ld-nav-idx {
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--ld-gold);
  border: 1px solid var(--ld-line-gold);
  padding: 4px 8px;
  background: var(--ld-gold-glow);
}

.ld-nav-mobile-link .ld-nav-label {
  font-family: var(--ld-font-display);
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  text-transform: uppercase;
  color: var(--ld-txt);
}

.ld-nav-mobile-link i {
  margin-left: auto;
  font-size: 1.2rem;
  color: var(--ld-mut);
}

.ld-nav-mobile-link:hover {
  border-color: var(--ld-gold);
  transform: translateX(4px);
}

.ld-nav-mobile-link--cta {
  background: var(--ld-gold) !important;
  border-color: var(--ld-gold) !important;
}

.ld-nav-mobile-link--cta .ld-nav-label,
.ld-nav-mobile-link--cta i {
  color: var(--ld-ink) !important;
}

.ld-nav-mobile-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--ld-line);
}

.ld-nav-mobile-tagline {
  font-family: var(--ld-font-mono);
  font-size: 0.65rem;
  color: var(--ld-dim);
  margin: 0;
}

.ld-nav-mobile-langs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
}

.ld-nav-mobile-langs a {
  color: var(--ld-mut);
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid var(--ld-line);
}

.ld-nav-mobile-langs a.active {
  background: var(--ld-gold);
  color: var(--ld-ink);
  border-color: var(--ld-gold);
}

/* ── Section Navigator Dots (Right Fixed) ─────────────────────────────── */
.ld-scroll-dots {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 90;
}

.ld-scroll-dot {
  width: 5px;
  height: 5px;
  background: var(--ld-dim);
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}

.ld-scroll-dot.is-active {
  background: var(--ld-gold);
  height: 22px;
  box-shadow: 0 0 10px var(--ld-gold-glow);
}

.ld-scroll-dot::before {
  content: attr(data-label);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--ld-font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  color: var(--ld-dim);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.ld-scroll-dot:hover::before,
.ld-scroll-dot.is-active::before {
  opacity: 1;
}

@media (max-width: 1100px) {
  .ld-scroll-dots { display: none; }
}

/* ── Hero Section with Background Video ───────────────────────────────── */
.ld-hero {
  position: relative;
  padding-top: calc(var(--ld-nav-h) + clamp(28px, 5vh, 64px));
  padding-bottom: clamp(48px, 7vh, 88px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

/* Video Background Layer */
.ld-hero-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}

.ld-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  mix-blend-mode: screen;
  filter: contrast(1.15) brightness(0.9);
  transform: translateZ(0);
  transition: opacity 1.4s ease-in-out;
  will-change: opacity, transform;
}

.ld-hero-video.is-active {
  opacity: 0.32;
}

.ld-hero-video-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 40%, rgba(6, 7, 9, 0.4) 0%, rgba(6, 7, 9, 0.92) 80%);
  pointer-events: none;
  z-index: 1;
}

.ld-hero-video-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 7, 9, 0.7) 0%, transparent 40%, transparent 70%, #060709 100%);
  pointer-events: none;
  z-index: 2;
}

.ld-hero-gridlines {
  position: absolute;
  inset: -96px 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 96px);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 75%);
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 75%);
  z-index: -1;
  animation: ld-grid-drift 16s linear infinite;
  will-change: transform;
}

@keyframes ld-grid-drift {
  to { transform: translateY(96px); }
}

.ld-ambient-glow {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.ld-hero-container {
  position: relative;
  z-index: 10;
}

.ld-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(20px, 3.5vh, 36px);
  flex-wrap: wrap;
}

.ld-universal-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ld-font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--ld-gold);
  border: 1px solid var(--ld-line-gold);
  padding: 6px 12px;
  background: var(--ld-gold-glow);
}

.ld-hero-title {
  font-family: var(--ld-font-display);
  font-weight: 400;
  font-size: clamp(3rem, 8.8vw, 7.8rem);
  line-height: 0.94;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: clamp(28px, 4.5vh, 48px);
  will-change: transform;
}

.ld-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  margin-bottom: -0.06em;
}

.ld-line-inner {
  display: inline-block;
  will-change: transform;
}

.ld-hero-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.ld-hero-sub {
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.75;
  color: var(--ld-mut);
  max-width: 52ch;
  margin-bottom: clamp(24px, 3vh, 32px);
}

/* Interactive Role Pills */
.ld-hero-roles {
  margin-bottom: clamp(24px, 3vh, 36px);
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  padding: 16px 20px;
}

.ld-roles-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ld-font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ld-gold);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ld-roles-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ld-role-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ld-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ld-mut);
  background: var(--ld-bg-3);
  border: 1px solid var(--ld-line);
  padding: 8px 14px;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ld-role-pill i {
  font-size: 0.85rem;
  color: var(--ld-dim);
  transition: color 0.25s ease;
}

.ld-role-pill:hover,
.ld-role-pill.active {
  color: var(--ld-ink);
  background: var(--ld-gold);
  border-color: var(--ld-gold);
  box-shadow: 0 0 16px var(--ld-gold-glow);
}

.ld-role-pill:hover i,
.ld-role-pill.active i {
  color: var(--ld-ink);
}

.ld-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ── Interactive Live ATS Simulator Widget ────────────────────────────── */
.ld-simulator-card {
  position: relative;
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.ld-simulator-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: var(--ld-bg-3);
  border-bottom: 1px solid var(--ld-line);
}

.ld-sim-dots {
  display: flex;
  gap: 6px;
}

.ld-sim-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot-red { background: #f43f5e; }
.dot-yellow { background: #eab308; }
.dot-green { background: #10b981; }

.ld-sim-title {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--ld-font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: var(--ld-txt);
}

.ld-sim-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--ld-font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: var(--ld-emerald);
  border: 1px solid rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.08);
  padding: 3px 8px;
}

.ld-simulator-body {
  padding: clamp(20px, 3vw, 28px);
  position: relative;
}

.ld-sim-source {
  background: var(--ld-bg);
  border: 1px solid var(--ld-line);
  padding: 14px 16px;
  margin-bottom: 20px;
}

.ld-sim-source-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ld-sim-tag {
  font-family: var(--ld-font-mono);
  font-size: 0.6rem;
  color: var(--ld-dim);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ld-sim-role {
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--ld-ice);
  letter-spacing: 0.08em;
}

.ld-sim-req {
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--ld-mut);
  margin: 0;
  font-style: italic;
}

/* Scanner Animation Line */
.ld-sim-scanner {
  position: relative;
  height: 4px;
  background: var(--ld-line-soft);
  margin-bottom: 22px;
  overflow: hidden;
}

.ld-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, transparent, var(--ld-gold), transparent);
  animation: ld-scan 2.4s ease-in-out infinite;
}

@keyframes ld-scan {
  0% { transform: translateX(-160%); }
  100% { transform: translateX(400%); }
}

.ld-sim-scanner.is-active-sweep .ld-scan-line {
  animation: ld-scan-burst 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
  background: linear-gradient(90deg, transparent, var(--ld-gold), #ffffff, var(--ld-ice), transparent);
  height: 100%;
}

@keyframes ld-scan-burst {
  0% { transform: translateX(-160%); opacity: 1; }
  50% { opacity: 1; box-shadow: 0 0 16px var(--ld-gold), 0 0 24px var(--ld-ice); }
  100% { transform: translateX(400%); opacity: 0.4; }
}

.ld-sim-metrics {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--ld-line);
}

.ld-sim-gauge {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ld-gauge-val {
  font-family: var(--ld-font-display);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 0.9;
  color: var(--ld-gold);
}

.ld-gauge-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ld-gauge-title {
  font-family: var(--ld-font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--ld-dim);
}

.ld-gauge-status {
  font-family: var(--ld-font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ld-sim-benchmark {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
}

.ld-bench-row {
  display: flex;
  justify-content: space-between;
  color: var(--ld-dim);
}

.ld-bench-bad { color: var(--ld-crimson); font-weight: 700; }
.ld-bench-good { color: var(--ld-emerald); font-weight: 700; }

.ld-sim-injections {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ld-inject-label {
  font-family: var(--ld-font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--ld-dim);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ld-inject-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ld-inject-chips span {
  font-family: var(--ld-font-mono);
  font-size: 0.66rem;
  color: var(--ld-txt);
  background: var(--ld-bg-3);
  border: 1px solid var(--ld-line);
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ld-inject-chips span i {
  color: var(--ld-gold);
  font-size: 0.75rem;
}

.ld-simulator-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  background: var(--ld-bg-3);
  border-top: 1px solid var(--ld-line);
  font-family: var(--ld-font-mono);
  font-size: 0.64rem;
  color: var(--ld-dim);
}

.ld-sim-audit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ld-txt);
}

.ld-sim-audit strong { color: var(--ld-gold); }

/* Hero Telemetry Stats Grid */
.ld-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ld-line);
  margin-top: clamp(40px, 6vh, 72px);
  background: var(--ld-bg-2);
}

.ld-hero-stat {
  padding: clamp(20px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.ld-hero-stat + .ld-hero-stat {
  border-left: 1px solid var(--ld-line);
}

.ld-stat-icon {
  font-size: 1.2rem;
  color: var(--ld-gold);
  margin-bottom: 4px;
}

.ld-hero-stat-value {
  font-family: var(--ld-font-display);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  line-height: 1;
}

.ld-hero-stat-label {
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ld-dim);
}

/* ── Marquee (Kinetic Luxury Strips) ──────────────────────────────────── */
.ld-marquee-clip {
  overflow: hidden;
}

.ld-marquee {
  position: relative;
  background: linear-gradient(135deg, #f3e5ab 0%, #d4af37 60%, #b89628 100%);
  color: var(--ld-ink);
  transform: rotate(-1.2deg) scale(1.02);
  overflow: hidden;
  padding: 14px 0;
  z-index: 6;
  will-change: transform;
}

.ld-marquee-track {
  display: flex;
  width: max-content;
  animation: ld-marquee 28s linear infinite;
}

.ld-marquee-track--rev {
  animation-direction: reverse;
  animation-duration: 32s;
}

.ld-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ld-marquee-group span {
  font-family: var(--ld-font-display);
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  letter-spacing: 0.04em;
  padding: 0 20px;
  white-space: nowrap;
}

.ld-marquee-group i {
  font-size: 0.85rem;
  color: var(--ld-ink);
  flex-shrink: 0;
}

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

.ld-marquee--outline {
  background: var(--ld-bg-2);
  border-top: 1px solid var(--ld-line);
  border-bottom: 1px solid var(--ld-line);
  transform: rotate(1.4deg) scale(1.02);
  margin: 60px 0;
}

.ld-marquee--outline .ld-marquee-group span {
  color: var(--ld-mut);
}

.ld-marquee--outline .ld-marquee-group i {
  color: var(--ld-gold);
}

/* ── Features — Bento Intelligence Ecosystem ─────────────────────────── */
.ld-features {
  padding: clamp(80px, 12vh, 140px) 0;
  border-top: 1px solid var(--ld-line);
  position: relative;
}

.ld-section-head {
  margin-bottom: clamp(40px, 6vh, 64px);
}

.ld-section-head-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-top: 24px;
}

.ld-section-head-row .ld-h2 {
  margin: 0;
}

.ld-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.ld-bento-card {
  position: relative;
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  padding: clamp(26px, 3.5vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.ld-card-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(212, 175, 55, 0.08), transparent 40%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ld-bento-card:hover .ld-card-spotlight {
  opacity: 1;
}

.ld-bento-card:hover {
  border-color: var(--ld-gold);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 20px var(--ld-gold-glow);
}

.ld-bento-card--radar {
  grid-column: span 8;
  min-height: 380px;
}

.ld-bento-card:nth-child(2) { grid-column: span 4; }
.ld-bento-card:nth-child(3) { grid-column: span 4; }
.ld-bento-card--universal { grid-column: span 4; }
.ld-bento-card:nth-child(5) { grid-column: span 4; }

.ld-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ld-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ld-line);
  background: var(--ld-bg-3);
  color: var(--ld-gold);
  font-size: 1.3rem;
}

.ld-card-spec {
  font-family: var(--ld-font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--ld-dim);
}

.ld-card-body h3 {
  font-family: var(--ld-font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--ld-txt);
}

.ld-card-body p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--ld-mut);
}

/* Radar Visualizer Module */
.ld-radar-visual {
  position: relative;
  height: 160px;
  background: var(--ld-bg);
  border: 1px solid var(--ld-line);
  margin-top: 20px;
  overflow: hidden;
}

.ld-radar-sweep {
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg at 50% 50%, rgba(212, 175, 55, 0.25) 0deg, transparent 60deg);
  animation: ld-radar 4s linear infinite;
}

@keyframes ld-radar {
  to { transform: rotate(360deg); }
}

.ld-radar-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--ld-line);
  border-radius: 50%;
}

.circle-1 { width: 100px; height: 100px; }
.circle-2 { width: 220px; height: 220px; }

.ld-radar-blip {
  position: absolute;
  padding: 4px 10px;
  background: var(--ld-bg-3);
  border: 1px solid var(--ld-gold);
  font-family: var(--ld-font-mono);
  font-size: 0.6rem;
  color: var(--ld-gold);
  border-radius: 2px;
  box-shadow: 0 0 12px var(--ld-gold-glow);
  animation: ld-blip-pulse 3.2s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.blip-1 { top: 25%; left: 30%; animation-delay: 0s; }
.blip-2 { bottom: 20%; right: 25%; animation-delay: 1.1s; }
.blip-3 { top: 60%; left: 15%; animation-delay: 2.2s; }

@keyframes ld-blip-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px var(--ld-gold-glow);
    border-color: var(--ld-gold);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.45), 0 0 32px rgba(56, 189, 248, 0.25);
    border-color: #ffffff;
  }
}

/* Taxonomy Chips Module */
.ld-taxonomy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tax-chip {
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
  color: var(--ld-txt);
  border: 1px solid var(--ld-line);
  padding: 6px 12px;
  background: var(--ld-bg-3);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.tax-chip:hover {
  transform: translateY(-2px);
  border-color: var(--ld-gold);
}

.tax-chip i { color: var(--ld-gold); font-size: 0.75rem; }

/* Score Bars Module */
.ld-score-bars {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 100px;
  margin-top: 18px;
  background: var(--ld-bg);
  padding: 12px 0 6px;
  border: 1px solid var(--ld-line);
}

.score-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  height: 100%;
  justify-content: flex-end;
}

.score-bar span {
  width: 14px;
  background: var(--ld-line);
  border-radius: 2px;
  height: 0%;
  will-change: height;
}

.score-bar span.gold {
  background: var(--ld-gold);
  box-shadow: 0 0 10px var(--ld-gold-glow);
}

.score-bar label {
  font-family: var(--ld-font-mono);
  font-size: 0.58rem;
  color: var(--ld-dim);
}

/* History Stream Module */
.ld-history-stream {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.stream-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--ld-bg);
  border: 1px solid var(--ld-line);
  font-family: var(--ld-font-mono);
  font-size: 0.66rem;
}

.stream-item i { color: var(--ld-gold); font-size: 1rem; }
.stream-badge {
  margin-left: auto;
  color: var(--ld-emerald);
  font-weight: 700;
}

/* ── The ATS Matrix (Before vs After) ─────────────────────────────────── */
.ld-matrix {
  padding: clamp(80px, 12vh, 140px) 0;
  border-top: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
}

.ld-matrix-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ld-matrix-col {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--ld-line);
  background: var(--ld-bg);
  transition: border-color 0.3s ease;
}

.ld-matrix-col--bad {
  border-color: rgba(244, 63, 94, 0.2);
}

.ld-matrix-col--good {
  border-color: var(--ld-line-gold);
  box-shadow: 0 0 30px var(--ld-gold-glow);
}

.ld-matrix-col-head {
  margin-bottom: 28px;
}

.ld-matrix-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ld-font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 12px;
  margin-bottom: 14px;
}

.ld-badge-bad {
  color: var(--ld-crimson);
  background: rgba(244, 63, 94, 0.1);
  border: 1px solid rgba(244, 63, 94, 0.3);
}

.ld-badge-good {
  color: var(--ld-gold);
  background: var(--ld-gold-glow);
  border: 1px solid var(--ld-line-gold);
}

.ld-matrix-col-head h3 {
  font-family: var(--ld-font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  text-transform: uppercase;
  color: var(--ld-txt);
  margin: 0;
}

.ld-matrix-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ld-matrix-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ld-matrix-list li i {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.ld-matrix-col--bad .ld-matrix-list li i { color: var(--ld-crimson); }
.ld-matrix-col--good .ld-matrix-list li i { color: var(--ld-emerald); }

.ld-matrix-list strong {
  display: block;
  font-size: 0.95rem;
  color: var(--ld-txt);
  margin-bottom: 4px;
}

.ld-matrix-list p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--ld-mut);
  margin: 0;
}

/* ── How It Works (Protocol Steps with Laser Conduit Line) ─────────────── */
.ld-how {
  padding: clamp(80px, 12vh, 140px) 0;
  border-top: 1px solid var(--ld-line);
}

.ld-steps-wrap {
  position: relative;
  margin-top: clamp(40px, 6vh, 64px);
}

.ld-conduit-track {
  position: absolute;
  left: 39px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: var(--ld-line-soft);
  z-index: 1;
}

.ld-conduit-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, var(--ld-gold), var(--ld-ice));
  box-shadow: 0 0 14px 2px var(--ld-gold-glow), 0 0 24px var(--ld-ice-glow);
  position: relative;
}

.ld-conduit-spark {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 12px 3px var(--ld-gold), 0 0 20px 5px var(--ld-ice);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ld-conduit-fill.is-active .ld-conduit-spark {
  opacity: 1;
}

.ld-steps {
  position: relative;
  z-index: 2;
}

.ld-step {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
  padding: clamp(28px, 4vh, 48px) 0;
  border-top: 1px solid var(--ld-line);
  transition: padding-left 0.3s ease;
}

.ld-step:last-child {
  border-bottom: 1px solid var(--ld-line);
}

.ld-step:hover {
  padding-left: 12px;
}

.ld-step-num {
  font-family: var(--ld-font-display);
  font-size: clamp(3rem, 5vw, 4.8rem);
  color: transparent;
  -webkit-text-stroke: 1px var(--ld-line);
  line-height: 1;
  transition: color 0.35s ease, -webkit-text-stroke-color 0.35s ease;
  background: var(--ld-bg);
}

.ld-step:hover .ld-step-num {
  color: var(--ld-gold);
  -webkit-text-stroke-color: var(--ld-gold);
}

.ld-step-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.ld-step-title {
  font-family: var(--ld-font-display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  text-transform: uppercase;
  color: var(--ld-txt);
  margin: 0;
}

.ld-step-spec {
  font-family: var(--ld-font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  color: var(--ld-gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ld-step-desc {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--ld-mut);
  max-width: 58ch;
  margin: 0;
}

.ld-step-desc em {
  color: var(--ld-gold);
  font-style: normal;
  font-weight: 700;
}

.ld-step-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
  color: var(--ld-gold);
  font-size: 1.5rem;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ld-step:hover .ld-step-icon {
  background: var(--ld-gold);
  color: var(--ld-ink);
  border-color: var(--ld-gold);
  box-shadow: 0 0 20px var(--ld-gold-glow);
}

.ld-step.is-live .ld-step-num {
  color: var(--ld-gold);
  -webkit-text-stroke-color: var(--ld-gold);
}

.ld-step.is-live .ld-step-icon {
  background: var(--ld-gold);
  color: var(--ld-ink);
  border-color: var(--ld-gold);
  box-shadow: 0 0 20px var(--ld-gold-glow);
}

@media (max-width: 768px) {
  .ld-conduit-track { display: none; }
}

/* ── Pricing Ledger ───────────────────────────────────────────────────── */
.ld-pricing {
  padding: clamp(80px, 12vh, 140px) 0;
  border-top: 1px solid var(--ld-line);
}

.ld-pricing-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(40px, 6vh, 64px);
}

.ld-pricing-quote {
  font-family: var(--ld-font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--ld-mut);
  border-left: 2px solid var(--ld-gold);
  padding-left: 20px;
  line-height: 1.7;
  margin: 0;
}

.ld-price-table {
  border-top: 1px solid var(--ld-line);
}

.ld-price-head,
.ld-price-row {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.8fr) minmax(0, 2.6fr) minmax(0, 1.2fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
}

.ld-price-head {
  padding: 14px 0;
  font-family: var(--ld-font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ld-dim);
}

.ld-price-row {
  position: relative;
  border-top: 1px solid var(--ld-line);
  padding: clamp(26px, 4vh, 40px) 0;
  text-decoration: none;
  color: var(--ld-txt);
  overflow: hidden;
  transition: background 0.35s ease, padding-left 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.ld-price-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.08), rgba(243, 229, 171, 0.12), transparent);
  transition: left 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}

.ld-price-row:hover {
  background: var(--ld-bg-2);
  padding-left: 20px;
  border-color: rgba(212, 175, 55, 0.3);
}

.ld-price-row:hover::before {
  left: 100%;
}

.ld-price-row:last-child {
  border-bottom: 1px solid var(--ld-line);
}

.ld-price-row.is-featured {
  border-left: 3px solid var(--ld-gold);
  background: var(--ld-gold-glow);
}

.ld-price-popular {
  position: absolute;
  top: -1px;
  right: 0;
  background: var(--ld-gold);
  color: var(--ld-ink);
  font-family: var(--ld-font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ld-price-name h3 {
  font-family: var(--ld-font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ld-price-name p {
  font-size: 0.85rem;
  color: var(--ld-mut);
  margin: 0;
}

.ld-price-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.ld-price-main {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.ld-price-cur {
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
  color: var(--ld-mut);
}

.ld-price-num {
  font-family: var(--ld-font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1;
}

.ld-price-per {
  font-family: var(--ld-font-mono);
  font-size: 0.66rem;
  color: var(--ld-dim);
}

.ld-price-usdt {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--ld-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ld-gold);
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid var(--ld-line-gold);
  padding: 3px 8px;
}

.ld-price-usdt--free {
  color: var(--ld-dim);
  background: transparent;
  border-color: var(--ld-line);
}

.ld-price-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ld-price-feats li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--ld-txt);
}

.ld-price-feats li i {
  color: var(--ld-gold);
  font-size: 0.95rem;
}

.ld-price-feats li.off {
  color: var(--ld-dim);
  text-decoration: line-through;
}

.ld-price-feats li.off i {
  color: var(--ld-dim);
}

.ld-price-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ld-gold);
}

.ld-pricing-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--ld-dim);
  text-align: center;
  margin-top: 28px;
  text-transform: uppercase;
}

.ld-pricing-payment-card {
  margin-top: 40px;
  background: var(--ld-bg-2);
  border: 1px solid var(--ld-line);
  border-left: 4px solid var(--ld-gold);
  padding: clamp(24px, 3.5vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.ld-payment-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ld-payment-title {
  font-family: var(--ld-font-display);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  text-transform: uppercase;
  margin: 0;
}

.ld-payment-sub {
  font-size: 0.88rem;
  color: var(--ld-mut);
  margin: 0;
}

.ld-payment-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ld-payment-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ld-bg);
  border: 1px solid var(--ld-line);
  padding: 14px 16px;
}

.ld-payment-badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
  color: var(--ld-gold);
  font-size: 1.4rem;
}

.ld-payment-badge-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ld-payment-badge-name {
  font-family: var(--ld-font-mono);
  font-size: 0.8rem;
  font-weight: 700;
}

.ld-payment-badge-sub {
  font-family: var(--ld-font-mono);
  font-size: 0.62rem;
  color: var(--ld-dim);
}

/* ── Metrics Strip ────────────────────────────────────────────────────── */
.ld-metrics {
  padding: clamp(60px, 8vh, 100px) 0;
  background: var(--ld-bg-2);
  border-top: 1px solid var(--ld-line);
  border-bottom: 1px solid var(--ld-line);
}

.ld-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ld-line);
  gap: 1px;
}

.ld-metric-item {
  background: var(--ld-bg-2);
  padding: clamp(32px, 5vw, 56px) clamp(20px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
}

.ld-metric-num {
  font-family: var(--ld-font-display);
  font-size: clamp(2.8rem, 5.8vw, 5.6rem);
  line-height: 1;
}

.ld-metric-label {
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ld-txt);
  margin-top: 6px;
}

.ld-metric-sub {
  font-family: var(--ld-font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--ld-dim);
  text-transform: uppercase;
}

/* ── Final CTA Reactor (Split Dual-Tone) ───────────────────────────────── */
.ld-cta {
  border-top: 1px solid var(--ld-line);
}

.ld-cta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}

.ld-cta-left {
  background: var(--ld-bg);
  padding: clamp(60px, 10vh, 120px) clamp(36px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 28px;
  border-right: 1px solid var(--ld-line);
  min-width: 0;
}

.ld-cta-right {
  background: linear-gradient(135deg, #f3e5ab 0%, #d4af37 60%, #b89628 100%);
  padding: clamp(60px, 10vh, 120px) clamp(36px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  min-width: 0;
}

.ld-cta-title {
  font-family: var(--ld-font-display);
  font-size: clamp(2.6rem, 6.2vw, 6.2rem);
  line-height: 0.96;
  text-transform: uppercase;
  margin: 0;
}

.ld-cta-sub {
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.7;
  color: var(--ld-mut);
  max-width: 48ch;
  margin: 0;
}

.ld-cta-roles {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ld-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ld-ink);
  min-height: 48px;
}

.ld-cta-role-label {
  color: rgba(6, 7, 9, 0.6);
  font-size: 0.62rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.ld-cta-role-ticker-wrap {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  height: clamp(2rem, 3.6vw, 3.2rem);
  position: relative;
}

.ld-cta-role-value {
  font-family: var(--ld-font-display);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  color: var(--ld-ink);
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  will-change: transform, opacity;
}

.ld-cta-role-caret {
  width: 8px;
  height: clamp(16px, 2.4vw, 24px);
  background: var(--ld-ink);
  animation: ld-pulse 1s steps(2, start) infinite;
  flex-shrink: 0;
}

.ld-cta-divider {
  width: 50px;
  height: 1px;
  background: rgba(6, 7, 9, 0.25);
}

.ld-cta-right-copy {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(6, 7, 9, 0.75);
  max-width: 36ch;
  margin: 0;
}

/* ── Footer ────────────────────────────────────────────────────────────── */
.ld-footer {
  border-top: 1px solid var(--ld-line);
  background: var(--ld-bg-2);
  padding: clamp(48px, 8vh, 88px) 0 0;
}

.ld-footer-mid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(32px, 5vw, 80px);
  padding-bottom: clamp(40px, 7vh, 72px);
}

.ld-footer-wordmark {
  font-family: var(--ld-font-display);
  font-size: clamp(4rem, 13vw, 10.5rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke: 2px var(--ld-txt);
  transition: color 0.35s, -webkit-text-stroke-color 0.35s, text-shadow 0.25s;
  position: relative;
  display: inline-block;
  user-select: none;
}

.ld-footer-wordmark span {
  -webkit-text-stroke-color: var(--ld-gold);
}

.ld-footer-wordmark::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 2px var(--ld-ice);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.ld-footer-wordmark:hover::after {
  opacity: 1;
  animation: ld-wordmark-offset 0.4s steps(2, start) infinite;
}

@keyframes ld-wordmark-offset {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-4px, 2px); }
  50% { transform: translate(3px, -2px); }
  75% { transform: translate(-2px, 1px); }
  100% { transform: translate(0, 0); }
}

.ld-footer-wordmark:hover {
  color: var(--ld-gold);
  -webkit-text-stroke-color: var(--ld-gold);
  animation: ld-chromatic-glitch 0.45s steps(2, start) infinite;
}

@keyframes ld-chromatic-glitch {
  0% {
    text-shadow: -2px 0 var(--ld-ice), 2px 0 var(--ld-gold);
    transform: translate(0, 0);
  }
  20% {
    text-shadow: 3px 0 var(--ld-ice), -3px 0 #f43f5e;
    transform: translate(-3px, 1px);
  }
  40% {
    text-shadow: -3px 0 var(--ld-gold), 3px 0 var(--ld-ice);
    transform: translate(2px, -1px);
  }
  60% {
    text-shadow: 2px 0 #f43f5e, -2px 0 var(--ld-gold);
    transform: translate(-2px, 0);
  }
  80% {
    text-shadow: -2px 0 var(--ld-ice), 2px 0 #f3e5ab;
    transform: translate(1px, 1px);
  }
  100% {
    text-shadow: -2px 0 var(--ld-ice), 2px 0 var(--ld-gold);
    transform: translate(0, 0);
  }
}

.ld-footer-cols {
  display: flex;
  gap: clamp(36px, 6vw, 96px);
  padding-bottom: 10px;
}

.ld-footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ld-footer-col h4 {
  font-family: var(--ld-font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ld-dim);
  margin-bottom: 6px;
}

.ld-footer-col a {
  font-family: var(--ld-font-mono);
  font-size: 0.78rem;
  color: var(--ld-mut);
  text-decoration: none;
  transition: color 0.22s, transform 0.22s;
  width: max-content;
}

.ld-footer-col a:hover {
  color: var(--ld-gold);
  transform: translateX(4px);
}

.ld-footer-contact {
  border-top: 1px solid var(--ld-line);
  padding: clamp(36px, 6vh, 60px) 0;
}

.ld-footer-contact-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.ld-contact-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 26px;
  border: 1px solid var(--ld-line);
  background: var(--ld-bg);
  color: var(--ld-txt);
  text-decoration: none;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.ld-contact-btn:hover {
  border-color: var(--ld-gold);
  background: var(--ld-bg-3);
  box-shadow: 0 0 20px var(--ld-gold-glow);
}

.ld-contact-btn > i:first-child {
  font-size: 1.8rem;
  color: var(--ld-gold);
  flex-shrink: 0;
}

.ld-contact-btn--wa > i:first-child {
  color: var(--ld-emerald);
}

.ld-contact-btn--wa:hover {
  border-color: var(--ld-emerald);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.ld-contact-btn--tg > i:first-child {
  color: #229ED9;
}

.ld-contact-btn--tg:hover {
  border-color: #229ED9;
  box-shadow: 0 0 20px rgba(34, 158, 217, 0.35);
}

.ld-contact-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ld-contact-key {
  font-family: var(--ld-font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: var(--ld-dim);
}

.ld-contact-val {
  font-family: var(--ld-font-mono);
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  font-weight: 700;
}

.ld-contact-arrow {
  margin-left: auto;
  font-size: 1.2rem;
  color: var(--ld-mut);
}

.ld-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--ld-line);
  padding: 24px 0 32px;
  font-family: var(--ld-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--ld-dim);
  text-transform: uppercase;
}

/* ── Custom Blending Cursor ────────────────────────────────────────────── */
html.ld-cursor,
html.ld-cursor * {
  cursor: none !important;
}

.ld-cursor-dot,
.ld-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  will-change: transform;
}

.ld-cursor-dot {
  width: 7px;
  height: 7px;
  background: var(--ld-gold);
  border-radius: 50%;
  transition: opacity 0.2s ease;
}

.ld-cursor-dot.is-label-mode {
  opacity: 0;
}

.ld-cursor-ring {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(248, 250, 252, 0.6);
  border-radius: 50%;
  mix-blend-mode: difference;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1), height 0.3s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.3s, border-color 0.3s;
}

.ld-cursor-ring.is-hover {
  width: 68px;
  height: 68px;
  border-color: var(--ld-gold);
}

.ld-cursor-ring.is-label {
  width: 88px;
  height: 88px;
  background: var(--ld-gold);
  border-color: var(--ld-gold);
  mix-blend-mode: normal;
}

.ld-cursor-label {
  font-family: var(--ld-font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ld-ink);
  opacity: 0;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.ld-cursor-ring.is-label .ld-cursor-label {
  opacity: 1;
}

.ld-cursor-dot.is-hidden,
.ld-cursor-ring.is-hidden {
  opacity: 0;
}

/* ── Motion Utilities ─────────────────────────────────────────────────── */
.ld-paused {
  animation-play-state: paused !important;
}

/* ── Responsive Adaptations ───────────────────────────────────────────── */
@media (min-width: 769px) {
  .ld-nav-mobile {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 1024px) {
  .ld-hero-lower {
    grid-template-columns: 1fr;
  }

  .ld-simulator-card {
    max-width: 620px;
  }

  .ld-bento-card--radar { grid-column: span 12; }
  .ld-bento-card:nth-child(2) { grid-column: span 6; }
  .ld-bento-card:nth-child(3) { grid-column: span 6; }
  .ld-bento-card--universal { grid-column: span 6; }
  .ld-bento-card:nth-child(5) { grid-column: span 6; }

  .ld-matrix-grid {
    grid-template-columns: 1fr;
  }

  .ld-price-head,
  .ld-price-row {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.6fr) minmax(0, 1fr);
  }

  .ld-price-head span:nth-child(3),
  .ld-price-head span:nth-child(4),
  .ld-price-feats {
    display: none;
  }
}

@media (max-width: 640px) {
  .ld-price-head {
    display: none;
  }

  .ld-price-row {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    row-gap: 14px;
  }

  .ld-price-cta {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  :root {
    --ld-nav-h: 60px;
  }

  .ld-cursor-dot,
  .ld-cursor-ring {
    display: none !important;
  }

  .ld-nav-menu,
  .ld-nav-login,
  .ld-nav-actions .ld-btn {
    display: none;
  }

  .ld-burger {
    display: flex;
  }

  .ld-bento-card {
    grid-column: span 12 !important;
  }

  .ld-step {
    grid-template-columns: 56px 1fr;
  }

  .ld-step-num {
    font-size: clamp(2rem, 7vw, 2.6rem);
  }

  .ld-step-icon {
    display: none;
  }

  .ld-pricing-payment-card {
    grid-template-columns: 1fr;
  }

  .ld-payment-badges {
    grid-template-columns: 1fr;
  }

  .ld-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ld-cta-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-cta-left {
    border-right: none;
    border-bottom: 1px solid var(--ld-line);
  }

  .ld-footer-mid {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }

  .ld-footer-cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .ld-footer-contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ld-hero-stats {
    grid-template-columns: 1fr;
  }

  .ld-hero-stat + .ld-hero-stat {
    border-left: none;
    border-top: 1px solid var(--ld-line);
  }

  .ld-section-head-row,
  .ld-pricing-header-split {
    grid-template-columns: 1fr;
  }

  .ld-metrics-grid {
    grid-template-columns: 1fr;
  }

  .ld-hero-title {
    font-size: clamp(2.2rem, 9.2vw, 3rem);
  }

  .ld-cta-title {
    font-size: clamp(2rem, 8.6vw, 2.6rem);
  }

  .ld-brand-logo {
    height: 28px;
    max-width: 110px;
  }
}

/* ── Reduced Motion Safety Guard ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .ld-marquee-track,
  .ld-scan-line,
  .ld-radar-sweep,
  .ld-tag-dot,
  .ld-cta-role-caret,
  .ld-hero-gridlines {
    animation: none !important;
  }

  .ld-hero-video {
    animation: none !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   TELEGRAM CAREER BOT STYLES (@zyjobs_career)
   ══════════════════════════════════════════════════════════════════════════════ */

/* Desktop Navbar Telegram Link */
.ld-nav-tg-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(34, 158, 217, 0.12);
  border: 1px solid rgba(34, 158, 217, 0.35);
  color: #38bdf8;
  font-family: var(--ld-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ld-nav-tg-btn:hover {
  background: rgba(34, 158, 217, 0.25);
  border-color: #229ED9;
  color: #fff;
  box-shadow: 0 0 16px rgba(34, 158, 217, 0.4);
  transform: translateY(-1px);
}

.ld-nav-tg-btn i {
  font-size: 1rem;
  color: #229ED9;
}

/* Hero Live Pill */
.ld-tg-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(34, 158, 217, 0.1);
  border: 1px solid rgba(34, 158, 217, 0.35);
  color: #fff;
  text-decoration: none;
  font-family: var(--ld-font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.ld-tg-hero-pill:hover {
  background: rgba(34, 158, 217, 0.22);
  border-color: #229ED9;
  box-shadow: 0 0 16px rgba(34, 158, 217, 0.35);
  transform: translateY(-1px);
}

.ld-tg-hero-pill > i {
  color: #229ED9;
  font-size: 1.05rem;
}

.ld-tg-hero-pill strong {
  color: #38bdf8;
  font-weight: 700;
}

.ld-tg-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: ldPulse 2s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes ldPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: 0.6; }
}

/* Dedicated Telegram Showcase Section */
.ld-telegram-section {
  padding: clamp(50px, 7vh, 80px) 0;
  position: relative;
  z-index: 2;
}

.ld-telegram-card {
  position: relative;
  border-radius: 20px;
  padding: clamp(30px, 4.5vw, 52px);
  background: linear-gradient(135deg, rgba(14, 28, 48, 0.9) 0%, rgba(10, 18, 30, 0.98) 100%);
  border: 1px solid rgba(34, 158, 217, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(34, 158, 217, 0.12);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  overflow: hidden;
}

.ld-telegram-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(34, 158, 217, 0.25) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.ld-telegram-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(34, 158, 217, 0.15);
  border: 1px solid rgba(34, 158, 217, 0.35);
  color: #38bdf8;
  font-family: var(--ld-font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 16px;
}

.ld-telegram-title {
  font-family: var(--ld-font-heading);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.18;
  color: #fff;
  margin-bottom: 16px;
}

.ld-telegram-title span {
  color: #38bdf8;
}

.ld-telegram-desc {
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  line-height: 1.6;
  color: var(--ld-dim);
  margin-bottom: 24px;
}

.ld-telegram-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.ld-telegram-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--ld-txt);
}

.ld-telegram-feat-item i {
  color: #38bdf8;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.ld-telegram-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ld-btn-telegram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 12px;
  background: linear-gradient(135deg, #229ED9 0%, #0088cc 100%);
  color: #fff;
  font-family: var(--ld-font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(34, 158, 217, 0.4);
  transition: all 0.3s ease;
}

.ld-btn-telegram:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(34, 158, 217, 0.6);
  color: #fff;
}

.ld-btn-telegram i {
  font-size: 1.35rem;
}

.ld-telegram-tagline {
  font-family: var(--ld-font-mono);
  font-size: 0.75rem;
  color: var(--ld-dim);
}

/* Telegram Bot Mockup Widget — Authentic Telegram Dark UI */
.ld-telegram-mockup {
  position: relative;
  background: #17212b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f5f5f5;
  width: 100%;
}

.ld-tg-mockup-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 12px;
}

.ld-tg-mockup-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #229ED9, #0284c7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(34, 158, 217, 0.35);
}

.ld-tg-mockup-name {
  font-weight: 700;
  font-size: 0.94rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ld-tg-mockup-name i {
  color: #229ED9;
  font-size: 0.9rem;
}

.ld-tg-mockup-sub {
  font-size: 0.72rem;
  color: #6c7883;
}

/* Telegram Post Bubble */
.ld-tg-post-bubble {
  background: #1e2c3a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #e4ecf2;
}

.ld-tg-post-head {
  font-size: 0.88rem;
  font-weight: 700;
  color: #38bdf8;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ld-tg-post-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ld-tg-line {
  word-break: break-word;
}

.ld-tg-line strong {
  color: #8da0b3;
  font-weight: 600;
}

.ld-tg-line b {
  color: #fff;
  font-weight: 700;
}

.ld-tg-divider {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin: 8px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ld-tg-boost-box {
  background: rgba(34, 158, 217, 0.08);
  border-left: 3px solid #229ED9;
  border-radius: 4px;
  padding: 8px 10px;
  margin: 8px 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.ld-tg-boost-title {
  color: #38bdf8;
  font-weight: 700;
  margin-bottom: 3px;
}

.ld-tg-boost-en {
  color: #f1f5f9;
}

.ld-tg-boost-id {
  color: #94a3b8;
  font-size: 0.74rem;
  margin-top: 2px;
}

.ld-tg-footer-meta {
  font-size: 0.74rem;
  color: #8da0b3;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 6px;
}

.ld-tg-footer-meta a {
  color: #38bdf8;
  text-decoration: none;
}

.ld-tg-footer-meta a:hover {
  text-decoration: underline;
}

.ld-tg-time {
  text-align: right;
  font-size: 0.68rem;
  color: #6c7883;
  margin-top: 6px;
}

/* Telegram Native Inline Buttons */
.ld-tg-inline-keyboard {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.ld-tg-inline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #2b5278;
  color: #fff;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  text-align: center;
  box-sizing: border-box;
}

.ld-tg-inline-btn:hover {
  background: #366594;
  color: #fff;
}

.ld-tg-inline-btn:active {
  transform: scale(0.98);
}

.ld-tg-inline-btn--full {
  width: 100%;
}

.ld-tg-inline-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 6px;
}

/* n8n Workflow Visualizer Bar */
.ld-n8n-flow-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 22px;
}

.ld-n8n-step-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--ld-font-mono);
  font-size: 0.72rem;
  color: #94a3b8;
  background: rgba(15, 23, 42, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
}

.ld-n8n-step-chip i {
  color: #f97316; /* n8n signature orange */
  font-size: 0.85rem;
}

.ld-n8n-step-chip strong {
  color: #fff;
}

.ld-n8n-arrow {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
}

@media (max-width: 900px) {
  .ld-telegram-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .ld-telegram-features {
    grid-template-columns: 1fr;
  }
  .ld-nav-tg-btn {
    display: none;
  }
  .ld-tg-inline-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ld-telegram-card {
    padding: 20px 14px;
    border-radius: 16px;
  }
  .ld-telegram-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .ld-btn-telegram {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
    font-size: 0.88rem;
  }
  .ld-telegram-actions .ld-btn-ghost {
    width: 100%;
    justify-content: center;
  }
  .ld-tg-hero-pill {
    width: 100%;
    justify-content: center;
    font-size: 0.7rem;
    padding: 6px 10px;
  }
  .ld-n8n-flow-bar {
    padding: 8px 10px;
    gap: 4px;
  }
  .ld-n8n-step-chip {
    font-size: 0.68rem;
    padding: 3px 6px;
  }
}

