/* Ekigo Custom Styles */

:root {
  --ekigo-primary: #2c5282;
  --ekigo-secondary: #4a5568;
  --ekigo-success: #38a169;
  --ekigo-danger: #e53e3e;
  --ekigo-warning: #d69e2e;
  --ekigo-info: #3182ce;
  --ekigo-light: #f7fafc;
  --ekigo-dark: #1a202c;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--ekigo-light);
}

/* Sidebar */
.sidebar {
  min-height: 100vh;
  background-color: var(--ekigo-dark);
  color: white;
  position: fixed;
  width: 250px;
  transition: all 0.3s;
}

.sidebar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  border-radius: 0;
  transition: all 0.2s;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.sidebar .nav-link i {
  width: 24px;
  margin-right: 10px;
}

/* Main content */
.main-content {
  margin-left: 250px;
  min-height: 100vh;
}

/* Header */
.top-header {
  background-color: white;
  border-bottom: 1px solid #e2e8f0;
  padding: 15px 20px;
}

/* Cards */
.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-header {
  background-color: white;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
}

/* Stats cards */
.stat-card {
  border-left: 4px solid var(--ekigo-primary);
}

.stat-card.success {
  border-left-color: var(--ekigo-success);
}

.stat-card.warning {
  border-left-color: var(--ekigo-warning);
}

.stat-card.danger {
  border-left-color: var(--ekigo-danger);
}

/* Tables */
.table th {
  background-color: #f8fafc;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* Buttons */
.btn-primary {
  background-color: var(--ekigo-primary);
  border-color: var(--ekigo-primary);
}

.btn-primary:hover {
  background-color: #2b4c7e;
  border-color: #2b4c7e;
}

/* Forms */
.form-control:focus {
  border-color: var(--ekigo-primary);
  box-shadow: 0 0 0 0.2rem rgba(44, 82, 130, 0.25);
}

/* Auth pages */
.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ekigo-primary) 0%, var(--ekigo-dark) 100%);
}

.auth-card {
  width: 100%;
  max-width: 420px;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.auth-logo {
  font-size: 2rem;
  font-weight: 700;
  color: var(--ekigo-primary);
  margin-bottom: 30px;
}

/* Property cards */
.property-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.property-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Document list */
.document-item {
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 8px;
  transition: background-color 0.2s;
}

.document-item:hover {
  background-color: #f8fafc;
}

/* Status badges */
.badge-active {
  background-color: var(--ekigo-success);
}

.badge-pending {
  background-color: var(--ekigo-warning);
}

.badge-expired {
  background-color: var(--ekigo-danger);
}

/* Empty state */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--ekigo-secondary);
}

.empty-state i {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    position: relative;
    min-height: auto;
  }

  .main-content {
    margin-left: 0;
  }
}

/* Account switcher */
.account-switcher .dropdown-toggle {
  background-color: transparent;
  border: 1px solid #e2e8f0;
  color: var(--ekigo-dark);
}

.account-switcher .dropdown-toggle:hover {
  background-color: #f8fafc;
}

/* Wicket tab panel integration with Bootstrap */
.tab-row {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

.tab-row li {
  display: inline-block;
  margin-bottom: -1px;
}

.tab-row li a {
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
  color: var(--ekigo-primary);
  text-decoration: none;
}

.tab-row li.selected a,
.tab-row li a:hover {
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #fff;
  color: var(--ekigo-dark);
}

/* ================================================================
   LANDING PAGE STYLES
   ================================================================ */

.lp {
  --lp-green: #059669;
  --lp-green-dark: #047857;
  --lp-green-darker: #065f46;
  --lp-green-light: #d1fae5;
  --lp-green-50: #ecfdf5;
  --lp-navy: #0f172a;
  --lp-navy-light: #1e293b;
  --lp-text: #1e293b;
  --lp-text-muted: #64748b;
  --lp-bg: #f8fafc;
  --lp-bg-alt: #f1f5f9;
  --lp-border: #e2e8f0;
  --lp-radius: 16px;
  --lp-radius-lg: 24px;
  --lp-shadow: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.05);
  --lp-shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.04);
  --lp-shadow-xl: 0 25px 50px -12px rgba(0,0,0,0.15);

  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  background-color: var(--lp-bg);
  color: var(--lp-text);
  overflow-x: hidden;
}

