/* Modern Home Page Styles - Without Tailwind */

/* Header Styles */
.lw-modern-home-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  padding: 1rem 1.5rem;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
}

.lw-navbar-brand-home {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.lw-navbar-brand-home:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff;
}

.lw-small-logo {
  width: 32px;
  height: 32px;
}

/* Common Logo Class - White Logo for Dark Themes */
.lw-logo-white {
  filter: brightness(0) invert(1);
  max-height: 120px;
  width: auto;
  height: auto;
}

.lw-navbar-brand-home span {
  color: #ffffff;
}

.lw-navbar-brand-home span > span {
  color: #34d399;
}

.lw-nav-link-home {
  color: #d1d5db;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 1rem;
  text-decoration: none;
  transition: color 0.3s;
}

.lw-nav-link-home:hover {
  color: #34d399;
  text-decoration: none;
}

.lw-nav-link-explore {
  color: #ffffff !important;
  font-weight: 600;
}

.lw-nav-link-explore:hover {
  color: #34d399 !important;
}

.lw-signup-btn-home {
  background: #059669;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
  box-shadow: 0 10px 15px -3px rgba(5, 150, 105, 0.3);
}

.lw-signup-btn-home:hover {
  background: #047857;
  color: #ffffff;
  text-decoration: none;
}

.lw-back-home-link {
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.lw-back-home-link:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Logged-in User Section */
.lw-nav-icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d5db;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 1.125rem;
}

.lw-nav-icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #34d399;
  text-decoration: none;
}

.lw-nav-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
  min-width: 18px;
  text-align: center;
  line-height: 1.2;
}

/* User Profile Dropdown */
.lw-user-profile-dropdown-home {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
  color: #ffffff;
}

.lw-user-profile-dropdown-home:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}

.lw-user-avatar-home {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(52, 211, 153, 0.3);
}

.lw-user-info-home {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lw-user-name-home {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.lw-user-username-home {
  font-size: 0.75rem;
  color: #9ca3af;
  line-height: 1.2;
}

.lw-dropdown-arrow-home {
  font-size: 0.75rem;
  color: #9ca3af;
  transition: transform 0.3s;
}

.lw-user-profile-dropdown-home[aria-expanded='true'] .lw-dropdown-arrow-home {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.lw-user-dropdown-menu-home {
  background: rgba(30, 41, 59, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 0.5rem;
  min-width: 200px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  margin-top: 0.5rem;
}

.lw-dropdown-item-home {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #e5e7eb;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.2s;
  font-size: 0.875rem;
}

.lw-dropdown-item-home:hover {
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
  text-decoration: none;
}

.lw-dropdown-icon-home {
  width: 18px;
  text-align: center;
  font-size: 0.875rem;
  color: #9ca3af;
  transition: color 0.2s;
}

.lw-dropdown-item-home:hover .lw-dropdown-icon-home {
  color: #34d399;
}

.lw-dropdown-divider-home {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0.5rem 0;
  border: none;
}

.lw-dropdown-item-logout-home {
  color: #f87171;
}

.lw-dropdown-item-logout-home:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}

.lw-dropdown-item-logout-home .lw-dropdown-icon-home {
  color: #f87171;
}

.lw-dropdown-item-logout-home:hover .lw-dropdown-icon-home {
  color: #fca5a5;
}

/* Responsive adjustments for logged-in header */
@media (max-width: 768px) {
  .lw-user-info-home {
    display: none;
  }

  .lw-user-profile-dropdown-home {
    padding: 0.25rem;
  }

  .lw-user-dropdown-menu-home {
    min-width: 180px;
  }
}

/* Footer Styles */
.lw-modern-home-footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 0 2rem;
  font-size: 0.875rem;
}

.lw-footer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.lw-footer-brand span {
  color: #ffffff;
}

.lw-footer-brand span > span {
  color: #34d399;
}

.lw-footer-description {
  color: #6b7280;
  margin-bottom: 1rem;
}

.lw-social-links {
  display: flex;
  gap: 1rem;
}

.lw-social-link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1f2937;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}

.lw-social-link:hover {
  background: #059669;
  color: #ffffff;
  text-decoration: none;
}

.lw-footer-title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
}

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

.lw-footer-links li {
  margin-bottom: 0.5rem;
}

.lw-footer-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s;
}

.lw-footer-links a:hover {
  color: #34d399;
  text-decoration: none;
}

.lw-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 2rem;
}

.lw-footer-disclaimer {
  color: #4b5563;
  font-size: 0.75rem;
  margin: 0;
}

.lw-footer-disclaimer strong {
  color: #6b7280;
}

.lw-footer-copyright {
  color: #4b5563;
  font-size: 0.75rem;
  margin: 0;
}

/* Page Content Styles */
.lw-modern-home-content {
  background: #0f172a;
  color: #ffffff;
  min-height: 100vh;
  padding-top: 80px;
}

/* Legal Pages Styles */
.lw-legal-page {
  background: #0f172a;
  color: #e5e7eb;
  min-height: 100vh;
  padding-top: 80px;
}

