.elementor-4692 .elementor-element.elementor-element-88ab240{--display:flex;}@media(min-width:768px){.elementor-4692 .elementor-element.elementor-element-88ab240{--content-width:86vw;}}/* Start custom CSS for html, class: .elementor-element-1cc18c2 *//* Texto e Áudio Learning Section Styles - Usando prefixo ta- para evitar conflitos */
.ta-learning-section {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background: linear-gradient(135deg, #f9f9f9 0%, #f3f3f3 100%);
  padding: 60px 0 30px;
}

.ta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

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

.ta-badge {
  display: inline-block;
  background: #e02c5e;
  color: white;
  padding: 6px 16px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
}

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

.ta-highlight {
  background: linear-gradient(45deg, #e02c5e, #963be3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.ta-content {
  margin-top: 30px;
}

.ta-intro {
  margin-bottom: 40px;
}

.ta-intro p:first-child {
  font-size: 20px;
  margin-bottom: 20px;
}

.ta-pain-points {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.ta-pain-points li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 10px;
}

.ta-pain-icon {
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

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

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

.ta-science-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.ta-science-item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.ta-stat {
  font-size: 36px;
  font-weight: 700;
  color: #e02c5e;
  margin-bottom: 10px;
}

.ta-science-item p {
  margin: 0;
  font-size: 15px;
}

.ta-science-item a {
  color: #963be3;
  text-decoration: none;
}

.ta-science-item a:hover {
  text-decoration: underline;
}

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

.ta-method-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.ta-method-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

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

.ta-method-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.ta-method-card h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}

.ta-method-card p {
  margin: 0;
  font-size: 15px;
  color: #666;
}

/* Progress cards - Substitui o timeline com círculos */
.ta-progress-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.ta-progress-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

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

.ta-progress-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

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

.ta-progress-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.ta-progress-text {
  margin: 0;
  font-size: 15px;
  color: #666;
}

.ta-demo-intro {
  text-align: center;
  margin: 50px 0 30px;
}

.ta-demo-description {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* Demo section styles */
.ta-demo-section {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.ta-iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.ta-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ta-action-container {
  text-align: center;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}

.ta-action-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.ta-action-button {
  background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
  color: black;
  padding: 15px 40px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(58, 231, 2, 0.3);
}

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

.ta-action-button:disabled {
  opacity: 0.7;
  cursor: default;
  transform: scale(1);
}

/* Prices section styles */
.ta-prices-section {
  background: linear-gradient(135deg, #f9f9f9 0%, #f3f3f3 100%);
  padding: 60px 0;
  margin-top: 30px;
}

.ta-prices-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.ta-prices-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.ta-prices-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsivo */

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .ta-container {
    max-width: 90%;
    padding: 25px;
  }
  
  .ta-science-container,
  .ta-method-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  
  .ta-progress-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .ta-iframe-container {
    height: calc(100vh - 250px);
    padding-bottom: 0;
    margin: 25px 0;
  }
  
  .ta-iframe-container iframe {
    position: static;
    width: 100%;
    height: 100%;
  }
  
  .ta-action-container {
    padding: 25px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ta-container {
    padding: 20px;
  }
  
  .ta-title {
    font-size: 28px;
  }
  
  .ta-subtitle {
    font-size: 18px;
  }
  
  .ta-science-container,
  .ta-method-cards,
  .ta-progress-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .ta-quote {
    font-size: 18px;
    padding: 15px 20px;
  }
  
  .ta-demo-section {
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  
  .ta-iframe-container {
    height: calc(100vh - 200px);
    padding-bottom: 0;
    margin: 20px 0;
  }
  
  .ta-iframe-container iframe {
    position: static;
    width: 100%;
    height: 100%;
  }
  
  .ta-action-container {
    padding: 20px;
  }
  
  .ta-action-text {
    font-size: 16px;
  }
  
  .ta-action-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }
  
  .ta-prices-title {
    font-size: 28px;
  }
  
  .ta-prices-subtitle {
    font-size: 18px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .ta-demo-section {
    padding: 0 10px;
  }
  
  .ta-iframe-container {
    height: calc(100vh - 180px);
  }
  
  .ta-prices-section {
    padding: 40px 0;
  }
}

/* Sistema de Preços */
.pricing-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9f9f9 0%, #f3f3f3 100%);
    overflow-x: hidden;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Banner de oferta por tempo limitado */
  .limited-time-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #e02c5e, #963be3);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(224, 44, 94, 0.3);
    flex-wrap: wrap;
  }
  
  .timer-icon {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .offer-text {
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
  }
  
  .countdown {
    font-weight: 700;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
  }
  
  .blink {
    animation: blink 1.5s infinite;
  }
  
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
  }
  
  /* Toggle de preços */
  .pricing-toggle-container {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  
  .pricing-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
 
  

  
  .pricing-period {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    padding: 5px 15px;
    border-radius: 20px;
  }
  
  .pricing-period.active {
    color: #fff;
    opacity: 1;
    background: linear-gradient(45deg, #e02c5e, #963be3);
    box-shadow: 0 5px 10px rgba(224, 44, 94, 0.2);
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0 15px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background: white;
    transition: .4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  input:checked + .slider {
    background: linear-gradient(45deg, #e02c5e, #963be3);
  }
  
  input:checked + .slider:before {
    transform: translateX(30px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .discount-badge {
    background: #ff3366;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 15px;
    margin-left: 8px;
    font-weight: bold;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.05);
      opacity: 0.8;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  /* Cards de preços */
  .pricing-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    transition: all 0.5s ease;
  }
  
  .blur-plans {
    filter: blur(5px);
    opacity: 0.5;
    transform: scale(0.95);
  }
  
  .pricing-plan {
    width: 300px;
    perspective: 1000px;
    position: relative;
  }
  
  .plan-inner {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 25px;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
    border: 1px solid #eee;
    overflow: hidden;
  }
  
  .pricing-plan:hover .plan-inner {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  .promotion-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #e02c5e, #963be3);
    color: white;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(224, 44, 94, 0.3);
    z-index: 10;
  }
  
  .most-popular-badge {
    position: absolute;
    top: 30px;
    right: -35px;
    background: #3AE702;
    color: black;
    transform: rotate(45deg);
    padding: 8px 40px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  
  /* Ribbon para o plano anual */
  .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
  }
  
  .ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: linear-gradient(#ff3366 0%, #ff3366 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -29px;
  }
  
  .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ff3366;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff3366;
  }
  
  .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #ff3366;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff3366;
  }
  
  .plan-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .plan-name {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .plan-price {
    position: relative;
    margin-bottom: 5px;
  }
  
  .currency {
    font-size: 22px;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: 5px;
  }
  
  .amount {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1;
  }
  
  .cents {
    font-size: 22px;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: 5px;
  }
  
  .period {
    font-size: 14px;
    color: #888;
    margin-left: 5px;
  }
  
  .plan-total {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }
  
  .original {
    text-decoration: line-through;
    color: #aaa;
    display: block;
    font-size: 13px;
  }
  
  .save-badge {
    background: #ff3366;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
  }
  
  .plan-features {
    margin-bottom: 30px;
  }
  
  .feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .feature-icon {
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
  }
  
  .feature-text {
    font-size: 15px;
    color: #555;
  }
  
  .feature.highlight {
    background: #f9f2ff;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
    border-left: 3px solid #963be3;
  }
  
  .feature.highlight .feature-text {
    font-weight: bold;
    color: #333;
  }
  
  .plan-button {
    display: block;
    text-align: center;
    padding: 15px;
    background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
    color: black;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(58, 231, 2, 0.3);
  }
  
  .plan-button-annual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .button-arrow {
    margin-left: 8px;
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  
  .pricing-plan:hover .plan-button .button-arrow {
    transform: translateX(5px);
  }
  
  .pricing-plan:hover .plan-button,
  .plan-button:hover {
    background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
    color: black;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(58, 231, 2, 0.4);
  }
  
  .pricing-plan.semiannual {
    transform: scale(1.05);
  }
  
  .pricing-plan.semiannual .plan-inner {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(45deg, #3AE702, #AFFC00) border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  /* Plano Anual */
  .yearly-plan .pricing-plan {
    width: 350px;
  }
  
  .yearly-plan .pricing-plan .plan-inner {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(45deg, #e02c5e, #963be3) border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  .yearly-plan .pricing-plan {
    transform: scale(1.05);
  }
  
  .yearly-plan .pricing-plan:hover .plan-inner {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
  
  .yearly-plan.show-plan .pricing-plan {
    animation: fade-in-up 0.5s forwards;
  }
  
  @keyframes fade-in-up {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Garantia */
  .pricing-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    max-width: 600px;
    margin: 30px auto 0;
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
  
  .guarantee-icon {
    font-size: 28px;
    margin-right: 15px;
  }
  
  .guarantee-text {
    font-size: 16px;
    color: #555;
  }

  /* Adicione este CSS para o novo ribbon "Mais Popular" */
  .popular-ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 5;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
    transition: all 0.6s ease; /* Mesma transição do card */
  }

  /* 2. Ajuste o comportamento do ribbon durante o hover no plano */
.pricing-plan:hover .popular-ribbon {
    transform: translateY(-10px); /* Move junto com o card no hover */
  }
  
  .popular-ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: linear-gradient(#3AE702 0%, #AFFC00 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -29px;
  }
  
  .popular-ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #3AE702;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3AE702;
  }
  
  .popular-ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #3AE702;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #3AE702;
  }
  
  
  
  /* Responsivo */
  @media (max-width: 1024px) {
    .pricing-plan {
      width: 280px;
    }
    
    .yearly-plan .pricing-plan {
      width: 330px;
    }
    
    .toggle-hint {
      right: 15%;
    }
  }
  
  @media (max-width: 768px) {
    .pricing-plans {
      flex-direction: column;
      align-items: center;
    }
    
    .pricing-plan {
      width: 100%;
      max-width: 350px;
      margin-bottom: 50px;
    }
    
    .yearly-plan .pricing-plan {
      width: 100%;
      max-width: 350px;
    }
    
    .pricing-toggle {
      width: 90%;
      max-width: 350px;
      margin: 0 auto;
      padding: 8px 15px;
    }
    
    .switch {
      width: 52px;
      height: 28px;
      margin: 0 10px;
    }
    
    .slider:before {
      height: 20px;
      width: 20px;
    }
    
    input:checked + .slider:before {
      transform: translateX(24px);
    }
    
    .pricing-period {
      font-size: 14px;
      padding: 5px 10px;
    }
    
    .discount-badge {
      font-size: 11px;
      padding: 2px 6px;
    }
    
    .limited-time-offer {
      flex-direction: column;
      text-align: center;
      padding: 15px;
    }
    
    .timer-icon, .offer-text {
      margin-right: 0;
      margin-bottom: 10px;
    }
    
    .toggle-hint {
      top: -40px;
      right: 50%;
      transform: translateX(50%);
    }
  }
  
  @media (max-width: 374px) {
    .pricing-toggle {
      max-width: 320px;
    }
    
    .pricing-period {
      font-size: 13px;
      padding: 4px 8px;
    }
  }
  
  /* Adicione ou substitua estas regras CSS para corrigir o ribbon do plano semestral */
.popular-ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 5; /* Ajuste o z-index para não sobrepor o badge de promoção */
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
  }
  
  .popular-ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: linear-gradient(#3AE702 0%, #AFFC00 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px;
    right: -29px;
  }
  
  /* Certifique-se de que o badge de promoção não seja coberto */
  .pricing-plan.semiannual .promotion-badge {
    z-index: 10;
  }
  
  /* Ajuste a posição do ribbon quando houver hover no plano */
  .pricing-plan.popular:hover .popular-ribbon {
    transform: translateY(-10px); /* Move o ribbon junto com o card no hover */
  }

  /* Correção para o ribbon popular no plano semestral */
/* Substitua ou adicione estas regras */

/* 1. Ajuste o z-index para garantir visibilidade adequada */
.pricing-plan.semiannual .popular-ribbon {
    z-index: 5;
  }
  
 
  
  
  /* 4. Certifique-se de que o ribbon está dentro do escopo correto */
  .pricing-plan.semiannual .popular-ribbon span {
    color: black;
    background: linear-gradient(#3AE702 0%, #AFFC00 100%);
  }
  
  /* 5. Garantir que o ribbon se comporta como o do plano anual */
  .popular-ribbon, .ribbon {
    transition: all 0.6s ease; /* Mesma transição do card */
  }

  /* Adicione estas regras CSS para fazer o plano semestral se comportar como o anual */


  
  /* 2. Aplique a mesma borda e efeito de gradiente ao plano semestral */
  .pricing-plan.semiannual .plan-inner {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(45deg, #3AE702, #AFFC00) border-box;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  /* 3. Ajuste o comportamento de hover para ser idêntico ao plano anual */
  .pricing-plan.semiannual:hover .plan-inner {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  }
  /* 4. Garanta que o ribbon e o promotion badge tenham a mesma transição */
.pricing-plan.semiannual .popular-ribbon,
.pricing-plan.semiannual .promotion-badge {
  transition: all 0.6s ease;
}
.pricing-plan.semiannual:hover .popular-ribbon,
.pricing-plan.semiannual:hover .promotion-badge {
  transform: translateY(-10px);
}

  /* 4. Corrija a animação para o hover */
  .pricing-plan.semiannual .popular-ribbon,
  .pricing-plan.semiannual .promotion-badge {
    transition: all 0.6s ease;
  }
  
  /* 5. Garanta que o ribbon e o badge se movam junto com o card */
  .pricing-plan.semiannual:hover .popular-ribbon,
  .pricing-plan.semiannual:hover .promotion-badge {
    transform: translateY(-10px);
  }
  
  /* 6. Ajuste responsivo (mantenha consistente com o anual) */
  @media (max-width: 768px) {
    .pricing-plan.semiannual {
      width: 100%;
      max-width: 350px;
    }
  }

  /* Adicione este CSS para o banner fixo e o botão flutuante */
  .limited-time-offer.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 10px 20px;
    animation: slide-down 0.5s;
  }

  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  
   .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(90deg, #3AE702 0%, #AFFC00 45%, #AFFC00 55%, #3AE702 100%);
    color: black;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(58, 231, 2, 0.4);
    z-index: 1001;
    display: none;
    animation: bounce-in 0.5s;
    transition: all 0.3s ease;
  }
  
  .floating-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(58, 231, 2, 0.5);
  }
  
  @keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(0.8) translateY(20px);
    }
    70% {
      transform: scale(1.05) translateY(-5px);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  
  /* Responsivo para o banner fixo */
  @media (max-width: 768px) {
    .limited-time-offer.sticky {
      padding: 8px 15px;
    }
    
    .limited-time-offer.sticky .timer-icon {
      font-size: 20px;
    }
    
    .limited-time-offer.sticky .offer-text {
      font-size: 14px;
    }
    
    .limited-time-offer.sticky .countdown {
      font-size: 14px;
      padding: 3px 10px;
    }
  }

  @media (max-width: 768px) {
    .limited-time-offer.sticky {
      padding: 8px 10px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      font-size: 14px;
    }
    
    .limited-time-offer.sticky .timer-icon {
      font-size: 18px;
      margin-right: 5px;
      margin-bottom: 0;
    }
    
    .limited-time-offer.sticky .offer-text {
      font-size: 14px;
      margin-right: 8px;
      margin-bottom: 0;
    }
    
    .limited-time-offer.sticky .countdown {
      font-size: 14px;
      padding: 2px 8px;
    }
    
    /* Ajusta o botão flutuante em telas pequenas */
    .floating-button {
      bottom: 15px;
      right: 15px;
      padding: 10px 15px;
      font-size: 14px;
      border-radius: 25px;
    }
  }
  
  /* Estilos adicionais para telas muito pequenas (smartphones) */
  @media (max-width: 480px) {
    .limited-time-offer.sticky {
      flex-direction: column;
      padding: 5px;
    }
    
    .limited-time-offer.sticky .timer-icon,
    .limited-time-offer.sticky .offer-text {
      margin-bottom: 3px;
    }
    
    /* Ajuste adicional para o botão flutuante em telas muito pequenas */
    .floating-button {
      bottom: 10px;
      right: 10px;
      padding: 8px 12px;
      font-size: 13px;
      width: auto;
      max-width: 120px;
      text-align: center;
    }
  }

  @keyframes slide-down {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(0.8) translateY(20px);
    }
    70% {
      transform: scale(1.05) translateY(-5px);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  
  @media (max-width: 768px) {
    /* Estilo geral do banner em dispositivos móveis */
    .limited-time-offer {
      padding: 15px 10px;
      text-align: center;
    }
    
    /* Banner fixo em dispositivos móveis */
    .limited-time-offer.sticky {
      padding: 10px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto;
      /* Aumentando a altura do banner para não cortar texto */
      min-height: 80px;
    }
    
    /* Reformatação do conteúdo para celular conforme solicitado */
    .limited-time-offer.sticky .mobile-banner-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    
    /* Linha 1: Ícone + "Oferta por tempo limitado!" */
    .limited-time-offer.sticky .first-line {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin-bottom: 3px;
      font-size: 14px;
      width: 100%;
    }
    
    .limited-time-offer.sticky .timer-icon {
      font-size: 16px;
      margin-right: 5px;
      margin-bottom: 0;
    }
    
    /* Linha 2: "Aproveite os descontos exclusivos" */
    .limited-time-offer.sticky .second-line {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 3px;
      width: 100%;
      text-align: center;
    }
    
    /* Linha 3: Timer */
    .limited-time-offer.sticky .countdown {
      font-size: 14px;
      padding: 2px 8px;
      margin: 0;
      width: auto;
    }
    
    /* Esconder a estrutura original quando em modo sticky */
    .limited-time-offer.sticky .offer-text {
      display: none;
    }
    
    /* Ajustes para a dica "Clique para ver..." */
    .toggle-hint {
      top: auto;
      right: auto;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
    }
    
    /* Botão flutuante em dispositivos móveis */
    .floating-button {
      bottom: 15px;
      right: 15px;
      padding: 10px 15px;
      font-size: 14px;
    }
  }
  
  /* Estilos adicionais para telas muito pequenas (smartphones) */
  @media (max-width: 480px) {
    /* Estilo para o banner sticky em telas muito pequenas */
    .limited-time-offer.sticky {
      padding: 6px;
    }
    
    .limited-time-offer.sticky .first-line,
    .limited-time-offer.sticky .second-line {
      font-size: 13px;
    }
    
    .limited-time-offer.sticky .countdown {
      font-size: 13px;
      padding: 2px 6px;
    }
    
    /* Ajuste para o botão flutuante em telas muito pequenas */
    .floating-button {
      bottom: 10px;
      right: 10px;
      padding: 8px 12px;
      font-size: 13px;
    }
    
    /* Certifique-se de que haja espaço suficiente no topo quando o banner estiver fixo */
    .pricing-section {
      padding-top: 100px;
    }
  }

/* Estilo para o hint como elemento independente */
.toggle-hint-standalone {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    animation: bounce 2s infinite;
  }
  
  .toggle-hint-standalone .hint-text {
    font-size: 14px;
    background: #963be3;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .toggle-hint-standalone .arrow {
    font-size: 24px;
    color: #963be3;
    margin-top: -2px; /* Ajuste fino para aproximar a seta do texto */
  }
  
  /* Mantém a animação bounce existente */
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
  }
  
  /* Responsivo */
  @media (max-width: 768px) {
    .toggle-hint-standalone {
      margin-bottom: 20px;
    }
    
    .toggle-hint-standalone .hint-text {
      font-size: 13px;
      padding: 6px 12px;
      max-width: 200px;
    }
  }
  /* Efeito de Degradê no Texto */
:root {
  --background-degrade: linear-gradient(to right, #e02c5e, #963be3);
}

.gradient-text-degrade {
  background: var(--background-degrade);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}/* End custom CSS */