.lp h1, .lp h2, .lp h3, .lp h4, .lp h5, .lp h6 {
  font-family: 'Outfit', 'Segoe UI', sans-serif;
  font-weight: 700;
  color: var(--lp-navy);
}

/* ---- Navigation ---- */
.lp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: all 0.3s ease;
}

.lp-nav-scrolled {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.lp-logo {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-logo:hover { color: white; }

.lp-logo-icon {
  width: 36px;
  height: 36px;
  background: var(--lp-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.lp-nav-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}

.lp-nav-link:hover { color: white; }

/* ---- Buttons ---- */
.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--lp-green);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: 2px solid var(--lp-green);
  transition: all 0.25s ease;
}

.lp-btn-primary:hover {
  background: var(--lp-green-dark);
  border-color: var(--lp-green-dark);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(5,150,105,0.3);
}

.lp-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
}

.lp-btn-ghost:hover {
  color: white;
  background: rgba(255,255,255,0.1);
}

.lp-btn-outline-light {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lp-btn-outline-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  color: white;
}

.lp-btn-white {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: white;
  color: var(--lp-green-dark);
  border: 2px solid white;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lp-btn-white:hover {
  background: var(--lp-green-50);
  color: var(--lp-green-darker);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.lp-btn-outline-white {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.lp-btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
  color: white;
}

.lp-btn-lg {
  padding: 14px 32px;
  font-size: 1rem;
}

/* ---- Hero Section ---- */
.lp-hero {
  position: relative;
  background: linear-gradient(160deg, #0f172a 0%, #064e3b 50%, #065f46 100%);
  padding: 140px 0 120px;
  overflow: hidden;
}

.lp-hero-grid-bg {
  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: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 30%, transparent 70%);
}

.lp-hero-text {
  position: relative;
  z-index: 2;
}

.lp-badge-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(5,150,105,0.15);
  border: 1px solid rgba(5,150,105,0.3);
  border-radius: 100px;
  color: #6ee7b7;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 24px;
  animation: lp-fadeInUp 0.6s ease both;
}

.lp-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3.4rem;
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: 20px;
  animation: lp-fadeInUp 0.6s 0.1s ease both;
}

.lp-text-gradient {
  background: linear-gradient(135deg, #6ee7b7 0%, #34d399 50%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 32px;
  animation: lp-fadeInUp 0.6s 0.2s ease both;
}

.lp-hero .d-flex { animation: lp-fadeInUp 0.6s 0.3s ease both; }

.lp-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  animation: lp-fadeInUp 0.6s 0.4s ease both;
}

.lp-hero-proof-item {
  color: rgba(255,255,255,0.5);
  font-size: 0.82rem;
  font-weight: 500;
}

.lp-hero-proof-item i {
  color: #6ee7b7;
  margin-right: 6px;
}

.lp-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0;
}

.lp-hero-wave svg {
  width: 100%;
  height: 80px;
}

/* ---- Dashboard Mockup ---- */
.lp-mockup-wrapper {
  perspective: 1200px;
  animation: lp-fadeInRight 0.8s 0.3s ease both;
}

.lp-mockup {
  background: #1a1f2e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.05);
  transform: rotateY(-4deg) rotateX(2deg);
  transition: transform 0.5s ease;
}

.lp-mockup:hover {
  transform: rotateY(-1deg) rotateX(0.5deg);
}