.lw-legal-header {
  background: #0c1220;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8rem 0 3rem;
}

.lw-legal-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.lw-legal-meta {
  color: #9ca3af;
}

.lw-legal-summary {
  color: #34d399;
  font-weight: 500;
  margin-top: 1rem;
}

.lw-legal-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.lw-legal-content {
  max-width: 100%;
}

.lw-legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.lw-legal-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #e2e8f0;
}

.lw-legal-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #94a3b8;
}

.lw-legal-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #94a3b8;
}

.lw-legal-content li {
  margin-bottom: 0.5rem;
}

.lw-legal-content strong {
  color: #e2e8f0;
}

.lw-legal-sidebar {
  position: sticky;
  top: 7rem;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  padding-right: 1rem;
}

.lw-legal-sidebar h4 {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.lw-legal-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lw-legal-sidebar li {
  margin-bottom: 1rem;
}

.lw-legal-sidebar a {
  display: block;
  padding-left: 0.75rem;
  border-left: 2px solid transparent;
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s;
}

.lw-legal-sidebar a:hover {
  border-left-color: #34d399;
  color: #34d399;
  text-decoration: none;
}

.lw-legal-sidebar a.active {
  border-left-color: #34d399;
  color: #34d399;
}

.lw-legal-highlight-box {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 2rem 0;
}

.lw-legal-highlight-box h2 {
  color: #34d399;
  margin-top: 0;
}

.lw-legal-highlight-box p {
  color: #d1d5db;
}

.lw-legal-warning-box {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 2rem 0;
}

.lw-legal-warning-box h2 {
  color: #f59e0b;
  margin-top: 0;
}

.lw-legal-warning-box p {
  color: #d1d5db;
}

.lw-legal-contact-box {
  background: #334155;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: inline-block;
  margin-top: 1rem;
}

.lw-legal-contact-box p {
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-weight: bold;
}

.lw-legal-contact-box a {
  color: #34d399;
  text-decoration: none;
  transition: color 0.3s;
}

.lw-legal-contact-box a:hover {
  color: #6ee7b7;
  text-decoration: none;
}

/* Scrollbar for sidebar */
.lw-legal-sidebar::-webkit-scrollbar {
  width: 4px;
}

.lw-legal-sidebar::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}

/* Hero Section */
.lw-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 80px;
}

.lw-hero-bg-blur-1 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 384px;
  height: 384px;
  background: rgba(5, 150, 105, 0.2);
  border-radius: 50%;
  filter: blur(120px);
  animation: pulse-slow 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.lw-hero-bg-blur-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: rgba(99, 102, 241, 0.2);
  border-radius: 50%;
  filter: blur(120px);
}

.lw-hero-content {
  position: relative;
  z-index: 10;
}

.lw-beta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  background: rgba(5, 150, 105, 0.2);
  color: #34d399;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.lw-beta-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.lw-hero-title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', serif;
}

.lw-hero-title-lg {
  font-size: 4.5rem;
}

.lw-hero-subtitle {
  font-size: 1.125rem;
  color: #9ca3af;
  margin-bottom: 2rem;
  line-height: 1.75;
  max-width: 28rem;
}

.lw-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.lw-hero-btn-primary {
  background: #10b981;
  color: #0f172a;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 20px 50px rgba(16, 185, 129, 0.2);
  text-align: center;
}

.lw-hero-btn-primary:hover {
  background: #34d399;
  transform: translateY(-4px);
  color: #0f172a;
  text-decoration: none;
}

.lw-hero-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
}

.lw-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}

.lw-hero-stats {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.lw-hero-avatars {
  display: flex;
  margin-left: -0.75rem;
}

.lw-hero-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0f172a;
  margin-left: -0.75rem;
}

.lw-hero-image-container {
  position: relative;
  height: 600px;
}

.lw-hero-card-1 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 320px;
  background: #111827;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #374151;
  animation: float 6s ease-in-out infinite;
  z-index: 20;
}

.lw-hero-card-1 img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.lw-hero-card-1-content {
  padding: 1.25rem;
}

.lw-hero-card-1-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.lw-hero-card-1-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
}

.lw-hero-card-1-role {
  font-size: 0.875rem;
  color: #34d399;
}

.lw-hero-card-1-tags {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

.lw-hero-card-1-tag {
  padding: 0.25rem 0.75rem;
  background: #1f2937;
  border-radius: 9999px;
  font-size: 0.75rem;
  color: #d1d5db;
}

.lw-hero-card-2 {
  position: absolute;
  bottom: 80px;
  right: -16px;
  width: 256px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 1rem;
  animation: float 6s ease-in-out 2s infinite;
  z-index: 30;
}

.lw-hero-card-2-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.lw-hero-card-2-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.2);
  color: #a855f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lw-hero-card-2-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: #d1d5db;
  text-transform: uppercase;
}

.lw-hero-card-2-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
}

