/* Layout General de Precios */
.pricing-notice-bar {
    margin-bottom: 1.5rem;
    padding: .85rem 1.5rem;
    background: #fff;
    border: 1.5px dashed rgba(10, 143, 130, .28);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.pricing-notice-text {
    margin: 0;
    font-size: .875rem;
    color: var(--slate);
}
.pricing-notice-link {
    color: var(--teal);
    font-weight: 600;
    text-decoration: none;
}
.pricing-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 2rem;
}
.pricing-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    margin-bottom: 2rem;
}
.pricing-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    margin-bottom: 2rem;
}
.pricing-feat-highlight {
    color: var(--teal);
    font-weight: 600;
}

/* Cajas de Información / Promociones */
.pricing-info-box {
    margin-bottom: 1rem;
    padding: 1.25rem 1.75rem;
    background: linear-gradient(135deg, rgba(10, 143, 130, .06), rgba(12, 35, 64, .04));
    border: 1px solid rgba(10, 143, 130, .15);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.pricing-info-box-alt {
    margin-top: .5rem;
    padding: 1.1rem 1.5rem;
    background: linear-gradient(135deg, rgba(10, 143, 130, .06), rgba(12, 35, 64, .04));
    border: 1px solid rgba(10, 143, 130, .2);
    border-radius: var(--r-md);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.pricing-info-icon {
    flex-shrink: 0;
    color: var(--teal);
}
.pricing-info-icon-alt {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--teal);
}
.pricing-info-text {
    font-size: .84rem;
    color: var(--slate);
    margin: .25rem 0 0;
}
.pricing-info-text-alt {
    font-size: .84rem;
    color: var(--slate);
    margin: .3rem 0 0;
}
.pricing-info-title {
    color: var(--navy);
    font-size: .9rem;
}
.pricing-promo-box {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(10, 143, 130, .08), rgba(12, 35, 64, .04));
    border: 1px solid rgba(10, 143, 130, .25);
    border-radius: var(--r-lg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.pricing-promo-eyebrow {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: .5rem;
    display: block;
}
.pricing-promo-title {
    color: var(--navy);
    font-size: 1.2rem;
    display: block;
    margin-bottom: .5rem;
}
.pricing-promo-title-highlight {
    color: var(--teal);
}
.pricing-promo-desc {
    font-size: .9rem;
    color: var(--slate);
    margin: 0;
    max-width: 650px;
    line-height: 1.6;
}
.btn-teal-lg-custom {
    flex-shrink: 0;
    padding: .85rem 1.5rem;
    font-size: .95rem;
}

/* FAQ Box */
.pricing-faq-box {
    margin-top: 2rem;
    padding: 1.75rem 2rem;
    background: var(--off);
    border-radius: var(--r-lg);
    border: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.pricing-faq-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.pricing-faq-title {
    color: var(--navy);
    font-size: .9rem;
}
.pricing-faq-desc {
    font-size: .875rem;
    margin-top: .35rem;
}

/* Servicios Sueltos Grid */
.solo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.solo-footer-note {
    text-align: center;
    font-size: .82rem;
    color: var(--slate-lt);
    margin-top: 1.75rem;
}
.solo-promo-bar {
    margin-top: 2.5rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(10, 143, 130, .05), rgba(12, 35, 64, .04));
    border: 1.5px dashed rgba(10, 143, 130, .25);
    border-radius: var(--r-lg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.solo-promo-left {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.solo-promo-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(10, 143, 130, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}
.solo-promo-title {
    font-weight: 600;
    color: var(--navy);
    font-size: .95rem;
    margin-bottom: .3rem;
}
.solo-promo-desc {
    font-size: .855rem;
    color: var(--slate);
    margin: 0;
    line-height: 1.6;
}
.solo-promo-btn {
    white-space: nowrap;
    flex-shrink: 0;
}

/* Colores Dinámicos Servicios Sueltos */
.solo-icon-seo { background: rgba(10, 143, 130, .1); stroke: #0A8F82; }
.solo-tag-seo { background: rgba(10, 143, 130, .08); color: var(--teal); }

.solo-icon-perf { background: rgba(12, 35, 64, .07); stroke: #0C2340; }
.solo-tag-perf { background: rgba(12, 35, 64, .06); color: var(--navy); }

.solo-icon-copy { background: rgba(68, 85, 102, .08); stroke: #445566; }
.solo-tag-copy { background: rgba(68, 85, 102, .07); color: var(--slate); }

.solo-icon-design { background: rgba(124, 58, 237, .08); stroke: #7C3AED; }
.solo-tag-design { background: rgba(124, 58, 237, .08); color: #7C3AED; }

.solo-icon-sec { background: rgba(239, 68, 68, .08); stroke: #EF4444; }
.solo-tag-sec { background: rgba(239, 68, 68, .08); color: #EF4444; }

.solo-icon-email { background: rgba(59, 130, 246, .08); stroke: #3B82F6; }
.solo-tag-email { background: rgba(59, 130, 246, .08); color: #3B82F6; }

.solo-icon-infra { background: rgba(245, 158, 11, .08); stroke: #F59E0B; }
.solo-tag-infra { background: rgba(245, 158, 11, .08); color: #F59E0B; }

.solo-icon-form { background: rgba(12, 35, 64, .07); stroke: #0C2340; }
.solo-tag-form { background: rgba(12, 35, 64, .07); color: var(--navy); }


/* Sección Calculador de Packs */
.pack-bg {
    background: #EEF2F7;
    padding: 5rem 0;
}
.pack-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem;
    align-items: start;
}
.pack-category {
    margin-bottom: .5rem;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.pack-cat-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 1.1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}
.pack-cat-btn-left {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.pack-cat-badge {
    display: inline-block;
    padding: .2rem .65rem;
    border-radius: 100px;
    font-size: .7rem;
    font-weight: 700;
}
.pack-cat-count {
    font-size: .82rem;
    color: var(--slate-lt);
}
.cat-arrow {
    transition: transform .2s;
    flex-shrink: 0;
}
.pack-cat-body {
    display: none;
    padding: .5rem .75rem .75rem;
}

/* Pack Checkbox y Labels */
.pack-label {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .65rem .85rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background .1s;
}
.pack-label:hover {
    background: var(--off);
}
.pack-label.selected {
    background: rgba(10, 143, 130, .06);
}
.pack-checkbox {
    width: 15px;
    height: 15px;
    accent-color: var(--teal);
    cursor: pointer;
    flex-shrink: 0;
}
.pack-item-name {
    flex: 1;
    font-size: .855rem;
    color: var(--navy);
}
.pack-item-price {
    font-size: .8rem;
    color: var(--slate-lt);
    white-space: nowrap;
}

/* Pack Resumen Lateral */
.pack-sticky {
    position: sticky;
    top: 6rem;
}
.pack-summary-box {
    background: var(--navy);
    border-radius: var(--r-lg);
    padding: 2rem;
    color: #fff;
}
.pack-summary-eyebrow {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    margin-bottom: 1.5rem;
}
.pack-list-container {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    min-height: 55px;
    margin-bottom: 1.5rem;
}
.pack-empty-state {
    font-size: .82rem;
    color: rgba(255, 255, 255, .22);
    font-style: italic;
}
.pack-summary-item {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
}
.pack-summary-item-name {
    color: rgba(255, 255, 255, .6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}
.pack-summary-item-price {
    color: #fff;
    font-weight: 500;
    flex-shrink: 0;
    margin-left: .5rem;
}
.pack-total-section {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 1.25rem;
    margin-bottom: 1.5rem;
}
.pack-total-label {
    font-size: .75rem;
    color: rgba(255, 255, 255, .35);
    margin-bottom: .35rem;
}
.pack-total-flex {
    display: flex;
    align-items: baseline;
    gap: .35rem;
}
.pack-total-num {
    font-family: 'DM Serif Display', serif;
    font-size: 2.25rem;
    color: #fff;
}
.pack-total-suffix {
    font-size: .78rem;
    color: rgba(255, 255, 255, .3);
}
.pack-total-note {
    font-size: .7rem;
    color: rgba(255, 255, 255, .18);
    margin-top: .3rem;
}
.pack-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .8rem;
    background: var(--teal);
    color: #fff;
    border-radius: 9px;
    font-weight: 600;
    font-size: .875rem;
    text-decoration: none;
    transition: background .2s;
}
.pack-submit-btn:hover { background: #0DB5A5; }
.pack-footer-note {
    text-align: center;
    font-size: .73rem;
    color: var(--slate-lt);
    margin-top: .75rem;
}

/* Sección Promo Portal */
.portal-promo-bg {
    background: linear-gradient(135deg, #091929 0%, #0C2340 50%, #0A2840 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}
.portal-glow-1 {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(13, 181, 165, .1) 0%, transparent 60%);
    pointer-events: none;
}
.portal-glow-2 {
    position: absolute;
    bottom: -80px;
    left: 5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(10, 143, 130, .07) 0%, transparent 60%);
    pointer-events: none;
}
.portal-promo-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
.portal-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(13, 181, 165, .1);
    border: 1px solid rgba(13, 181, 165, .2);
    border-radius: 100px;
    padding: .35rem 1rem;
    margin-bottom: 1.5rem;
}
.portal-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0DB5A5;
}
.portal-badge-text {
    font-size: .75rem;
    font-weight: 600;
    color: #0DB5A5;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.portal-promo-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.portal-promo-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .45);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}
.portal-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .06);
    border-radius: var(--r-lg);
    overflow: hidden;
    margin-bottom: 3rem;
}
.portal-feature-card {
    background: rgba(255, 255, 255, .03);
    padding: 2rem;
}
.portal-feat-icon { font-size: 1.5rem; margin-bottom: .75rem; }
.portal-feat-title { font-weight: 600; color: #fff; font-size: .95rem; margin-bottom: .5rem; }
.portal-feat-desc { font-size: .82rem; color: rgba(255, 255, 255, .4); line-height: 1.6; }

.portal-notice-bar {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1rem 1.5rem;
    background: rgba(16, 185, 129, .08);
    border: 1px solid rgba(16, 185, 129, .2);
    border-radius: 10px;
    max-width: 760px;
    margin: 0 auto 2.5rem;
}
.portal-notice-icon { flex-shrink: 0; }
.portal-notice-text { font-size: .875rem; color: rgba(255, 255, 255, .7); margin: 0; line-height: 1.55; }
.portal-notice-text strong { color: #fff; }

.portal-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
    margin: 0 auto 2.5rem;
}
.portal-pcard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--r-lg);
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
}
.portal-pcard-free {
    border-color: rgba(16, 185, 129, .25);
    border-top: 3px solid #10B981;
}
.portal-pcard-combo {
    background: rgba(13, 181, 165, .08);
    border-color: rgba(13, 181, 165, .3);
    position: relative;
}
.portal-combo-badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--teal);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    padding: .25rem .8rem;
    border-radius: 100px;
    white-space: nowrap;
}
.portal-pcard-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    margin-bottom: .6rem;
}
.portal-pcard-eyebrow.free { color: #10B981; }
.portal-pcard-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: .85rem;
}
.portal-pcard-price-flex {
    display: flex;
    align-items: baseline;
    gap: .3rem;
    margin-bottom: .2rem;
}
.portal-pcard-num { font-size: 1.85rem; font-weight: 700; color: #fff; }
.portal-pcard-num.free { color: #10B981; margin-bottom: .2rem; }
.portal-pcard-suffix { font-size: .8rem; color: rgba(255, 255, 255, .35); }
.portal-pcard-note { font-size: .76rem; color: rgba(255, 255, 255, .3); margin-bottom: 1.35rem; }
.portal-pcard-list {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    flex: 1;
}
.portal-pcard-li {
    font-size: .8rem;
    color: rgba(255, 255, 255, .55);
    display: flex;
    gap: .5rem;
    align-items: flex-start;
}
.portal-pcard-li.combo { color: rgba(255, 255, 255, .7); }
.portal-pcard-chk { flex-shrink: 0; color: var(--teal-lt); }
.portal-pcard-chk.free { color: #10B981; }
.portal-pcard-btn {
    display: block;
    text-align: center;
    margin-top: 1.25rem;
    padding: .6rem;
    background: rgba(255, 255, 255, .06);
    border-radius: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}
.portal-pcard-btn:hover { background: rgba(255, 255, 255, .1); }
.portal-pcard-btn.free {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .5);
    transition: all .2s;
}
.portal-pcard-btn.free:hover { border-color: rgba(255, 255, 255, .3); color: #fff; }
.portal-pcard-btn.combo {
    background: var(--teal);
    color: #fff;
    padding: .65rem;
}
.portal-pcard-btn.combo:hover { background: var(--teal-lt); }

.portal-cta-wrapper { text-align: center; }
.portal-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .9rem 2rem;
    background: var(--teal);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    transition: background .2s;
    margin-right: .75rem;
}
.portal-cta-primary:hover { background: #0DB5A5; }
.portal-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .9rem 2rem;
    background: transparent;
    color: rgba(255, 255, 255, .55);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    font-weight: 500;
    font-size: .9rem;
    text-decoration: none;
    transition: all .2s;
}
.portal-cta-secondary:hover {
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
}

@media (max-width: 900px) {
    .pricing-grid-3, .pricing-grid-4, .pricing-grid-2, .solo-grid, .pack-layout, .portal-features-grid, .portal-pricing-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .portal-cta-wrapper {
        display: flex;
    }

    .pricing-tabs {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}

    .pricing-tab {
        width: 49%;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
}

/* ==========================================================================
   ESTILOS IMPORTADOS DE SERVICIOS (TARJETAS OSCURAS Y FAQ)
   ========================================================================== */

/* ── TARJETAS OSCURAS (NUESTROS ESTÁNDARES) ── */
.ia-dark-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .ia-dark-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ia-dark-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
}
.ia-dark-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(10, 143, 130, 0.3);
  transform: translateY(-3px);
}
.ia-dark-icon {
  width: 48px;
  height: 48px;
  background: rgba(10, 143, 130, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-lt);
  margin-bottom: 1.5rem;
}
.ia-dark-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.ia-dark-desc {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

/* ── PREGUNTAS FRECUENTES (FAQ) ── */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid var(--border);
}
.faq-item {
  background: #fff;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: inherit;
}
.faq-question {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy);
  padding-right: 1.5rem;
  transition: color 0.3s;
}
.faq-icon-wrap {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(10, 143, 130, 0.1);
  color: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.text-white {
    color: #fff;
}
.faq-arrow {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-body {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer {
  margin: 0;
  padding: 0 2.5rem 1.5rem 1.5rem; /* Ajustado para alinear texto */
  color: var(--slate);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* ── ESTADOS ACTIVOS DEL FAQ ── */
.faq-item.open .faq-body {
  max-height: 800px;
}
.faq-item.open .faq-question {
  color: var(--teal);
}
.faq-item.open .faq-icon-wrap {
  background: var(--teal);
  color: #fff;
}
.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}