*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: Inter, sans-serif; background: rgb(255, 255, 255); color: rgb(0, 0, 0); line-height: 1.6; overflow-x: hidden; }
.training-hero { background: rgb(24, 22, 23); color: rgb(255, 255, 255); padding: 120px 40px 80px; position: relative; display: flex; align-items: center; justify-content: center; min-height: 520px; }
.training-hero__overlay { position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(24, 22, 23, 0.95) 0%, rgba(0, 0, 0, 0.85) 100%); z-index: 1; }
.training-hero__bg-img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.18; }
.training-hero__content { position: relative; z-index: 2; max-width: 860px; text-align: center; }
.training-hero__label { display: inline-block; font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 20px; }
.training-hero__headline { font-family: Poppins, sans-serif; font-size: clamp(32px, 5vw, 54px); font-weight: 800; color: rgb(255, 255, 255); line-height: 1.15; margin-bottom: 22px; }
.training-hero__subheadline { font-family: Inter, sans-serif; font-size: clamp(15px, 2vw, 18px); font-weight: 400; color: rgb(204, 204, 204); max-width: 680px; margin: 0px auto 36px; line-height: 1.75; }
.training-hero__cta { display: inline-block; background: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 15px 36px; text-decoration: none; border: 2px solid rgb(208, 2, 27); transition: background 0.3s, color 0.3s, transform 0.2s; clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%); }
.training-hero__cta:hover { background: rgb(168, 0, 22); border-color: rgb(168, 0, 22); transform: translateY(-2px); }
.training-hero__separator { width: 80px; height: 3px; background: rgb(208, 2, 27); margin: 48px auto 0px; }
.training-overview { background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 90px 40px; }
.training-overview__inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.training-overview__label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 14px; }
.training-overview__header { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 700; color: rgb(0, 0, 0); line-height: 1.2; margin-bottom: 24px; }
.training-overview__header span { color: rgb(208, 2, 27); }
.training-overview__body { font-size: 15px; color: rgb(51, 51, 51); line-height: 1.8; margin-bottom: 20px; }
.training-overview__divider { width: 50px; height: 3px; background: rgb(208, 2, 27); margin: 24px 0px; }
.training-overview__right { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.training-overview__icon-card { background: rgb(248, 248, 248); border-width: 1px 1px 1px 4px; border-style: solid; border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(238, 238, 238) rgb(208, 2, 27); border-image: initial; padding: 22px 18px; display: flex; flex-direction: column; gap: 10px; transition: transform 0.3s, box-shadow 0.3s; }
.training-overview__icon-card:hover { transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px; }
.training-overview__icon-card svg { width: 32px; height: 32px; color: rgb(208, 2, 27); flex-shrink: 0; }
.training-overview__icon-label { font-family: Poppins, sans-serif; font-size: 13px; font-weight: 600; color: rgb(0, 0, 0); }
.training-overview__icon-sub { font-size: 12px; color: rgb(102, 102, 102); line-height: 1.5; }
.training-programs { background: rgb(24, 22, 23); color: rgb(255, 255, 255); padding: 90px 40px; }
.training-programs__inner { max-width: 1200px; margin: 0px auto; }
.training-programs__header-wrap { text-align: center; margin-bottom: 54px; }
.training-programs__section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 14px; }
.training-programs__heading { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.5vw, 40px); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 14px; }
.training-programs__subtext { font-size: 15px; color: rgb(153, 153, 153); max-width: 560px; margin: 0px auto; }
.training-programs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.training-card { background: rgb(0, 0, 0); border-left: 4px solid rgb(208, 2, 27); padding: 30px 26px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.3s, box-shadow 0.3s; position: relative; }
.training-card:hover { transform: translateY(-5px); box-shadow: rgba(208, 2, 27, 0.2) 0px 12px 36px; }
.training-card__badge { display: inline-block; background: rgb(208, 2, 27); color: rgb(255, 255, 255); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 12px; align-self: flex-start; }
.training-card__title { font-family: Poppins, sans-serif; font-size: 17px; font-weight: 700; color: rgb(255, 255, 255); line-height: 1.3; }
.training-card__audience-label { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgb(208, 2, 27); }
.training-card__audience { font-size: 13px; color: rgb(170, 170, 170); margin-top: 2px; line-height: 1.5; }
.training-card__desc { font-size: 14px; color: rgb(204, 204, 204); line-height: 1.7; flex: 1 1 0%; }
.training-card__details { font-size: 12px; color: rgb(136, 136, 136); border-top: 1px solid rgb(34, 34, 34); padding-top: 14px; line-height: 1.6; }
.training-card__details strong { color: rgb(170, 170, 170); }
.training-who { background: rgb(197, 197, 197); color: rgb(0, 0, 0); padding: 80px 40px; }
.training-who__inner { max-width: 1100px; margin: 0px auto; text-align: center; }
.training-who__label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 14px; }
.training-who__heading { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 48px; }
.training-who__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.training-who__card { background: rgb(255, 255, 255); border-top: 4px solid rgb(208, 2, 27); padding: 36px 20px 30px; display: flex; flex-direction: column; align-items: center; gap: 14px; transition: transform 0.3s, box-shadow 0.3s; }
.training-who__card:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 28px; }
.training-who__icon-wrap { width: 64px; height: 64px; background: rgb(24, 22, 23); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.training-who__icon-wrap svg { width: 30px; height: 30px; color: rgb(208, 2, 27); }
.training-who__card-label { font-family: Poppins, sans-serif; font-size: 15px; font-weight: 700; color: rgb(0, 0, 0); text-align: center; }
.training-process { background: rgb(255, 255, 255); color: rgb(0, 0, 0); padding: 90px 40px; }
.training-process__inner { max-width: 1200px; margin: 0px auto; }
.training-process__header-wrap { text-align: center; margin-bottom: 60px; }
.training-process__label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(208, 2, 27); margin-bottom: 14px; }
.training-process__heading { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 700; color: rgb(0, 0, 0); }
.training-process__flow { display: flex; gap: 0px; align-items: stretch; position: relative; }
.training-process__flow::before { content: ""; position: absolute; top: 40px; left: 40px; right: 40px; height: 2px; background: rgb(208, 2, 27); z-index: 0; }
.training-process__step { flex: 1 1 0%; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0px 14px; position: relative; z-index: 1; }
.training-process__number { width: 80px; height: 80px; background: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Poppins, sans-serif; font-size: 26px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: 22px; position: relative; z-index: 2; }
.training-process__step-title { font-family: Poppins, sans-serif; font-size: 14px; font-weight: 700; color: rgb(0, 0, 0); margin-bottom: 10px; }
.training-process__step-desc { font-size: 13px; color: rgb(85, 85, 85); line-height: 1.65; }
.training-cta-band { background: rgb(208, 2, 27); color: rgb(255, 255, 255); padding: 80px 40px; text-align: center; }
.training-cta-band__headline { font-family: Poppins, sans-serif; font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: rgb(255, 255, 255); margin-bottom: 16px; }
.training-cta-band__subtext { font-size: 16px; color: rgba(255, 255, 255, 0.88); max-width: 560px; margin: 0px auto 36px; line-height: 1.7; }
.training-cta-band__btn { display: inline-block; background: rgb(255, 255, 255); color: rgb(208, 2, 27); font-family: Inter, sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 16px 40px; text-decoration: none; border: 2px solid rgb(255, 255, 255); clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%); transition: background 0.3s, color 0.3s, transform 0.2s; }
.training-cta-band__btn:hover { background: rgb(24, 22, 23); color: rgb(255, 255, 255); border-color: rgb(24, 22, 23); transform: translateY(-2px); }
@media (max-width: 1024px) {
  .training-programs__grid { grid-template-columns: repeat(2, 1fr); }
  .training-who__grid { grid-template-columns: repeat(2, 1fr); }
  .training-process__flow { flex-direction: column; gap: 32px; }
  .training-process__flow::before { display: none; }
  .training-process__step { flex-direction: row; text-align: left; align-items: flex-start; gap: 20px; padding: 0px; }
  .training-process__number { margin-bottom: 0px; flex-shrink: 0; }
  .training-process__step-content { padding-top: 10px; }
}
@media (max-width: 768px) {
  .training-hero { padding: 100px 20px 60px; }
  .training-overview__inner { grid-template-columns: 1fr; gap: 40px; }
  .training-overview__right { grid-template-columns: 1fr 1fr; }
  .training-programs { padding: 70px 20px; }
  .training-programs__grid { grid-template-columns: 1fr; }
  .training-who { padding: 60px 20px; }
  .training-who__grid { grid-template-columns: repeat(2, 1fr); }
  .training-process { padding: 70px 20px; }
  .training-cta-band { padding: 60px 20px; }
}
@media (max-width: 480px) {
  .training-overview__right { grid-template-columns: 1fr; }
  .training-who__grid { grid-template-columns: 1fr 1fr; }
  .training-process__step { flex-direction: column; align-items: center; text-align: center; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }