/* ─────────────────────────────────────────────────────────
   Digital ROI Dashboard (LION VIEW) — /services/dashboard/
   Inherits brand --red (#FF2C55). No per-template override.
   ───────────────────────────────────────────────────────── */

/* ── Shared atoms ─────────────────────────────────── */
.lv-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; display: inline-block; }
.lv-eyebrow--center { display: block; text-align: center; }
.lv-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.05; margin: 0 0 14px; color: var(--black); text-transform: uppercase; }
.lv-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.lv-h2--center { text-align: center; }
.lv-section-inner { max-width: 1200px; margin: 0 auto; }
.lv-section-head { margin: 0 auto 56px; max-width: 880px; text-align: center; }

.lv-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s; white-space: nowrap; }
.lv-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.lv-btn:hover svg:last-child { transform: translateX(4px); }
.lv-btn--primary { background: var(--red); color: var(--white); box-shadow: 0 12px 28px rgba(255, 44, 85, 0.28); }
.lv-btn--primary:hover { background: var(--black); color: var(--white); transform: translateY(-2px); }

/* ── HERO ──────────────────────────────────────────── */
.lv-hero { position: relative; padding: 80px 48px 96px; background: radial-gradient(circle at 88% 10%, rgba(255, 44, 85, 0.22) 0%, transparent 45%), radial-gradient(circle at 0% 100%, rgba(255, 44, 85, 0.08) 0%, transparent 50%), var(--black); color: var(--white); overflow: hidden; }
.lv-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); }
.lv-hero-watermark { position: absolute; bottom: -36px; right: -24px; font-size: clamp(6rem, 16vw, 14rem); font-weight: 900; letter-spacing: -0.04em; color: rgba(255,255,255,0.04); pointer-events: none; white-space: nowrap; line-height: 1; }
.lv-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.lv-hero-h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 22px; color: var(--white); text-transform: uppercase; }
.lv-hero-h1 em { font-style: normal; color: var(--red); font-weight: 900; }
.lv-hero-sub { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.85); margin: 0 0 36px; max-width: 560px; }
.lv-hero-sub strong { color: var(--white); font-weight: 700; }
.lv-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; }
.lv-hero-media { display: flex; justify-content: center; min-width: 0; }
.lv-hero-thumb { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 12px; box-shadow: 0 28px 64px rgba(0,0,0,0.4); }

/* ── OVERVIEW ─────────────────────────────────────── */
.lv-overview { padding: 96px 48px; background: var(--white); }
.lv-overview-inner { text-align: center; max-width: 880px; margin: 0 auto; }
.lv-overview-body { margin-top: 28px; }
.lv-overview-body p { font-size: 16.5px; line-height: 1.75; color: var(--muted); margin: 0 0 16px; }
.lv-overview-body p:last-child { margin-bottom: 0; }
.lv-overview-body strong { color: var(--black); font-weight: 700; }

/* ── FEATURES ─────────────────────────────────────── */
.lv-features { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.lv-features-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lv-feature-card { padding: 30px 26px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.lv-feature-card:hover { transform: translateY(-3px); border-color: rgba(255, 44, 85, 0.4); box-shadow: 0 16px 36px rgba(0,0,0,0.05); }
.lv-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(255, 44, 85, 0.1); font-size: 24px; margin: 0 0 16px; line-height: 1; }
.lv-feature-title { font-size: 17px; font-weight: 800; color: var(--black); margin: 0 0 8px; letter-spacing: -0.01em; line-height: 1.3; }
.lv-feature-desc { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ── GALLERY ──────────────────────────────────────── */
.lv-gallery { padding: 96px 48px; background: var(--white); }
.lv-gallery-track { list-style: none; padding: 0 0 6px; margin: 0; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.lv-gallery-track::-webkit-scrollbar { display: none; }
.lv-gallery-shot { position: relative; display: block; border-radius: 12px; overflow: hidden; background: var(--bg); border: 1px solid var(--rule); scroll-snap-align: start; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; cursor: zoom-in; }
.lv-gallery-shot img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.4s; }
.lv-gallery-shot:hover { transform: translateY(-3px); border-color: rgba(255, 44, 85, 0.4); box-shadow: 0 20px 44px rgba(0,0,0,0.08); }
.lv-gallery-shot:hover img { transform: scale(1.04); }
.lv-gallery-shot-zoom { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: rgba(10,10,10,0.65); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: var(--white); border-radius: 50%; opacity: 0; transition: opacity 0.22s; }
.lv-gallery-shot-zoom svg { width: 18px; height: 18px; }
.lv-gallery-shot:hover .lv-gallery-shot-zoom { opacity: 1; }

/* ── GALLERY trigger button reset (was anchor before) */
button.lv-gallery-shot { width: 100%; padding: 0; border: 1px solid var(--rule); background: var(--bg); font: inherit; color: inherit; text-align: left; appearance: none; }

/* ── LIGHTBOX ─────────────────────────────────────── */
.lv-lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(10,10,10,0.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 64px 72px; }
.lv-lightbox[hidden] { display: none; }
.lv-lightbox-figure { margin: 0; max-width: 100%; max-height: 100%; display: flex; align-items: center; justify-content: center; }
.lv-lightbox-figure img { max-width: 100%; max-height: 100%; display: block; border-radius: 8px; box-shadow: 0 40px 100px rgba(0,0,0,0.6); }
.lv-lightbox-close,
.lv-lightbox-nav { position: absolute; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: var(--white); border-radius: 50%; cursor: pointer; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.lv-lightbox-close { top: 18px; right: 18px; }
.lv-lightbox-close svg,
.lv-lightbox-nav svg { width: 22px; height: 22px; }
.lv-lightbox-close:hover { background: var(--red); border-color: var(--red); color: var(--white); transform: rotate(90deg); }
.lv-lightbox-nav { top: 50%; transform: translateY(-50%); }
.lv-lightbox-nav--prev { left: 18px; }
.lv-lightbox-nav--next { right: 18px; }
.lv-lightbox-nav:hover { background: var(--red); border-color: var(--red); }
@media (max-width: 640px) {
  .lv-lightbox { padding: 64px 16px; }
  .lv-lightbox-nav--prev { left: 8px; }
  .lv-lightbox-nav--next { right: 8px; }
}

/* ── FINAL CTA ────────────────────────────────────── */
.lv-cta { padding: 96px 48px; background: radial-gradient(circle at 50% 0%, rgba(255, 44, 85, 0.22) 0%, transparent 55%), var(--black); color: var(--white); position: relative; overflow: hidden; }
.lv-cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 80%); }
.lv-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 760px; margin: 0 auto; }
.lv-cta-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 18px; color: var(--white); text-transform: uppercase; }
.lv-cta-title em { font-style: normal; color: var(--red); font-weight: 900; }
.lv-cta-sub { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.78); margin: 0 0 36px; }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1100px) {
  .lv-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .lv-hero { padding: 64px 28px 72px; }
  .lv-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .lv-overview, .lv-features, .lv-gallery, .lv-cta { padding: 72px 28px; }
  .lv-gallery-track { grid-auto-columns: calc((100% - 20px) / 2); }
}
@media (max-width: 720px) {
  .lv-hero { padding: 56px 20px 64px; }
  .lv-overview, .lv-features, .lv-gallery, .lv-cta { padding: 56px 20px; }
  .lv-features-grid { grid-template-columns: 1fr; }
  .lv-gallery-track { grid-auto-columns: 85%; }
  .lv-hero-actions { flex-direction: column; width: 100%; }
  .lv-hero-actions .lv-btn { width: 100%; justify-content: center; }
}
