/* ==========================================================================
   LJNDI SMART PROJECTS - LIGHT MODE CORPORATE OVERRIDE
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700;800&display=swap');

#ljndi-smart-projects-wrapper {
  /* Brand Tokens */
  --ljn-primary: #1A237E;      /* Deep Blue */
  --ljn-primary-soft: rgba(26, 35, 126, 0.08);
  --ljn-secondary: #880E4F;    /* Magenta */
  --ljn-tertiary: #FF3D00;     /* Vibrant Orange */
  --ljn-tertiary-soft: rgba(255, 61, 0, 0.1);
  --ljn-accent: #FFD449;       /* Yellow */
  
  /* Light Theme Surface Tokens */
  --md-sys-color-background: #ffffff;
  --md-sys-color-on-background: #12131A;
  --md-sys-color-surface: #ffffff;
  --md-sys-color-surface-variant: #F8F9FA;
  --md-sys-color-on-surface: #1A1C23;
  --md-sys-color-on-surface-muted: #5F6368;
  
  /* Borders & Shadows */
  --md-sys-color-outline: rgba(26, 35, 126, 0.15);
  --md-sys-color-outline-light: rgba(26, 35, 126, 0.08);
  --md-sys-shadow-1: 0 4px 12px rgba(26, 35, 126, 0.04);
  --md-sys-shadow-2: 0 8px 24px rgba(26, 35, 126, 0.08);

  all: initial !important; /* Block Elementor */
  display: block !important;
  width: 100% !important;
  font-family: 'Google Sans', system-ui, -apple-system, sans-serif !important;
}

#ljndi-smart-projects-wrapper * {
  box-sizing: border-box !important;
  font-family: inherit !important;
}

/* Base App Wrapper */
#ljndi-smart-projects-wrapper .ljndi-m3-app {
  background-color: transparent !important;
  color: var(--md-sys-color-on-background) !important;
  padding: 40px 0 !important;
  width: 100% !important;
  display: block !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Typography Overrides */
#ljndi-smart-projects-wrapper p.ljndi-m3-label,
#ljndi-smart-projects-wrapper span.ljndi-m3-card__label {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: var(--ljn-tertiary) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin: 0 0 8px 0 !important;
  display: block !important;
  line-height: 1.5 !important;
}

#ljndi-smart-projects-wrapper h1.ljndi-m3-headline {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: var(--md-sys-color-on-background) !important;
  margin: 0 0 16px 0 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
}

#ljndi-smart-projects-wrapper h2.ljndi-m3-title,
#ljndi-smart-projects-wrapper h3.ljndi-m3-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--md-sys-color-on-surface) !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.3 !important;
}

#ljndi-smart-projects-wrapper p.ljndi-m3-body {
  font-size: 16px !important;
  color: var(--md-sys-color-on-surface-muted) !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.6 !important;
}

/* Hero Section */
#ljndi-smart-projects-wrapper .ljndi-m3-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 32px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-hero__content {
  background-color: var(--md-sys-color-surface) !important;
  padding: 40px !important;
  border-radius: 24px !important;
  border: 1px solid var(--md-sys-color-outline-light) !important;
  box-shadow: var(--md-sys-shadow-1) !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-hero__meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* Cards & Chips */
#ljndi-smart-projects-wrapper .ljndi-m3-card {
  background-color: var(--md-sys-color-surface) !important;
  padding: 24px !important;
  border-radius: 16px !important;
  border: 1px solid var(--md-sys-color-outline-light) !important;
  box-shadow: var(--md-sys-shadow-1) !important;
}

#ljndi-smart-projects-wrapper strong.ljndi-m3-card__value-small {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--ljn-primary) !important;
  display: block !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-chips {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-top: 24px !important;
}

