/* Start custom CSS for html, class: .elementor-element-bc2a601 */.em-retro {
  --er-text: #1d2636;
  --er-muted: #626d7a;
  --er-line: #dfe5eb;
  --er-soft: #f5f7f9;
  --er-white: #ffffff;
  --er-dark: #151b25;
  --er-wood: #9a5d2e;
  --er-wood-dark: #623719;
  --er-gold: #e6a43b;
  --er-gold-soft: #fff6e5;
  --er-green: #16794a;
  --er-green-soft: #eaf8f0;
  --er-blue: #2563eb;
  --er-blue-soft: #eff6ff;
  --er-red: #b42318;
  --er-red-soft: #fff1ef;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--er-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-retro *,
.em-retro *::before,
.em-retro *::after {
  box-sizing: border-box;
}

.em-retro p {
  margin: 0 0 18px;
}

.em-retro h1,
.em-retro h2,
.em-retro h3 {
  color: var(--er-dark);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.em-retro h1 {
  max-width: 1000px;
  margin: 17px 0 21px;
  color: var(--er-white);
  font-size: clamp(34px, 5vw, 58px);
}

.em-retro h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-retro h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.em-retro a {
  color: inherit;
}

.em-retro__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 87% 13%, rgba(230, 164, 59, 0.42), transparent 34%),
    linear-gradient(135deg, #151b25 0%, #382719 58%, #171b22 100%);
  box-shadow: 0 24px 70px rgba(27, 20, 14, 0.22);
}

.em-retro__hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -100px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.em-retro__hero::after {
  content: "";
  position: absolute;
  right: 75px;
  bottom: -230px;
  width: 280px;
  height: 460px;
  border: 20px solid rgba(255, 255, 255, 0.045);
  border-radius: 150px;
  transform: rotate(34deg);
}

.em-retro__hero-content {
  position: relative;
  z-index: 1;
}

.em-retro__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-retro__meta span,
.em-retro__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(230, 164, 59, 0.17);
  color: #ffdd9d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.em-retro__lead {
  max-width: 940px;
  margin-bottom: 27px;
  color: #e5e9ef;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.em-retro__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-retro__hero-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--er-white);
  font-size: 14px;
  font-weight: 700;
}

.em-retro__answer {
  margin: 27px 0;
  padding: 23px 25px;
  border-left: 5px solid var(--er-green);
  border-radius: 0 17px 17px 0;
  background: var(--er-green-soft);
}

.em-retro__answer strong {
  display: block;
  margin-bottom: 7px;
  color: var(--er-dark);
  font-size: 19px;
}

.em-retro__answer p:last-child {
  margin-bottom: 0;
}

.em-retro__toc {
  margin: 27px 0;
  padding: 22px;
  border: 1px solid var(--er-line);
  border-radius: 20px;
  background: var(--er-white);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06);
}

.em-retro__toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.em-retro__toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-retro__toc-links a {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--er-soft);
  color: var(--er-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.em-retro__toc-links a:hover,
.em-retro__toc-links a:focus {
  background: var(--er-gold);
  color: var(--er-dark);
}

.em-retro__section {
  padding: clamp(35px, 5vw, 61px) 0;
  border-bottom: 1px solid var(--er-line);
  scroll-margin-top: 100px;
}

.em-retro__section > p,
.em-retro__section > ul,
.em-retro__section > ol {
  max-width: 995px;
}

.em-retro__definition-grid,
.em-retro__components-grid,
.em-retro__planning-grid,
.em-retro__turn-grid,
.em-retro__transition-grid,
.em-retro__panel-grid,
.em-retro__price-grid,
.em-retro__zones-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-retro__definition-grid article,
.em-retro__components-grid article,
.em-retro__planning-grid article,
.em-retro__turn-grid article,
.em-retro__transition-grid article,
.em-retro__panel-grid article,
.em-retro__price-grid article,
.em-retro__zones-grid article {
  padding: 24px;
  border: 1px solid var(--er-line);
  border-radius: 19px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f8fa 100%);
  box-shadow: 0 8px 26px rgba(17, 24, 39, 0.04);
}

.em-retro__definition-grid article > span,
.em-retro__components-grid article > span,
.em-retro__planning-grid article > span,
.em-retro__turn-grid article > span,
.em-retro__transition-grid article > span,
.em-retro__panel-grid article > span,
.em-retro__price-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 12px;
  background: var(--er-gold);
  color: var(--er-dark);
  font-size: 13px;
  font-weight: 900;
}

