.elementor-1040 .elementor-element.elementor-element-597f45b3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1040 .elementor-element.elementor-element-a44a10f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7a00e30 */.pp-academy-cta {
  position: relative;
  padding: 90px 0;
  background: 
#f8f7f3;
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.pp-academy-cta,
.pp-academy-cta * {
  box-sizing: border-box;
}

.pp-academy-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pp-academy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: center;
  padding: 48px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 12%, rgba(247,154,31,.20), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid rgba(10,38,56,.10);
  box-shadow: 0 24px 70px rgba(10,38,56,.10);
}

.pp-academy-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(247,154,31,.14);
  color: #a95d00;
  font-size: 14px;
  font-weight: 900;
}

.pp-academy-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f79a1f;
  box-shadow: 0 0 0 6px rgba(247,154,31,.16);
}

.pp-academy-content h2 {
  max-width: 680px;
  margin: 0;
  color: #0a2638;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 900;
}

.pp-academy-content p {
  max-width: 680px;
  margin: 22px 0 26px;
  color: #6b7b86;
  font-size: 17px;
  line-height: 1.7;
}

.pp-academy-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.pp-academy-features span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(10,38,56,.10);
  color: #0a2638;
  font-size: 14px;
  font-weight: 800;
}

.pp-academy-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f79a1f, #ffbd5d);
  color: #15100a !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(247,154,31,.24);
}

.pp-academy-visual {
  position: relative;
  min-height: 360px;
}

.pp-academy-image {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(10,38,56,.02), rgba(10,38,56,.22)),
    url("https://images.unsplash.com/photo-1516734212186-a967f81ad0d7?auto=format&fit=crop&w=900&q=85")
    center/cover;
  border: 8px solid #ffffff;
  box-shadow: 0 20px 54px rgba(10,38,56,.12);
}

.pp-academy-mini-card {
  position: absolute;
  left: -26px;
  bottom: 28px;
  width: 250px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(10,38,56,.10);
  box-shadow: 0 20px 54px rgba(10,38,56,.12);
}

.pp-academy-mini-card strong {
  display: block;
  color: #0a2638;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.pp-academy-mini-card span {
  display: block;
  margin-top: 8px;
  color: #6b7b86;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 980px) {
  .pp-academy-card {
    grid-template-columns: 1fr;
  }

  .pp-academy-visual {
    min-height: 340px;
  }

  .pp-academy-mini-card {
    left: 24px;
  }
}

@media (max-width: 640px) {
  .pp-academy-cta {
    padding: 64px 0;
  }

  .pp-academy-container {
    width: min(100% - 28px, 1180px);
  }

  .pp-academy-card {
    padding: 26px;
    border-radius: 28px;
  }

  .pp-academy-content h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .pp-academy-features {
    flex-direction: column;
  }

  .pp-academy-features span,
  .pp-academy-btn {
    width: 100%;
  }

  .pp-academy-visual {
    min-height: 300px;
  }

  .pp-academy-mini-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }
}/* End custom CSS */