#ljndi-smart-projects-wrapper span.ljndi-m3-chip {
  display: inline-flex !important;
  align-items: center !important;
  height: 34px !important;
  padding: 0 16px !important;
  border-radius: 99px !important;
  border: 1px solid var(--md-sys-color-outline) !important;
  background-color: var(--md-sys-color-surface-variant) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--md-sys-color-on-surface) !important;
}

/* Stepper */
#ljndi-smart-projects-wrapper .ljndi-m3-stepper {
  display: flex !important;
  background-color: var(--md-sys-color-surface) !important;
  border-radius: 16px !important;
  margin-bottom: 32px !important;
  border: 1px solid var(--md-sys-color-outline-light) !important;
  box-shadow: var(--md-sys-shadow-1) !important;
  overflow: hidden !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-stepper__step {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 20px 16px !important;
  opacity: 0.5 !important;
  border-right: 1px solid var(--md-sys-color-outline-light) !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-stepper__step.is-active {
  opacity: 1 !important;
  background-color: var(--ljn-primary-soft) !important;
  border-bottom: 3px solid var(--ljn-primary) !important;
}

#ljndi-smart-projects-wrapper span.ljndi-m3-stepper__indicator {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background-color: #E0E4F0 !important;
  color: #4A4A6A !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-stepper__step.is-active span.ljndi-m3-stepper__indicator {
  background-color: var(--ljn-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(26, 35, 126, 0.3) !important;
}

#ljndi-smart-projects-wrapper span.ljndi-m3-stepper__label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--md-sys-color-on-surface) !important;
}

/* Main Workspace */
#ljndi-smart-projects-wrapper .ljndi-m3-workspace {
  display: grid !important;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr) !important;
  gap: 24px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-main-panel {
  background-color: var(--md-sys-color-surface) !important;
  padding: 40px !important;
  border-radius: 24px !important;
  border: 1px solid var(--md-sys-color-outline-light) !important;
  box-shadow: var(--md-sys-shadow-1) !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-sidebar {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* Form Overrides (Strict Light Mode) */
#ljndi-smart-projects-wrapper .ljndi-m3-step-panel[hidden] {
  display: none !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-grid--2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 24px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-field {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  margin-bottom: 24px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-field label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--md-sys-color-on-background) !important;
  margin-bottom: 8px !important;
  display: block !important;
}

#ljndi-smart-projects-wrapper input[type="text"],
#ljndi-smart-projects-wrapper input[type="email"],
#ljndi-smart-projects-wrapper select,
#ljndi-smart-projects-wrapper textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #ffffff !important;
  border: 1px solid var(--md-sys-color-outline) !important;
  border-radius: 8px !important; 
  padding: 16px !important;
  color: var(--md-sys-color-on-background) !important;
  font-size: 15px !important;
  width: 100% !important;
  box-shadow: none !important;
  margin: 0 !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}

#ljndi-smart-projects-wrapper input::placeholder,
#ljndi-smart-projects-wrapper textarea::placeholder {
  color: #A0A4A8 !important;
  opacity: 1 !important;
}

#ljndi-smart-projects-wrapper textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

#ljndi-smart-projects-wrapper select option {
  background-color: #ffffff !important;
  color: #12131A !important;
}

#ljndi-smart-projects-wrapper input:focus,
#ljndi-smart-projects-wrapper select:focus,
#ljndi-smart-projects-wrapper textarea:focus {
  border-color: var(--ljn-primary) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 4px var(--ljn-primary-soft) !important;
}

/* Selection Cards (Checkboxes/Radios) */
#ljndi-smart-projects-wrapper label.ljndi-m3-selection-card {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 18px !important;
  border: 1px solid var(--md-sys-color-outline) !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  background-color: #ffffff !important;
  margin: 0 !important;
  transition: all 0.3s ease !important;
}

#ljndi-smart-projects-wrapper label.ljndi-m3-selection-card:hover {
  background-color: var(--md-sys-color-surface-variant) !important;
  border-color: var(--ljn-primary) !important;
}

