.elementor-4657 .elementor-element.elementor-element-2e61b43c{--display:flex;--min-height:728px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4657 .elementor-element.elementor-element-654f3990{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4657 .elementor-element.elementor-element-724b620{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4657 .elementor-element.elementor-element-724b620:not(.elementor-motion-effects-element-type-background), .elementor-4657 .elementor-element.elementor-element-724b620 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.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-4657 .elementor-element.elementor-element-f3923bf{text-align:center;font-family:"Sora", Sans-serif;font-size:14px;font-weight:400;}@media(max-width:1024px){.elementor-4657 .elementor-element.elementor-element-f3923bf{font-size:12px;}}@media(min-width:768px){.elementor-4657 .elementor-element.elementor-element-2e61b43c{--content-width:86vw;}.elementor-4657 .elementor-element.elementor-element-654f3990{--width:100%;}}@media(max-width:767px){.elementor-4657 .elementor-element.elementor-element-2e61b43c{--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4657 .elementor-element.elementor-element-f3923bf{font-size:9px;}}/* Start custom CSS for html, class: .elementor-element-7df630d *//* Estilo Pressel (Denso, persuasivo) - Com prefixo ta- para evitar conflitos */
.ta-pressel-container {
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ta-pressel-header {
  text-align: center;
  margin-bottom: 40px;
}

.ta-pressel-alert {
  display: inline-block;
  background: #e02c5e;
  color: white;
  padding: 8px 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 30px;
  animation: ta-pulse 2s infinite;
}

@keyframes ta-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.ta-pressel-headline {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 800;
}

.ta-pressel-subheadline {
  font-size: 20px;
  color: #555;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}

.ta-pressel-intro {
  margin-bottom: 30px;
}

.ta-first-paragraph {
  font-size: 20px;
  line-height: 1.5;
}

.ta-capital-letter {
  float: left;
  font-size: 60px;
  line-height: 1;
  padding-right: 8px;
  padding-top: 4px;
  color: #e02c5e;
}

.ta-pressel-warning-box {
  background: #fff6f6;
  border-left: 5px solid #e02c5e;
  padding: 25px;
  margin: 30px 0;
  border-radius: 10px;
}

.ta-warning-title {
  margin-top: 0;
  color: #e02c5e;
  font-size: 24px;
}

.ta-pressel-major-title {
  font-size: 28px;
  text-align: center;
  margin: 40px 0 25px;
  position: relative;
  padding-bottom: 15px;
}

.ta-pressel-major-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(45deg, #e02c5e, #963be3);
}

.ta-pressel-quote {
  font-size: 22px;
  font-style: italic;
  color: #555;
  border-left: 4px solid #963be3;
  padding: 15px 25px;
  margin: 30px 0;
  background: #f9f9f9;
  line-height: 1.4;
}

.ta-pressel-cost-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.ta-cost-item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  border-top: 3px solid #e02c5e;
}

.ta-cost-title {
  margin-top: 0;
  font-size: 20px;
  color: #333;
}

/* Grid de etapas - usando seu CSS */
.ta-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0;
  padding: 0 20px;
}

.ta-step-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ta-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Container para número e título lado a lado */
.ta-step-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.ta-step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #e02c5e, #963be3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  flex-shrink: 0;
}

.ta-step-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.ta-step-description {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Seção de diferenciação */
.ta-pressel-differentiator {
  margin: 40px 0;
}

.ta-pressel-difference-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.ta-difference-item {
  display: flex;
  margin-bottom: 25px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.ta-difference-icon {
  font-size: 28px;
  margin-right: 20px;
  flex-shrink: 0;
}

.ta-difference-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.ta-difference-content p {
  margin: 0;
}

/* Timeline */
.ta-pressel-timeline {
  margin: 50px 0;
}

.ta-timeline-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.ta-timeline-container {
  position: relative;
}

.ta-timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, #e02c5e, #963be3);
}

.ta-timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}

.ta-timeline-marker {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #e02c5e, #963be3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}

.ta-timeline-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.ta-timeline-content h3 {
  margin-top: 0;
  font-size: 20px;
}

.ta-timeline-content p {
  margin-bottom: 0;
}

/* Urgency Block */
.ta-pressel-urgency-block {
  background: #f9f9f9;
  border-left: 5px solid #e02c5e;
  padding: 30px;
  margin: 40px 0;
  border-radius: 10px;
}

.ta-urgency-title {
  margin-top: 0;
  font-size: 24px;
  color: #333;
}

.ta-urgency-list {
  padding-left: 20px;
  margin: 20px 0;
}

.ta-urgency-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* Garantia */
.ta-pressel-guarantee-section {
  margin: 40px 0;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
}

.ta-guarantee-content {
  display: flex;
  align-items: center;
}

.ta-guarantee-img {
  max-width: 100px;
  width: 100px;
  height: auto;
  margin-right: 30px;
}

.ta-guarantee-text {
  flex: 1;
}

.ta-guarantee-text h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.ta-guarantee-text p {
  margin-bottom: 10px;
}

/* CTA Section */
.ta-pressel-cta-section {
  text-align: center;
  background: #f9f9f9;
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
}

.ta-cta-title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}

.ta-cta-description {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 20px;
}

.ta-cta-question {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ta-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
  color: black;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 0;
  box-shadow: 0 5px 15px rgba(58, 231, 2, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ta-cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(58, 231, 2, 0.4);
}

.ta-final-note {
  font-size: 16px;
  color: #e02c5e;
  margin-top: 20px;
}

/* Media Queries organizadas corretamente */
/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  .ta-pressel-container {
    padding: 25px;
    max-width: 95%;
  }
  
  .ta-pressel-headline {
    font-size: 32px;
  }
  
  .ta-pressel-cost-section {
    gap: 15px;
  }
  
  .ta-steps {
    gap: 20px;
    padding: 0 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ta-timeline-container:before {
    left: 25px;
  }
  
  .ta-timeline-item {
    padding-left: 70px;
  }
  
  .ta-timeline-marker {
    width: 50px;
    height: 50px;
  }
  
  .ta-pressel-cta-section {
    padding: 30px;
  }
}

/* Desktop */
@media (min-width: 769px) {
  .ta-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ta-pressel-container {
    padding: 20px;
    border-radius: 10px;
  }
  
  .ta-pressel-headline {
    font-size: 26px;
  }
  
  .ta-pressel-subheadline {
    font-size: 18px;
  }
  
  .ta-capital-letter {
    font-size: 45px;
  }
  
  .ta-pressel-major-title {
    font-size: 24px;
    padding-bottom: 12px;
  }
  
  .ta-pressel-quote {
    font-size: 18px;
    padding: 12px 20px;
  }
  
  .ta-pressel-cost-section {
    grid-template-columns: 1fr;
  }
  
  .ta-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ta-step-card {
    padding: 20px;
  }
  
  .ta-step-title {
    font-size: 18px;
  }
  
  .ta-step-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .ta-difference-item {
    flex-direction: column;
  }
  
  .ta-difference-icon {
    margin-bottom: 10px;
  }
  
  .ta-guarantee-content {
    flex-direction: column;
    text-align: center;
  }
  
  .ta-guarantee-img {
    max-width: 100px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .ta-cta-button {
    width: 100%;
    padding: 15px 20px;
  }
  
  .ta-step-card,
  .ta-cta-button,
  .ta-difference-item,
  .ta-timeline-item {
    cursor: pointer;
    touch-action: manipulation;
  }
  
  .ta-step-card,
  .ta-cta-button {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* Telas muito pequenas */
@media (max-width: 480px) {
  .ta-pressel-headline {
    font-size: 24px;
  }
  
  .ta-pressel-subheadline {
    font-size: 16px;
  }
  
  .ta-step-card {
    padding: 15px;
  }
  
  .ta-timeline-marker {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  
  .ta-timeline-item {
    padding-left: 65px;
  }
  
  .ta-timeline-container:before {
    left: 22px;
  }
  
  .ta-pressel-cta-section {
    padding: 25px 15px;
  }
  
  .ta-cta-title {
    font-size: 22px;
  }
  
  .ta-cta-description, 
  .ta-cta-question {
    font-size: 16px;
  }
}

/* Telas muito pequenas */
@media (max-width: 360px) {
  .ta-pressel-container {
    padding: 15px 10px;
  }
  
  .ta-pressel-headline {
    font-size: 22px;
  }
}

/* Scrolling suave - limitado ao escopo do pressel */
.ta-pressel-container {
  -webkit-overflow-scrolling: touch;
}/* End custom CSS */