/* Features Section */
.lw-features-section {
  padding: 6rem 0;
  background: #0f172a;
  position: relative;
}

.lw-features-header {
  text-align: center;
  margin-bottom: 4rem;
}

.lw-features-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', serif;
}

.lw-features-title-lg {
  font-size: 3rem;
}

.lw-features-subtitle {
  color: #9ca3af;
}

.lw-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.lw-feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
  transition: all 0.3s;
  cursor: pointer;
}

.lw-feature-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lw-feature-card-featured {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(5, 150, 105, 0.1);
}

.lw-feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s;
}

.lw-feature-card:hover .lw-feature-icon {
  transform: scale(1.1);
}

.lw-feature-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.lw-feature-description {
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 1rem;
}

.lw-feature-progress {
  height: 4px;
  width: 100%;
  background: #1f2937;
  border-radius: 9999px;
  overflow: hidden;
}

.lw-feature-progress-bar {
  height: 100%;
  background: #34d399;
}

.lw-feature-progress-bar-75 {
  width: 75%;
}

.lw-feature-progress-bar-100 {
  width: 100%;
}

.lw-feature-progress-bar-50 {
  width: 50%;
}

/* Steps Section */
.lw-steps-section {
  padding: 6rem 0;
  background: #0c1220;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lw-steps-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(16, 185, 129, 0.2), transparent);
}

.lw-steps-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 10;
}

.lw-steps-label {
  color: #34d399;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.lw-steps-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.lw-steps-title-lg {
  font-size: 3rem;
}

.lw-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.lw-step-item {
  position: relative;
}

.lw-step-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #111827;
  border-radius: 1rem;
  border: 1px solid rgba(16, 185, 129, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.1);
  transition: all 0.5s;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.lw-step-item:hover .lw-step-icon-wrapper {
  box-shadow: 0 0 50px rgba(16, 185, 129, 0.3);
}

.lw-step-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.lw-step-description {
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.75;
  padding: 0 1rem;
}

/* Testimonials Section */
.lw-testimonials-section {
  padding: 6rem 0;
  background: #0f172a;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lw-testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
}

.lw-testimonials-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.lw-testimonials-title-lg {
  font-size: 3rem;
}

.lw-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.lw-testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1.5rem;
}

.lw-testimonial-card-featured {
  background: rgba(5, 150, 105, 0.1);
  border-color: rgba(16, 185, 129, 0.2);
}

.lw-testimonial-stars {
  display: flex;
  color: #34d399;
  margin-bottom: 1rem;
}

.lw-testimonial-text {
  color: #d1d5db;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.lw-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lw-testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-testimonial-author-name {
  font-size: 0.875rem;
  font-weight: bold;
}

.lw-testimonial-author-location {
  font-size: 0.75rem;
  color: #6b7280;
}

/* FAQ Section */
.lw-faq-section {
  padding: 6rem 0;
  background: #0c1220;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lw-faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

.lw-faq-label {
  color: #34d399;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.lw-faq-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  font-family: 'Playfair Display', serif;
}

.lw-faq-title-lg {
  font-size: 3rem;
}

.lw-faq-container {
  max-width: 768px;
  margin: 0 auto;
}

.lw-faq-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

.lw-faq-item:hover {
  border-color: rgba(16, 185, 129, 0.3);
}

.lw-faq-item[open] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(16, 185, 129, 0.5);
}

.lw-faq-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  user-select: none;
  list-style: none;
}

.lw-faq-summary::-webkit-details-marker {
  display: none;
}

.lw-faq-arrow {
  transition: transform 0.3s;
  color: #34d399;
}

.lw-faq-item[open] .lw-faq-arrow {
  transform: rotate(180deg);
}

.lw-faq-content {
  padding: 0 1.5rem 1.5rem;
  color: #9ca3af;
  line-height: 1.75;
}

/* CTA Section */
.lw-cta-section {
  padding: 5rem 1.5rem;
}

.lw-cta-container {
  max-width: 1152px;
  margin: 0 auto;
  border-radius: 3rem;
  background: linear-gradient(to right, #064e3b, #065f46);
  position: relative;
  overflow: hidden;
  padding: 4rem 1.5rem;
  text-align: center;
}

.lw-cta-bg-blur {
  position: absolute;
  top: 0;
  right: 0;
  width: 384px;
  height: 384px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  filter: blur(100px);
}

.lw-cta-content {
  position: relative;
  z-index: 10;
  max-width: 768px;
  margin: 0 auto;
}

.lw-cta-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', serif;
}

.lw-cta-title-lg {
  font-size: 3.75rem;
}

.lw-cta-subtitle {
  font-size: 1.125rem;
  color: rgba(209, 250, 229, 0.8);
  margin-bottom: 2.5rem;
}

.lw-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.lw-cta-btn-primary {
  background: #ffffff;
  color: #064e3b;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.lw-cta-btn-primary:hover {
  background: #ecfdf5;
  color: #064e3b;
  text-decoration: none;
}