#ljndi-smart-projects-wrapper label.ljndi-m3-selection-card:has(input:checked) {
  border-color: var(--ljn-primary) !important;
  background-color: var(--ljn-primary-soft) !important;
}

#ljndi-smart-projects-wrapper input[type="radio"],
#ljndi-smart-projects-wrapper input[type="checkbox"] {
  accent-color: var(--ljn-primary) !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

/* Alert & List */
#ljndi-smart-projects-wrapper .ljndi-m3-alert--tertiary {
  padding: 20px !important;
  border-radius: 12px !important;
  background-color: var(--ljn-tertiary-soft) !important;
  border: 1px solid rgba(255, 61, 0, 0.2) !important;
  margin-bottom: 24px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-alert--tertiary strong {
  color: var(--ljn-tertiary) !important;
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 16px !important;
}

#ljndi-smart-projects-wrapper .ljndi-m3-alert--tertiary p {
  color: var(--md-sys-color-on-background) !important;
  margin: 0 !important;
  font-size: 15px !important;
}

#ljndi-smart-projects-wrapper ul.ljndi-m3-list {
  padding-left: 20px !important;
  margin: 0 !important;
  color: var(--md-sys-color-on-surface-muted) !important;
}

#ljndi-smart-projects-wrapper ul.ljndi-m3-list li {
  margin-bottom: 10px !important;
  font-size: 15px !important;
}

/* Footer & Buttons */
#ljndi-smart-projects-wrapper .ljndi-m3-form-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 40px !important;
  padding-top: 24px !important;
  border-top: 1px solid var(--md-sys-color-outline-light) !important;
}

#ljndi-smart-projects-wrapper button.ljndi-m3-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  padding: 0 32px !important;
  border-radius: 9999px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

#ljndi-smart-projects-wrapper button.ljndi-m3-btn--filled {
  background-color: var(--ljn-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(26, 35, 126, 0.2) !important;
}

#ljndi-smart-projects-wrapper button.ljndi-m3-btn--filled:hover:not(:disabled) {
  background-color: #11185b !important; /* Darker blue on hover */
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(26, 35, 126, 0.3) !important;
}

#ljndi-smart-projects-wrapper button.ljndi-m3-btn--outlined {
  background-color: transparent !important;
  color: var(--ljn-primary) !important;
  border: 2px solid var(--ljn-primary) !important;
}

#ljndi-smart-projects-wrapper button.ljndi-m3-btn--outlined:hover:not(:disabled) {
  background-color: var(--ljn-primary-soft) !important;
}

#ljndi-smart-projects-wrapper button.ljndi-m3-btn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

#ljndi-smart-projects-wrapper span.ljndi-m3-badge {
  display: inline-flex !important;
  align-items: center !important;
  height: 32px !important;
  padding: 0 16px !important;
  border-radius: 9999px !important;
  background-color: var(--md-sys-color-surface-variant) !important;
  border: 1px solid var(--md-sys-color-outline-light) !important;
  color: var(--md-sys-color-on-surface-muted) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 900px) {
  #ljndi-smart-projects-wrapper .ljndi-m3-hero, 
  #ljndi-smart-projects-wrapper .ljndi-m3-workspace {
    grid-template-columns: 1fr !important;
  }
  #ljndi-smart-projects-wrapper span.ljndi-m3-stepper__label {
    display: none !important;
  }
}

@media (max-width: 600px) {
  #ljndi-smart-projects-wrapper .ljndi-m3-grid--2 {
    grid-template-columns: 1fr !important;
  }
  #ljndi-smart-projects-wrapper .ljndi-m3-form-footer {
    flex-direction: column !important;
    gap: 16px !important;
  }
  #ljndi-smart-projects-wrapper .ljndi-m3-form-footer__meta {
    order: -1 !important;
  }
  #ljndi-smart-projects-wrapper button.ljndi-m3-btn {
    width: 100% !important;
  }
}