
body { overflow-x: hidden; }
.ldv2-hero,
.ldv2-breadcrumb,
.ldv2-toc,
.ldv2-cta-final {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

:root {
  --ld-primary: #0F146D;
  --ld-primary-dark: #0A0F52;
  --ld-accent: #F57224;
  --ld-accent-light: #FF9800;
  --ld-gradient: linear-gradient(135deg, #0F146D 0%, #1A237E 50%, #0D47A1 100%);
  --ld-gradient-accent: linear-gradient(135deg, #F57224 0%, #FF9800 100%);
  --ld-gradient-mix: linear-gradient(135deg, #0F146D 0%, #F57224 100%);
  --ld-gradient-light: linear-gradient(135deg, #E8EAF6 0%, #C5CAE9 100%);
  --ld-neon-orange: #FF9800;
  --ld-neon-blue: #42A5F5;
  --ld-dark: #050824;
  --ld-dark2: #0a0e3a;
  --ld-card-bg: rgba(255,255,255,0.97);
  --ld-glass: rgba(255,255,255,0.08);
  --ld-glass-border: rgba(255,255,255,0.12);
  --ld-shadow: 0 8px 32px rgba(15,20,109,0.12);
  --ld-shadow-lg: 0 20px 60px rgba(15,20,109,0.15);
  --ld-radius: 16px;
  --ld-radius-lg: 24px;
}

/* ========== KEYFRAME ANIMATIONS ========== */
@keyframes ldFloatUp {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes ldPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
}
@keyframes ldGradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes ldGlow {
  0%,100% { box-shadow: 0 0 20px rgba(245,114,36,0.3); }
  50% { box-shadow: 0 0 40px rgba(245,114,36,0.6); }
}
@keyframes ldRGBGlow {
  0% { box-shadow: 0 0 20px rgba(15,20,109,0.5), 0 0 40px rgba(15,20,109,0.2); }
  33% { box-shadow: 0 0 20px rgba(245,114,36,0.5), 0 0 40px rgba(245,114,36,0.2); }
  66% { box-shadow: 0 0 20px rgba(66,165,245,0.5), 0 0 40px rgba(66,165,245,0.2); }
  100% { box-shadow: 0 0 20px rgba(15,20,109,0.5), 0 0 40px rgba(15,20,109,0.2); }
}
/* Rocket cat floating with tilt — unique diagonal bob */
@keyframes ldRocketFloat {
  0%,100% { transform: translateY(0) rotate(-8deg); }
  25% { transform: translateY(-14px) rotate(-6deg); }
  75% { transform: translateY(-6px) rotate(-10deg); }
}
@keyframes ldRocketGlow {
  0%,100% { filter: drop-shadow(0 15px 35px rgba(245,114,36,0.35)); }
  50% { filter: drop-shadow(0 20px 50px rgba(245,114,36,0.55)); }
}
/* Glassmorphism floating tags — swing animation */
@keyframes ldTagSwing1 {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
@keyframes ldTagSwing2 {
  0%,100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-8px) rotate(-3deg); }
}
@keyframes ldTagSwing3 {
  0%,100% { transform: translateY(-4px) rotate(2deg); }
  50% { transform: translateY(4px) rotate(-1deg); }
}
@keyframes ldTagSwing4 {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(3deg); }
}
@keyframes ldTagPop {
  0% { opacity: 0; transform: scale(0.5) translateY(20px); }
  60% { transform: scale(1.1) translateY(-5px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
/* Rocket exhaust particle trails */
@keyframes ldExhaustTrail1 {
  0% { transform: translate(0,0) scale(1); opacity: 0.8; }
  100% { transform: translate(-60px, 80px) scale(0.2); opacity: 0; }
}
@keyframes ldExhaustTrail2 {
  0% { transform: translate(0,0) scale(1); opacity: 0.6; }
  100% { transform: translate(-40px, 90px) scale(0.15); opacity: 0; }
}
@keyframes ldExhaustTrail3 {
  0% { transform: translate(0,0) scale(0.8); opacity: 0.7; }
  100% { transform: translate(-70px, 70px) scale(0.1); opacity: 0; }
}
/* Radar rings for rocket */
@keyframes ldRadarPulse1 {
  0% { transform: translate(-50%,-50%) scale(0.3); opacity: 0.5; }
  100% { transform: translate(-50%,-50%) scale(1.8); opacity: 0; }
}
@keyframes ldRadarPulse2 {
  0% { transform: translate(-50%,-50%) scale(0.3); opacity: 0.35; }
  100% { transform: translate(-50%,-50%) scale(2.2); opacity: 0; }
}
@keyframes ldRadarPulse3 {
  0% { transform: translate(-50%,-50%) scale(0.3); opacity: 0.2; }
  100% { transform: translate(-50%,-50%) scale(2.6); opacity: 0; }
}
@keyframes ldShimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}
@keyframes ldMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes ldMarqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
/* Keyword rotator — 6 keywords × 3s = 18s */
@keyframes ldKwSlideUp {
  0%,13.33% { opacity: 1; transform: translateY(0); }
  15%,15.67% { opacity: 0; transform: translateY(-120%); }
  16.67%,100% { opacity: 0; transform: translateY(100%); }
}

/* ========== SCROLL REVEAL ========== */
.ld-reveal { opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.ld-reveal.revealed { opacity: 1; transform: translateY(0); }
.ld-reveal-left { opacity: 0; transform: translateX(-40px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.ld-reveal-left.revealed { opacity: 1; transform: translateX(0); }
.ld-reveal-right { opacity: 0; transform: translateX(40px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.ld-reveal-right.revealed { opacity: 1; transform: translateX(0); }
.ld-stagger > *:nth-child(1) { transition-delay: 0s; }
.ld-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.ld-stagger > *:nth-child(3) { transition-delay: 0.15s; }
.ld-stagger > *:nth-child(4) { transition-delay: 0.2s; }
.ld-stagger > *:nth-child(5) { transition-delay: 0.25s; }
.ld-stagger > *:nth-child(6) { transition-delay: 0.3s; }

/* ========== BREADCRUMB ========== */
.ldv2-breadcrumb { padding: 12px 0; background: #f8f9fa; border-bottom: 1px solid #e9ecef; }
.ldv2-breadcrumb ol { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; font-size: 0.85rem; }
.ldv2-breadcrumb li a { color: var(--ld-accent); text-decoration: none; }
.ldv2-breadcrumb li a:hover { text-decoration: underline; }
.ldv2-breadcrumb .separator { margin: 0 8px; color: #999; }
.ldv2-breadcrumb .current { color: #666; font-weight: 600; }

/* ========== HERO SECTION ========== */
.ldv2-hero {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #050824 0%, #0a0e3a 30%, #0F146D 60%, #050824 100%);
  overflow: visible;
  min-height: 550px;
}
.ldv2-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(245,114,36,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.ldv2-hero .hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.ldv2-hero .hero-orb-1 {
  width: 300px; height: 300px; top: -80px; right: -60px;
  background: radial-gradient(circle, rgba(245,114,36,0.12) 0%, transparent 70%);
  animation: ldFloatUp 6s ease-in-out infinite;
}
.ldv2-hero .hero-orb-2 {
  width: 200px; height: 200px; bottom: -50px; left: 5%;
  background: radial-gradient(circle, rgba(15,20,109,0.15) 0%, transparent 70%);
  animation: ldFloatUp 8s ease-in-out infinite 1s;
}
.ldv2-hero .hero-orb-3 {
  width: 120px; height: 120px; top: 30%; left: 15%;
  background: radial-gradient(circle, rgba(66,165,245,0.1) 0%, transparent 70%);
  animation: ldFloatUp 5s ease-in-out infinite 0.5s;
}

/* Hero badge */
.ldv2-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,114,36,0.2);
  border: 1px solid rgba(245,114,36,0.35);
  backdrop-filter: blur(8px);
  padding: 8px 20px; border-radius: 50px;
  color: #FFD700; font-size: 0.85rem; font-weight: 700;
  margin-bottom: 1rem;
  animation: ldGlow 3s ease-in-out infinite;
}
.ldv2-hero-badge i { color: #FFD700; }

/* H1 + Keyword Rotator */
.ld-hero-headline {
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.3rem; flex-wrap: nowrap;
}
.ldv2-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800; color: #fff;
  line-height: clamp(2.4rem, 5.5vw, 3.6rem);
  margin: 0;
  text-shadow: 0 0 30px rgba(245,114,36,0.3), 0 2px 20px rgba(0,0,0,0.3);
  white-space: nowrap;
}
.ld-keyword-rotator {
  display: inline-block;
  height: clamp(2.2rem, 4.5vw, 3.2rem);
  overflow: hidden; position: relative;
  min-width: 320px;
}
.ld-kw {
  display: block;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--kw-color, #FFFFFF);
  text-shadow: 0 0 20px var(--kw-glow, rgba(245,114,36,0.4)),
               0 0 40px var(--kw-glow, rgba(245,114,36,0.2)),
               0 2px 10px rgba(0,0,0,0.3);
  opacity: 0; transform: translateY(100%);
  position: absolute; left: 0; top: 0;
  white-space: nowrap;
  animation: ldKwSlideUp 18s infinite;
}
/* 6 keywords — orange/blue/gold palette */
.ld-kw:nth-child(1) { animation-delay: 0s; --kw-color: #FF9800; --kw-glow: rgba(255,152,0,0.5); }
.ld-kw:nth-child(2) { animation-delay: 3s; --kw-color: #FFD700; --kw-glow: rgba(255,215,0,0.5); }
.ld-kw:nth-child(3) { animation-delay: 6s; --kw-color: #42A5F5; --kw-glow: rgba(66,165,245,0.5); }
.ld-kw:nth-child(4) { animation-delay: 9s; --kw-color: #FF9800; --kw-glow: rgba(255,152,0,0.5); }
.ld-kw:nth-child(5) { animation-delay: 12s; --kw-color: #66BB6A; --kw-glow: rgba(102,187,106,0.5); }
.ld-kw:nth-child(6) { animation-delay: 15s; --kw-color: #F57224; --kw-glow: rgba(245,114,36,0.5); }

/* Hero tagline */
.ld-hero-tagline {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 600;
  background: linear-gradient(90deg, #F57224, #FF9800);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0.5rem 0 1rem;
}
.ldv2-hero-sub {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem; line-height: 1.7;
  max-width: 560px; margin-bottom: 1.5rem;
}
.ldv2-hero-sub strong { color: #FFD700; }

/* Hero stats */
.ldv2-hero-stats {
  display: flex; gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap;
}
.ldv2-hero-stat {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(245,114,36,0.1);
  border: 1px solid rgba(245,114,36,0.2);
  backdrop-filter: blur(8px);
  border-radius: 12px; padding: 12px 20px; min-width: 90px;
}
.ldv2-hero-stat-num { font-size: 1.5rem; font-weight: 800; color: #FFD700; }
.ldv2-hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); text-transform: uppercase; }

/* Hero CTA */
.ldv2-hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ld-gradient-accent); color: #fff;
  font-weight: 700; font-size: 1.05rem;
  padding: 14px 32px; border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(245,114,36,0.4);
  transition: all 0.4s ease; position: relative; overflow: hidden;
}
.ldv2-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(245,114,36,0.6); color: #fff;
}
.ldv2-hero-cta::after {
  content: ''; position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: ldShimmer 3s ease-in-out infinite;
}

/* ========== ROCKET CAT SCENE — Glassmorphism Floating Tags ========== */
.ldv2-cat-scene {
  position: relative;
  overflow: visible;
  height: 520px;
  display: flex; align-items: center; justify-content: center;
}
/* Orange/blue aura behind rocket cat */
.ldv2-cat-aura {
  position: absolute; width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,114,36,0.25) 0%, rgba(15,20,109,0.12) 40%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: ldPulse 3s ease-in-out infinite;
  z-index: 1;
}
/* Radar pulse rings */
.ldv2-radar-ring {
  position: absolute; border-radius: 50%;
  border: 2px solid rgba(245,114,36,0.2);
  top: 50%; left: 50%;
  pointer-events: none; z-index: 2;
}
.ldv2-radar-ring.r1 { width: 200px; height: 200px; animation: ldRadarPulse1 3s ease-out infinite; }
.ldv2-radar-ring.r2 { width: 200px; height: 200px; border-color: rgba(15,20,109,0.2); animation: ldRadarPulse2 3s ease-out infinite 1s; }
.ldv2-radar-ring.r3 { width: 200px; height: 200px; border-color: rgba(66,165,245,0.15); animation: ldRadarPulse3 3s ease-out infinite 2s; }

.ldv2-cat-img {
  position: relative; max-width: 340px; z-index: 5;
  animation: ldRocketFloat 4.5s ease-in-out infinite, ldRocketGlow 3s ease-in-out infinite;
}

/* Glassmorphism Floating Tags — positioned around the rocket cat */
.ldv2-float-tag {
  position: absolute; z-index: 6;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 30px;
  padding: 8px 16px;
  color: #fff; font-weight: 700; font-size: 0.75rem;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  animation-duration: 4s; animation-timing-function: ease-in-out; animation-iteration-count: infinite;
  cursor: default;
  transition: transform 0.3s, box-shadow 0.3s;
}
.ldv2-float-tag:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 8px 30px rgba(245,114,36,0.3);
}
.ldv2-float-tag i { margin-right: 6px; font-size: 0.8rem; }
/* Tag positions around the diagonal rocket */
.ldv2-float-tag.ld-tag-1 { top: 5%; left: 8%; animation-name: ldTagSwing1; animation-delay: 0s; }
.ldv2-float-tag.ld-tag-2 { top: 2%; right: 10%; animation-name: ldTagSwing2; animation-delay: 0.5s; }
.ldv2-float-tag.ld-tag-3 { top: 30%; left: 0; animation-name: ldTagSwing3; animation-delay: 1s; }
.ldv2-float-tag.ld-tag-4 { top: 40%; right: 0; animation-name: ldTagSwing4; animation-delay: 1.5s; }
.ldv2-float-tag.ld-tag-5 { bottom: 30%; left: 5%; animation-name: ldTagSwing2; animation-delay: 0.7s; }
.ldv2-float-tag.ld-tag-6 { bottom: 18%; right: 5%; animation-name: ldTagSwing1; animation-delay: 1.2s; }
.ldv2-float-tag.ld-tag-7 { bottom: 5%; left: 15%; animation-name: ldTagSwing4; animation-delay: 0.3s; }
.ldv2-float-tag.ld-tag-8 { bottom: 2%; right: 15%; animation-name: ldTagSwing3; animation-delay: 0.9s; }

/* Exhaust particle trails */
.ldv2-exhaust { position: absolute; border-radius: 50%; z-index: 4; }
.ldv2-exhaust.e1 { width: 8px; height: 8px; background: #F57224; bottom: 25%; left: 30%; animation: ldExhaustTrail1 2.5s ease-out infinite; }
.ldv2-exhaust.e2 { width: 6px; height: 6px; background: #FF9800; bottom: 22%; left: 35%; animation: ldExhaustTrail2 3s ease-out infinite 0.5s; }
.ldv2-exhaust.e3 { width: 5px; height: 5px; background: #FFD54F; bottom: 28%; left: 28%; animation: ldExhaustTrail3 2s ease-out infinite 1s; }
.ldv2-exhaust.e4 { width: 7px; height: 7px; background: #F57224; bottom: 20%; left: 32%; animation: ldExhaustTrail1 3.5s ease-out infinite 0.8s; }
.ldv2-exhaust.e5 { width: 4px; height: 4px; background: #FFD54F; bottom: 26%; left: 26%; animation: ldExhaustTrail2 2.8s ease-out infinite 1.3s; }

/* ========== STICKY TOC ========== */
.ldv2-toc {
  background: var(--ld-dark);
  border-bottom: 1px solid rgba(245,114,36,0.15);
  position: sticky; top: 0; z-index: 10;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.ldv2-toc-inner {
  display: flex; align-items: center; gap: 4px;
  padding: 10px 0; overflow-x: auto; scrollbar-width: none;
}
.ldv2-toc-inner::-webkit-scrollbar { display: none; }
.ldv2-toc-label {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem; white-space: nowrap; margin-right: 8px;
}
.ldv2-toc-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none; font-size: 0.8rem;
  padding: 6px 14px; border-radius: 20px;
  white-space: nowrap; transition: all 0.3s;
  border: 1px solid transparent;
}
.ldv2-toc-link:hover, .ldv2-toc-link.active {
  color: #fff;
  background: rgba(245,114,36,0.2);
  border-color: rgba(245,114,36,0.3);
}

/* ========== SECTIONS ========== */
.ldv2-section { padding: 60px 0; position: relative; }
.ldv2-section-alt { background: #f8f9fa; }
.ldv2-dark-section { background: linear-gradient(135deg, #050824 0%, #0a0e3a 50%, #0F146D 100%); }
.ldv2-dark-section .ldv2-section-title,
.ldv2-dark-section .ldv2-sub-heading { color: #fff !important; }
.ldv2-dark-section .ldv2-section-desc { color: rgba(255,255,255,0.7) !important; }

.ldv2-section-title {
  text-align: center; font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800; color: #1a1a2e; margin-bottom: 8px;
}
.ldv2-gradient-line {
  width: 80px; height: 4px; margin: 0 auto 16px;
  background: var(--ld-gradient-accent); border-radius: 4px;
}
.ldv2-section-desc {
  text-align: center; color: #666; font-size: 1rem;
  max-width: 700px; margin: 0 auto 32px; line-height: 1.6;
}
.ldv2-sub-heading {
  font-size: 1.2rem; font-weight: 700; color: #1a1a2e;
  margin-bottom: 1rem; display: flex; align-items: center;
}

/* ========== SERVICE CARDS ========== */
.ldv2-svc-card {
  background: var(--ld-card-bg); border-radius: var(--ld-radius);
  padding: 28px 24px; text-align: center;
  border: 1px solid #eee; transition: all 0.3s ease;
  height: 100%; display: flex; flex-direction: column;
}
.ldv2-svc-card:hover {
  transform: translateY(-6px); box-shadow: var(--ld-shadow-lg);
  border-color: var(--ld-accent);
}
.ldv2-svc-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--ld-gradient-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 1.5rem; color: var(--ld-primary);
}
.ldv2-svc-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; color: #1a1a2e; }
.ldv2-svc-desc { font-size: 0.88rem; color: #666; line-height: 1.6; flex-grow: 1; margin-bottom: 12px; }
.ldv2-svc-price { font-size: 0.85rem; color: var(--ld-accent); font-weight: 700; margin-bottom: 12px; }
.ldv2-svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff; font-weight: 600; font-size: 0.88rem;
  text-decoration: none; padding: 10px 24px; border-radius: 50px;
  background: var(--ld-gradient-accent);
  transition: all 0.3s ease; margin-top: auto;
  box-shadow: 0 4px 15px rgba(245,114,36,0.3);
}
.ldv2-svc-link:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,114,36,0.5); color: #fff; }

/* ========== INTRO ========== */
.ldv2-intro-text { font-size: 0.95rem; color: #444; line-height: 1.8; }
.ldv2-intro-text p { margin-bottom: 1rem; }
.ldv2-intro-highlight {
  background: var(--ld-gradient-light); border-left: 4px solid var(--ld-accent);
  padding: 16px 20px; border-radius: 0 12px 12px 0;
  margin: 1rem 0; font-size: 0.9rem; line-height: 1.7;
}
.ldv2-intro-img-wrap { max-width: 500px; margin: 0 auto; }
.ldv2-intro-img-wrap img {
  width: 100%; border-radius: var(--ld-radius);
  max-height: 400px; object-fit: contain;
}

/* ========== BENEFIT ITEMS ========== */
.ldv2-benefit-item {
  display: flex; gap: 16px; padding: 16px 20px;
  background: var(--ld-card-bg); border-radius: 12px;
  border: 1px solid #eee; transition: all 0.3s ease; height: 100%;
}
.ldv2-benefit-item:hover { box-shadow: var(--ld-shadow); border-color: var(--ld-accent); }
.ldv2-benefit-item i { font-size: 1.3rem; margin-top: 4px; flex-shrink: 0; }
.ldv2-benefit-item div { font-size: 0.9rem; line-height: 1.6; color: #444; }

/* ========== COMMIT CARDS ========== */
.ldv2-commit-card {
  background: var(--ld-card-bg); border-radius: var(--ld-radius);
  padding: 20px; text-align: center; border: 1px solid #eee;
  height: 100%; transition: all 0.3s ease;
}
.ldv2-commit-card:hover { box-shadow: var(--ld-shadow); transform: translateY(-4px); }
.ldv2-commit-card strong { display: block; font-size: 0.95rem; margin: 10px 0 6px; color: #1a1a2e; }
.ldv2-commit-card p { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }

/* ========== WOW CARDS (Depth/Tips) ========== */
.ld-wow-img-frame { max-width: 700px; margin: 0 auto 2rem; }
.ld-wow-img-frame img {
  width: 100%; border-radius: var(--ld-radius);
  max-height: 400px; object-fit: contain;
  box-shadow: var(--ld-shadow);
}
.ld-wow-cards { display: flex; flex-direction: column; gap: 16px; }
.ld-wow-card {
  display: flex; gap: 16px; padding: 20px; border-radius: var(--ld-radius);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease; color: #fff;
}
.ld-wow-card:hover { background: rgba(245,114,36,0.1); border-color: rgba(245,114,36,0.3); transform: translateX(5px); }
.ld-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.ld-wow-card div:last-child { font-size: 0.9rem; line-height: 1.6; }
.ld-wow-card strong { color: #fff; display: block; margin-bottom: 6px; font-size: 0.95rem; }
.ld-wow-card p { margin: 0; color: rgba(255,255,255,0.7); }
/* Light section wow cards */
.ldv2-section:not(.ldv2-dark-section) .ld-wow-card {
  background: var(--ld-card-bg); border: 1px solid #eee; color: #333;
}
.ldv2-section:not(.ldv2-dark-section) .ld-wow-card:hover { border-color: var(--ld-accent); }
.ldv2-section:not(.ldv2-dark-section) .ld-wow-card strong { color: #1a1a2e; }
.ldv2-section:not(.ldv2-dark-section) .ld-wow-card p { color: #666; }
.ldv2-section:not(.ldv2-dark-section) .ld-card-icon { background: var(--ld-gradient-light); }

/* ========== FEATURED CARD (1 service — full width) ========== */
.ldv2-featured-single {
  background: var(--ld-card-bg); border-radius: var(--ld-radius-lg);
  padding: 32px; border: 2px solid #eee; transition: all 0.3s ease;
  display: flex; align-items: center; gap: 24px;
  position: relative; overflow: hidden;
}
.ldv2-featured-single::before {
  content: ''; position: absolute; top: 0; left: 0; width: 6px; height: 100%;
  background: var(--ld-gradient-accent); border-radius: 6px 0 0 6px;
}
.ldv2-featured-single:hover { box-shadow: var(--ld-shadow-lg); transform: translateY(-4px); border-color: var(--ld-accent); }
.ldv2-featured-icon-lg {
  width: 72px; height: 72px; border-radius: 18px;
  background: var(--ld-gradient-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; flex-shrink: 0;
}
.ldv2-featured-single h3 { font-size: 1.2rem; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; }
.ldv2-featured-single p { font-size: 0.9rem; color: #555; line-height: 1.6; margin: 0 0 12px; }
.ldv2-featured-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ldv2-featured-price { color: var(--ld-accent); font-weight: 800; font-size: 1.1rem; }
.ldv2-featured-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff; font-weight: 600; font-size: 0.88rem;
  text-decoration: none; padding: 10px 24px; border-radius: 50px;
  background: var(--ld-gradient-accent);
  transition: all 0.3s ease;
}
.ldv2-featured-link:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(245,114,36,0.4); color: #fff; }

/* ========== STATS COUNTER ========== */
.ldv2-stats-section { padding: 40px 0; background: var(--ld-gradient); }
.ldv2-stats-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.ldv2-stat-item { text-align: center; min-width: 120px; }
.ldv2-stat-num { font-size: 2rem; font-weight: 800; color: #FFD700; display: block; }
.ldv2-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.8); margin-top: 4px; }

/* ========== FEATURE GRID (Why Choose) ========== */
.ldv2-feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;
}
.ldv2-feature-card {
  background: var(--ld-card-bg); border-radius: var(--ld-radius);
  padding: 28px 24px; border: 1px solid #eee; text-align: center;
  transition: all 0.3s ease;
}
.ldv2-feature-card:hover { transform: translateY(-6px); box-shadow: var(--ld-shadow-lg); border-color: var(--ld-accent); }
.ldv2-feature-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--ld-gradient-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 1.4rem;
}
.ldv2-feature-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
.ldv2-feature-card p { font-size: 0.85rem; color: #666; line-height: 1.6; margin: 0; }

/* ========== HOW-TO STEPS ========== */
.ldv2-steps { display: flex; flex-direction: column; gap: 16px; }
.ldv2-step-card {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px; background: var(--ld-card-bg);
  border-radius: var(--ld-radius); border: 1px solid #eee;
  transition: all 0.3s ease;
}
.ldv2-step-card:hover { border-color: var(--ld-accent); box-shadow: var(--ld-shadow); }
.ldv2-step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ld-gradient-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.2rem; flex-shrink: 0;
}
.ldv2-step-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: #1a1a2e; }
.ldv2-step-card p { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }

/* ========== PRICING TABLE ========== */
.ldv2-price-table {
  width: 100%; border-collapse: collapse; font-size: 0.9rem;
  background: var(--ld-card-bg); border-radius: var(--ld-radius);
  overflow: hidden; box-shadow: var(--ld-shadow);
}
.ldv2-price-table thead { background: var(--ld-gradient); color: #fff; }
.ldv2-price-table th { padding: 14px 16px; font-weight: 700; text-align: left; }
.ldv2-price-table td { padding: 12px 16px; border-top: 1px solid #eee; }
.ldv2-price-table tbody tr:hover { background: rgba(245,114,36,0.04); }
.ldv2-price-table .price-highlight { color: var(--ld-accent); font-weight: 800; font-size: 1.1rem; }

/* ========== COMPARISON TABLE ========== */
.ldv2-compare-check { color: #4CAF50; font-weight: 700; }
.ldv2-compare-partial { color: #FF9800; }
.ldv2-compare-no { color: #EF5350; }

/* ========== TESTIMONIALS MARQUEE ========== */
.ldv2-testimonial-wrapper {
  overflow: hidden; position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ldv2-testimonial-row {
  display: flex; gap: 20px; width: max-content; padding: 10px 0;
}
.ldv2-testimonial-row.row-1 { animation: ldMarqueeLeft 50s linear infinite; }
.ldv2-testimonial-row.row-2 { animation: ldMarqueeRight 55s linear infinite; margin-top: 16px; }
.ldv2-testimonial-row:hover { animation-play-state: paused; }
.ldv2-testimonial-card {
  width: 340px; flex-shrink: 0; padding: 20px;
  background: var(--ld-card-bg); border-radius: var(--ld-radius);
  border: 1px solid #eee; transition: all 0.3s ease;
}
.ldv2-testimonial-card:hover { border-color: var(--ld-accent); box-shadow: var(--ld-shadow); }
.ldv2-testimonial-tag {
  display: inline-block; padding: 3px 10px; border-radius: 10px;
  font-size: 0.7rem; font-weight: 700; margin-bottom: 8px;
  background: #FFF3E0; color: #F57224;
}
.ldv2-testimonial-stars { color: #FFD700; font-size: 0.85rem; margin-bottom: 8px; }
.ldv2-testimonial-text { font-size: 0.85rem; color: #555; line-height: 1.6; margin-bottom: 12px; min-height: 80px; }
.ldv2-testimonial-author { display: flex; align-items: center; gap: 10px; }
.ldv2-testimonial-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--ld-gradient-accent); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.8rem; flex-shrink: 0;
}
.ldv2-testimonial-name { font-weight: 700; font-size: 0.85rem; color: #1a1a2e; }
.ldv2-testimonial-role { font-size: 0.75rem; color: #888; }

/* ========== FAQ ========== */
.ldv2-faq-item {
  border: 1px solid #eee; border-radius: 12px;
  margin-bottom: 10px; overflow: hidden; transition: all 0.3s ease;
}
.ldv2-faq-item:hover { border-color: var(--ld-accent); }
.ldv2-faq-item.active { border-color: var(--ld-accent); box-shadow: var(--ld-shadow); }
.ldv2-faq-q {
  padding: 16px 20px; font-weight: 600; font-size: 0.95rem;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  color: #1a1a2e; background: #fff;
}
.ldv2-faq-q i { transition: transform 0.3s ease; color: var(--ld-accent); }
.ldv2-faq-item.active .ldv2-faq-q i { transform: rotate(180deg); }
.ldv2-faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
  padding: 0 20px; background: #fafafa;
}
.ldv2-faq-item.active .ldv2-faq-a { max-height: 500px; padding: 16px 20px; }
.ldv2-faq-a p { font-size: 0.9rem; color: #555; line-height: 1.7; margin: 0; }

/* ========== CTA FINAL ========== */
.ldv2-cta-final {
  padding: 60px 0; text-align: center;
  background: linear-gradient(135deg, #050824 0%, #0a0e3a 30%, #0F146D 60%, #050824 100%);
  position: relative; overflow: hidden;
}
.ldv2-cta-final::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(245,114,36,0.1) 0%, transparent 70%);
}
.ldv2-cta-final h2 {
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800;
  color: #fff; margin-bottom: 12px;
}
.ldv2-cta-final p { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 600px; margin: 0 auto 24px; }
.ldv2-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 40px; border-radius: 50px;
  background: var(--ld-gradient-accent); color: #fff; font-weight: 700;
  font-size: 1.05rem; text-decoration: none;
  box-shadow: 0 4px 24px rgba(245,114,36,0.4);
  transition: all 0.3s ease; position: relative; overflow: hidden;
}
.ldv2-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(245,114,36,0.6); color: #fff; }
.ldv2-cta-btn::after {
  content: ''; position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: ldShimmer 3s ease-in-out infinite;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .ldv2-hero { padding: 40px 0 30px; min-height: auto; }
  .ldv2-hero .col-lg-7 {
    text-align: center; display: flex;
    flex-direction: column; align-items: center;
  }
  .ld-hero-headline {
    flex-direction: column; align-items: center;
    text-align: center; width: 100%;
  }
  .ldv2-hero-badge { margin: 0 auto 1rem; }
  .ldv2-hero-title { white-space: normal; text-align: center; }
  .ld-keyword-rotator { min-width: 280px; text-align: center; }
  .ld-kw { left: 0; right: 0; text-align: center; }
  .ld-hero-tagline { text-align: center; width: 100%; }
  .ldv2-hero-sub { text-align: center; margin-left: auto; margin-right: auto; }
  .ldv2-hero-stats { justify-content: center; width: 100%; }
  .ldv2-hero-cta { margin: 0 auto; }
  .ldv2-cat-scene { height: 400px; }
  .ldv2-cat-img { max-width: 260px; }
  .ldv2-float-tag { font-size: 0.7rem; padding: 6px 12px; }
  /* Reposition tags for tablet */
  .ldv2-float-tag.ld-tag-1 { top: 2%; left: 2%; }
  .ldv2-float-tag.ld-tag-2 { top: 2%; right: 2%; }
  .ldv2-float-tag.ld-tag-3 { top: 35%; left: -2%; }
  .ldv2-float-tag.ld-tag-4 { top: 35%; right: -2%; }
  .ldv2-float-tag.ld-tag-5 { bottom: 25%; left: 2%; }
  .ldv2-float-tag.ld-tag-6 { bottom: 12%; right: 2%; }
  .ldv2-float-tag.ld-tag-7 { display: none; }
  .ldv2-float-tag.ld-tag-8 { display: none; }
  .ldv2-toc { display: none; }
  .ldv2-section { padding: 40px 0; }
  .ldv2-featured-single { flex-direction: column; text-align: center; }
  .ldv2-featured-single::before { width: 100%; height: 4px; border-radius: 4px 4px 0 0; }
  .ldv2-featured-meta { justify-content: center; }
}
@media (max-width: 575px) {
  .ldv2-hero { padding: 30px 0 20px; }
  .ldv2-cat-scene { height: 300px; }
  .ldv2-cat-img { max-width: 180px; }
  .ldv2-float-tag { font-size: 0.62rem; padding: 4px 9px; }
  /* 4 corner tags visible on phone, evenly around robot */
  .ldv2-float-tag.ld-tag-1 { top: 15%; left: 0; }
  .ldv2-float-tag.ld-tag-2 { top: 15%; right: 0; left: auto; }
  .ldv2-float-tag.ld-tag-3 { display: none; }
  .ldv2-float-tag.ld-tag-4 { display: none; }
  .ldv2-float-tag.ld-tag-5 { display: none; }
  .ldv2-float-tag.ld-tag-6 { bottom: 18%; right: 0; left: auto; }
  .ldv2-float-tag.ld-tag-7 { display: none; }
  .ldv2-float-tag.ld-tag-8 { bottom: 5%; right: 5%; left: auto; }
  .ldv2-hero-stats { gap: 10px; }
  .ldv2-hero-stat { padding: 10px 12px; min-width: 70px; }
  .ldv2-testimonial-card { width: 280px; }
  .ldv2-price-table { font-size: 0.8rem; }
  .ldv2-price-table th, .ldv2-price-table td { padding: 10px 8px; }
  .ld-keyword-rotator { min-width: 170px; }
  .ldv2-hero-title { font-size: 1.5rem; }
  .ld-kw { font-size: 1.3rem; line-height: 1.8rem; }
}

/* ========== UTILITY ========== */
.container-fluid { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; height: auto; }
