.elementor-5029 .elementor-element.elementor-element-6be74f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5029 .elementor-element.elementor-element-6be74f3:not(.elementor-motion-effects-element-type-background), .elementor-5029 .elementor-element.elementor-element-6be74f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-07e8455 */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&display=swap');

.yde-checklist {
  width: 100%;
  min-height: 100vh;
  padding: 36px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.06), transparent 45%),
    linear-gradient(135deg, #020403, #070b08 45%, #000);
  color: #fff;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  box-sizing: border-box;
}

.yde-header {
  text-align: center;
  border-bottom: 2px solid #37e64b;
  padding-bottom: 28px;
  margin-bottom: 34px;
}

.yde-header h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.legend {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
  font-size: 26px;
  font-weight: 700;
}

.legend span {
  font-weight: 800;
}

.red {
  color: #ff3b35;
}

.blue {
  color: #315cff;
}

.green {
  color: #43e650;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: 1220px;
  margin: 0 auto;
}

.col {
  padding-right: 24px;
  border-right: 1px solid rgba(67, 230, 80, 0.85);
}

.col:last-child {
  border-right: none;
}

.module {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(67, 230, 80, 0.65);
}

.module:last-child {
  border-bottom: none;
}

.module h2 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: #43e650;
  text-transform: uppercase;
}

.module label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
  font-size: 24px;
  line-height: 1.1;
  color: #f5f5f5;
  cursor: pointer;
}

.module input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 29px;
  width: 29px;
  height: 29px;
  border: 2px solid #43e650;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.module input[type="checkbox"]:checked {
  background: #43e650;
}

.module input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

.module label:has(input:checked) span {
  color: #43e650;
}

@media (max-width: 1024px) {
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .col {
    border-right: none;
    padding-right: 0;
  }

  .legend {
    gap: 18px;
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .yde-checklist {
    padding: 24px 18px;
  }

  .module h2 {
    font-size: 22px;
  }

  .module label {
    font-size: 20px;
  }
}/* End custom CSS */


