.elementor-146 .elementor-element.elementor-element-bab02b4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-126px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-146 .elementor-element.elementor-element-baf1c2c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-baf1c2c */.aet-page {
  font-family: Inter, Arial, sans-serif;
  color: #102026;
  background: #ffffff;
}

.aet-page * {
  box-sizing: border-box;
}

.aet-container {
  width: min(1280px, 90%);
  margin: 0 auto;
}

.aet-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 9px 18px;
  margin-bottom: 18px;
  background: #eaf4e8;
  color: #1f6b43;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

/* HERO */
.aet-hero {
  padding: 96px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(121, 190, 112, 0.18), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(31, 107, 67, 0.12), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f7fbf4 100%);
  overflow: hidden;
}

.aet-hero-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 70px;
  align-items: center;
}

.aet-hero-content h1 {
  max-width: 760px;
  margin: 0;
  color: #102026;
  font-size: clamp(46px, 6vw, 84px);
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 950;
}

.aet-hero-content p {
  max-width: 680px;
  margin: 26px 0 34px;
  color: #5d6b70;
  font-size: 20px;
  line-height: 1.65;
}

.aet-hero-actions,
.aet-final-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.aet-btn-primary,
.aet-btn-outline,
.aet-btn-light,
.aet-btn-ghost {
  min-height: 56px;
  padding: 0 28px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  transition: all 0.25s ease;
}

.aet-btn-primary {
  background: #1f6b43 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 36px rgba(31, 107, 67, 0.24);
}

.aet-btn-primary:hover {
  background: #14492e !important;
  color: #ffffff !important;
  transform: translateY(-3px);
}

.aet-btn-outline {
  background: #ffffff !important;
  color: #1f6b43 !important;
  border: 1px solid rgba(31, 107, 67, 0.18);
}

.aet-btn-outline:hover {
  background: #eaf4e8 !important;
  color: #14492e !important;
}

.aet-quick-points {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 44px;
}

.aet-quick-points div {
  min-width: 140px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(31, 107, 67, 0.1);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(16, 32, 38, 0.06);
}

.aet-quick-points strong {
  display: block;
  color: #1f6b43;
  font-size: 21px;
  font-weight: 950;
}

.aet-quick-points span {
  display: block;
  margin-top: 4px;
  color: #5d6b70;
  font-size: 14px;
}

/* HERO VISUAL */
.aet-hero-visual {
  min-height: 560px;
  position: relative;
}

.aet-circle-card {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 340px;
  height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #1f6b43;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 28px 70px rgba(31, 107, 67, 0.25);
  z-index: 2;
}

.aet-circle-card span,
.aet-circle-card strong,
.aet-circle-card small {
  display: block;
}

.aet-circle-card span {
  font-size: 22px;
  font-weight: 800;
  opacity: 0.78;
}

.aet-circle-card strong {
  font-size: 76px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -4px;
}

.aet-circle-card small {
  font-size: 17px;
  font-weight: 800;
  opacity: 0.85;
}

.aet-lesson-card {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 390px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(31, 107, 67, 0.12);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(16, 32, 38, 0.12);
  z-index: 3;
}

.aet-lesson-top {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}

.aet-lesson-top span {
  width: 11px;
  height: 11px;
  background: #1f6b43;
  border-radius: 50%;
}

.aet-lesson-card h2 {
  margin: 0 0 20px;
  color: #102026;
  font-size: 28px;
  font-weight: 950;
}

.aet-lesson-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aet-lesson-card li {
  padding: 12px 0 12px 28px;
  color: #5d6b70;
  border-bottom: 1px solid rgba(31, 107, 67, 0.1);
  font-weight: 700;
  position: relative;
}

.aet-lesson-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1f6b43;
  font-weight: 950;
}

.aet-floating-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  padding: 24px;
  background: #d7e86a;
  color: #102026;
  border-radius: 28px 28px 28px 80px;
  box-shadow: 0 18px 50px rgba(16, 32, 38, 0.1);
  z-index: 4;
}

.aet-floating-note strong {
  display: block;
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 8px;
}

.aet-floating-note p {
  margin: 0;
  color: #344044;
  font-size: 14px;
  line-height: 1.5;
}

/* OVERVIEW */
.aet-overview,
.aet-audience,
.aet-learn,
.aet-benefits,
.aet-career,
.aet-structure,
.aet-final {
  padding: 90px 0;
}

.aet-overview-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
}

.aet-overview-left h2,
.aet-section-heading h2,
.aet-learn-content h2,
.aet-career-box h2,
.aet-final-box h2 {
  margin: 0;
  color: #102026;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 950;
}

.aet-overview-left p,
.aet-section-heading p,
.aet-learn-content p,
.aet-career-box p,
.aet-final-box p {
  color: #5d6b70;
  font-size: 18px;
  line-height: 1.7;
}

.aet-overview-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.aet-overview-box div {
  min-height: 150px;
  padding: 24px;
  background: #f7fbf4;
  border: 1px solid rgba(31, 107, 67, 0.1);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aet-overview-box span {
  color: #5d6b70;
  font-size: 14px;
  font-weight: 800;
}

.aet-overview-box strong {
  color: #1f6b43;
  font-size: 26px;
  font-weight: 950;
}

/* SECTION HEADING */
.aet-section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

/* AUDIENCE */
.aet-audience,
.aet-benefits,
.aet-structure {
  background: #f7fbf4;
}

.aet-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.aet-audience-card {
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(31, 107, 67, 0.1);
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(16, 32, 38, 0.06);
}

.aet-audience-card span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: #1f6b43;
  color: #ffffff;
  border-radius: 18px;
  font-weight: 950;
}

