/* Compartido entre plantillas públicas de negocio */

/* Nav plaza */
.chilpo-plaza-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 27, 45, 0.08);
    box-shadow: 0 6px 20px rgba(15, 27, 45, 0.06);
}
.chilpo-plaza-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    text-decoration: none;
    color: #0f1b2d;
}
.chilpo-plaza-mark {
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 1.05rem;
    color: #1e6fd9;
}
.chilpo-plaza-sub {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5a6b82;
}
.chilpo-plaza-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: flex-end;
}
.chilpo-btn-plaza {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: #1e6fd9;
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.86rem;
    border: 1.5px solid #1e6fd9;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.chilpo-btn-plaza:hover {
    background: #134a96;
    border-color: #134a96;
    transform: translateY(-1px);
}
.chilpo-btn-plaza--ghost {
    background: transparent;
    color: #0f1b2d !important;
    border-color: rgba(15, 27, 45, 0.18);
}
.chilpo-btn-plaza--ghost:hover {
    background: rgba(30, 111, 217, 0.08);
    border-color: #1e6fd9;
    color: #134a96 !important;
}
.chilpo-btn-plaza--lg {
    padding: 0.85rem 1.35rem;
    font-size: 0.95rem;
}
.chilpo-footer-cta {
    margin: 0 auto 1.25rem;
    max-width: 640px;
}
.chilpo-footer-lead {
    margin: 0 0 0.9rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f1b2d;
}
.chilpo-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}
.chilpo-footer-copy {
    margin: 0;
    opacity: 0.8;
}
@media (max-width: 560px) {
    .chilpo-plaza-sub { display: none; }
    .chilpo-plaza-actions .chilpo-btn-plaza--ghost { display: none; }
}

.chilpo-planes-sugerencia {
    margin: 3rem 0;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, rgba(40, 115, 222, 0.08) 0%, transparent 100%);
    border-radius: 16px;
}
.chilpo-planes-inner { max-width: 1100px; margin: 0 auto; }
.chilpo-planes-title { font-size: 1.5rem; margin: 0 0 0.5rem; text-align: center; }
.chilpo-planes-sub { text-align: center; opacity: 0.85; margin: 0 0 1.5rem; font-size: 0.95rem; }
.chilpo-planes-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.chilpo-plan-card {
    border: 2px solid rgba(40, 115, 222, 0.2);
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}
.chilpo-plan-card.is-current { border-color: #ffcc00; background: rgba(255, 204, 0, 0.12); }
.chilpo-plan-card h3 { margin: 0 0 0.35rem; font-size: 1.05rem; }
.chilpo-plan-price { font-weight: 700; color: #2873de; margin: 0 0 0.5rem; }
.chilpo-plan-desc { font-size: 0.85rem; margin: 0 0 0.75rem; line-height: 1.4; }
.chilpo-badge { display: inline-block; font-size: 0.75rem; background: #2873de; color: #fff; padding: 0.25rem 0.5rem; border-radius: 6px; }
.chilpo-plan-cta {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.45rem 0.9rem;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
}
.chilpo-social { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.chilpo-social a { color: inherit; text-decoration: underline; font-weight: 600; }
.chilpo-prod-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.chilpo-prod-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    background: #fff;
}
.chilpo-prod-img { width: 100%; height: 160px; object-fit: cover; }
.chilpo-prod-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; }
.chilpo-prod-name { margin: 0 0 0.35rem; font-size: 1.05rem; }
.chilpo-prod-price { margin: 0 0 0.5rem; }
.chilpo-prod-price .muted { opacity: 0.6; margin-right: 0.35rem; }
.chilpo-prod-desc { font-size: 0.9rem; margin: 0 0 0.75rem; flex: 1; line-height: 1.45; }
.chilpo-btn-add {
    border: none;
    cursor: pointer;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
}
.chilpo-btn-wa-outline {
    display: inline-block;
    text-align: center;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border: 2px solid #25d366;
    color: #128c7e;
    background: rgba(37, 211, 102, 0.08);
    width: 100%;
    box-sizing: border-box;
}
.chilpo-btn-wa-outline:hover { background: rgba(37, 211, 102, 0.18); color: #075e54; }
.chilpo-premium-strip {
    margin: 2rem 0;
    padding: 1.25rem 1.25rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(40, 115, 222, 0.12), rgba(255, 204, 0, 0.15));
    border: 1px solid rgba(40, 115, 222, 0.2);
}
.chilpo-premium-list { margin: 0; padding-left: 1.2rem; line-height: 1.6; }
.chilpo-premium-list a { color: #2873de; font-weight: 700; }
.chilpo-h2 { font-size: 1.6rem; margin: 0 0 1rem; }
.chilpo-empty { opacity: 0.75; }
.chilpo-site-footer {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.chilpo-site-footer a { color: #2873de; font-weight: 600; }