.lp-mockup-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #12151f;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.lp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.lp-dot.red { background: #ef4444; }
.lp-dot.yellow { background: #f59e0b; }
.lp-dot.green { background: #22c55e; }

.lp-mockup-url {
  margin-left: 12px;
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  padding: 3px 10px;
  border-radius: 4px;
}

.lp-mockup-body {
  display: flex;
  height: 380px;
  font-size: 0.6rem;
}

/* Mock Sidebar */
.lp-mock-sidebar {
  width: 130px;
  min-width: 130px;
  background: #12151f;
  padding: 12px 8px;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.lp-mock-brand {
  color: white;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 8px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 8px;
}

.lp-mock-brand i { color: var(--lp-green); margin-right: 4px; }

.lp-mock-nav-item {
  padding: 6px 8px;
  border-radius: 6px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 2px;
  font-size: 0.6rem;
  cursor: default;
}

.lp-mock-nav-item i {
  width: 14px;
  display: inline-block;
  margin-right: 6px;
  font-size: 0.55rem;
}

.lp-mock-nav-item.active {
  background: rgba(5,150,105,0.15);
  color: #6ee7b7;
}

/* Mock Main */
.lp-mock-main {
  flex: 1;
  padding: 12px;
  overflow: hidden;
}

.lp-mock-hero-card {
  background: linear-gradient(135deg, #059669, #047857);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-mock-hero-text small {
  color: rgba(255,255,255,0.7);
  font-size: 0.5rem;
  display: block;
}

.lp-mock-hero-text strong {
  color: white;
  font-size: 0.7rem;
}

.lp-mock-hero-stat {
  color: rgba(255,255,255,0.8);
  font-size: 0.5rem;
  background: rgba(255,255,255,0.15);
  padding: 3px 8px;
  border-radius: 4px;
}

/* Mock KPIs */
.lp-mock-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}

.lp-mock-kpi {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 8px 6px;
  text-align: center;
}

.lp-mock-kpi-val {
  color: white;
  font-weight: 700;
  font-size: 0.7rem;
}

.lp-mock-kpi-label {
  color: rgba(255,255,255,0.35);
  font-size: 0.42rem;
  margin-top: 2px;
}

/* Mock Chart */
.lp-mock-chart {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.lp-mock-chart-title {
  color: rgba(255,255,255,0.5);
  font-size: 0.5rem;
  margin-bottom: 8px;
}

.lp-mock-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 55px;
}

.lp-mock-bar {
  flex: 1;
  background: linear-gradient(to top, #059669, #34d399);
  border-radius: 3px 3px 0 0;
  min-height: 4px;
  transition: height 1s ease;
}

.lp-mock-bar.active {
  background: linear-gradient(to top, #f59e0b, #fbbf24);
}

.lp-mock-bar.dim {
  background: rgba(255,255,255,0.08);
}

.lp-mock-bar-labels {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}

.lp-mock-bar-labels span {
  flex: 1;
  text-align: center;
  font-size: 0.4rem;
  color: rgba(255,255,255,0.25);
}

/* Mock Table */
.lp-mock-table {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
}

.lp-mock-table-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 8px;
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.3);
  font-size: 0.42rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lp-mock-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  border-top: 1px solid rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.6);
  font-size: 0.48rem;
}

.lp-mock-badge {
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 0.4rem;
  font-weight: 600;
}

.lp-mock-badge.green {
  background: rgba(5,150,105,0.2);
  color: #6ee7b7;
}

.lp-mock-badge.orange {
  background: rgba(245,158,11,0.2);
  color: #fbbf24;
}

/* Mock Right Panel */
.lp-mock-right {
  width: 140px;
  min-width: 140px;
  padding: 12px 8px;
  border-left: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
}

.lp-mock-right-title {
  color: rgba(255,255,255,0.4);
  font-size: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.lp-mock-alert {
  padding: 5px 6px;
  border-radius: 6px;
  font-size: 0.45rem;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.lp-mock-alert i { font-size: 0.4rem; }

.lp-mock-alert.red {
  background: rgba(239,68,68,0.1);
  color: #fca5a5;
}

.lp-mock-alert.orange {
  background: rgba(245,158,11,0.1);
  color: #fde68a;
}

.lp-mock-alert.blue {
  background: rgba(59,130,246,0.1);
  color: #93c5fd;
}

.lp-mock-supplier {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  font-size: 0.45rem;
  color: rgba(255,255,255,0.5);
}

.lp-mock-avatar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.38rem;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}

/* ---- Stats Band ---- */
.lp-stats-band {
  background: white;
  padding: 40px 0;
  border-bottom: 1px solid var(--lp-border);
}

.lp-stat-item {
  padding: 16px;
}

.lp-stat-number {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--lp-green);
}

.lp-stat-label {
  font-size: 0.85rem;
  color: var(--lp-text-muted);
  font-weight: 500;
}

/* ---- Section Globals ---- */
.lp-section {
  padding: 100px 0;
}

.lp-section-alt {
  background: var(--lp-bg-alt);
}

.lp-section-green {
  background: linear-gradient(160deg, #065f46 0%, #047857 50%, #059669 100%);
  position: relative;
}

.lp-section-dark {
  background: linear-gradient(160deg, #0f172a, #1e293b);
}

.lp-section-tag {
  display: inline-block;
  padding: 4px 14px;
  background: var(--lp-green-50);
  color: var(--lp-green);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.lp-section-tag.light {
  background: rgba(255,255,255,0.1);
  color: #6ee7b7;
}

.lp-section-title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.lp-section-sub {
  font-size: 1.05rem;
  color: var(--lp-text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- Pain Cards ---- */
.lp-pain-card {
  background: white;
  border-radius: var(--lp-radius);
  padding: 36px;
  box-shadow: var(--lp-shadow);
  height: 100%;
  border: 1px solid var(--lp-border);
}

.lp-pain-card h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.lp-pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.lp-pain-card.owner .lp-pain-icon {
  background: #fef3c7;
  color: #d97706;
}

.lp-pain-card.tenant .lp-pain-icon {
  background: #dbeafe;
  color: #2563eb;
}

.lp-pain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-pain-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--lp-border);
  color: var(--lp-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.lp-pain-list li:last-child { border-bottom: none; }

.lp-pain-list li i {
  color: #ef4444;
  margin-right: 10px;
  font-size: 0.75rem;
}

/* ---- Solution Cards ---- */
.lp-solution-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--lp-radius);
  padding: 36px;
  text-align: center;
  height: 100%;
}

.lp-solution-card h4 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.lp-solution-card p {
  color: rgba(255,255,255,0.65);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.lp-solution-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(5,150,105,0.2);
  color: #6ee7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 20px;
}

/* ---- Feature Cards ---- */
.lp-feature-card {
  background: white;
  border-radius: var(--lp-radius);
  padding: 32px;
  box-shadow: var(--lp-shadow);
  border: 1px solid var(--lp-border);
  height: 100%;
  transition: all 0.3s ease;
}

.lp-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-lg);
}

.lp-feature-card h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.lp-feature-card p {
  font-size: 0.9rem;
  color: var(--lp-text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.lp-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.lp-feature-icon.blue { background: #dbeafe; color: #2563eb; }
.lp-feature-icon.green { background: #d1fae5; color: #059669; }
.lp-feature-icon.emerald { background: #d1fae5; color: #047857; }
.lp-feature-icon.amber { background: #fef3c7; color: #d97706; }
.lp-feature-icon.red { background: #fee2e2; color: #dc2626; }
.lp-feature-icon.purple { background: #ede9fe; color: #7c3aed; }
.lp-feature-icon.teal { background: #ccfbf1; color: #0d9488; }
.lp-feature-icon.navy { background: #e0e7ff; color: #4338ca; }
.lp-feature-icon.cyan { background: #cffafe; color: #0891b2; }

.lp-feature-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
}

.lp-feature-tag.owner {
  background: #fef3c7;
  color: #92400e;
}

.lp-feature-tag.tenant {
  background: #dbeafe;
  color: #1e40af;
}

.lp-feature-tag i { font-size: 0.6rem; }

/* ---- Benefit Cards ---- */
.lp-benefit-card {
  background: white;
  border-radius: var(--lp-radius);
  padding: 28px;
  box-shadow: var(--lp-shadow);
  border: 1px solid var(--lp-border);
  height: 100%;
  transition: all 0.3s ease;
}

.lp-benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-lg);
}

.lp-benefit-card.highlight {
  background: linear-gradient(135deg, var(--lp-green-50), #d1fae5);
  border-color: #a7f3d0;
}

.lp-benefit-card h5 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.lp-benefit-card p {
  font-size: 0.88rem;
  color: var(--lp-text-muted);
  line-height: 1.6;
  margin: 0;
}

.lp-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--lp-green-50);
  color: var(--lp-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 14px;
}

/* ---- Property Cards Demo ---- */
.lp-property-card-demo {
  background: white;
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: var(--lp-shadow);
  border: 1px solid var(--lp-border);
  transition: all 0.3s ease;
}

.lp-property-card-demo:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-lg);
}

.lp-prop-img {
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-prop-icon-bg {
  font-size: 5rem;
  color: rgba(255,255,255,0.15);
}

.lp-prop-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--lp-green);
}

.lp-prop-badge.warning { color: #d97706; }

.lp-prop-body {
  padding: 20px;
}

.lp-prop-body h5 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.lp-prop-address {
  font-size: 0.82rem;
  color: var(--lp-text-muted);
  margin-bottom: 14px;
}

.lp-prop-address i { margin-right: 4px; }

.lp-prop-meta {
  display: flex;
  gap: 16px;
  font-size: 0.78rem;
  color: var(--lp-text-muted);
}

.lp-prop-meta i {
  color: var(--lp-green);
  margin-right: 4px;
}

/* ---- Differentiation Cards ---- */
.lp-diff-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--lp-radius);
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
}

.lp-diff-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-3px);
}

.lp-diff-card h5 {
  color: white;
  font-size: 1rem;
  margin-bottom: 10px;
}

.lp-diff-card p {
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

.lp-diff-vs {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(239,68,68,0.15);
  color: #fca5a5;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

/* ---- Analytics Section ---- */
.lp-analytics-card {
  background: white;
  border-radius: var(--lp-radius);
  padding: 32px;
  box-shadow: var(--lp-shadow);
  border: 1px solid var(--lp-border);
  height: 100%;
}

.lp-analytics-card h5 {
  font-size: 1.1rem;
}

.lp-analytics-period {
  font-size: 0.78rem;
  color: var(--lp-text-muted);
  background: var(--lp-bg-alt);
  padding: 4px 12px;
  border-radius: 100px;
}

.lp-analytics-chart {
  height: 200px;
  display: flex;
  align-items: flex-end;
}

.lp-analytics-bar-group {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
}

.lp-analytics-bar {
  flex: 1;
  background: linear-gradient(to top, var(--lp-green), #34d399);
  border-radius: 6px 6px 0 0;
  position: relative;
  transition: all 0.3s ease;
  min-height: 8px;
}

.lp-analytics-bar.active {
  background: linear-gradient(to top, #f59e0b, #fbbf24);
}

.lp-analytics-bar:hover {
  filter: brightness(1.1);
  transform: scaleY(1.02);
  transform-origin: bottom;
}

.lp-analytics-bar span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  color: var(--lp-text-muted);
}

.lp-analytics-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.lp-analytics-dot.green { background: var(--lp-green); }
.lp-analytics-dot.orange { background: #f59e0b; }
.lp-analytics-dot.red { background: #ef4444; }

.lp-analytics-occupation {
  text-align: center;
}

.lp-occupation-ring {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 24px auto;
}

.lp-occupation-ring svg {
  width: 100%;
  height: 100%;
}

.lp-ring-progress {
  transition: stroke-dashoffset 1.5s ease;
}

.lp-occupation-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--lp-green);
}

.lp-occupation-detail {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--lp-text-muted);
}

.lp-dot-sm {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.lp-dot-sm.green { background: var(--lp-green); }
.lp-dot-sm.red { background: #ef4444; }

/* ---- Trust Cards ---- */
.lp-trust-card {
  background: white;
  border-radius: var(--lp-radius);
  padding: 32px;
  text-align: center;
  box-shadow: var(--lp-shadow);
  border: 1px solid var(--lp-border);
  height: 100%;
  transition: all 0.3s ease;
}

.lp-trust-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-lg);
}

.lp-trust-card h5 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.lp-trust-card p {
  font-size: 0.85rem;
  color: var(--lp-text-muted);
  line-height: 1.6;
  margin: 0;
}

.lp-trust-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--lp-green-50);
  color: var(--lp-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
}

/* ---- FAQ ---- */
.lp-faq-group-title {
  font-size: 1rem;
  color: var(--lp-text-muted);
  margin-bottom: 16px;
  font-weight: 600;
}

.lp-accordion .accordion-item {
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius) !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.lp-accordion .accordion-button {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--lp-text);
  padding: 18px 24px;
  background: white;
  box-shadow: none;
}

.lp-accordion .accordion-button:not(.collapsed) {
  background: var(--lp-green-50);
  color: var(--lp-green-dark);
}

.lp-accordion .accordion-button::after {
  filter: none;
}

.lp-accordion .accordion-body {
  font-size: 0.9rem;
  color: var(--lp-text-muted);
  line-height: 1.7;
  padding: 0 24px 20px;
}

/* ---- CTA Final ---- */
.lp-cta-final {
  background: linear-gradient(160deg, #065f46, #059669, #047857);
  position: relative;
  overflow: hidden;
}

.lp-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.04) 0%, transparent 50%);
}

.lp-cta-title {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 16px;
  position: relative;
}

.lp-cta-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 32px;
  line-height: 1.7;
  position: relative;
}

.lp-cta-micro {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  position: relative;
}

/* ---- Footer ---- */
.lp-footer {
  background: var(--lp-navy);
  padding: 60px 0 0;
  color: rgba(255,255,255,0.5);
}

.lp-footer-brand {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.lp-footer-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 300px;
}

.lp-footer-heading {
  color: white;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.lp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-footer-links li {
  margin-bottom: 8px;
}

.lp-footer-links a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}

.lp-footer-links a:hover {
  color: #6ee7b7;
}

.lp-footer-links span {
  font-size: 0.88rem;
}

.lp-footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  font-size: 0.82rem;
}

/* ---- Animations ---- */
@keyframes lp-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lp-fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px) rotateY(-4deg) rotateX(2deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotateY(-4deg) rotateX(2deg);
  }
}

