/* ============================================================
   GARASINDO DIGITAL HUB - Standalone Landing Page Stylesheet
   Scoped under .lp-home so it never leaks into the rest of WP.
   Light theme = default; dark theme via `html.dark .lp-home`.
   ============================================================ */

/* ---------- Font Faces ---------- */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-latin-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans-latin-variable-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/outfit-latin-variable.woff2') format('woff2');
}

/* ---------- Base / Reset (scoped) ---------- */
.lp-home,
.lp-home *,
.lp-home *::before,
.lp-home *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.lp-home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow-x: hidden;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f8fafc;
  color: #0f172a;
  transition: background-color 0.3s, color 0.3s;
  -webkit-font-smoothing: antialiased;
}

html.dark .lp-home {
  background: #020617;
  color: #f1f5f9;
}

.lp-home h1,
.lp-home h2,
.lp-home h3,
.lp-home h4,
.lp-home h5,
.lp-home h6 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}

.lp-home a {
  text-decoration: none;
  color: inherit;
}

.lp-home img,
.lp-home svg {
  display: block;
  max-width: 100%;
}

.lp-home button {
  font-family: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}

.lp-home ::selection {
  background: #2563eb;
  color: #fff;
}

.lp-home [hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  html:has(.lp-home) {
    scroll-behavior: smooth;
  }
}

/* ---------- Icon Size Helpers ---------- */
.lp-ic-12 { width: 12px; height: 12px; flex: none; }
.lp-ic-14 { width: 14px; height: 14px; flex: none; }
.lp-ic-16 { width: 16px; height: 16px; flex: none; }
.lp-ic-18 { width: 18px; height: 18px; flex: none; }
.lp-ic-20 { width: 20px; height: 20px; flex: none; }
.lp-ic-24 { width: 24px; height: 24px; flex: none; }
.lp-ic-32 { width: 32px; height: 32px; flex: none; }