.lw-cta-btn-secondary {
  background: #065f46;
  color: #ffffff;
  border: 1px solid #047857;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
}

.lw-cta-btn-secondary:hover {
  background: #047857;
  color: #ffffff;
  text-decoration: none;
}

.lw-cta-icon {
  width: 24px;
  height: 24px;
}

/* Animations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse-slow {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.lw-emerald-text {
  color: #34d399;
}

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

/* Responsive */
@media (max-width: 768px) {
  .lw-modern-home-navbar {
    padding: 0.75rem 1rem;
  }

  .lw-navbar-brand-home {
    font-size: 1.25rem;
  }

  .lw-legal-title {
    font-size: 2rem;
  }

  .lw-legal-content-wrapper {
    padding: 2rem 1rem;
  }

  .lw-hero-title {
    font-size: 2.5rem;
  }

  .lw-hero-title-lg {
    font-size: 3.5rem;
  }

  .lw-hero-image-container {
    display: none;
  }

  .lw-features-title-lg {
    font-size: 2rem;
  }

  .lw-steps-title-lg {
    font-size: 2rem;
  }

  .lw-testimonials-title-lg {
    font-size: 2rem;
  }

  .lw-faq-title-lg {
    font-size: 2rem;
  }

  .lw-cta-title-lg {
    font-size: 2.25rem;
  }

  .lw-cta-buttons {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .lw-hero-buttons {
    flex-direction: row;
  }

  .lw-cta-buttons {
    flex-direction: row;
  }
}

/* Manifesto Page Styles */
.lw-manifesto-hero {
  position: relative;
  padding: 8rem 0 5rem;
  overflow: hidden;
}

.lw-manifesto-hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: rgba(5, 150, 105, 0.2);
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
}

.lw-manifesto-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.lw-manifesto-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
}

.lw-manifesto-title-lg {
  font-size: 4.5rem;
}

.lw-manifesto-title-highlight {
  font-style: italic;
  color: #10b981;
}

.lw-manifesto-subtitle {
  font-size: 1.25rem;
  color: #9ca3af;
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto;
  font-weight: 300;
}

.lw-manifesto-values {
  padding: 5rem 0;
  background: #0f172a;
}

.lw-manifesto-value-card {
  transition: all 0.3s;
}

.lw-manifesto-value-icon {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  background: rgba(5, 150, 105, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  transition: all 0.5s;
}

.lw-manifesto-value-card:hover .lw-manifesto-value-icon {
  background: #10b981;
  color: #0f172a;
}

.lw-manifesto-value-title {
  font-size: 1.5rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.lw-manifesto-value-text {
  color: #9ca3af;
  line-height: 1.75;
}

.lw-manifesto-why {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.lw-manifesto-why-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1525093485586-dc1e35a1a1dc?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.lw-manifesto-why-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0f172a, rgba(15, 23, 42, 0.8), #0f172a);
}

.lw-manifesto-why > .container {
  position: relative;
  z-index: 10;
}

.lw-manifesto-why-title {
  font-size: 2.25rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1.5rem;
}

.lw-manifesto-why-title-lg {
  font-size: 3rem;
}

.lw-manifesto-why-text {
  font-size: 1.125rem;
  color: #d1d5db;
  line-height: 1.75;
}

.lw-manifesto-why-text p {
  margin-bottom: 1.5rem;
}

.lw-manifesto-testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2.5rem;
  border-radius: 1.5rem;
  transform: rotate(2deg);
  transition: transform 0.5s;
}

.lw-manifesto-testimonial-card:hover {
  transform: rotate(0deg);
}

.lw-manifesto-testimonial-text {
  font-size: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: rgba(209, 250, 229, 1);
  margin-bottom: 1.5rem;
}

.lw-manifesto-testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lw-manifesto-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #10b981;
}

.lw-manifesto-testimonial-name {
  font-weight: bold;
  color: #ffffff;
}

.lw-manifesto-testimonial-meta {
  font-size: 0.875rem;
  color: #34d399;
}

.lw-manifesto-pledge {
  padding: 5rem 0;
  background: #0c1220;
}

.lw-manifesto-pledge-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.lw-manifesto-pledge-list {
  max-width: 768px;
  margin: 0 auto 3rem;
  text-align: left;
}

.lw-manifesto-pledge-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.lw-manifesto-pledge-item:hover {
  border-color: rgba(16, 185, 129, 0.3);
}

