.elementor-720551 .elementor-element.elementor-element-3f2f1461{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), smooth;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-decoration:var( --e-global-typography-text-text-decoration );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-4918782e *//* General */
.junior-hero,
.junior-section,
.junior-process,
.expert-box,
.junior-tips,
.junior-link-box,
.tcm-faq,
.final-cta {
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

/* Hero */
.junior-hero {
  max-width: 1100px;
  margin: 70px auto 0;
  padding: 0 20px;
  text-align: center;
  color: #1f2933;
}

.junior-hero h1 {
  margin: 0 0 10px;
  color: #0057b8;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
}

.junior-subtitle {
  margin: 0 auto 28px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.7;
}

.junior-cta {
  display: inline-block;
  padding: 15px 34px;
  background: #0057b8;
  color: #ffffff !important;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 87, 184, 0.22);
}

.junior-cta:hover {
  background: #003f8f;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 87, 184, 0.28);
}

.junior-image {
  margin: 42px auto 0;
  max-width: 840px;
}

.junior-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(11, 47, 91, 0.12);
}

.junior-intro-box {
  max-width: 920px;
  margin: 28px auto 0;
  padding: 24px 34px;
  background: #f4f9ff;
  border: 1px solid #dcecff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(11, 47, 91, 0.06);
}

.junior-intro-box p {
  margin: 0;
  color: #0b2f5b;
  font-size: 20px;
  line-height: 1.85;
  font-weight: 600;
}

/* Sections */
.junior-section {
  max-width: 980px;
  margin: 80px auto 0;
  padding: 0 20px;
  text-align: center;
}

.junior-section h2,
.junior-process h2,
.junior-tips h2,
.junior-link-box h2,
.final-cta h2 {
  margin: 0 0 18px;
  color: #0b2f5b;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.85;
}

/* Cards */
.junior-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.junior-card {
  min-height: 165px;
  padding: 26px 20px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(11, 47, 91, 0.06);
  transition: all 0.25s ease;
}

.junior-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 47, 91, 0.12);
}

.junior-card h3 {
  margin: 0 0 10px;
  color: #0057b8;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.junior-card p {
  margin: 0;
  color: #3f4b57;
  font-size: 16px;
  line-height: 1.7;
}

/* Process */
.junior-process {
  max-width: 980px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.process-step {
  background: #f8fbff;
  border: 1px solid #dcecff;
  border-radius: 18px;
  padding: 26px 18px;
  text-align: center;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  background: #0057b8;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
}

.process-step h3 {
  margin: 0 0 10px;
  color: #0b2f5b;
  font-size: 19px;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: #3f4b57;
  font-size: 15px;
  line-height: 1.7;
}

/* Expert */
.expert-box {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 42px 34px;
  background: linear-gradient(135deg, #f4f9ff 0%, #eef6ff 100%);
  border: 1px solid #dcecff;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 87, 184, 0.08);
  text-align: right;
}

.expert-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #0057b8;
  font-size: 14px;
  font-weight: 800;
}

.expert-box h2 {
  margin: 0 0 18px;
  color: #0b2f5b;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
}

.expert-box p {
  margin: 0 0 14px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.85;
}

.expert-box p:last-child {
  margin-bottom: 0;
}

/* Tips */
.junior-tips {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.junior-tips ul {
  list-style: none;
  padding: 0;
  margin: 28px auto 0;
  max-width: 760px;
}

.junior-tips li {
  position: relative;
  margin-bottom: 14px;
  padding: 18px 24px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.65;
  box-shadow: 0 8px 20px rgba(11, 47, 91, 0.05);
}

.junior-tips li::before {
  content: "✓";
  color: #0057b8;
  font-weight: 800;
  margin-left: 8px;
}

/* Link Box */
.junior-link-box {
  max-width: 900px;
  margin: 80px auto 0;
  padding: 42px 34px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(11, 47, 91, 0.07);
  text-align: center;
}

.junior-link-box p {
  max-width: 760px;
  margin: 0 auto;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.85;
}

.junior-link-box a {
  color: #0057b8;
  font-weight: 800;
  text-decoration: none;
}

.junior-link-box a:hover {
  text-decoration: underline;
}

/* FAQ */
.tcm-faq {
  max-width: 900px;
  margin: 80px auto;
  padding: 60px 25px;
  background: linear-gradient(135deg, #f4f9ff 0%, #eef6ff 100%);
  border-radius: 20px;
  border: 1px solid #dcecff;
  text-align: right;
}

.tcm-faq h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #0b2f5b;
  text-align: center;
}

.faq-item {
  border: 1px solid #e6edf5;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 0 18px;
  background: #ffffff;
  transition: all 0.25s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f2933;
}

.faq-question .icon {
  font-size: 18px;
  color: #0057b8;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  font-size: 17px;
  line-height: 1.85;
  color: #3f4b57;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 18px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

/* Final CTA */
.final-cta {
  max-width: 900px;
  margin: 70px auto 90px;
  padding: 0 20px;
  text-align: center;
}

.final-cta p {
  margin: 0 auto 24px;
  max-width: 700px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 900px) {
  .junior-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .junior-hero h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .junior-hero {
    margin-top: 45px;
  }

  .junior-hero h1 {
    font-size: 30px;
  }

  .junior-subtitle,
  .section-intro,
  .junior-link-box p,
  .final-cta p {
    font-size: 16px;
  }

  .junior-intro-box {
    padding: 20px 18px;
  }

  .junior-intro-box p {
    font-size: 17px;
  }

  .junior-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .junior-section h2,
  .junior-process h2,
  .junior-tips h2,
  .junior-link-box h2,
  .final-cta h2,
  .expert-box h2,
  .tcm-faq h2 {
    font-size: 26px;
  }

  .expert-box,
  .junior-link-box,
  .tcm-faq {
    padding: 28px 20px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 15px;
  }
}/* End custom CSS */