.lp-ic-blue { color: #2563eb; }
.lp-ic-amber { color: #f59e0b; }
.lp-ic-emerald { color: #10b981; }
.lp-ic-wa { color: #25D366; }

html.dark .lp-ic-blue { color: #60a5fa; }
html.dark .lp-ic-amber { color: #fbbf24; }
html.dark .lp-ic-emerald { color: #34d399; }

.lp-badge-check {
  width: 24px;
  height: 24px;
  flex: none;
  color: #2563eb;
  opacity: 0.95;
}

/* ---------- Ambient Background ---------- */
.lp-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.lp-glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(72px);
  animation: lp-pulse-glow 8s ease-in-out infinite;
}

.lp-glow-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  max-width: 100vw;
  height: 500px;
  background: linear-gradient(to bottom, rgba(191, 219, 254, 0.6), rgba(239, 246, 255, 0.4), transparent);
}

.lp-glow-left {
  top: 33.333%;
  left: -192px;
  width: 384px;
  height: 384px;
  background: rgba(224, 231, 255, 0.5);
  animation-delay: -3s;
}

.lp-glow-right {
  top: 66.666%;
  right: -192px;
  width: 384px;
  height: 384px;
  background: rgba(219, 234, 254, 0.5);
  animation-delay: -5s;
}

.lp-grid-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.4;
}

html.dark .lp-glow-top {
  background: linear-gradient(to bottom, rgba(30, 58, 138, 0.2), rgba(23, 37, 84, 0.1), transparent);
  opacity: 0.6;
}
html.dark .lp-glow-left { background: rgba(49, 46, 129, 0.15); }
html.dark .lp-glow-right { background: rgba(30, 58, 138, 0.15); }
html.dark .lp-grid-dots {
  background-image: radial-gradient(#1e293b 1px, transparent 1px);
  opacity: 0.25;
}

/* ---------- Main Layout ---------- */
.lp-main {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1 1 auto;
}

.lp-bottom {
  position: relative;
  z-index: 1;
}

.lp-section {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  padding: 16px;
}

/* ---------- Header / Profile ---------- */
.lp-header {
  position: relative;
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  padding: 24px 16px 16px;
  text-align: center;
}

/* Cover backdrop */
.lp-cover {
  position: relative;
  width: 100%;
  height: 144px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.5);
  box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.1);
  background: linear-gradient(to right, #1e3a8a, #02437D, #0f172a);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

html.dark .lp-cover {
  background: linear-gradient(to right, #0f172a, #1e3a8a, #0f172a);
  border-color: rgba(30, 41, 59, 0.8);
}

.lp-cover-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.3;
  pointer-events: none;
}

.lp-cover-glow {
  position: absolute;
  width: 192px;
  height: 192px;
  border-radius: 9999px;
  filter: blur(32px);
  animation: lp-pulse-glow 8s ease-in-out infinite;
  pointer-events: none;
}

.lp-cover-glow-a {
  top: -48px;
  right: -48px;
  background: rgba(96, 165, 250, 0.2);
}

.lp-cover-glow-b {
  bottom: -48px;
  left: -48px;
  background: rgba(129, 140, 248, 0.2);
  animation-delay: -4s;
}

/* Cover controls */
.lp-cover-tools {
  position: relative;
  z-index: 10;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #fff;
}

.lp-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 9999px;
  background: rgba(2, 6, 23, 0.6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #93c5fd;
  font-weight: 500;
  white-space: nowrap;
}

.lp-ping-wrap {
  position: relative;
  width: 8px;
  height: 8px;
  flex: none;
}

.lp-ping-dot {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: #34d399;
  animation: lp-ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.lp-ping-solid {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: #10b981;
}

.lp-cover-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-cover-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.lp-cover-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lp-cover-btn:active {
  transform: scale(0.95);
}

.lp-cover-btn .lp-ic-amber { color: #fcd34d; }
.lp-cover-btn .lp-ic-blue { color: #93c5fd; }

/* Profile identity */
.lp-profile {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-avatar-frame {
  padding: 6px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(203, 213, 225, 0.5);
  margin-bottom: 12px;
  transition: background 0.3s, border-color 0.3s;
}

html.dark .lp-avatar-frame {
  background: #020617;
  border-color: #1e293b;
}

/* Logo emblem */
.lp-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.lp-logo-box {
  position: relative;
  border-radius: 16px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.1);
}

.lp-logo-glow {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  filter: blur(6px);
  transition: background 0.3s;
}

.lp-logo-lg .lp-logo-box { width: 64px; height: 64px; border-radius: 16px; padding: 8px; }
.lp-logo-sm .lp-logo-box { width: 32px; height: 32px; border-radius: 12px; padding: 6px; }
.lp-logo-lg .lp-logo-glow { border-radius: 16px; }
.lp-logo-sm .lp-logo-glow { border-radius: 12px; }

.lp-logo-lg .lp-logo-box,
.lp-logo-sm .lp-logo-box {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.lp-logo-lg .lp-logo-glow,
.lp-logo-sm .lp-logo-glow {
  background: rgba(37, 99, 235, 0.2);
}

.lp-logo:hover .lp-logo-glow {
  background: rgba(37, 99, 235, 0.35);
}

html.dark .lp-logo-box {
  background: linear-gradient(to bottom right, #0f172a, #172554, #0f172a);
  border: 1px solid rgba(96, 165, 250, 0.4);
}

html.dark .lp-logo-glow { background: rgba(59, 130, 246, 0.3); }
html.dark .lp-logo:hover .lp-logo-glow { background: rgba(59, 130, 246, 0.5); }

.lp-logo-box .lp-logo-svg {
  width: 100%;
  height: 100%;
  color: #02437d;
  transition: color 0.3s;
}

html.dark .lp-logo-box .lp-logo-svg { color: #60a5fa; }

.lp-logo-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lp-logo-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #02437d;
  line-height: 1.1;
}

.lp-logo-sub {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-top: 2px;
}

html.dark .lp-logo-name { color: #fff; }
html.dark .lp-logo-sub { color: #60a5fa; }

.lp-logo-sm .lp-logo-name { font-size: 18px; }

/* Brand */
.lp-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.lp-brand-name {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.lp-brand-name h1 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #02437d;
  transition: color 0.3s;
}

html.dark .lp-brand-name h1 { color: #fff; }

.lp-tagline {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 8px;
  transition: color 0.3s;
}

html.dark .lp-tagline { color: #60a5fa; }

.lp-desc {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.6;
  max-width: 28rem;
  padding: 0 8px;
  transition: color 0.3s;
}

html.dark .lp-desc { color: #cbd5e1; }

/* Social badges */
.lp-social-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.lp-soc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.lp-soc-badge:hover {
  color: #1d4ed8;
  border-color: #93c5fd;
  background: #f8fafc;
}

html.dark .lp-soc-badge {
  background: rgba(15, 23, 42, 0.9);
  border-color: #1e293b;
  color: #cbd5e1;
}

html.dark .lp-soc-badge:hover {
  color: #fff;
  border-color: rgba(96, 165, 250, 0.4);
}

/* ---------- Primary CTA ---------- */
.lp-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-cta-card {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
}

.lp-cta-website {
  background: linear-gradient(to right, #02437D, #1d4ed8, #3730a3);
  border-color: rgba(147, 197, 253, 0.3);
  color: #fff;
}

.lp-cta-website:hover {
  border-color: #93c5fd;
  box-shadow: 0 20px 25px -5px rgba(29, 78, 216, 0.25);
  transform: scale(1.01);
}

html.dark .lp-cta-website {
  background: linear-gradient(to right, #1d4ed8, #2563eb, #4338ca);
  border-color: rgba(147, 197, 253, 0.4);
}

html.dark .lp-cta-website:hover {
  box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.3);
}

.lp-cta-wa {
  background: #25D366;
  border-color: rgba(52, 211, 153, 0.4);
  color: #fff;
}

.lp-cta-wa:hover {
  background: #20bd5a;
  box-shadow: 0 20px 25px -5px rgba(5, 150, 105, 0.3);
  transform: scale(1.01);
}

.lp-cta-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), transparent, rgba(255, 255, 255, 0.1));
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.lp-cta-card:hover .lp-cta-shine { opacity: 1; }

.lp-cta-body {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 10;
  min-width: 0;
  flex: 1 1 auto;
}

.lp-cta-icon {
  width: 48px;
  height: 48px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.lp-cta-wa .lp-cta-icon { background: rgba(255, 255, 255, 0.2); }

.lp-cta-text {
  text-align: left;
  min-width: 0;
}

.lp-cta-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lp-cta-title {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}

.lp-cta-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.lp-cta-badge-light {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.lp-cta-sub {
  font-size: 12px;
  color: #dbeafe;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-cta-wa .lp-cta-sub { color: #ecfdf5; }

.lp-cta-arrow {
  width: 36px;
  height: 36px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: transform 0.3s;
}

.lp-cta-card:hover .lp-cta-arrow { transform: translateX(4px); }

/* Call sub-bar */
.lp-call-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  font-size: 12px;
  transition: background 0.3s, border-color 0.3s;
}

html.dark .lp-call-bar {
  background: rgba(15, 23, 42, 0.6);
  border-color: rgba(30, 41, 59, 0.8);
}

.lp-call-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #334155;
}

html.dark .lp-call-label { color: #cbd5e1; }

.lp-call-number {
  color: #1d4ed8;
  font-weight: 700;
  white-space: nowrap;
}

.lp-call-number:hover {
  color: #1e40af;
  text-decoration: underline;
}

html.dark .lp-call-number { color: #60a5fa; }

/* ---------- Trust Stats ---------- */
.lp-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.2);
  transition: background 0.3s, border-color 0.3s;
}

html.dark .lp-stats {
  background: rgba(15, 23, 42, 0.9);
  border-color: #1e293b;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.lp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px;
}

.lp-stat-icon {
  width: 36px;
  height: 36px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #02437d;
  margin-bottom: 6px;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

html.dark .lp-stat-icon {
  background: rgba(23, 37, 84, 0.8);
  border-color: rgba(96, 165, 250, 0.3);
  color: #60a5fa;
}

.lp-stat-value {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #02437d;
  line-height: 1.2;
  transition: color 0.3s;
}

html.dark .lp-stat-value { color: #fff; }

.lp-stat-label {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  margin-top: -2px;
  line-height: 1.4;
  transition: color 0.3s;
}

html.dark .lp-stat-label { color: #cbd5e1; }

.lp-stat-desc {
  font-size: 10px;
  color: #64748b;
  margin-top: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}

html.dark .lp-stat-desc { color: #94a3b8; }

@media (min-width: 640px) {
  .lp-stats { grid-template-columns: repeat(4, 1fr); }
  .lp-stat-value { font-size: 18px; }
}

/* ---------- Section Headers ---------- */
.lp-sec-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.lp-sec-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #02437d;
  transition: color 0.3s;
}

html.dark .lp-sec-title { color: #fff; }

.lp-sec-sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
  transition: color 0.3s;
}

html.dark .lp-sec-sub { color: #94a3b8; }

.lp-sec-badge {
  display: none;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  white-space: nowrap;
  flex: none;
}

html.dark .lp-sec-badge {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}

@media (min-width: 640px) {
  .lp-sec-title { font-size: 20px; }
  .lp-sec-badge { display: inline-block; }
}

/* ---------- Services Grid ---------- */
.lp-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 640px) {
  .lp-services-grid { grid-template-columns: repeat(2, 1fr); }
}

.lp-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, background 0.3s;
}

.lp-service-card:hover {
  transform: translateY(-2px);
  border-color: #93c5fd;
  box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.1);
}

html.dark .lp-service-card {
  background: rgba(15, 23, 42, 0.9);
  border-color: rgba(30, 41, 59, 0.9);
}

html.dark .lp-service-card:hover {
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 10px 15px -3px rgba(23, 37, 84, 0.4);
}

.lp-service-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(239, 246, 255, 0.8), transparent, transparent);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

html.dark .lp-service-glow {
  background: linear-gradient(to bottom right, rgba(37, 99, 235, 0.05), transparent, transparent);
}

.lp-service-card:hover .lp-service-glow { opacity: 1; }

.lp-service-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.lp-service-icon {
  width: 40px;
  height: 40px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #02437d;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.lp-service-card:hover .lp-service-icon {
  background: #02437d;
  border-color: #02437d;
  color: #fff;
}

html.dark .lp-service-icon {
  background: rgba(23, 37, 84, 0.8);
  border-color: rgba(96, 165, 250, 0.3);
  color: #60a5fa;
}

html.dark .lp-service-card:hover .lp-service-icon {
  background: #2563eb;
  border-color: #60a5fa;
  color: #fff;
}

.lp-service-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  white-space: nowrap;
}

html.dark .lp-service-badge {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}

.lp-service-title {
  position: relative;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
  display: block;
  transition: color 0.3s;
}

.lp-service-card:hover .lp-service-title { color: #02437d; }

html.dark .lp-service-title { color: #fff; }
html.dark .lp-service-card:hover .lp-service-title { color: #93c5fd; }

.lp-service-desc {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 16px;
  transition: color 0.3s;
}

html.dark .lp-service-desc { color: #94a3b8; }

.lp-service-foot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  transition: color 0.3s, border-color 0.3s;
}

.lp-service-card:hover .lp-service-foot { color: #1e40af; }

html.dark .lp-service-foot {
  border-color: rgba(30, 41, 59, 0.8);
  color: #60a5fa;
}

html.dark .lp-service-card:hover .lp-service-foot { color: #93c5fd; }

.lp-service-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #f1f5f9;
  transition: background 0.3s, color 0.3s, transform 0.3s;
}

.lp-service-card:hover .lp-service-arrow {
  background: #02437d;
  color: #fff;
  transform: translateX(2px);
}

html.dark .lp-service-arrow { background: rgba(30, 41, 59, 0.8); }
html.dark .lp-service-card:hover .lp-service-arrow {
  background: #2563eb;
  color: #fff;
}

/* ---------- Featured Section ---------- */
.lp-featured-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-featured-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(191, 219, 254, 0.8);
  padding: 20px 24px;
  box-shadow: 0 10px 15px -3px rgba(148, 163, 184, 0.2);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.lp-featured-card:hover { border-color: #93c5fd; }

.lp-accent-wedding,
.lp-accent-corporate,
.lp-accent-airport {
  background: linear-gradient(to bottom right, #fff, #f8fafc, rgba(239, 246, 255, 0.3));
}

html.dark .lp-featured-card {
  border-color: #1e293b;
  background: linear-gradient(to bottom right, #0f172a, rgba(15, 23, 42, 0.95), #020617);
}

html.dark .lp-featured-card:hover { border-color: rgba(96, 165, 250, 0.5); }

.lp-featured-bg {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  transition: opacity 0.3s;
  pointer-events: none;
}

.lp-featured-card:hover .lp-featured-bg { opacity: 1; }

.lp-accent-wedding .lp-featured-bg {
  background: linear-gradient(to right, rgba(245, 158, 11, 0.2), rgba(244, 63, 94, 0.1), rgba(37, 99, 235, 0.2));
}

.lp-accent-corporate .lp-featured-bg {
  background: linear-gradient(to right, rgba(37, 99, 235, 0.2), rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.2));
}

.lp-accent-airport .lp-featured-bg {
  background: linear-gradient(to right, rgba(6, 182, 212, 0.2), rgba(37, 99, 235, 0.1), rgba(16, 185, 129, 0.2));
}

.lp-featured-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.lp-featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.lp-featured-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

html.dark .lp-featured-tag {
  background: rgba(2, 6, 23, 0.8);
  border-color: #1e293b;
  color: #fcd34d;
}

.lp-featured-sub {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  text-align: right;
  transition: color 0.3s;
}

html.dark .lp-featured-sub { color: #94a3b8; }

.lp-featured-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #02437d;
  margin-bottom: 8px;
  transition: color 0.3s;
}

html.dark .lp-featured-title { color: #fff; }
html.dark .lp-featured-card:hover .lp-featured-title { color: #bfdbfe; }

.lp-featured-desc {
  font-size: 12px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 16px;
  transition: color 0.3s;
}

html.dark .lp-featured-desc { color: #cbd5e1; }

@media (min-width: 640px) {
  .lp-featured-title { font-size: 24px; }
  .lp-featured-desc { font-size: 14px; }
}

.lp-featured-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.lp-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 11px;
  font-weight: 500;
  color: #334155;
  transition: border-color 0.3s, background 0.3s;
}

html.dark .lp-chip {
  background: rgba(2, 6, 23, 0.7);
  border-color: rgba(30, 41, 59, 0.8);
  color: #cbd5e1;
}

.lp-featured-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: #02437d;
  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.2);
  transition: background 0.2s, box-shadow 0.2s;
}

.lp-featured-btn:hover { background: #1e40af; }

.lp-featured-btn svg { transition: transform 0.3s; }
.lp-featured-card:hover .lp-featured-btn svg { transform: translateX(4px); }

html.dark .lp-featured-btn {
  background: #2563eb;
  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.4);
}

html.dark .lp-featured-btn:hover { background: #3b82f6; }

/* ---------- Fleet Preview ---------- */
.lp-fleet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .lp-fleet-grid { grid-template-columns: repeat(2, 1fr); }
}

.lp-fleet-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.3s, background 0.3s;
}

.lp-fleet-card:hover { border-color: #93c5fd; }

html.dark .lp-fleet-card {
  background: rgba(15, 23, 42, 0.8);
  border-color: #1e293b;
}

html.dark .lp-fleet-card:hover { border-color: #334155; }

.lp-fleet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.lp-fleet-cat {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
  white-space: nowrap;
}

html.dark .lp-fleet-cat {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}

.lp-fleet-cap {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  transition: color 0.3s;
}

html.dark .lp-fleet-cap { color: #94a3b8; }

.lp-fleet-name {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  transition: color 0.3s;
}

html.dark .lp-fleet-name { color: #fff; }

.lp-fleet-price {
  font-size: 12px;
  font-weight: 600;
  color: #1d4ed8;
  margin-top: 4px;
  transition: color 0.3s;
}

html.dark .lp-fleet-price { color: #60a5fa; }

.lp-fleet-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
  transition: border-color 0.3s;
}

html.dark .lp-fleet-foot { border-color: rgba(30, 41, 59, 0.8); }

.lp-fleet-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #64748b;
  transition: color 0.3s;
}

html.dark .lp-fleet-tag { color: #94a3b8; }

.lp-fleet-wa {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #059669;
  transition: color 0.2s;
}

.lp-fleet-wa:hover {
  color: #047857;
  text-decoration: underline;
}

html.dark .lp-fleet-wa { color: #34d399; }
html.dark .lp-fleet-wa:hover { color: #6ee7b7; }

/* ---------- Search Bar ---------- */
.lp-search {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  margin-bottom: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-search:focus-within {
  border-color: #02437d;
  box-shadow: 0 0 0 3px rgba(2, 67, 125, 0.1);
}

html.dark .lp-search {
  background: #0f172a;
  border-color: #1e293b;
}

html.dark .lp-search:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.lp-search-icon {
  margin-left: 14px;
  color: #94a3b8;
  flex: none;
}

.lp-search-input {
  flex: 1;
  min-width: 0;
  padding: 11px 10px;
  font-size: 13px;
  font-family: inherit;
  color: #0f172a;
  background: transparent;
  border: 0;
  outline: none;
}

html.dark .lp-search-input { color: #fff; }

.lp-search-input::placeholder { color: #94a3b8; }
html.dark .lp-search-input::placeholder { color: #64748b; }

.lp-search-clear {
  width: 30px;
  height: 30px;
  flex: none;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #94a3b8;
  transition: color 0.2s, background 0.2s;
}

.lp-search-clear:hover {
  color: #334155;
  background: #f1f5f9;
}

html.dark .lp-search-clear:hover {
  color: #fff;
  background: #1e293b;
}

/* ---------- Category Pills ---------- */
.lp-pills {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 14px;
  scrollbar-width: none;
}

.lp-pills::-webkit-scrollbar { display: none; }

.lp-pill {
  flex: none;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.lp-pill:hover { color: #0f172a; }

.lp-pill.is-active {
  background: #02437d;
  color: #fff;
  border-color: #02437d;
  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.2);
}

html.dark .lp-pill {
  background: #0f172a;
  border-color: #1e293b;
  color: #94a3b8;
}

html.dark .lp-pill:hover { color: #e2e8f0; }

html.dark .lp-pill.is-active {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.5);
}

/* ---------- Links Directory ---------- */
.lp-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-link-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.lp-link-row:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 6px -1px rgba(148, 163, 184, 0.3);
}

.lp-link-wa {
  background: rgba(240, 253, 250, 0.6);
  border-color: rgba(110, 231, 183, 0.7);
}

html.dark .lp-link-row {
  background: rgba(15, 23, 42, 0.9);
  border-color: #1e293b;
}

html.dark .lp-link-row:hover { border-color: rgba(96, 165, 250, 0.4); }

html.dark .lp-link-wa {
  background: rgba(6, 78, 59, 0.4);
  border-color: rgba(6, 95, 70, 0.5);
}

.lp-link-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.lp-link-icon {
  width: 36px;
  height: 36px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #02437d;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.lp-link-row:hover .lp-link-icon {
  background: #02437d;
  color: #fff;
}

.lp-link-wa .lp-link-icon {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  color: #059669;
}

.lp-link-row.lp-link-wa:hover .lp-link-icon {
  background: #10b981;
  color: #fff;
}

html.dark .lp-link-icon {
  background: #020617;
  border-color: #1e293b;
  color: #60a5fa;
}

html.dark .lp-link-row:hover .lp-link-icon {
  background: rgba(23, 37, 84, 0.6);
  border-color: rgba(96, 165, 250, 0.4);
  color: #60a5fa;
}

html.dark .lp-link-wa .lp-link-icon {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  color: #34d399;
}

.lp-link-text {
  min-width: 0;
  text-align: left;
}

.lp-link-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lp-link-title {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  transition: color 0.2s;
}

.lp-link-row:hover .lp-link-title { color: #02437d; }

html.dark .lp-link-title { color: #fff; }
html.dark .lp-link-row:hover .lp-link-title { color: #93c5fd; }

.lp-link-badge {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
  white-space: nowrap;
}

html.dark .lp-link-badge {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}

.lp-link-badge-wa {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(110, 231, 183, 0.5);
  color: #047857;
}

html.dark .lp-link-badge-wa {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.3);
  color: #34d399;
}

.lp-link-desc {
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s;
}

html.dark .lp-link-desc { color: #94a3b8; }

.lp-link-arrow {
  width: 28px;
  height: 28px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.lp-link-row:hover .lp-link-arrow {
  color: #02437d;
  border-color: #93c5fd;
}

html.dark .lp-link-arrow {
  background: rgba(2, 6, 23, 0.8);
  border-color: #1e293b;
  color: #94a3b8;
}

html.dark .lp-link-row:hover .lp-link-arrow {
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.3);
}

/* Empty state */
.lp-links-empty {
  padding: 32px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  color: #94a3b8;
}

html.dark .lp-links-empty {
  background: rgba(15, 23, 42, 0.5);
  border-color: #1e293b;
}

.lp-links-empty svg {
  margin: 0 auto 8px;
  color: #94a3b8;
}

.lp-links-empty-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  transition: color 0.3s;
}

html.dark .lp-links-empty-title { color: #cbd5e1; }

.lp-links-empty-sub {
  font-size: 12px;
  margin-top: 4px;
  color: #64748b;
  transition: color 0.3s;
}

html.dark .lp-links-empty-sub { color: #64748b; }

/* ---------- Footer ---------- */
.lp-footer {
  width: 100%;
  max-width: 672px;
  margin: 32px auto 0;
  padding: 32px 16px 96px;
  text-align: center;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  transition: border-color 0.3s;
}

html.dark .lp-footer { border-color: rgba(30, 41, 59, 0.8); }

.lp-footer-id {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.lp-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lp-footer-tagline {
  font-size: 12px;
  color: #475569;
  max-width: 24rem;
  line-height: 1.7;
  transition: color 0.3s;
}

html.dark .lp-footer-tagline { color: #94a3b8; }

.lp-footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 4px;
}

.lp-footer-soc {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.lp-footer-soc:hover {
  color: #1d4ed8;
  border-color: #93c5fd;
}

html.dark .lp-footer-soc {
  background: #0f172a;
  border-color: #1e293b;
  color: #94a3b8;
}

html.dark .lp-footer-soc:hover {
  color: #fff;
  border-color: rgba(96, 165, 250, 0.5);
}

.lp-domain-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  margin-bottom: 16px;
}

html.dark .lp-domain-badge {
  background: #0f172a;
  border-color: rgba(30, 41, 59, 0.8);
  color: #94a3b8;
}

.lp-domain-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #2563eb;
  box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.5);
  animation: lp-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.lp-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #475569;
  margin-bottom: 16px;
  transition: color 0.3s;
}

html.dark .lp-footer-links { color: #94a3b8; }

.lp-footer-link {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  transition: color 0.2s;
}

.lp-footer-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

html.dark .lp-footer-link:hover { color: #60a5fa; }

.lp-footer-dot { opacity: 0.7; }

.lp-copyright {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  transition: color 0.3s;
}

html.dark .lp-copyright { color: #94a3b8; }

@media (min-width: 768px) {
  .lp-footer { padding-bottom: 48px; }
}

/* ---------- Sticky Mobile Bar ---------- */
.lp-stickybar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 12px;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: 0 25px 50px -12px rgba(148, 163, 184, 0.4);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media (min-width: 768px) {
  .lp-stickybar { display: none; }
}

.lp-stickybar .lp-sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: background 0.2s, transform 0.1s;
}

.lp-sticky-btn:active { transform: scale(0.95); }

.lp-sticky-wa {
  background: #25D366;
}

.lp-sticky-wa:hover { background: #20bd5a; }

.lp-sticky-call {
  background: #02437d;
}

.lp-sticky-call:hover { background: #1e3a8a; }

html.dark .lp-stickybar {
  background: rgba(2, 6, 23, 0.95);
  border-color: #1e293b;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
}

html.dark .lp-sticky-call { background: #2563eb; }
html.dark .lp-sticky-call:hover { background: #3b82f6; }

/* ---------- Policy Modal ---------- */
.lp-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(2, 6, 23, 0.7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: lp-fade-in 0.2s ease;
}

.lp-modal-panel {
  position: relative;
  width: 100%;
  max-width: 512px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #1e293b;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

html.dark .lp-modal-panel {
  background: #0f172a;
  border-color: #1e293b;
  color: #cbd5e1;
}

.lp-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

html.dark .lp-modal-head {
  background: rgba(2, 6, 23, 0.5);
  border-color: #1e293b;
}

.lp-modal-titlewrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.lp-modal-ico {
  width: 32px;
  height: 32px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #02437d;
}

html.dark .lp-modal-ico {
  background: #172554;
  border-color: rgba(96, 165, 250, 0.3);
  color: #60a5fa;
}

.lp-modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

html.dark .lp-modal-title { color: #fff; }

.lp-modal-sub {
  font-size: 11px;
  color: #64748b;
}

html.dark .lp-modal-sub { color: #94a3b8; }

.lp-modal-close {
  width: 32px;
  height: 32px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #f1f5f9;
  color: #475569;
  transition: background 0.2s, color 0.2s;
}

.lp-modal-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

html.dark .lp-modal-close {
  background: #1e293b;
  color: #94a3b8;
}

html.dark .lp-modal-close:hover {
  background: #334155;
  color: #fff;
}

.lp-modal-body {
  padding: 20px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.7;
}

.lp-modal-body p { margin-bottom: 12px; }
.lp-modal-body p:last-child { margin-bottom: 0; }

.lp-modal-body h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 16px 0 4px;
}

.lp-modal-body h4:first-child { margin-top: 0; }

html.dark .lp-modal-body h4 { color: #fff; }

.lp-modal-mail {
  color: #1d4ed8;
  text-decoration: underline;
}

html.dark .lp-modal-mail { color: #60a5fa; }

.lp-modal-foot {
  display: flex;
  justify-content: flex-end;
  padding: 16px 20px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

html.dark .lp-modal-foot {
  background: rgba(2, 6, 23, 0.5);
  border-color: #1e293b;
}

.lp-modal-done {
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background: #02437d;
  transition: background 0.2s;
}

.lp-modal-done:hover { background: #1e3a8a; }

html.dark .lp-modal-done { background: #2563eb; }
html.dark .lp-modal-done:hover { background: #3b82f6; }

/* ---------- Animations ---------- */
@keyframes lp-pulse-glow {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.08);
  }
}

@keyframes lp-ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes lp-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-glow,
  .lp-cover-glow,
  .lp-ping-dot,
  .lp-domain-dot,
  .lp-modal {
    animation: none !important;
  }
}