/* Scroll-triggered animations */
.lp-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lp-animate.lp-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children */
.row .col-md-6:nth-child(2) .lp-animate { transition-delay: 0.1s; }
.row .col-lg-4:nth-child(2) .lp-animate { transition-delay: 0.1s; }
.row .col-lg-4:nth-child(3) .lp-animate { transition-delay: 0.2s; }
.row .col-lg-3:nth-child(2) .lp-animate { transition-delay: 0.1s; }
.row .col-lg-3:nth-child(3) .lp-animate { transition-delay: 0.2s; }
.row .col-lg-3:nth-child(4) .lp-animate { transition-delay: 0.3s; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .lp-hero { padding: 120px 0 80px; }
  .lp-hero h1 { font-size: 2.4rem; }
  .lp-section-title { font-size: 1.8rem; }
  .lp-cta-title { font-size: 1.8rem; }
  .lp-section { padding: 70px 0; }
  .lp-mockup-body { height: 300px; }
}

@media (max-width: 767px) {
  .lp-hero { padding: 100px 0 60px; }
  .lp-hero h1 { font-size: 2rem; }
  .lp-hero-sub { font-size: 1rem; }
  .lp-section-title { font-size: 1.5rem; }
  .lp-cta-title { font-size: 1.5rem; }
  .lp-section { padding: 50px 0; }
  .lp-hero-proof { flex-direction: column; gap: 8px; }
  .lp-btn-lg { padding: 12px 24px; font-size: 0.9rem; }
  .lp-stat-number { font-size: 1.6rem; }
}