.aet-audience-card h3 {
  margin: 0 0 12px;
  color: #102026;
  font-size: 22px;
  font-weight: 950;
}

.aet-audience-card p {
  margin: 0;
  color: #5d6b70;
  font-size: 15px;
  line-height: 1.6;
}

/* LEARN */
.aet-learn-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.aet-learn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.aet-learn-list div {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(31, 107, 67, 0.1);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(16, 32, 38, 0.06);
}

.aet-learn-list strong {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: #1f6b43;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 14px;
}

.aet-learn-list p {
  margin: 0;
  color: #102026;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

/* BENEFITS */
.aet-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.aet-benefit-strip div {
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(31, 107, 67, 0.1);
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(16, 32, 38, 0.06);
}

.aet-benefit-strip span {
  color: #1f6b43;
  font-size: 26px;
}

.aet-benefit-strip strong {
  display: block;
  margin: 14px 0 10px;
  color: #102026;
  font-size: 20px;
  font-weight: 950;
}

.aet-benefit-strip p {
  margin: 0;
  color: #5d6b70;
  font-size: 15px;
  line-height: 1.6;
}

/* CAREER */
.aet-career-box {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 50px;
  align-items: center;
  padding: 58px;
  background:
    radial-gradient(circle at 88% 12%, rgba(121, 190, 112, 0.16), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7fbf4 100%);
  border: 1px solid rgba(31, 107, 67, 0.12);
  border-radius: 42px;
  box-shadow: 0 20px 60px rgba(16, 32, 38, 0.07);
}

.aet-career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.aet-career-tags span {
  padding: 15px 20px;
  background: #ffffff;
  color: #1f6b43;
  border: 1px solid rgba(31, 107, 67, 0.12);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(16, 32, 38, 0.05);
}

/* STRUCTURE */
.aet-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.aet-steps div {
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(31, 107, 67, 0.1);
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(16, 32, 38, 0.06);
}

.aet-steps span {
  display: inline-flex;
  margin-bottom: 20px;
  color: #1f6b43;
  font-size: 14px;
  font-weight: 950;
}

.aet-steps h3 {
  margin: 0 0 12px;
  color: #102026;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
}

.aet-steps p {
  margin: 0;
  color: #5d6b70;
  font-size: 15px;
  line-height: 1.6;
}

/* FINAL */
.aet-final-box {
  padding: 70px 8%;
  text-align: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 232, 106, 0.22), transparent 26%),
    linear-gradient(135deg, #1f6b43 0%, #14492e 100%);
  border-radius: 44px;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(31, 107, 67, 0.24);
}

.aet-final-box .aet-kicker {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.aet-final-box h2 {
  color: #ffffff;
}

.aet-final-box p {
  max-width: 720px;
  margin: 20px auto 34px;
  color: rgba(255, 255, 255, 0.78);
}

.aet-final-actions {
  justify-content: center;
}

.aet-btn-light {
  background: #ffffff !important;
  color: #1f6b43 !important;
}

.aet-btn-light:hover {
  background: #eaf4e8 !important;
  color: #14492e !important;
  transform: translateY(-3px);
}

.aet-btn-ghost {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.aet-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .aet-hero-grid,
  .aet-overview-grid,
  .aet-learn-grid,
  .aet-career-box {
    grid-template-columns: 1fr;
  }

  .aet-hero-visual {
    min-height: 520px;
  }

  .aet-audience-grid,
  .aet-benefit-strip,
  .aet-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .aet-hero,
  .aet-overview,
  .aet-audience,
  .aet-learn,
  .aet-benefits,
  .aet-career,
  .aet-structure,
  .aet-final {
    padding: 70px 0;
  }

  .aet-hero-content h1,
  .aet-overview-left h2,
  .aet-section-heading h2,
  .aet-learn-content h2,
  .aet-career-box h2,
  .aet-final-box h2 {
    letter-spacing: -1.4px;
  }

  .aet-hero-content p,
  .aet-overview-left p,
  .aet-section-heading p,
  .aet-learn-content p,
  .aet-career-box p,
  .aet-final-box p {
    font-size: 17px;
  }

  .aet-hero-actions,
  .aet-final-actions {
    flex-direction: column;
  }

  .aet-btn-primary,
  .aet-btn-outline,
  .aet-btn-light,
  .aet-btn-ghost {
    width: 100%;
  }

  .aet-quick-points div {
    width: 100%;
  }

  .aet-hero-visual {
    min-height: auto;
    display: grid;
    gap: 20px;
  }

  .aet-circle-card,
  .aet-lesson-card,
  .aet-floating-note {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .aet-circle-card {
    height: 280px;
    border-radius: 34px;
  }

  .aet-circle-card strong {
    font-size: 58px;
  }

  .aet-overview-box,
  .aet-audience-grid,
  .aet-learn-list,
  .aet-benefit-strip,
  .aet-steps {
    grid-template-columns: 1fr;
  }

  .aet-career-box,
  .aet-final-box {
    padding: 30px;
    border-radius: 30px;
  }
}/* End custom CSS */