.em-retro__zones-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--er-gold-soft);
  color: var(--er-wood-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-retro__definition-grid h3,
.em-retro__components-grid h3,
.em-retro__planning-grid h3,
.em-retro__turn-grid h3,
.em-retro__transition-grid h3,
.em-retro__panel-grid h3,
.em-retro__price-grid h3,
.em-retro__zones-grid h3 {
  font-size: 20px;
}

.em-retro__definition-grid p:last-child,
.em-retro__components-grid p:last-child,
.em-retro__planning-grid p:last-child,
.em-retro__turn-grid p:last-child,
.em-retro__transition-grid p:last-child,
.em-retro__panel-grid p:last-child,
.em-retro__price-grid p:last-child,
.em-retro__zones-grid p:last-child {
  margin-bottom: 0;
}

.em-retro__notice {
  margin: 27px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--er-gold);
  border-radius: 0 16px 16px 0;
  background: var(--er-gold-soft);
}

.em-retro__notice strong {
  display: block;
  margin-bottom: 7px;
  color: var(--er-dark);
  font-size: 18px;
}

.em-retro__notice p:last-child {
  margin-bottom: 0;
}

.em-retro__notice--important {
  border-left-color: var(--er-blue);
  background: var(--er-blue-soft);
}

.em-retro__notice--warning,
.em-retro__notice--danger {
  border-left-color: var(--er-red);
  background: var(--er-red-soft);
}

.em-retro__comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-retro__comparison-card {
  padding: 26px;
  border: 1px solid var(--er-line);
  border-radius: 20px;
}

.em-retro__comparison-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

.em-retro__comparison-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 21px;
}

.em-retro__comparison-card--good {
  background: var(--er-green-soft);
}

.em-retro__comparison-card--good strong {
  color: var(--er-green);
}

.em-retro__comparison-card--warning {
  background: var(--er-red-soft);
}

.em-retro__comparison-card--warning strong {
  color: var(--er-red);
}

.em-retro__check-list,
.em-retro__danger-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 27px;
  padding: 0;
  list-style: none;
}

.em-retro__check-list li,
.em-retro__danger-list li {
  position: relative;
  padding-left: 33px;
}

.em-retro__check-list li::before,
.em-retro__danger-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.em-retro__check-list li::before {
  content: "✓";
  background: var(--er-green-soft);
  color: var(--er-green);
}

.em-retro__danger-list li::before {
  content: "!";
  background: var(--er-red-soft);
  color: var(--er-red);
}

.em-retro__criteria-grid,
.em-retro__insulator-grid,
.em-retro__mechanism-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-retro__criteria-grid article,
.em-retro__insulator-grid article,
.em-retro__mechanism-grid article {
  padding: 23px;
  border: 1px solid var(--er-line);
  border-radius: 18px;
  background: var(--er-soft);
}

.em-retro__criteria-grid strong,
.em-retro__insulator-grid strong,
.em-retro__mechanism-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--er-dark);
  font-size: 19px;
}

.em-retro__criteria-grid p:last-child,
.em-retro__insulator-grid p:last-child,
.em-retro__mechanism-grid p:last-child {
  margin-bottom: 0;
}

.em-retro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;
}

.em-retro__chips span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--er-soft);
  color: var(--er-dark);
  font-size: 14px;
  font-weight: 700;
}

.em-retro__connection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-retro__connection-grid article {
  padding: 23px;
  border: 1px solid var(--er-line);
  border-radius: 18px;
  background: var(--er-soft);
}

.em-retro__connection-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 12px;
  background: var(--er-dark);
  color: var(--er-gold);
  font-size: 13px;
  font-weight: 900;
}

.em-retro__connection-grid h3 {
  font-size: 20px;
}

.em-retro__connection-grid p:last-child {
  margin-bottom: 0;
}

.em-retro__inline-link {
  display: inline-flex;
  align-items: center;
  margin: 3px 0 20px;
  padding: 10px 14px;
  border-radius: 11px;
  background: var(--er-blue-soft);
  color: var(--er-blue);
  font-weight: 800;
  text-decoration: none;
}

.em-retro__inline-link:hover,
.em-retro__inline-link:focus {
  text-decoration: underline;
}

.em-retro__loads-table-wrap {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  border: 1px solid var(--er-line);
  border-radius: 18px;
  background: var(--er-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  -webkit-overflow-scrolling: touch;
}

.em-retro__table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: collapse;
}

.em-retro__table th,
.em-retro__table td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--er-line);
  text-align: left;
  vertical-align: top;
}

.em-retro__table th {
  background: var(--er-dark);
  color: var(--er-white);
  font-size: 14px;
  font-weight: 800;
}

.em-retro__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-retro__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-retro__related-note {
  margin: 26px 0;
  padding: 22px 24px;
  border-radius: 17px;
  background: var(--er-soft);
}

.em-retro__related-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--er-dark);
  font-size: 18px;
}

.em-retro__related-note p:last-child {
  margin-bottom: 0;
}

.em-retro__related-note a {
  color: var(--er-blue);
  font-weight: 700;
}

.em-retro__steps {
  display: grid;
  gap: 14px;
  margin: 27px 0;
  padding: 0;
  counter-reset: er-step;
  list-style: none;
}

.em-retro__steps li {
  position: relative;
  min-height: 72px;
  padding: 18px 20px 18px 77px;
  border: 1px solid var(--er-line);
  border-radius: 17px;
  background: var(--er-white);
  counter-increment: er-step;
}

.em-retro__steps li::before {
  content: counter(er-step);
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--er-gold);
  color: var(--er-dark);
  font-weight: 900;
}

.em-retro__steps strong,
.em-retro__steps span {
  display: block;
}

.em-retro__steps span {
  margin-top: 4px;
  color: var(--er-muted);
}

.em-retro__test-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0;
}

.em-retro__test-grid article {
  position: relative;
  padding: 22px 22px 22px 76px;
  border: 1px solid var(--er-line);
  border-radius: 18px;
  background: var(--er-white);
}

.em-retro__test-grid article > span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--er-gold);
  color: var(--er-dark);
  font-size: 13px;
  font-weight: 900;
}

.em-retro__test-grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.em-retro__test-grid p:last-child {
  margin-bottom: 0;
}

.em-retro__handover {
  margin: 24px 0 28px;
  padding: 25px;
  border: 1px solid var(--er-line);
  border-radius: 20px;
  background: var(--er-soft);
}

.em-retro__handover ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-retro__handover li {
  position: relative;
  padding-left: 29px;
}

.em-retro__handover li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--er-green);
  font-weight: 900;
}

.em-retro__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0;
}

.em-retro__mistakes article {
  position: relative;
  padding: 22px 22px 22px 75px;
  border: 1px solid var(--er-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fb 100%);
}

.em-retro__mistakes article > span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--er-red-soft);
  color: var(--er-red);
  font-size: 13px;
  font-weight: 900;
}

.em-retro__mistakes h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.em-retro__mistakes p:last-child {
  margin-bottom: 0;
}

.em-retro__docs {
  display: grid;
  gap: 14px;
  margin: 25px 0;
}

.em-retro__docs article {
  padding: 21px 23px;
  border-left: 4px solid var(--er-gold);
  border-radius: 0 15px 15px 0;
  background: var(--er-soft);
}

.em-retro__docs strong {
  display: block;
  margin-bottom: 6px;
  color: var(--er-dark);
  font-size: 18px;
}

.em-retro__docs p:last-child {
  margin-bottom: 0;
}

.em-retro__small {
  color: var(--er-muted);
  font-size: 15px;
  line-height: 1.65;
}

.em-retro__faq {
  display: grid;
  gap: 12px;
}

.em-retro__faq details {
  overflow: hidden;
  border: 1px solid var(--er-line);
  border-radius: 16px;
  background: var(--er-white);
}

.em-retro__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--er-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.em-retro__faq summary::-webkit-details-marker {
  display: none;
}

.em-retro__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  display: grid;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  background: var(--er-soft);
  color: var(--er-dark);
  font-size: 21px;
}

.em-retro__faq details[open] summary {
  background: var(--er-gold-soft);
}

.em-retro__faq details[open] summary::after {
  content: "−";
  background: var(--er-gold);
}

.em-retro__faq details > div {
  padding: 0 21px 5px;
  color: var(--er-muted);
}

