/* Añade estas variables CSS al inicio del archivo */
:root {
  /* ...otras variables existentes... */
  --font-primary: 'Quicksand', sans-serif;
}

:root {
  --theme: #48DBD8;
}

/* Aplicación global de la tipografía */
body {
  font-family: var(--font-primary);
}

/* Asegurarse que los headings usen la fuente */
h1, h2, h3, h4, h5, h6,
.section-title,
.hero-title,
.wc-btn,
.btn-text-flip,
.nav__item > a {
  font-family: var(--font-primary) !important;
  font-weight: bold;
}

/* Ajustes específicos para diferentes pesos de fuente */
.section-title {
  font-weight: 700;
}

.text {
  font-weight: 400;
}

.wc-btn-primary {
  font-weight: 600;
}

.card-title {
  font-weight: 600;
}

.form-fields input {
  font-family: var(--font-primary);
  font-weight: 500;
}

.floating-card .card-content {
  font-family: var(--font-primary);
}

/* Ajusta el peso de la fuente para mejorar la legibilidad */
.hero-description {
  font-weight: 500;
}

.form-note {
  font-weight: 400;
}
/* Clases principales de cta-area */
.cta-area {
    padding-top: 145px;
  }
  
  .cta-area-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 124px;
  }
  
  .cta-area .section-heading {
    max-width: 695px;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  
  .cta-area .section-header {
    text-align: center;
  }
  
  .cta-area .section-header .section-title {
    max-width: 575px;
    margin: 0 auto;
  }
  
  .cta-area .section-header .text {
    max-width: 545px;
    margin: 0 auto;
  }
  
  .cta-area .section-header .text-wrapper {
    margin-top: 29px;
  }
  
  .cta-area .section-header .btn-wrapper {
    margin-top: 63px;
  }
  
  .cta-area .text-wrapper {
    padding-bottom: 43px;
  }
  
  .cta-area .text {
    color: var(--primary);
  }
  
  .cta-area .btn-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  
  
  /* Media queries */
  @media only screen and (max-width: 991px) {
    .cta-area .text-wrapper {
      padding-bottom: 28px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .cta-area .text-wrapper {
      padding-bottom: 18px;
    }
  }
  
  /* Clases relacionadas al wrapper */
  .cta-area-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #ace601;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }
  
  @media only screen and (max-width: 991px) {
    .cta-area-wrapper {
      padding-bottom: 70px;
      padding-top: 70px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .cta-area-wrapper {
      padding: 50px 15px;
    }
  }

  /* Estilos principales de performance-area */
.performance-area {
    padding-bottom: 123px;
  }
  
  @media only screen and (max-width: 1919px) {
    .performance-area {
      padding-bottom: 93px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .performance-area {
      padding-bottom: 73px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .performance-area {
      padding-bottom: 53px;
    }
  }
  
  .performance-area .section-content {
    max-width: 350px;
  }
  
  .performance-area .section-content .text-wrapper {
    margin-top: 29px;
  }
  
  .performance-area .section-content .title-wrapper {
    margin-top: 17px;
  }
  
  .performance-area .section-content .btn-wrapper {
    margin-top: 43px;
  }
  
  /* Estilos del área interna */
  .performance-area-inner {
    display: flex;
    gap: 40px 60px;
    justify-content: space-between;
  }
  
  @media only screen and (max-width: 991px) {
    .performance-area-inner {
      flex-direction: column;
    }
  }
  
  /* Estilos del wrapper de características */
  .performance-features-wrapper {
    display: grid;
    gap: 70px 0;
    grid-template-columns: 1fr 1fr;
    margin: 0 -50px;
  }
  
  @media (max-width: 575px) {
    .performance-features-wrapper {
      grid-template-columns: 1fr;
      gap: 50px 0;
    }
  }
  
  /* Estilos de los feature boxes */
  .performance-features-wrapper .feature-box {
    padding: 0 50px;
    border-inline-start: 1px solid #ebedef;
  }
  
  .performance-features-wrapper .feature-box .thumb img {
    max-height: 85px;
  }
  
  @media only screen and (max-width: 1199px) {
    .performance-features-wrapper .feature-box .thumb img {
      max-height: 65px;
    }
  }
  
  .performance-features-wrapper .feature-box .title {
    font-size: 24px;
    line-height: 1.25;
  }
  
  @media only screen and (max-width: 991px) {
    .performance-features-wrapper .feature-box .title {
      font-size: 20px;
    }
  }
  
  .performance-features-wrapper .feature-box .content {
    margin-top: 38px;
  }
  
  .performance-features-wrapper .feature-box .text {
    margin-top: 19px;
  }
  
  /* Wrapper box de características */
  .performance-features-wrapper-box {
    max-width: 700px;
    overflow: hidden;
  }

  /* Estilos principales de integration-area */
.integration-area {
    background-color: #f7faf9;
  }
  
  /* Estilos del header */
  .integration-area .section-header {
    text-align: center;
  }
  
  .integration-area .section-header .section-title {
    max-width: 520px;
    margin: 0 auto;
  }
  
  .integration-area .section-header .text {
    max-width: 700px;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 991px) {
    .integration-area .section-header .text {
      max-width: 600px;
    }
  }
  
  .integration-area .section-header .text-wrapper {
    margin-top: 29px;
  }
  
  .integration-area .section-header .title-wrapper {
    margin-top: 17px;
  }
  
  .integration-area .section-header .section-subtitle {
    background-color: var(--white);
  }
  
  /* Estilos del wrapper de logos */
  .integration-area .logos-wrapper-box {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 63px;
  }
  
  @media only screen and (max-width: 1919px) {
    .integration-area .logos-wrapper-box {
      margin-top: 43px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .integration-area .logos-wrapper-box {
      margin-top: 33px;
      flex-direction: column;
    }
  }
  
  .integration-area .logos-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  @media only screen and (max-width: 991px) {
    .integration-area .logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .integration-area .logos-wrapper {
      display: grid;
    }
  }
  
  /* Estilos de las cajas de logos */
  .logo-box {
    width: 125px;
    aspect-ratio: 100/98;
    background-color: var(--white);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media only screen and (max-width: 1199px) {
    .logo-box {
      width: 80px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .logo-box {
      width: 70px;
      border-radius: 15px;
    }
  }
  
  .logo-box img {
    max-height: 60px;
  }
  
  @media only screen and (max-width: 1199px) {
    .logo-box img {
      max-height: 40px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .logo-box img {
      max-height: 35px;
    }
  }
  
  /* Estilos del box "all" */
  .logo-box-all {
    width: 300px;
    min-width: 300px;
    height: 300px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
  }
  
  @media only screen and (max-width: 1199px) {
    .logo-box-all {
      width: 250px;
      min-width: 250px;
      height: 250px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .logo-box-all {
      order: 1;
    }
  }
  
  .logo-box-all .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
  }
  
  @media only screen and (max-width: 1199px) {
    .logo-box-all .title {
      font-size: 40px;
    }
  }
  
  .logo-box-all .text {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
  }
  
  .logo-box-all .btn-wrapper {
    margin-top: 25px;
  }

  /* Estilos principales de process-area */
.process-area {
    background-color: var(--primary);
  }
  
  /* Estilos del header */
  .process-area .section-header {
    text-align: center;
  }
  
  .process-area .section-header .section-title {
    max-width: 660px;
    margin: 0 auto;
    color: var(--white);
  }
  
  .process-area .section-header .text {
    max-width: 700px;
    margin: 0 auto;
    color: var(--white-2);
  }
  
  @media only screen and (max-width: 991px) {
    .process-area .section-header .text {
      max-width: 600px;
    }
  }
  
  .process-area .section-header .text-wrapper {
    margin-top: 29px;
  }
  
  .process-area .section-header .title-wrapper {
    margin-top: 17px;
  }
  
  .process-area .section-header .section-subtitle {
    background-color: #1b3242;
    color: var(--white);
  }
  
  /* Estilos del wrapper de pasos */
  .process-area .process-steps-wrapper-box {
    margin-top: 63px;
  }
  
  @media only screen and (max-width: 1919px) {
    .process-area .process-steps-wrapper-box {
      margin-top: 43px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .process-area .process-steps-wrapper-box {
      margin-top: 33px;
    }
  }
  
  /* Estilos del wrapper de pasos */
  .process-steps-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 45px 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  
  @media only screen and (max-width: 1199px) {
    .process-steps-wrapper {
      padding: 25px 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .process-steps-wrapper {
      flex-direction: column;
    }
  }
  
  /* Estilos para RTL */
  .dir-rtl .process-steps-wrapper .separator {
    transform: rotateY(180deg);
  }
  
  @media only screen and (max-width: 1199px) {
    .process-steps-wrapper .separator {
      display: none;
    }
  }
  
  /* Estilos de los pasos individuales */
  .process-step {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  @media only screen and (max-width: 991px) {
    .process-step {
      flex-direction: column;
      text-align: center;
    }
  }
  
  .process-step .icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: #10293a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  
  @media only screen and (max-width: 1919px) {
    .process-step .icon {
      width: 50px;
      min-width: 50px;
      height: 50px;
      border-radius: 6px;
    }
  }
  
  .process-step .icon img {
    max-height: 33px;
  }
  
  @media only screen and (max-width: 1919px) {
    .process-step .icon img {
      max-height: 25px;
    }
  }
  
  .process-step .text {
    font-size: 24px;
    line-height: 1.25;
    color: var(--white);
  }
  
  @media only screen and (max-width: 1919px) {
    .process-step .text {
      font-size: 18px;
      max-width: 180px;
    }
  }

  .subscribe-form {
    max-width: 630px;
    margin: 0 auto;
  }
  
  .subscribe-form .input-field {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 10px;
    padding-inline-start: 34px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  @media only screen and (max-width: 767px) {
    .subscribe-form .input-field {
      padding-inline-start: 20px;
    }
  }
  
  .subscribe-form .input-field input {
    border: 0;
    padding: 0px;
    background-color: transparent;
    color: var(--primary);
    width: 100%;
  }
  
  .subscribe-form .input-field input::placeholder {
    color: #abb1b6;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
  }
  
  .subscribe-form .input-field input:focus {
    outline: 0;
  }
  
  .subscribe-form .input-field .wc-btn-primary {
    padding: 16px 30px;
  }

  /* Estilos para formularios modernos */
.modern-form {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }
  
  .modern-form .form-group {
    margin-bottom: 1.5rem;
  }
  
  .modern-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #2d3436;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .modern-form input,
  .modern-form textarea,
  .modern-form select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    color: #2d3436;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  
  .modern-form input:focus,
  .modern-form textarea:focus,
  .modern-form select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  }
  
  .modern-form input::placeholder,
  .modern-form textarea::placeholder {
    color: #a0a0a0;
  }
  
  .modern-form .submit-btn {
    width: 100%;
    padding: 12px 24px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .modern-form .submit-btn:hover {
    background-color: #2980b9;
  }
  
  .modern-form .error-message {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 0.5rem;
  }
  
  /* Estilos para estados de validación */
  .modern-form input.is-valid {
    border-color: #2ecc71;
  }
  
  .modern-form input.is-invalid {
    border-color: #e74c3c;
  }
  .modern-form.inline-form {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  }
  
  .form-group-inline {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .form-group-inline input {
    flex: 1;
    min-width: 0;
    height: 55px;
    padding: 0 20px;
    border: 2px solid #eef1f6;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #f8f9fc;
  }
  
  .form-group-inline input:focus {
    border-color: #3498db;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
  }
  
  .form-group-inline input::placeholder {
    color: #94a3b8;
  }
  
  .form-group-inline .submit-btn {
    padding: 0 30px;
    height: 55px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .form-group-inline .submit-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
  }
  
  @media (max-width: 768px) {
    .form-group-inline {
      flex-direction: column;
    }
    
    .form-group-inline input,
    .form-group-inline .submit-btn {
      width: 100%;
    }
  }
  .offer-note {
    background: #0A2132;
    padding: 15px 15px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .offer-note {
        display: none;
    }
}

.offer-note .text {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.offer-note .text span {
    background-color: rgba(255, 255, 255, 0.13);
    padding: 4px 10px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0 3px;
}

.offer-note .close-offer {
    padding: 5px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.power-area .section-content {
    max-width: 431px;
  }
  
  .power-area .section-content .text-wrapper {
    margin-top: 32px;
  }
  
  .power-area .section-content .feature-list {
    margin-top: 25px;
  }
  
  .power-area .section-content .feature-list li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: var(--white);
  }
  
  .power-area .section-content .btn-wrapper {
    margin-top: 43px;
  }
  
  .power-area-inner {
    display: flex;
    gap: 40px 60px;
    align-items: center;
    justify-content: space-between;
  }
  
  @media only screen and (max-width: 767px) {
    .power-area-inner {
      flex-direction: column;
    }
  }
  
  .power-thumb {
    width: 660px;
    position: relative;
    aspect-ratio: 100/92;
  }
  
  @media only screen and (max-width: 1919px) {
    .power-thumb {
      width: 560px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .power-thumb {
      width: 510px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .power-thumb {
      width: 360px;
      aspect-ratio: 100/124;
    }
  }
  
  .power-thumb .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 83%;
  }
  
  .dir-rtl .power-thumb .shape-1 img {
    transform: rotateY(180deg);
  }
  
  .power-thumb .shape-2 {
    position: absolute;
    top: 4%;
    inset-inline-start: 4%;
    width: 83%;
  }
  
  .dir-rtl .power-thumb .shape-2 img {
    transform: rotateY(180deg);
  }
  
  .power-thumb .card-1 {
    position: absolute;
    top: 14%;
    inset-inline-start: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 352px;
    padding: 17px 18px;
    padding-inline-start: 22px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(7.5px);
    border-radius: 20px;
  }
  
  .power-thumb .card-1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--white);
  }
  
  .power-thumb .card-2 {
    position: absolute;
    bottom: 0;
    inset-inline-end: 8%;
    padding: 27px 35px 35px;
    text-align: center;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    max-width: 224px;
  }
  
  .power-thumb .card-2 p {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--white);
    margin-top: 19px;
  }
  
  .power-thumb .card-2 .tag {
    font-size: 14px;
    font-weight: 700;
    padding: 13px 27px;
    text-transform: uppercase;
    color: var(--white);
    background-color: rgba(174, 255, 226, 0.1);
    display: inline-block;
    border-radius: 40px;
    margin-top: 25px;
  }

  .contact-area {
    padding-top: 180px;
  }
  
  @media only screen and (max-width: 1919px) {
    .contact-area {
      padding-top: 120px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .contact-area {
      padding-top: 90px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area {
      padding-top: 60px;
    }
  }
  
  .contact-area .line-vertical {
    width: 1px;
    height: 120px;
    background: var(--primary);
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area .line-vertical {
      display: none;
    }
  }
  
  .contact-area .section-title {
    text-align: center;
  }
  
  .contact-area .title-wrapper {
    margin-bottom: 38px;
  }
  
  .contact-area .meta-list {
    margin-top: 41px;
  }
  
  .contact-area .meta-list li {
    font-size: 16px;
    line-height: 1.62;
    text-align: center;
  }
  
  .contact-area .meta-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .contact-area .meta-list li a {
    font-weight: 600;
    color: var(--primary);
    text-decoration: underline;
    font-size: 18px;
  }
  
  .contact-area .section-heading {
    max-width: 240px;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area .section-heading {
      max-width: 100%;
    }
  }
  
  .contact-area .contact-area-inner {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area .contact-area-inner {
      gap: 40px;
      flex-direction: column;
    }
  }
  
  .contact-area .shape-1 {
    position: absolute;
    bottom: 0;
    inset-inline-end: calc(100% + 100px);
    width: max-content;
  }
  
  .dir-rtl .contact-area .shape-1 img {
    transform: rotateY(180deg);
  }
  
  .contact-area .shape-2 {
    position: absolute;
    top: 213px;
    inset-inline-start: calc(100% + 124px);
    width: max-content;
  }
  
  .dir-rtl .contact-area .shape-2 img {
    transform: rotateY(180deg);
  }
  
  .contact-area .contact-wrapper {
    max-width: 740px;
    width: 100%;
  }
  
  @media only screen and (max-width: 1199px) {
    .contact-area .contact-wrapper {
      max-width: 530px;
    }
  }
  
  .contact-area .contact-wrapper .title {
    font-size: 24px;
  }
  
  .contact-area form {
    margin-top: 56px;
  }
  
  @media only screen and (max-width: 1399px) {
    .contact-area form {
      margin-top: 26px;
    }
  }
  
  .contact-area form input {
    width: 100%;
    height: 60px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: none;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area form input {
      height: 50px;
      padding: 0 16px;
    }
  }
  
  .contact-area form input:focus {
    border-color: var(--theme);
  }
  
  .contact-area form select {
    width: 100%;
    height: 66px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0 30px;
    outline: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area form select {
      height: 50px;
      padding: 0 16px;
    }
  }
  
  .contact-area form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 30px;
    display: block;
    outline: 0;
    resize: none;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area form textarea {
      height: 120px;
      padding: 18px 16px;
    }
  }
  
  .contact-area form .input-field:not(:first-child) {
    margin-top: 20px;
  }
  
  .contact-area form .btn-wrapper {
    margin-top: 10px;
  }
  
  .contact-area form .wc-btn-primary {
    font-size: 16px;
    padding: 21px 30px;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 10px;
    border-color: inherit;
    margin-top: 20px;
  }
  
  @media only screen and (max-width: 767px) {
    .contact-area form .wc-btn-primary {
      padding: 16px 23px;
    }
  }
  
  .contact-area form .wc-btn-primary:hover {
    background-color: var(--primary);
    color: var(--white);
  }
  
  .contact-area form .wc-btn-primary i {
    font-size: 10px;
  }
  .notify-area {
    background-color: #3DBFBA;

  }
  
  .notify-area .section-heading {
    max-width: 618px;
    margin: auto;
    text-align: center;
    margin-bottom: 55px;
  }
  
  .notify-area .text {
    color: var(--primary);
  }
  
  .notify-area .form-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    padding-inline-start: 30px;
    padding-inline-end: 10px;
  }
  
  .notify-area .form-wrapper {
    max-width: 910px;
    margin: auto;
  }
  
  .notify-area .form-wrapper form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-inline-start: 30px;
    background-color: var(--white);
    border-radius: 50px;
    padding-inline-end: 10px;
  }
  
  .notify-area .form-wrapper form input {
    height: 70px;
    border-radius: 50px;
    border: 0;
    flex-grow: 1;
  }
  
  .notify-area .form-wrapper form input:focus {
    outline: 0;
  }
  
  .notify-area .form-wrapper form .wc-btn-primary {
    border-radius: 50px;
    padding: 16px 30px;
    border-color: rgba(0, 0, 0, 0);
  }
  .hero-visual {
    position: relative;
    flex: 1;
  }
  
  .dashboard-wrapper {
    position: relative;
    padding: 20px;
  }
  
  .dashboard-image {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  }
  
  .floating-card {
  position: absolute;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 0;
  animation: floatMinimal 8s ease-in-out infinite;
  z-index: 2;
  width: auto;
  height: auto;
  font-family: var(--font-primary);
  border: none;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  transform-origin: left center;
}

.floating-card:hover {
  transform: scale(1.1) translateX(10px);
}

/* Card 1 - Minimal dot + text */
.card-1 {
  top: 18%;
  left: -120px;
  animation-delay: 0s;
}

.card-1::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #2563EB;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
  animation: pulse-dot 3s ease-in-out infinite;
}

/* Card 2 - Minimal line + text */
.card-2 {
  top: 48%;
  right: -100px;
  animation-delay: 2.5s;
}

.card-2::before {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  background: linear-gradient(180deg, #10B981 0%, rgba(16, 185, 129, 0.3) 100%);
  border-radius: 2px;
  animation: line-grow 4s ease-in-out infinite;
}

/* Card 3 - Minimal triangle + text */
.card-3 {
  bottom: 22%;
  left: -90px;
  animation-delay: 5s;
}

.card-3::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #F59E0B;
  animation: triangle-rotate 6s ease-in-out infinite;
}

.card-icon {
  display: none;
}

.card-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 6px 12px; /* Further reduced padding */
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  border-left: 2px solid transparent;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 6px; /* Reduced space for emoji */
}

.card-emoji {
  font-size: 10px; /* Reduced 60% from 16px */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.card-title {
  font-weight: 600;
  font-size: 1.6px; /* Reduced 60% from 4px */
  line-height: 1.1;
  color: #1F2937;
  margin: 0;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: var(--font-primary);
  opacity: 0.9;
}

.card-text {
  font-size: 1.8px; /* Reduced 60% from 4.5px */
  line-height: 1.2;
  color: #4B5563;
  margin: 0;
  font-weight: 400;
  font-family: var(--font-primary);
  opacity: 0.8;
}

/* Floating animations */
@keyframes floatMinimal {
  0% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.8;
  }
  25% {
    transform: translateY(-5px) translateX(2px);
    opacity: 1;
  }
  50% {
    transform: translateY(-8px) translateX(-1px);
    opacity: 0.9;
  }
  75% {
    transform: translateY(-3px) translateX(1px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.8;
  }
}

@keyframes pulse-dot {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
  }
  50% {
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.1);
  }
}

@keyframes line-grow {
  0%, 100% {
    height: 24px;
    opacity: 0.8;
  }
  50% {
    height: 32px;
    opacity: 1;
  }
}

@keyframes triangle-rotate {
  0%, 100% {
    transform: translateY(-50%) rotate(0deg);
  }
  50% {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* Hover effects */
.floating-card:hover .card-content {
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.card-1:hover .card-content {
  background: rgba(37, 99, 235, 0.05);
}

.card-2:hover .card-content {
  background: rgba(16, 185, 129, 0.05);
}

.card-3:hover .card-content {
  background: rgba(245, 158, 11, 0.05);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .card-1 { left: -100px; }
  .card-2 { right: -85px; }
  .card-3 { left: -75px; }
}

@media (max-width: 991px) {
  .floating-card {
    display: none;
  }
}
.demo-form-wrapper {
  width: 100%;
  margin: 30px 0;
}

.hero-demo-form {
  width: 100%;
  max-width: 100%;
}

.hero-demo-form .form-fields {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.hero-demo-form input {
  height: 56px;
  padding: 0 24px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 18px;
  flex: 1;
  transition: all 0.3s ease;
  background: white;
}

.hero-demo-form input:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.hero-demo-form .demo-submit {
  height: 56px;
  padding: 0 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hero-demo-form .demo-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-demo-form .form-note {
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .hero-demo-form .form-fields {
    flex-direction: column;
  }
  
  .hero-demo-form input,
  .hero-demo-form .demo-submit {
    width: 100%;
  }
}
.notify-area {
  background-color: #6BE3AA; /* Volvemos al verde original */
  padding: 80px 0;
  color: white;
  background-image: url("../imgs/shape/shape-r-5.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.notify-area .form-wrapper {
  max-width: 800px;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.notify-area .form-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.notify-area input {
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.notify-area input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.notify-area input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  outline: none;
}

.notify-area .wc-btn-primary {
  width: 100%;
  height: 56px;
  background: white;
  color: var(--action);
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.notify-area .wc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .notify-area .form-group {
    grid-template-columns: 1fr;
  }
  
  .notify-area .form-wrapper {
    padding: 20px;
  }
}
.benefit-tags {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px 0;
}

.benefit-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}

.notify-area .text-wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.notify-area .text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.notify-area .highlight {
  color: white;
  font-weight: 600;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.feature-tag {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.feature-tag:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
}

.feature-tag .icon {
  font-size: 24px;
}

.feature-tag .text {
  font-weight: 500;
}
.notify-area {
  background-color: #3DBFBA;
  padding: 80px 0;
  color: white;
  background-image: url("../imgs/shape/shape-r-5.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.notify-area-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 80px 0;
}

.notify-content {
  max-width: 600px;
}

.notify-form {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.form-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.form-card-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-card-header h3 {
  color: #1a1a1a;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.form-card-header p {
  color: #666;
  font-size: 16px;
}

.form-card .form-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.form-card input {
  height: 50px;
  padding: 0 20px;
  border: 2px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
}

.form-card input:focus {
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
  outline: none;
}

.form-card input::placeholder {
  color: #666;
}

.form-card .wc-btn-primary {
  width: 100%;
  padding: 15px 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  transition: transform 0.3s ease;
}

.form-security {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .notify-form {
    justify-content: center;
    padding: 0;
  }
  
  .form-card {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .notify-area-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .notify-content {
    text-align: center;
    margin: 0 auto;
  }

  .form-card {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  /* Hero Area */
  .hero-area-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .section-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .floating-tags {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-visual {
    max-width: 90%;
    margin: 0 auto;
  }

  .floating-card {
    display: none;
  }

  /* Notify Area */
  .notify-area-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .notify-content {
    padding: 0 20px;
  }

  .benefit-tags {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .feature-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .feature-tag {
    width: 100%;
    justify-content: center;
  }

  /* Form Styles */
  .form-card {
    max-width: 100%;
    margin: 0 20px;
    padding: 30px 20px;
  }

  .form-card-header h3 {
    font-size: 24px;
  }

  .form-group {
    flex-direction: column;
  }

  input {
    width: 100%;
    margin-bottom: 10px;
  }

  .wc-btn-primary {
    width: 100%;
  }

  /* Typography */
  .section-title {
    font-size: 32px;
  }

  .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  /* Tighter spacing */
  .section-spacing {
    padding: 60px 0;
  }

  /* Smaller feature tags */
  .feature-tags {
    grid-template-columns: 1fr;
  }

  .feature-tag {
    padding: 12px 15px;
    font-size: 14px;
  }

  /* Form adjustments */
  .form-card {
    padding: 20px;
  }

  input {
    height: 45px;
    font-size: 14px;
  }

  .wc-btn-primary {
    height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  /* Even tighter spacing for small phones */
  .section-spacing {
    padding: 40px 0;
  }

  .hero-title {
    font-size: 28px;
  }

  .benefit-tag {
    width: 100%;
    text-align: center;
  }

  /* Stack all grid items */
  .feature-tags {
    gap: 10px;
  }

  .form-card-header h3 {
    font-size: 20px;
  }

  .form-security {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  /* Hero Area Adjustments */
  .hero-area {
    padding: 40px 0;
  }

  .hero-area-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-content {
    margin-top: 20%;
    padding: 0 15px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  /* Form Adjustments */
  .form-card {
    padding: 20px 15px;
    margin: 0 10px;
    border-radius: 15px;
  }

  .form-card-header h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .form-card-header p {
    font-size: 14px;
  }

  .form-group {
    gap: 10px;
  }

  .form-card input {
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
  }

  .wc-btn-primary {
    height: 45px;
    font-size: 16px;
    padding: 0 20px;
  }

  /* Feature Tags */
  .feature-tags {
    gap: 8px;
    margin-top: 20px;
  }

  .feature-tag {
    padding: 8px 12px;
    font-size: 13px;
  }

  .feature-tag .icon {
    font-size: 18px;
  }

  /* Benefit Tags */
  .benefit-tags {
    gap: 8px;
    margin: 15px 0;
  }

  .benefit-tag {
    padding: 6px 12px;
    font-size: 13px;
    width: auto;
  }

  /* Text Adjustments */
  .text {
    font-size: 14px;
    line-height: 1.4;
  }

  .form-note {
    font-size: 12px;
  }

  /* Visual Area */
  .hero-visual {
    max-width: 100%;
    padding: 0 10px;
  }

  .dashboard-wrapper {
    margin-top: 0;
    padding: 10px;
  }

  .dashboard-image {
    border-radius: 10px;
  }

  /* Notify Area */
  .notify-area-inner {
    gap: 20px;
  }

  .notify-content {
    padding: 0 10px;
  }

  .notify-form {
    padding: 0 8px;
  }
}
.disallowT img {
  opacity: 0.5;
}

.disallowT {
  text-decoration: line-through;
  opacity: 0.6;
  color: #666;
}

/* Variante con efecto hover */
.disallowT:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.try-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.try-modal.show {
  display: flex;
  animation: modalFadeIn 0.5s forwards;
}

.modal-content {
  background: white;
  width: 90%;
  max-width: 500px;
  margin: auto;
  border-radius: 20px;
  position: relative;
  padding: 40px;
  transform: translateY(50px);
  opacity: 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.try-modal.show .modal-content {
  animation: modalSlideUp 0.5s 0.2s forwards;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: none;
  background: none;
  font-size: 42px; /* Aumentado de 28px a 42px */
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 40px; /* Añadido para dar más área clickeable */
  height: 40px; /* Añadido para dar más área clickeable */
  line-height: 40px; /* Centrado vertical */
  text-align: center; /* Centrado horizontal */
  border-radius: 50%; /* Forma circular */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  transform: rotate(90deg);
  color: var(--primary);
  background-color: rgba(0,0,0,0.05);
}

.modal-body {
  text-align: center;
}

.modal-icon {
  font-size: 48px;
  margin-bottom: 20px;
  animation: bounce 2s infinite;
}

.modal-body h2 {
  font-size: 28px;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.modal-body p {
  color: var(--text-secondary);
  margin-bottom: 25px;
}

.phone-number {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 15px;
  margin: 25px 0;
}

.phone-label {
  display: block;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.phone {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary);
}

.modal-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 25px;
}

.feature {
  text-align: center;
}

.feature span {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}

.feature p {
  font-size: 14px;
  margin: 0;
  color: var(--text-secondary);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@media (max-width: 480px) {
  .modal-content {
    padding: 25px;
  }
  
  .phone {
    font-size: 24px;
  }
  
  .modal-features {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 390px) {
  /* Typography adjustments */
  .section-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .text {
    font-size: 14px;
    line-height: 1.5;
  }

  .form-card-header h3 {
    font-size: 20px;
  }

  .form-card-header p {
    font-size: 14px;
  }

  /* Feature tags */
  .feature-tag {
    font-size: 13px;
    padding: 8px 12px;
  }

  .feature-tag .icon {
    font-size: 18px;
  }

  /* Benefit tags */
  .benefit-tag {
    font-size: 13px;
    padding: 6px 12px;
  }

  /* Button text */
  .wc-btn-primary {
    font-size: 15px;
  }

  /* Price cards */
  .pricing-box .title {
    font-size: 22px;
  }

  .pricing-box .description {
    font-size: 14px;
  }

  .pricing-box .price {
    font-size: 32px;
  }

  .pricing-box .feature-list {
    font-size: 13px;
  }

  /* Modal content */
  .modal-body h2 {
    font-size: 24px;
  }

  .modal-body .phone {
    font-size: 28px;
  }

  .modal-body p {
    font-size: 14px;
  }
}
.competitors-comparison {
  background-color: #fff;
  padding: 80px 0;
}

.comparison-grid {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-top: 50px;
  overflow: hidden;
}

.comparison-headers {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 1px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}

.company-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.company-cell img {
  width: auto;
  object-fit: contain;
}

.company-cell.dialia {
  background: #f8faf5;
}

.recommended-badge {
  position: absolute;
  top: -10px;
  background: #3498DB;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.comparison-rows {
  display: flex;
  flex-direction: column;
}

.comparison-row {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 1px;
  border-bottom: 1px solid #eee;
}

.feature-name {
  padding: 20px;
  background: #f8f9fa;
}

.feature-name h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #2C3E50;
}

.feature-name p {
  font-size: 14px;
  color: #666;
}

.feature-cell {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.feature-cell.dialia {
  background: #f8faf5;
  font-size: larger;
}

.feature-cell p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.check {
  color: #27AE60;
  font-size: 24px;
}

.cross {
  color: #E74C3C;
  font-size: 24px;
}

.partial {
  color: #F1C40F;
  font-size: 24px;
}

@media (max-width: 991px) {
  .comparison-grid {
    margin: 20px -20px;
    border-radius: 0;
  }
  
  .feature-cell p {
    display: none;
  }
  
  .feature-name p {
    display: none;
  }
}

@media (max-width: 767px) {
  .comparison-headers,
  .comparison-row {
    grid-template-columns: 2fr repeat(2, 1fr);
  }
  
  .company-cell:nth-child(4),
  .company-cell:nth-child(5),
  .feature-cell:nth-child(4),
  .feature-cell:nth-child(5) {
    display: none;
  }
}
/* Actualización de los estilos de comparación */
/* Estilos base de la tabla de comparación */
.comparison-grid {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-top: 50px;
  overflow: visible; /* Cambiado de hidden a visible */
}

/* Columna Dialia */
.company-cell.dialia {
  background: #f8faf5;
  padding: 30px 20px;
  border-radius: 12px 12px 0 0;
  position: relative;
  box-shadow: 0 5px 20px rgba(52, 152, 219, 0.1);
  border: 2px solid #3498DB;
  border-bottom: none; /* Eliminado el borde inferior */
  z-index: 3;
}

/* Contenedor de las filas */
.comparison-rows {
  position: relative;
  z-index: 2;
}

/* Celdas de Dialia */
.feature-cell.dialia {
  background: #f8faf5;
  position: relative;
  border-left: 2px solid #3498DB;
  border-right: 2px solid #3498DB;
  margin-top: -1px; /* Ajuste para eliminar el gap */
  z-index: 2;
}

/* Primera celda de Dialia */
.comparison-row:first-child .feature-cell.dialia {
  margin-top: 0;
}

/* Última celda de Dialia */
.comparison-row:last-child .feature-cell.dialia {
  border-bottom: 2px solid #3498DB;
  border-radius: 0 0 12px 12px;
}

/* Efecto hover */
.comparison-row:hover .feature-cell.dialia {
  background: #EBF5FB;
  transition: all 0.3s ease;
}

/* Columna completa de Dialia */
.dialia-column {
  position: relative;
  z-index: 2;
}

/* Efecto de iluminación */
.company-cell.dialia::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(52, 152, 219, 0.05) 0%, rgba(52, 152, 219, 0) 100%);
  pointer-events: none;
  border-radius: 12px 12px 0 0;
  z-index: 1;
}

/* Media queries */
@media (max-width: 991px) {
  .company-cell.dialia {
    transform: translateY(-5px);
    padding: 25px 15px;
  }
}

@media (max-width: 767px) {
  .company-cell.dialia {
    transform: translateY(-5px);
    padding: 20px 10px;
  }
}
.comparison-cta {
  margin-top: 60px;
  text-align: center;
  padding: 40px;
  background: #f8faf5;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-text h3 {
  font-size: 32px;
  color: #2C3E50;
  margin-bottom: 15px;
}

.cta-text p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.cta-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.feature-icon {
  font-size: 24px;
}

.feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #2C3E50;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.btn-hover-scale {
  transition: transform 0.3s ease;
}

.btn-hover-scale:hover {
  transform: scale(1.05);
}

.demo-phone {
  text-align: left;
}

.demo-phone p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.demo-phone h4 {
  font-size: 24px;
  color: #3498DB;
  font-weight: 600;
  margin: 5px 0 0 0;
}


@media (max-width: 767px) {
  .comparison-cta {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .cta-text h3 {
    font-size: 24px;
  }

  .cta-features {
    flex-direction: column;
    gap: 15px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .demo-phone {
    text-align: center;
  }
}
.dialiaText{
  font-size: large !important;
  font-weight: bold;
}
@media (max-width: 991px) {
  .competitors-comparison {
    padding: 60px 0;
  }

  .comparison-grid {
    margin: 0;
    border-radius: 0;
  }

  .company-cell img {
    max-width: 100px;
  }

  .feature-name h3 {
    font-size: 16px;
  }

  .feature-cell p {
    font-size: 14px;
  }
}

/* Estilos responsive para móviles grandes */
@media (max-width: 767px) {
  .competitors-comparison {
    padding: 40px 0;
  }

  .comparison-headers {
    grid-template-columns: 2fr repeat(2, 1fr);
  }

  .comparison-row {
    grid-template-columns: 2fr repeat(2, 1fr);
  }

  .company-cell:nth-child(4),
  .company-cell:nth-child(5),
  .feature-cell:nth-child(4),
  .feature-cell:nth-child(5) {
    display: none;
  }

  .company-cell img {
    max-width: 80px;
  }

  .feature-name {
    padding: 15px;
  }

  .feature-cell {
    padding: 15px 10px;
  }
}

/* Estilos responsive para móviles pequeños */
@media (max-width: 480px) {
  .competitors-comparison .section-header {
    margin-bottom: 30px;
  }

  .comparison-headers {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .empty-cell {
    display: none;
  }

  .feature-name {
    background: #f8f9fa;
    border-top: 1px solid #eee;
  }

  .feature-cell {
    border-bottom: 1px solid #eee;
  }

  .company-cell {
    padding: 15px;
  }

  .company-cell img {
    max-width: 100px;
  }

  /* Mostrar solo Dialia y un competidor en móvil */
  .company-cell:not(.dialia):not(:nth-child(3)),
  .feature-cell:not(.dialia):not(:nth-child(3)) {
    display: none;
  }

  /* Ajustes para la columna de Dialia */
  .company-cell.dialia {
    order: -1;
    background: #f8faf5;
  }

  .feature-cell.dialia {
    background: #f8faf5;
  }

  .recommended-badge {
    position: static;
    display: inline-block;
    margin-top: 10px;
  }
}
/* Hide competitors comparison on mobile */
@media (max-width: 767px) {
  .competitors-comparison {
    display: none;
  }
}

/* Optional: Add a mobile-friendly message */
.mobile-comparison-message {
  display: none;
  text-align: center;
  padding: 30px 20px;
  background: #f8f9fa;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .mobile-comparison-message {
    display: block;
  }
}
.bonus-area {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.bonus-cards-wrapper {
  margin-top: 50px;
}

.bonus-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  position: relative;
  margin: 20px 10px;
}

.bonus-card:hover {
  transform: translateY(-10px);
}

.bonus-card.popular {
  border: 2px solid rgb(72, 219, 216);
}

.popular-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(72, 219, 216);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight:   600;
}

.bonus-icon {
  font-size:  40px;
  margin-bottom: 20px;
}

.bonus-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.bonus-price {
  font-size: 36px;
  font-weight: 700;
  color: rgb(72, 219, 216);
  margin-bottom: 20px;
}

.bonus-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.bonus-features li {
  margin: 10px 0;
  color: #666;
}

.bonus-card .wc-btn-primary {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
}

/* Cookie Consent Bar Styles */
.cookie-consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 33, 50, 0.97);
  color: #fff;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}

.cookie-consent-bar.show {
  transform: translateY(0);
}

.cookie-consent-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookie-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.cookie-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cookie-links a {
  color: #48DBD8;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s ease;
}

.cookie-links a:hover {
  color: #fff;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn-reject {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.cookie-btn-reject:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #48DBD8;
  color: #48DBD8;
}

.cookie-btn-settings:hover {
  background-color: rgba(72, 219, 216, 0.1);
}

.cookie-btn-accept {
  background-color: #48DBD8;
  color: #0A2132;
}

.cookie-btn-accept:hover {
  background-color: #3DBFBA;
}

/* Cookie Settings Modal Styles */
.cookie-settings-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  overflow: auto;
}

.cookie-settings-content {
  background-color: #fff;
  margin: 50px auto;
  padding: 30px;
  border-radius: 15px;
  max-width: 600px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cookie-settings-close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #666;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cookie-settings-close:hover {
  color: #333;
}

.cookie-settings-content h2 {
  color: #0A2132;
  font-size: 24px;
  margin-bottom: 15px;
}

.cookie-settings-content > p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.cookie-settings-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.cookie-option {
  padding: 15px;
  border-radius: 10px;
  background-color: #f8f9fa;
}

.cookie-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cookie-option h3 {
  font-size: 18px;
  color: #0A2132;
  margin: 0;
}

.cookie-option p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #48DBD8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #48DBD8;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.cookie-settings-actions {
  text-align: right;
}

.cookie-settings-actions .cookie-btn {
  min-width: 150px;
}

/* Responsive styles */
@media (min-width: 768px) {
  .cookie-consent-container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  
  .cookie-text {
    flex: 1;
  }
  
  .cookie-links {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cookie-actions {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .cookie-consent-bar {
    padding: 15px;
  }
  
  .cookie-actions {
    justify-content: center;
  }
  
  .cookie-links {
    justify-content: center;
  }
  
  .cookie-settings-content {
    margin: 20px;
    padding: 20px;
  }
}

/* Estilos para la sección urgency-area */
.urgency-area {
  padding: 80px 0;
  background: #f8f9fa;
  overflow: hidden;
  position: relative;
}

.urgency-area-inner {
  position: relative;
  z-index: 2;
}

.urgency-area .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.urgency-area .section-title {
  max-width: 800px;
  margin: 0 auto 20px;
  color: var(--primary);
  font-weight: 700;
}

.urgency-area .text-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.urgency-area .text {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

/* Estilos para las tarjetas de estadísticas */
.stats-wrapper {
  margin: 60px 0;
}

.stat-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-percentage {
  font-size: 48px;
  font-weight: 800;
  color: var(--theme);
  margin-bottom: 20px;
  line-height: 1;
}

.stat-percentage span {
  font-size: 30px;
}

.stat-description {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 15px;
  line-height: 1.5;
  flex-grow: 1;
}

.stat-source {
  font-size: 14px;
  color: #999;
  font-style: italic;
}

/* Estilos para la conclusión */
.conclusion-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: var(--theme);
  border-radius: 20px;
  color: white;
}

.highlight-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
}

.conclusion-wrapper .btn-wrapper {
  margin-top: 25px;
}

.conclusion-wrapper .wc-btn-primary {
  background: white;
  color: var(--theme);
  border: none;
  transition: all 0.3s ease;
}

.conclusion-wrapper .wc-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Media queries para responsividad */
@media (max-width: 991px) {
  .urgency-area {
    padding: 60px 0;
  }
  
  .stat-percentage {
    font-size: 40px;
  }
  
  .stat-percentage span {
    font-size: 24px;
  }
  
  .stat-description {
    font-size: 15px;
  }
  
  .highlight-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .urgency-area {
    padding: 40px 0;
  }
  
  .stats-wrapper {
    margin: 40px 0;
  }
  
  .stat-card {
    padding: 20px;
  }
  
  .stat-percentage {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .stat-description {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .conclusion-wrapper {
    padding: 20px;
  }
  
  .highlight-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.fact_margin_top{
  margin-top: 20px;
}

/* Mindset Change Section Styles */
.mindset-change-area {
  background: linear-gradient(135deg, #0A2132 0%, #1a3a4d 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.mindset-change-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.mindset-area-inner {
  position: relative;
  z-index: 2;
}

.mindset-change-area .section-header {
  margin-bottom: 80px;
}

.mindset-change-area .section-title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

.mindset-change-area .highlight {
  background: linear-gradient(45deg, #48DBD8, #6BE3AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mindset-change-area .text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Battle Cards */
.battle-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  margin: 80px 0;
}

.battle-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.battle-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.battle-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.human-card {
  border-left: 4px solid #ff6b6b;
}

.ai-card {
  border-left: 4px solid #48DBD8;
}

.card-header {
  text-align: center;
  margin-bottom: 30px;
}

.card-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.card-icon .icon {
  font-size: 40px;
}

.human-card .card-icon {
  background: rgba(255, 107, 107, 0.2);
}

.ai-card .card-icon {
  background: rgba(72, 219, 216, 0.2);
}

.card-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.card-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}

.strengths-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.strength-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.strength-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.strength-icon {
  font-size: 24px;
  min-width: 30px;
}

.strength-text {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

/* VS Symbol */
.vs-symbol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.plus-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #48DBD8, #6BE3AA);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  color: white;
  animation: pulse 2s infinite;
  box-shadow: 0 0 30px rgba(72, 219, 216, 0.3);
}

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

.vs-text {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Conclusion Message */
.conclusion-message {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.conclusion-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.conclusion-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.conclusion-cta .wc-btn-primary {
  background: linear-gradient(45deg, #48DBD8, #6BE3AA);
  border: none;
  padding: 20px 45px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(72, 219, 216, 0.3);
}

.conclusion-cta .wc-btn-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(72, 219, 216, 0.4);
}

/* Unique Header Styles - No conflicts with other elements */
.main-header {
  position: relative;
  z-index: 1000;
}

.header-offer-banner {
  background: #0A2132;
  padding: 15px 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-offer-banner {
    display: none;
  }
}

.header-offer-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.header-offer-text .header-offer-highlight {
  background-color: rgba(255, 255, 255, 0.13);
  padding: 4px 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 3px;
}

.header-offer-close {
  padding: 5px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-navigation-area {
  position: relative;
  z-index: 999;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.header-brand-logo {
  display: flex;
  align-items: center;
}

.header-brand-logo a {
  display: block;
  line-height: 0;
}

.header-logo-normal {
  display: block;
}

.header-logo-sticky {
  display: none;
}

.header-nav-menu {
  display: flex;
  align-items: center;
}

.header-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.header-nav-item {
  position: relative;
}

.header-nav-link {
  font-family: var(--font-primary) !important;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 0;
  display: block;
}

.header-nav-link:hover {
  color: var(--theme);
}

.header-cta-button {
  margin-left: 30px;
}

.header-demo-btn {
  background: var(--theme);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: var(--font-primary) !important;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-demo-btn:hover {
  background: #3DBFBA;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(72, 219, 216, 0.3);
}

.header-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.header-mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 998;
}

.header-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 20px;
}

.header-mobile-nav-item {
  margin-bottom: 15px;
}

.header-mobile-nav-link {
  font-family: var(--font-primary) !important;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.header-mobile-cta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Header Dropdown Menu Styles */
.header-nav-item.dropdown {
  position: relative;
}

.header-nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

.header-nav-link.dropdown-toggle i {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.header-nav-item.dropdown.active .dropdown-toggle i {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  list-style: none;
  padding: 8px 0;
  margin: 8px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.header-nav-item.dropdown:hover .dropdown-menu,
.header-nav-item.dropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #4a5568;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0;
  white-space: nowrap;
}

.dropdown-link:hover {
  background: rgba(72, 219, 216, 0.1);
  color: #48DBD8;
  text-decoration: none;
  padding-left: 25px;
}

/* Arrow indicator for dropdown */
.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

/* Mobile dropdown styles */
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: rgba(248, 250, 252, 0.95);
    border-radius: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
  }

  .dropdown-menu::before {
    display: none;
  }

  .header-nav-item.dropdown.active .dropdown-menu {
    max-height: 400px;
  }

  .dropdown-link {
    padding: 10px 30px;
    font-size: 13px;
  }

  .dropdown-link:hover {
    padding-left: 35px;
  }
}
.flotante {
  position: fixed;      /* relativo al viewport */
  bottom: 220px;         /* separaciones desde los bordes de la pantalla */
  right: 20px;
  z-index: 1000;        /* por encima del contenido */
  padding: 12px 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.cd-widget-voice-container{
  left:45% !important;
}
.dropdown-toggle::after{
  content:none !important;
  display:hidden !important;
}