/* ==========================================================================
   Live Group What We Do Widget Styles
   ========================================================================== */

.lg-wedo-wrapper {
  position: relative;
  width: 100%;
  padding: 90px 24px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.lg-wedo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  align-self: stretch;
  background: linear-gradient(90deg, var(--color-grey-900, rgba(230, 230, 230, 0.00)) 0%, var(--color-grey-90, #E6E6E6) 20%, var(--color-grey-90, #E6E6E6) 80%, var(--color-grey-900, rgba(230, 230, 230, 0.00)) 100%);
}

.lg-wedo-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

/* Header Area */
.lg-wedo-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

/* Pill Badge */
.lg-wedo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 9999px;
  border: 1px solid rgba(235, 78, 38, 0.45);
  background-color: rgba(255, 255, 255, 0.8);
  color: #eb4e26;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lg-wedo-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #eb4e26;
}

.lg-wedo-badge-icon svg {
  width: 13px;
  height: 13px;
}

/* Main Section Title */
.lg-wedo-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
  margin: 0;
  letter-spacing: -0.5px;
}

/* Cards Grid */
.lg-wedo-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

/* Individual Card */
.lg-wedo-card {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lg-wedo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Card Header Banner */
.lg-wedo-card-header {
  padding: 24px 24px 12px 24px;
  color: #ffffff;
  background-color: #d32f2f;
  /* Fallback default */
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 160px;
}

.lg-wedo-card-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2px;
}

.lg-wedo-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

.lg-wedo-card-subtitle {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}

/* Card Body */
.lg-wedo-card-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lg-wedo-card-desc {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 24px 0;
}

/* Key Facts */
.lg-wedo-facts-wrap {
  margin-bottom: 24px;
}

.lg-wedo-section-eyebrow {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111827;
  margin: 0 0 12px 0;
}

.lg-wedo-facts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lg-wedo-fact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #4b5563;
}

.lg-wedo-check-icon {
  color: #eb4e26;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lg-wedo-check-icon svg {
  width: 14px;
  height: 14px;
}

/* Dotted Line Divider */
.lg-wedo-card-divider {
  border-top: 1px dotted #e5e7eb;
  margin: 0 0 20px 0;
  width: 100%;
}

/* Certifications */
.lg-wedo-certs-wrap {
  margin-top: auto;
}

.lg-wedo-certs-eyebrow {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 6px 0;
}

.lg-wedo-certs-text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  color: #4b5563;
  margin: 0;
  line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .lg-wedo-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .lg-wedo-title {
    font-size: 28px;
  }

  .lg-wedo-header {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .lg-wedo-wrapper {
    padding: 60px 20px;
  }

  .lg-wedo-card-header {
    padding: 24px 20px;
  }

  .lg-wedo-card-body {
    padding: 24px 20px;
  }

  .lg-wedo-card-title {
    font-size: 24px;
  }
}