.elementor-6369 .elementor-element.elementor-element-166f1a4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-db822af{width:100%;max-width:100%;}.elementor-6369 .elementor-element.elementor-element-db822af > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6369 .elementor-element.elementor-element-db822af.elementor-element{--align-self:center;}.elementor-6369 .elementor-element.elementor-element-9d640ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-be08b7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-e3c6713{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-450bf6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-225381a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-34a172e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-5669939{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6369 .elementor-element.elementor-element-610b46a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-db822af */.hero {
    background: linear-gradient(135deg,#1a1a2e 0%,#16213e 40%,#0f3460 100%);
    color: #fff;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(230, 126, 34, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 60px;
    background: white;
    clip-path: ellipse(55% 100% at 50% 100%);
}
.hero .container {
    display: flex; /* usar flex en lugar de grid */
    justify-content: space-between; /* separa content y device */
    align-items: center; /* centra verticalmente */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
}
.hero-content {
    max-width: 550px; /* ajusta según diseño */
}

.hero-device {
    width: 90%;        /* ocupa más ancho del container */
    max-width: 900px;  /* límite máximo de ancho */
    height: 350px;     /* menos alto que antes */
    display: flex;
    flex-direction: column; /* para que el contenido interno quede vertical */
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.hero h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 16px;
    color:white;
    text-transform: none;
}
.hero h1 span {
    color: #e67e22;
}
.hero p {
    font-size: 17px;
    color: #94a3b8;
    margin-bottom: 28px;
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all .25s;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.btn-accent {
    background: #e67e22 !important;
    color: #fff !important;
}
.btn-accent:hover {
    background: #d35400 !important;
    transform: translateY(-1px);
}
.btn-outline-w {
    border: 2px solid rgba(255,255,255,0.4) !important;
    color: #fff !important; 
    background: transparent;
}
.btn-outline-w:hover {
    background: rgba(255,255,255,0.1) !important;
}
.hero-trust {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.hero-trust-item {
    text-align: center;
}
.hero-trust-item .val {
    font-size: 24px;
    font-weight: 700;
    color: #e67e22;
}
.hero-trust-item .lbl {
    font-size: 10px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hero-device {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    position: relative;
}
.device-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}
.device-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.device-bar span:nth-child(1) {
    background: #e74c3c;
}
.device-bar span:nth-child(2) {
    background: #f39c12;
}
.device-bar span:nth-child(3) {
    background: #27ae60;
}
.device-screen {
    background: #f4f6f8;
    border-radius: 8px;
    padding: 14px;
    min-height: 280px;
    position: relative;
}
.device-header {
    background: #2c3e50;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
}
.device-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.device-block {
    background: #e0e0e0;
    border-radius: 4px;
    height: 28px;
}
.device-block.tall {
    height: 50px;
    background: linear-gradient(135deg,#dce6f1,#e8eff5);
}
.device-block.cta-b {
    background: #e67e22;
    height: 24px;
    opacity: 0.7;
}
.device-block.full {
    grid-column: span 2;
}
.device-chat {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 210px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.dchat-head {
    background: #e67e22;
    color: #fff;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.dchat-dot {
    width: 7px;
    height: 7px;
    background: #27ae60;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
.dchat-body {
    padding: 7px 9px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dchat-msg.bot {
    background: #fef5e7;
}
.dchat-msg {
    font-size: 9px;
    padding: 4px 7px;
    border-radius: 7px;
    max-width: 85%;
    line-height: 1.35;
    color: #2c3e50;
}
.dchat-msg.user {
    background: #f0f0f0;
    margin-left: auto;
    text-align: right;
}
.dchat-msg.cta-msg {
    background: #e67e22;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 8px;
}
.dchat-input {
    display: flex;
    border-top: 1px solid #eee;
    padding: 5px 8px;
    gap: 4px;
    align-items: center;
}
.dchat-input span {
    flex: 1;
    font-size: 8px;
    color: #bdc3c7;
}
.dchat-send {
    width: 18px;
    height: 18px;
    background: #e67e22;
    border-radius: 50%;
}
@media (max-width: 992px) {
    .hero .container {
        flex-direction: column; /* apilar */
        align-items: center; /* centrar horizontalmente */
        gap: 30px;
    }

    .hero-content, .hero-device {
        max-width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc9f2b */.stitle {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.stitle span {
    color: #e67e22;
}
.ssub {
    text-align: center;
    color: var(--gray);
    font-size: 15px;
    margin-bottom: 48px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.usecases {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.usecase {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 500;
    color: #2c3e50;
    transition: all .2s;
}
.usecase:hover {
    border-color: #e67e22;
    color: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
@media (max-width: 768px) {
  .stitle {
    font-size: 24px; /* más pequeño para móviles */
  }

  .ssub {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 90%; /* que no quede demasiado estrecho */
  }

  .usecases {
    gap: 8px; /* un poco más compacto */
  }

  .usecase {
    font-size: 11px; 
    padding: 8px 14px;
    flex: 1 1 45%; /* 2 columnas en móviles */
    min-width: 140px; /* para que no se encoja demasiado */
  }
}

@media (max-width: 480px) {
  .usecase {
    flex: 1 1 100%; /* 1 columna en móviles muy pequeños */
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4447b2 */.stitle {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}
.ssub {
    text-align: center;
    color: #7f8c8d;
    font-size: 15px;
    margin-bottom: 48px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    position: relative;
}
.steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: linear-gradient(to right,transparent,#e67e22,transparent);
}
.step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.step-num {
    width: 72px;
    height: 72px;
    background: #fff;
    border: 3px solid #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    color: #e67e22;
    margin: 0 auto 16px;
    box-shadow: 0 4px 15px rgba(230,126,34,0.12);
}
.step h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.step p {
    font-size: 12px;
    color: var(--gray);
    line-height: 1.6;
    padding: 0 8px;
}
@media (max-width: 992px) {
  .stitle {
    font-size: 24px; /* más pequeño para móviles */
  }

  .ssub {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 90%;
  }

  .steps {
    display: flex;           /* cambiar grid a flex para apilar */
    flex-direction: column;
    gap: 30px;               /* espacio entre pasos */
  }

  .steps::before {
    display: none;           /* ocultar la línea horizontal en móvil */
  }

  .step-num {
    width: 60px;             /* círculos más pequeños */
    height: 60px;
    font-size: 22px;
  }

  .step h3 {
    font-size: 15px;
  }

  .step p {
    font-size: 13px;
    padding: 0 12px;         /* más espacio lateral */
  }
}

@media (max-width: 480px) {
  .step-num {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .step h3 {
    font-size: 14px;
  }

  .step p {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-be08b7e */.section-alt {
    background: #f4f6f8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24f5a6d */.features {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.feat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.feat-img {
    background: #f4f6f8;
    border-radius: 12px;
    padding: 20px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.feat-tag {
    display: inline-block;
    background: #fef5e7;
    color: #d35400;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.feat-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
.feat-content p {
    color: #7f8c8d;
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.7;
}
.feat-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
li {
    display: list-item;
    unicode-bidi: isolate;
}
.feat-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 !important;
}
.feat-list li {
    font-size: 12px;
    color: #2c3e50;
    padding-left: 22px;
    position: relative;
}
.feat-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: #e67e22;
    border-radius: 50%;
    opacity: 0.15;
}
.feat-list li::after {
    content: '';
    position: absolute ;
    left: 4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #e67e22;
    border-radius: 50%;
    padding: 0 !important;
}
.feat-row.reverse {
    direction: rtl;
}
.feat-row.reverse>* {
    direction: ltr;
}
.feat-row.reverse {
    direction: rtl;
}
/* Vista móvil para todo lo que incluye */
@media (max-width: 992px) {
  .feat-row {
    display: flex !important;       /* cambiar grid a flex para apilar */
    flex-direction: column;         /* apilar imagen y contenido */
    gap: 24px;                      /* espacio entre imagen y contenido */
  }

  .feat-row.reverse {
    direction: ltr;                 /* ignorar reverse en móvil */
  }

  .feat-img {
    min-height: auto;               /* permitir que se adapte al contenido */
    padding: 16px;
  }

  .feat-content h3 {
    font-size: 18px;                /* títulos más pequeños */
  }

  .feat-content p {
    font-size: 12px;
  }

  .feat-list li {
    font-size: 11px;                /* lista más compacta */
    padding-left: 18px;
  }

  .feat-tag {
    font-size: 9px;
    padding: 2px 8px;
  }
}

/* Pantallas muy pequeñas */
@media (max-width: 480px) {
  .feat-content h3 {
    font-size: 16px;
  }

  .feat-content p {
    font-size: 11px;
  }

  .feat-list li {
    font-size: 10px;
    padding-left: 16px;
  }

  .feat-tag {
    font-size: 8px;
    padding: 2px 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a152e30 */.roi-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-bottom: 28px;
}
.roi-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.roi-card .val {
    font-size: 22px;
    font-weight: 700;
    color: #e67e22;
}
.roi-card .desc {
    font-size: 11px;
    color: #7f8c8d;
    margin-top: 3px;
}
.roi-box {
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    border: 2px solid #e67e22;
    text-align: center;
}
.roi-box p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 6px;
}
.roi-box .big {
    font-size: 30px;
    font-weight: 800;
    color: #e67e22;
}
.roi-box .note {
    font-size: 11px;
    color: #bdc3c7;
    margin-top: 6px;
}
@media (max-width: 992px) {
  .roi-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets/móviles grandes */
    gap: 12px;
    margin-bottom: 24px;
  }

  .roi-card .val {
    font-size: 20px;
  }

  .roi-card .desc {
    font-size: 10px;
  }

  .roi-box {
    padding: 18px;
  }

  .roi-box p {
    font-size: 13px;
  }

  .roi-box .big {
    font-size: 24px;
  }

  .roi-box .note {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .roi-grid {
    grid-template-columns: 1fr; /* 1 columna en móviles pequeños */
    gap: 10px;
  }

  .roi-card .val {
    font-size: 18px;
  }

  .roi-card .desc {
    font-size: 9px;
  }

  .roi-box {
    padding: 14px;
  }

  .roi-box p {
    font-size: 12px;
  }

  .roi-box .big {
    font-size: 20px;
  }

  .roi-box .note {
    font-size: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03932ed */.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-bottom: 24px;
}
.pcard {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    border: 1px solid #ddd;
    position: relative;
    transition: all .2s;
}
.pcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}
.pcard-name {
    font-size: 12px;
    font-weight: 600;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.pcard-price {
    font-size: 38px;
    font-weight: 800;
    color: #2c3e50;
    line-height: 1;
}
.pcard-price span {
    font-size: 14px;
    font-weight: 400;
    color: #7f8c8d;
}
.pcard-setup {
    font-size: 11px;
    color: #bdc3c7;
    margin: 3px 0 14px;
}
.pcard-div {
    height: 1px;
    background: #eee;
    margin: 12px 0;
}
.pcard-feat {
    font-size: 12px;
    color: #2c3e50;
    padding: 4px 0 4px 18px;
    position: relative;
    line-height: 1.45;
}
.pcard-feat b {
    font-weight: 600;
}
.pcard-feat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e67e22;
    opacity: 0.12;
}
.pcard-feat::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e67e22;
}
.pcard-cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    padding: 11px;
    border-radius: 6px;
}
.btn-outline {
    border: 2px solid #e67e22 !important;
    color: #e67e22 !important;
    background: transparent;
}
.btn-outline:hover {
    background: #e67e22 !important;
    color: #fff !important;
}
.pcard.featured {
    border: 2px solid #e67e22;
    box-shadow: 0 6px 24px rgba(230,126,34,0.1);
}
.pcard-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    padding: 3px 14px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets grandes */
    gap: 16px;
  }

  .pcard {
    padding: 20px 16px;
  }

  .pcard-name {
    font-size: 11px;
  }

  .pcard-price {
    font-size: 32px;
  }

  .pcard-price span {
    font-size: 12px;
  }

  .pcard-setup {
    font-size: 10px;
  }

  .pcard-feat {
    font-size: 11px;
    padding-left: 16px;
  }

  .pcard-cta {
    padding: 10px;
  }

  .pcard-badge {
    font-size: 9px;
    padding: 2px 12px;
    top: -9px;
  }
}

@media (max-width: 480px) {
  .pricing-grid {
    grid-template-columns: 1fr; /* 1 columna en móviles */
    gap: 12px;
  }

  .pcard {
    padding: 16px 12px;
  }

  .pcard-name {
    font-size: 10px;
  }

  .pcard-price {
    font-size: 28px;
  }

  .pcard-price span {
    font-size: 11px;
  }

  .pcard-setup {
    font-size: 9px;
  }

  .pcard-feat {
    font-size: 10px;
    padding-left: 14px;
  }

  .pcard-cta {
    padding: 9px;
  }

  .pcard-badge {
    font-size: 8px;
    padding: 2px 10px;
    top: -8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a143013 */.section-dark {
    background: linear-gradient(135deg,#1a1a2e 0%,#0f3460 100%);
    color: #fff;
}
.accel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 20px;
}
.acard {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 22px;
}
.acard h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    color:#fff;
}
.acard .aprice {
    font-size: 26px;
    font-weight: 800;
    color: #e67e22;
}
.acard .aprice span {
    font-size: 13px;
    font-weight: 400;
    color: #8fa8bf;
}
.acard>p {
    font-size: 12px;
    color: #8fa8bf;
    margin: 6px 0 10px;
    line-height: 1.5;
}
.afeat {
    font-size: 11px;
    color: #c0ccd8;
    padding: 2px 0 2px 16px;
    position: relative;
    line-height: 1.45;
}
.afeat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e67e22;
    opacity: 0.25;
}
.afeat::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e67e22;
}
.acard.feat {
    border-color: #e67e22;
    background: rgba(230,126,34,0.06);
}
.acard-tag {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 6px;
}
.combo-row {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    text-align: center;
}
.citem {
    padding: 10px;
}
.citem .clbl {
    font-size: 9px;
    color: #8fa8bf;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.citem .cplan {
    font-size: 12px;
    font-weight: 600;
    margin: 3px 0 1px;
    color: #fff;
}
.citem .cdet {
    font-size: 10px;
    color: #8fa8bf;
}
.citem .cprice {
    font-size: 20px;
    font-weight: 800;
    color: #e67e22;
    margin-top: 3px;
}
.citem.sweet {
    background: rgba(230,126,34,0.1);
    border-radius: 8px;
    border: 1px solid #e67e22;
}
@media (max-width: 992px) {
  .accel-grid {
    grid-template-columns: 1fr; /* tarjetas una debajo de otra */
    gap: 16px;
  }

  .acard {
    padding: 18px;
  }

  .acard h4 {
    font-size: 14px;
  }

  .acard .aprice {
    font-size: 22px;
  }

  .acard .aprice span {
    font-size: 12px;
  }

  .acard > p {
    font-size: 11px;
  }

  .afeat {
    font-size: 10px;
    padding-left: 14px;
  }

  .acard-tag {
    font-size: 8px;
    padding: 1px 6px;
    margin-bottom: 4px;
  }

  .combo-row {
    grid-template-columns: 1fr; /* items una debajo de otra */
    gap: 12px;
    padding: 14px;
  }

  .citem {
    padding: 8px;
  }

  .citem .clbl {
    font-size: 8px;
  }

  .citem .cplan {
    font-size: 11px;
  }

  .citem .cdet {
    font-size: 9px;
  }

  .citem .cprice {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .acard h4 {
    font-size: 13px;
  }

  .acard .aprice {
    font-size: 20px;
  }

  .acard .aprice span {
    font-size: 11px;
  }

  .acard > p {
    font-size: 10px;
  }

  .afeat {
    font-size: 9px;
    padding-left: 12px;
  }

  .acard-tag {
    font-size: 7px;
    padding: 1px 5px;
  }

  .combo-row {
    gap: 10px;
  }

  .citem .clbl {
    font-size: 7px;
  }

  .citem .cplan {
    font-size: 10px;
  }

  .citem .cdet {
    font-size: 8px;
  }

  .citem .cprice {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f22bcfb */.section-title span {
    color: #e67e22 ;
}
.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.fi-item {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.fi-q {
    padding: 18px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fi-item.open .tgl {
    transform: rotate(45deg);
}

.fi-q .tgl {
    font-size: 22px;
    color: #e67e22;
    transition: transform 0.3s;
    font-weight: 300;
}

.fi-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 0; 
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Contenido visible al abrir */
.fi-item.open .fi-a {
    max-height: 500px; 
    padding: 10px 0;  
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5669939 */.faq {
    padding: 80px 40px;
    max-width: 800px;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d9a4e4 */.cta-section h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
    color:#fff;
}
.cta-section p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 22px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.btn-white {
    background: #fff;
    color: #e67e22 !important;
    font-weight: 700;
}
.btn-white:hover{
    background: #fff !important;
    color: #e67e22 !important;
    font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-610b46a */.cta-section {
    background: #e67e22;
    padding: 56px 0;
    text-align: center;
    color: #fff;
}/* End custom CSS */