.plans-hero { text-align: center; padding: 3rem 0 2.5rem; }
.plans-hero h1 { font-size: 2.2rem; font-weight: 800; color: var(--gray-900); margin-bottom: 0.75rem; }
.plans-hero p { font-size: 1.05rem; color: var(--gray-600); max-width: 600px; margin: 0 auto; }
.active-sub-banner { background: linear-gradient(135deg, #10B981, #059669); color: #fff; border-radius: 14px; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.active-sub-banner .info { flex: 1; min-width: 200px; }
.active-sub-banner .info h5 { margin: 0 0 4px; }
.active-sub-banner .info p { margin: 0; opacity: 0.9; font-size: 0.88rem; }
.active-sub-banner a { background: rgba(255,255,255,0.2); color: #fff; padding: 0.5rem 1.25rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.875rem; }
.active-sub-banner a:hover { background: rgba(255,255,255,0.3); }
.section-hdr { margin-bottom: 2rem; margin-top: 3rem; }
.section-hdr h2 { font-size: 1.4rem; font-weight: 700; color: var(--gray-900); display: flex; align-items: center; gap: 10px; padding-bottom: 0.75rem; border-bottom: 2px solid var(--gray-200); }
.section-hdr h2 i { color: var(--primary); }
.section-hdr p { color: var(--gray-600); font-size: 0.92rem; margin-top: 0.75rem; }
.space-card { background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 2rem; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; height: 100%; }
.space-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.space-card .space-img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; margin-bottom: 1.25rem; display: block; }
.space-card .space-name { font-size: 1.15rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.4rem; }
.space-card .space-meta { font-size: 0.82rem; color: var(--gray-500); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.space-card .space-meta .badge-feat { background: var(--gray-100); color: var(--gray-600); padding: 2px 8px; border-radius: 6px; font-size: 0.72rem; font-weight: 500; }
.space-card .pricing-list { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
.space-card .pricing-list li { padding: 10px 0; border-bottom: 1px solid var(--gray-100); display: flex; justify-content: space-between; align-items: center; font-size: 0.88rem; }
.space-card .pricing-list li:last-child { border-bottom: none; }
.space-card .pricing-list .dur-label { color: var(--gray-600); font-weight: 500; }
.space-card .pricing-list .dur-label i { width: 18px; text-align: center; margin-right: 6px; color: var(--primary); font-size: 0.8rem; }
.space-card .pricing-list .dur-price { font-weight: 700; color: var(--gray-900); }
.space-card .pricing-list .dur-price small { font-weight: 400; font-size: 0.72rem; color: var(--gray-500); }
.space-card .btn-view { display: block; text-align: center; padding: 0.75rem; border-radius: 10px; font-weight: 600; font-size: 0.9rem; border: 2px solid var(--primary); background: #fff; color: var(--primary); text-decoration: none; transition: all 0.2s; margin-top: 0.5rem; }
.space-card .btn-view:hover { background: var(--primary); color: #fff; }
.plans-flex { display: flex; flex-wrap: wrap; gap: 2rem; margin-bottom: 4rem; }
.plans-flex .grid-full { flex: 0 0 100%; max-width: 100%; }
.plans-flex .grid-1-2  { flex: 0 0 calc(50% - 1rem); max-width: calc(50% - 1rem); }
.plans-flex .grid-1-3  { flex: 0 0 calc(33.333% - 1.334rem); max-width: calc(33.333% - 1.334rem); }
.plans-flex .grid-1-4  { flex: 0 0 calc(25% - 1.5rem); max-width: calc(25% - 1.5rem); }
.plan-card { background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; padding: 2.25rem; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; height: 100%; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.plan-card.featured { border-color: var(--primary); box-shadow: 0 0 0 2px rgba(37,99,235,0.15); }
.plan-card .card-badge { position: absolute; top: 14px; right: -30px; background: var(--primary); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 4px 40px; transform: rotate(45deg); text-transform: uppercase; letter-spacing: 0.5px; }
.plan-name { font-size: 1.2rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.25rem; }
.plan-price { margin: 1.25rem 0; }
.plan-price .amount { font-size: 2.5rem; font-weight: 800; color: var(--primary); line-height: 1; }
.plan-price .currency { font-size: 1rem; font-weight: 600; color: var(--gray-600); margin-left: 2px; }
.plan-price .period { font-size: 0.85rem; color: var(--gray-600); }
.plan-features { list-style: none; padding: 0; margin: 0 0 2rem; flex: 1; }
.plan-features li { padding: 8px 0; font-size: 0.88rem; color: var(--gray-700); display: flex; align-items: flex-start; gap: 8px; }
.plan-features li i { color: #10B981; margin-top: 3px; flex-shrink: 0; }
.plan-card .btn-subscribe { width: 100%; padding: 0.75rem; border-radius: 10px; font-weight: 600; font-size: 0.95rem; border: 2px solid var(--primary); background: #fff; color: var(--primary); transition: all 0.2s; cursor: pointer; }
.plan-card .btn-subscribe:hover { background: var(--primary); color: #fff; }
.plan-card.featured .btn-subscribe { background: var(--primary); color: #fff; }
.plan-card.featured .btn-subscribe:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.whatsapp-banner { background: linear-gradient(135deg, #25D366, #128C7E); color: #fff; border-radius: 16px; padding: 2.5rem; text-align: center; margin-top: 2rem; margin-bottom: 1rem; }
.whatsapp-banner h4 { margin-bottom: 0.5rem; }
.whatsapp-banner a { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #128C7E; font-weight: 700; padding: 0.65rem 1.5rem; border-radius: 10px; text-decoration: none; margin-top: 0.75rem; transition: transform 0.15s; }
.whatsapp-banner a:hover { transform: scale(1.03); }
@media (max-width: 768px) {
    .space-card .space-img { height: 160px; }
    .plans-flex .grid-full,
    .plans-flex .grid-1-2,
    .plans-flex .grid-1-3,
    .plans-flex .grid-1-4 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .plans-flex .grid-1-3,
    .plans-flex .grid-1-4 { flex: 0 0 calc(50% - 0.75rem); max-width: calc(50% - 0.75rem); }
}