.lw-manifesto-pledge-number {
  color: #10b981;
  font-weight: bold;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.lw-manifesto-pledge-item-title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.lw-manifesto-pledge-item-text {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.lw-manifesto-cta-btn {
  background: #10b981;
  color: #0f172a;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.2);
  display: inline-block;
}

.lw-manifesto-cta-btn:hover {
  background: #34d399;
  color: #0f172a;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Safety Center Page Styles */
.lw-safety-hero {
  position: relative;
  padding: 8rem 0 5rem;
  overflow: hidden;
}

.lw-safety-hero-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
}

.lw-safety-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #3b82f6;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.lw-safety-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', serif;
}

.lw-safety-title-lg {
  font-size: 3.75rem;
}

.lw-safety-title-gradient {
  background: linear-gradient(to right, #34d399, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lw-safety-subtitle {
  font-size: 1.25rem;
  color: #9ca3af;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.75;
}

.lw-safety-features {
  padding: 3rem 0 6rem;
}

.lw-safety-feature-card {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem;
  border-radius: 1.5rem;
  transition: all 0.3s;
  height: 100%;
}

.lw-safety-feature-card:hover {
  transform: translateY(-8px);
}

.lw-safety-feature-card-featured {
  border-color: rgba(59, 130, 246, 0.2);
}

.lw-safety-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

.lw-safety-feature-icon-emerald {
  background: rgba(5, 150, 105, 0.4);
  color: #34d399;
}

.lw-safety-feature-icon-trust {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}

.lw-safety-feature-icon-red {
  background: rgba(127, 29, 29, 0.3);
  color: #f87171;
}

.lw-safety-feature-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.lw-safety-feature-text {
  color: #9ca3af;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.lw-safety-feature-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.lw-safety-feature-badge-text {
  font-size: 0.875rem;
  color: #d1d5db;
}

.lw-safety-feature-badge-icon {
  background: #3b82f6;
  color: #ffffff;
  font-size: 10px;
  padding: 0.25rem;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lw-safety-feature-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.lw-safety-feature-toggle-text {
  font-size: 0.875rem;
  color: #d1d5db;
}

.lw-safety-feature-toggle-switch {
  width: 40px;
  height: 24px;
  background: #3b82f6;
  border-radius: 9999px;
  position: relative;
}

.lw-safety-feature-toggle-switch-dot {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
}

.lw-safety-feature-link {
  color: #f87171;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.lw-safety-feature-link:hover {
  color: #fca5a5;
  text-decoration: underline;
}

.lw-safety-meeting {
  padding: 5rem 0;
  background: #0c1220;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lw-safety-meeting-title {
  font-size: 1.875rem;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.lw-safety-meeting-list {
  max-width: 1024px;
  margin: 0 auto;
}

.lw-safety-meeting-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.lw-safety-meeting-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.125rem;
}

.lw-safety-meeting-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.lw-safety-meeting-item-text {
  color: #9ca3af;
  line-height: 1.75;
}

.lw-safety-report {
  padding: 5rem 0;
}

.lw-safety-report-card {
  background: linear-gradient(to right, #1f2937, #111827);
  border-radius: 3rem;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-safety-report-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.lw-safety-report-text {
  color: #9ca3af;
  max-width: 28rem;
  margin-bottom: 1.5rem;
}

.lw-safety-report-btn {
  background: #374151;
  color: #ffffff;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.lw-safety-report-btn:hover {
  background: #4b5563;
  color: #ffffff;
  text-decoration: none;
}

.lw-safety-report-visual {
  position: relative;
  width: 256px;
  height: 256px;
  margin: 0 auto;
}

.lw-safety-report-visual-bg {
  position: absolute;
  inset: 0;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  filter: blur(32px);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.lw-safety-report-visual-card {
  position: relative;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.lw-safety-report-visual-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-safety-report-visual-avatar {
  width: 32px;
  height: 32px;
  background: #374151;
  border-radius: 50%;
}

.lw-safety-report-visual-line {
  height: 8px;
  width: 80px;
  background: #374151;
  border-radius: 9999px;
}

.lw-safety-report-visual-content {
  margin-bottom: 1.5rem;
}

.lw-safety-report-visual-line-full {
  height: 8px;
  width: 100%;
  background: #1f2937;
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}

.lw-safety-report-visual-line-partial {
  height: 8px;
  width: 75%;
  background: #1f2937;
  border-radius: 9999px;
}

.lw-safety-report-visual-action {
  display: flex;
  justify-content: center;
}

.lw-safety-report-visual-badge {
  font-size: 0.75rem;
  color: #f87171;
  font-weight: bold;
  border: 1px solid rgba(239, 68, 68, 0.3);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: rgba(127, 29, 29, 0.1);
}

/* Responsive adjustments for new pages */
@media (max-width: 768px) {
  .lw-manifesto-title {
    font-size: 2.5rem;
  }

  .lw-manifesto-title-lg {
    font-size: 3.5rem;
  }

  .lw-safety-title {
    font-size: 2.5rem;
  }

  .lw-safety-title-lg {
    font-size: 3rem;
  }

  .lw-manifesto-testimonial-card {
    transform: rotate(0deg);
  }

  .lw-safety-report-visual {
    width: 200px;
    height: 200px;
  }
}

/* ============================================
   Modern Social Profile Page Styles
   ============================================ */

.lw-social-profile-container {
  background: #0f172a;
  min-height: 100vh;
}

.lw-social-profile-container p {
  margin-bottom: 0;
}

/* Profile Banner */
.lw-profile-banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: -100px;
}

.lw-profile-banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-color: #1e293b;
  position: relative;
}

.lw-profile-banner-actions {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}

.lw-profile-banner-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(10px);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.lw-profile-banner-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #ffffff;
}

.lw-profile-banner-action-btn.lw-profile-edit-btn {
  background: rgba(52, 211, 153, 0.9);
}

.lw-profile-banner-action-btn.lw-profile-edit-btn:hover {
  background: rgba(52, 211, 153, 1);
}

.lw-profile-banner-action-btn.lw-profile-report-btn {
  background: rgba(245, 158, 11, 0.9);
}

.lw-profile-banner-action-btn.lw-profile-report-btn:hover {
  background: rgba(245, 158, 11, 1);
}

.lw-profile-banner-action-btn.lw-profile-block-btn {
  background: rgba(239, 68, 68, 0.9);
}

.lw-profile-banner-action-btn.lw-profile-block-btn:hover {
  background: rgba(239, 68, 68, 1);
}

/* Profile Content Wrapper */
.lw-profile-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}

/* Left Sidebar */
.lw-profile-sidebar-left {
  margin-bottom: 2rem;
}

.lw-profile-sidebar-card {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  color: #e5e7eb;
}

.lw-profile-picture-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  margin: -75px auto 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.lw-profile-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lw-profile-picture-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(52, 211, 153, 0.9);
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.lw-profile-picture-edit:hover {
  background: rgba(52, 211, 153, 1);
}

.lw-profile-name-section {
  text-align: center;
}

.lw-profile-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.lw-profile-online-dot {
  width: 12px;
  height: 12px;
  background: #34d399;
  border-radius: 50%;
  border: 2px solid #0f172a;
}

.lw-profile-location {
  color: #9ca3af;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.lw-profile-username,
.lw-profile-phone,
.lw-profile-location {
  color: #9ca3af;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.lw-profile-rating {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-rating-stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.lw-profile-rating-stars .fa-star {
  color: #fbbf24;
  font-size: 1rem;
}

.lw-profile-rating-stars .lw-star-empty {
  color: #4b5563;
}

.lw-profile-rating-text {
  color: #9ca3af;
  font-size: 0.875rem;
}

.lw-profile-badges {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0;
}

.lw-profile-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1.5rem 0;
}

.lw-profile-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.lw-profile-badge-verified {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.lw-profile-badge-premium {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 237, 78, 0.2));
  color: #fbbf24;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.lw-profile-status {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-status-text {
  color: #e5e7eb;
  font-size: 0.875rem;
}

.lw-profile-details,
.lw-profile-facts {
  margin-bottom: 1.5rem;
}

.lw-profile-details-title,
.lw-profile-facts-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.lw-profile-details-list,
.lw-profile-facts-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lw-profile-detail-item,
.lw-profile-fact-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  gap: 1rem;
}

.lw-profile-detail-label,
.lw-profile-fact-label {
  color: #9ca3af;
}

.lw-profile-detail-value,
.lw-profile-fact-value {
  color: #e5e7eb;
  font-weight: 600;
}

/* Main Content */
.lw-profile-main-content {
  margin-bottom: 2rem;
  background: #1e293b;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Connections Section in Left Sidebar */
.lw-profile-connections {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-connections-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.lw-profile-connections-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.lw-profile-connections-view-all {
  font-size: 0.8125rem;
  color: #34d399;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.lw-profile-connections-view-all:hover {
  color: #10b981;
  text-decoration: none;
}

.lw-profile-connections-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lw-profile-connection-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.lw-profile-connection-item:hover {
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.lw-profile-connection-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-connection-name {
  color: #e5e7eb;
  font-size: 0.875rem;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lw-profile-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.3s;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.lw-profile-edit-btn {
  background: #34d399;
  color: #ffffff;
}

.lw-profile-edit-btn:hover {
  background: #10b981;
  color: #ffffff;
  transform: translateY(-2px);
}

.lw-profile-report-btn {
  background: #f59e0b;
  color: #ffffff;
}

.lw-profile-report-btn:hover {
  background: #d97706;
  color: #ffffff;
  transform: translateY(-2px);
}

.lw-profile-block-btn {
  background: #ef4444;
  color: #ffffff;
}

.lw-profile-block-btn:hover {
  background: #dc2626;
  color: #ffffff;
  transform: translateY(-2px);
}

.lw-profile-edit-btn-wrapper {
  margin-bottom: 1.5rem;
  text-align: right;
}

.lw-profile-edit-btn {
  background: #34d399;
  color: #0f172a;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
}

.lw-profile-edit-btn:hover {
  background: #10b981;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.lw-profile-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-tab {
  background: none;
  border: none;
  color: #9ca3af;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s;
}

.lw-profile-tab:hover {
  color: #e5e7eb;
}

.lw-profile-tab.active {
  color: #34d399;
  border-bottom-color: #34d399;
}

.lw-profile-tab-content {
  display: none;
}

.lw-profile-tab-content.active {
  display: block;
}

/* Post Composer */
.lw-profile-post-composer {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.lw-post-composer-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.lw-post-composer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.lw-post-composer-input {
  flex: 1;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  color: #e5e7eb;
  font-size: 0.875rem;
}

.lw-post-composer-input::placeholder {
  color: #6b7280;
}

.lw-post-composer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.lw-post-composer-action-btn {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s;
}

.lw-post-composer-action-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #34d399;
}

/* Activity Feed */
.lw-profile-activity-feed {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lw-activity-empty {
  text-align: center;
  padding: 3rem;
  color: #6b7280;
}

/* Photos Grid */
.lw-profile-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.lw-profile-photo-item {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}

.lw-profile-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.lw-profile-photo-item:hover img {
  transform: scale(1.05);
}

/* About Section */
.lw-profile-about-section {
  background: rgba(30, 41, 59, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.lw-profile-about-text {
  color: #e5e7eb;
  line-height: 1.6;
}

.lw-profile-info-section,
.lw-profile-about-section,
.lw-profile-location-section,
.lw-profile-specification-section {
  margin-bottom: 2.5rem;
}

.lw-profile-specification-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-specification-title i {
  color: #34d399;
  font-size: 1.125rem;
  width: 24px;
  text-align: center;
}

/* Specification Details List - 2 Column Grid */
.lw-profile-specification-section .lw-profile-details-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  margin-top: 0.5rem;
}

.lw-profile-specification-section .lw-profile-detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0;
}

.lw-profile-specification-section .lw-profile-detail-label {
  color: #9ca3af;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.lw-profile-specification-section .lw-profile-detail-value {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

/* Responsive: Single column on mobile */
@media (max-width: 768px) {
  .lw-profile-specification-section .lw-profile-details-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.lw-profile-section-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lw-modern-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.lw-modern-info-grid-compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 0;
}

.lw-modern-info-item-compact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  background: rgba(15, 23, 42, 0.5);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.2s;
}

.lw-modern-info-item-compact:hover {
  background: rgba(15, 23, 42, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}

.lw-modern-info-label-compact {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lw-modern-info-value-compact {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.lw-modern-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lw-modern-info-label {
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lw-modern-info-value {
  color: #e5e7eb;
  font-size: 0.9375rem;
  font-weight: 600;
}

.lw-modern-info-label-compact {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lw-modern-info-value-compact {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.lw-profile-info-section {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
}

.lw-profile-info-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.lw-profile-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.lw-profile-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lw-profile-info-label {
  color: #9ca3af;
  font-size: 0.875rem;
}

.lw-profile-info-value {
  color: #e5e7eb;
  font-weight: 600;
}

/* Right Sidebar */
.lw-profile-sidebar-right {
  margin-bottom: 2rem;
}

.lw-profile-sidebar-widget {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.lw-profile-about-text {
  color: #e5e7eb;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.lw-profile-empty-text {
  color: #9ca3af;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.lw-profile-location-info {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-location-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lw-profile-location-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lw-profile-location-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}

.lw-profile-location-label {
  color: #9ca3af;
  font-size: 0.8125rem;
  font-weight: 500;
}

.lw-profile-location-value {
  color: #e5e7eb;
  font-size: 0.875rem;
  font-weight: 600;
}

.lw-profile-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.lw-profile-widget-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.lw-profile-widget-see-all {
  color: #34d399;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.3s;
}

.lw-profile-widget-see-all:hover {
  color: #10b981;
  text-decoration: none;
}

.lw-profile-widget-text {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.lw-profile-visitors,
.lw-profile-nearby-members,
.lw-profile-friends {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lw-profile-visitors-empty,
.lw-profile-nearby-empty,
.lw-profile-friends-empty {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.lw-profile-sidebar-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

/* About & Location in Right Sidebar */
.lw-profile-about-text {
  color: #e5e7eb;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.lw-profile-empty-text {
  color: #9ca3af;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.lw-profile-location-info {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-location-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lw-profile-location-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lw-profile-location-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}

.lw-profile-location-label {
  color: #9ca3af;
  font-size: 0.8125rem;
  font-weight: 500;
}

.lw-profile-location-value {
  color: #e5e7eb;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Connections Section in Left Sidebar */
.lw-profile-connections {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-connections-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.lw-profile-connections-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.lw-profile-connections-view-all {
  font-size: 0.8125rem;
  color: #34d399;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.lw-profile-connections-view-all:hover {
  color: #10b981;
  text-decoration: none;
}

.lw-profile-connections-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lw-profile-connection-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.lw-profile-connection-item:hover {
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.lw-profile-connection-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-connection-name {
  color: #e5e7eb;
  font-size: 0.875rem;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lw-profile-sidebar-photo {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}

.lw-profile-sidebar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.lw-profile-sidebar-photo:hover img {
  transform: scale(1.1);
}

.lw-profile-empty-state {
  text-align: center;
  padding: 3rem;
  color: #6b7280;
}

/* Connections Section in Left Sidebar */
.lw-profile-connections {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-connections-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.lw-profile-connections-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.lw-profile-connections-view-all {
  font-size: 0.8125rem;
  color: #34d399;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.lw-profile-connections-view-all:hover {
  color: #10b981;
  text-decoration: none;
}

.lw-profile-connections-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lw-profile-connection-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.3s;
}

.lw-profile-connection-item:hover {
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.lw-profile-connection-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.lw-profile-connection-name {
  color: #e5e7eb;
  font-size: 0.875rem;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Overlapping Avatar Stack */
.lw-profile-connections-stack {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 0.75rem;
}

.lw-profile-connection-avatar-stack {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #1e293b;
  overflow: hidden;
  transition: transform 0.2s, z-index 0.2s;
  text-decoration: none;
}

.lw-profile-connection-avatar-stack:hover {
  transform: translateY(-4px) scale(1.1);
  z-index: 20 !important;
  text-decoration: none;
}

.lw-profile-connection-avatar-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lw-profile-location-address {
  color: #e5e7eb;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .lw-profile-banner {
    height: 300px;
    margin-bottom: -50px;
  }

  .lw-profile-picture-wrapper {
    width: 120px;
    height: 120px;
    margin: -60px auto 1.5rem;
  }

  .lw-profile-photos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lw-profile-banner {
    height: 250px;
    margin-bottom: -30px;
  }

  .lw-profile-picture-wrapper {
    width: 100px;
    height: 100px;
    margin: -50px auto 1rem;
  }

  .lw-profile-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lw-profile-tab {
    white-space: nowrap;
    padding: 0.5rem 1rem;
  }

  .lw-profile-info-grid {
    grid-template-columns: 1fr;
  }

  .lw-profile-photos-grid {
    grid-template-columns: 1fr;
  }

  .lw-profile-sidebar-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Modern Modal Styles */
.lw-modern-modal-content {
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  color: #e5e7eb;
}

.lw-modern-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lw-modern-modal-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.lw-modern-modal-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.lw-modal-icon-warning {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
}

.lw-modal-icon-danger {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.lw-modal-icon-success {
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
}

.lw-modern-modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.lw-modern-modal-close {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.lw-modern-modal-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.lw-modern-modal-body {
  padding: 1.5rem;
}

.lw-modern-modal-description {
  color: #e5e7eb;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.lw-modern-modal-description strong {
  color: #ffffff;
  font-weight: 600;
}

.lw-modern-modal-warning,
.lw-modern-modal-info {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.lw-modern-modal-warning i {
  color: #fbbf24;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.lw-modern-modal-info i {
  color: #34d399;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.lw-modern-modal-warning strong,
.lw-modern-modal-info strong {
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.lw-modern-modal-warning ul {
  margin: 0.5rem 0 0 0;
  padding-left: 1.25rem;
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.8;
}

.lw-modern-modal-info div {
  color: #cbd5e1;
  font-size: 0.875rem;
  line-height: 1.6;
}

.lw-modern-form-group {
  margin-bottom: 0;
}

.lw-modern-form-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 0.5rem;
  display: block;
}

.lw-modern-form-control {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: #ffffff;
  padding: 0.75rem;
  font-size: 0.9375rem;
  transition: all 0.2s;
}

.lw-modern-form-control:focus {
  background: rgba(15, 23, 42, 0.7);
  border-color: #34d399;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.1);
  outline: none;
}

.lw-modern-form-control::placeholder {
  color: #6b7280;
}

.lw-modern-form-help {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  color: #9ca3af;
  font-size: 0.8125rem;
}

.lw-modern-form-help i {
  color: #34d399;
}

.lw-modern-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.lw-modern-btn-cancel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e5e7eb;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.2s;
}

.lw-modern-btn-cancel:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.lw-modern-btn-danger {
  background: #ef4444;
  border: none;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.2s;
}

.lw-modern-btn-danger:hover {
  background: #dc2626;
  color: #ffffff;
}

.lw-modern-btn-success {
  background: #34d399;
  border: none;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all 0.2s;
}

.lw-modern-btn-success:hover {
  background: #10b981;
  color: #ffffff;
}

/* Blocked User UI */
.lw-blocked-user-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
}

.lw-blocked-user-card {
  text-align: center;
  max-width: 400px;
  width: 100%;
  padding: 2rem;
}

.lw-blocked-user-icon {
  margin-bottom: 2rem;
}

.lw-blocked-user-icon i {
  font-size: 5rem;
  color: #34d399;
  opacity: 0.9;
}

.lw-blocked-user-content {
  color: #e5e7eb;
}

.lw-blocked-user-content-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #34d399;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.lw-blocked-user-content-text {
  font-size: 1rem;
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.lw-blocked-user-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.lw-unblock-btn {
  background: #34d399;
  border: none;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
  cursor: pointer;
}

.lw-unblock-btn:hover {
  background: #10b981;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 211, 153, 0.3);
}

.lw-unblock-btn i {
  font-size: 1rem;
}
