.elementor-101 .elementor-element.elementor-element-ed07149{--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-101 .elementor-element.elementor-element-2ca42ae{--display:flex;--border-radius:20px 20px 20px 20px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-101 .elementor-element.elementor-element-2ca42ae:not(.elementor-motion-effects-element-type-background), .elementor-101 .elementor-element.elementor-element-2ca42ae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FECC9B;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-101 .elementor-element.elementor-element-58da845{text-align:center;}.elementor-101 .elementor-element.elementor-element-58da845 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:600;color:#FFFFFF;}.elementor-101 .elementor-element.elementor-element-32d6981{text-align:center;}.elementor-101 .elementor-element.elementor-element-32d6981 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-101 .elementor-element.elementor-element-84581c0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-101 .elementor-element.elementor-element-ed07149{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-fb667c1 */.standards-section {

  padding: 36px 16px 56px;
  font-family: "Poppins", sans-serif;
}

.standards-section__wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.standards-section__intro {
  max-width: 980px;
  margin: 0 auto 40px;
}

.standards-section__intro p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: #7c8892;
  text-align: center;
}

/* NAGŁÓWKI */
.standards-block__heading,
.standards-goal-block__heading,
.standards-files-block__heading {
  margin: 0 0 28px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f435b;
}

/* ZASADY */
.standards-block {
  margin-bottom: 72px;
}

.standards-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.standards-rule-card {
  background: #ffffff;
  border: 1px solid #f0ebe7;
  border-radius: 18px;
  padding: 22px 18px 20px;
  box-shadow: 0 4px 16px rgba(30, 42, 68, 0.03);
}

.standards-rule-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #ffffff;
}

.standards-rule-card__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.standards-rule-card__icon--peach { background: #f48a69; }
.standards-rule-card__icon--mint { background: #62b7a5; }
.standards-rule-card__icon--yellow { background: #efb447; }
.standards-rule-card__icon--coral { background: #f47676; }

.standards-rule-card__title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #2f435b;
}

.standards-rule-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #7c8892;
}

/* CEL */
.standards-goal-block {
  margin-bottom: 72px;
}

.standards-goal-block__lead {
  margin: -12px 0 28px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: #8a959d;
}

.standards-goal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.standards-goal-item {
  text-align: center;
  padding: 8px 10px;
}

.standards-goal-item__icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  color: #2f435b;
}

.standards-goal-item__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.standards-goal-item__icon--peach { color: #f48a69; }
.standards-goal-item__icon--mint { color: #62b7a5; }
.standards-goal-item__icon--coral { color: #f47676; }

.standards-goal-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #2f435b;
}

/* PLIKI */
.standards-files-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.standards-file-card {
  background: #ffffff;
  border: 1px solid #f0ebe7;
  border-radius: 18px;
  padding: 22px 18px 18px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(30, 42, 68, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.standards-file-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(30, 42, 68, 0.06);
  border-color: #eadfd8;
}

.standards-file-card__icon {
  width: 28px;
  height: 28px;
  color: #f48a69;
  margin-bottom: 14px;
}

.standards-file-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.standards-file-card__title {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #2f435b;
}

.standards-file-card__meta {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #8a959d;
}

.standards-file-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f48a69;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(244, 138, 105, 0.18);
}

@media (max-width: 1024px) {
  .standards-rules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .standards-goal-grid,
  .standards-files-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .standards-section {
    padding: 28px 16px 42px;
  }

  .standards-block__heading,
  .standards-goal-block__heading,
  .standards-files-block__heading {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .standards-section__intro {
    margin-bottom: 30px;
  }

  .standards-rules-grid {
    grid-template-columns: 1fr;
  }

  .standards-block,
  .standards-goal-block {
    margin-bottom: 48px;
  }

  .standards-rule-card,
  .standards-file-card {
    border-radius: 16px;
  }
}/* End custom CSS */