.em-retro__related {
  padding: clamp(35px, 5vw, 59px) 0;
}

.em-retro__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.em-retro__related-grid a {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--er-line);
  border-radius: 18px;
  background: var(--er-white);
  color: var(--er-text);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.em-retro__related-grid a:hover,
.em-retro__related-grid a:focus {
  transform: translateY(-3px);
  border-color: var(--er-gold);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.em-retro__related-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--er-dark);
  font-size: 20px;
  line-height: 1.35;
}

.em-retro__related-grid span {
  color: var(--er-muted);
}

.em-retro__cta {
  margin-top: 18px;
  padding: clamp(32px, 6vw, 66px);
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 12%, rgba(230, 164, 59, 0.32), transparent 36%),
    linear-gradient(135deg, #151b25 0%, #332418 100%);
  color: var(--er-white);
}

.em-retro__cta h2 {
  max-width: 830px;
  margin: 14px 0 18px;
  color: var(--er-white);
}

.em-retro__cta p {
  max-width: 870px;
  color: #dbe2eb;
}

.em-retro__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.em-retro__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.em-retro__button:hover,
.em-retro__button:focus {
  transform: translateY(-2px);
}

.em-retro__button--primary {
  background: var(--er-gold);
  color: var(--er-dark);
}

.em-retro__button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.08);
  color: var(--er-white);
}

.em-retro__cta-note {
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 1020px) {
  .em-retro__definition-grid,
  .em-retro__components-grid,
  .em-retro__planning-grid,
  .em-retro__turn-grid,
  .em-retro__transition-grid,
  .em-retro__panel-grid,
  .em-retro__price-grid,
  .em-retro__zones-grid,
  .em-retro__criteria-grid,
  .em-retro__insulator-grid,
  .em-retro__mechanism-grid,
  .em-retro__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .em-retro__comparison,
  .em-retro__connection-grid,
  .em-retro__test-grid,
  .em-retro__mistakes {
    grid-template-columns: 1fr;
  }

  .em-retro__handover ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .em-retro {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-retro__hero,
  .em-retro__cta {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 20px;
  }

  .em-retro__toc {
    padding: 18px;
  }

  .em-retro__toc-links {
    flex-direction: column;
  }

  .em-retro__toc-links a {
    width: 100%;
  }

  .em-retro__definition-grid,
  .em-retro__components-grid,
  .em-retro__planning-grid,
  .em-retro__turn-grid,
  .em-retro__transition-grid,
  .em-retro__panel-grid,
  .em-retro__price-grid,
  .em-retro__zones-grid,
  .em-retro__criteria-grid,
  .em-retro__insulator-grid,
  .em-retro__mechanism-grid,
  .em-retro__related-grid {
    grid-template-columns: 1fr;
  }

  .em-retro__related-grid a {
    min-height: auto;
  }

  .em-retro__table {
    min-width: 760px;
  }

  .em-retro__table th,
  .em-retro__table td {
    padding: 15px;
  }

  .em-retro__cta-actions {
    flex-direction: column;
  }

  .em-retro__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .em-retro h1 {
    font-size: 32px;
  }

  .em-retro h2 {
    font-size: 27px;
  }

  .em-retro h3 {
    font-size: 20px;
  }

  .em-retro__hero,
  .em-retro__cta {
    padding: 28px 20px;
  }

  .em-retro__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .em-retro__hero-tags span {
    font-size: 13px;
  }

  .em-retro__definition-grid article,
  .em-retro__components-grid article,
  .em-retro__planning-grid article,
  .em-retro__turn-grid article,
  .em-retro__transition-grid article,
  .em-retro__panel-grid article,
  .em-retro__price-grid article,
  .em-retro__zones-grid article,
  .em-retro__criteria-grid article,
  .em-retro__insulator-grid article,
  .em-retro__mechanism-grid article {
    padding: 20px;
  }

  .em-retro__test-grid article,
  .em-retro__mistakes article {
    padding: 74px 19px 19px;
  }

  .em-retro__test-grid article > span,
  .em-retro__mistakes article > span {
    top: 18px;
    left: 19px;
  }

  .em-retro__steps li {
    padding: 72px 19px 19px;
  }

  .em-retro__steps li::before {
    top: 17px;
    left: 19px;
  }
}/* End custom CSS */