.elementor-kit-1159{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-61f2491b:#4054B2;--e-global-color-16745ffe:#23A455;--e-global-color-7974309c:#000;--e-global-color-ef1b5f3:#FFF;--e-global-color-156ad220:#F29967;--e-global-color-57ec55d9:#4E4E4E;--e-global-color-52909fdb:#D1D3D4;--e-global-color-74fa5688:#2C2E33;--e-global-color-113c73e7:#282828;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#15162B;}.elementor-kit-1159 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1252px;}.e-con{--container-max-width:1252px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --jde-primary: #FF612E;
  --jde-primary-light: #FF8B5E;
  --jde-primary-lighter: #FFB088;
  --jde-dark: #1A1A2E;
  --jde-light: #F8F9FF;
  --jde-white: #FFFFFF;
  --jde-font-heading: 'Syne', sans-serif;
  --jde-font-body: 'DM Sans', sans-serif;
}

/* Tipografia */
.jde-headline {
  font-family: var(--jde-font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--jde-dark);
  margin: 1.5rem 0;
}

.jde-section-title {
  font-family: var(--jde-font-heading);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--jde-dark);
  margin-bottom: 1.5rem;
}

.jde-aula-title {
  font-family: var(--jde-font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--jde-dark);
  margin: 0.75rem 0;
}

.jde-body-text {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--jde-dark);
  line-height: 1.7;
}

.jde-microcopy {
  font-size: 0.875rem;
  color: var(--jde-dark);
}

/* Badges */
.jde-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--jde-primary);
  color: var(--jde-white);
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 24px;
  margin-bottom: 1.5rem;
}

.jde-aula-badge {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: var(--jde-light);
  color: var(--jde-primary);
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}

/* Cards */
.jde-card {
  background: var(--jde-white);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jde-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}

.jde-pain-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.jde-pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-color: var(--jde-primary);
}

.jde-pain-card h4 {
  font-family: var(--jde-font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--jde-dark);
}

.jde-pain-card p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Timeline */
.jde-timeline {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.jde-timeline-item {
  position: relative;
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
}

.jde-aula-result {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--jde-primary);
  font-weight: 500;
  font-size: 0.9375rem;
  margin-top: 1rem;
}

.jde-aula-result::before {
  content: '✓';
  flex-shrink: 0;
  font-weight: 700;
}

/* Blobs Animados */
.jde-blob-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.jde-blob {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 40% 30% 70% 60%;
  filter: blur(60px);
  opacity: 0.4;
  animation: jde-morphBlob 15s ease-in-out infinite;
}

.jde-blob--1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #FF612E 0%, #FF8B5E 50%, #FFB088 100%);
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.jde-blob--2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #FF8B5E 0%, #FFB088 100%);
  bottom: 20%;
  left: -150px;
  animation-delay: -5s;
}

.jde-blob--3 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #EAEEFF 0%, #FFB088 100%);
  top: 50%;
  right: -100px;
  animation-delay: -10s;
}

@keyframes jde-morphBlob {
  0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 30% 70% 60%;
    transform: rotate(0deg) scale(1);
  }
  25% {
    border-radius: 70% 30% 50% 50% / 30% 60% 40% 70%;
    transform: rotate(90deg) scale(1.05);
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: rotate(180deg) scale(1);
  }
  75% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(270deg) scale(1.05);
  }
}

/* Botão */
.jde-btn-primary {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #FF612E 0%, #FF8B5E 50%, #FFB088 100%);
  color: var(--jde-white);
  font-family: var(--jde-font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 97, 46, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.jde-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 97, 46, 0.4);
  color: var(--jde-white);
  text-decoration: none;
}

/* Animações */
.jde-reveal {
  opacity: 0;
  transform: translateY(30px);
  animation: jde-revealUp 0.8s ease forwards;
}

@keyframes jde-revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.jde-reveal:nth-child(1) { animation-delay: 0.1s; }
.jde-reveal:nth-child(2) { animation-delay: 0.2s; }
.jde-reveal:nth-child(3) { animation-delay: 0.3s; }
.jde-reveal:nth-child(4) { animation-delay: 0.4s; }

/* Responsividade */
@media (max-width: 768px) {
  .jde-timeline-item {
    padding-left: 0;
  }

  .jde-blob--1,
  .jde-blob--2,
  .jde-blob--3 {
    width: 250px;
    height: 250px;
  }
}/* End custom CSS */