.hextra-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1rem}.hextra-card{flex:1;min-width:200px}.hextra-card-icon{display:flex;align-items:center;justify-content:flex-start}.hextra-custom-footer{border-top:1px solid #e5e7eb}.dark .hextra-custom-footer{border-top:1px solid #2d2d2d}footer>.hx-max-w-screen-xl{max-width:100%}.pricing-page-title{margin-top:2rem!important;margin-bottom:1.5rem!important}.pricing-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin:2rem auto;max-width:100%;width:100%}.pricing-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;flex:1 1 350px;max-width:400px;min-width:300px;overflow:hidden;position:relative;transition:all .3s ease;margin:0 .5rem}.dark .pricing-card{background-color:#1e1e1e;box-shadow:0 4px 6px rgba(0,0,0,.3)}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.pricing-card-highlighted{border:2px solid #6366f1;transform:scale(1.05)}.pricing-card-highlighted:hover{transform:translateY(-5px)scale(1.05)}.pricing-header{padding:1.5rem;text-align:center;border-bottom:1px solid #e5e7eb}.dark .pricing-header{border-bottom:1px solid #2d2d2d}.pricing-header h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.pricing-price{font-size:2.5rem;font-weight:700;color:#6366f1}.pricing-period{color:#6b7280;font-size:.875rem}.pricing-features{flex-grow:1;padding:1.5rem}.pricing-features ul{list-style-type:none;margin:0;padding:0}.pricing-features li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.pricing-features li::before{content:"✓";color:#6366f1;font-weight:700;position:absolute;left:0}.pricing-cta{padding:1.5rem;text-align:center}.pricing-button{background-color:#6366f1;border-radius:.25rem;color:#fff;display:inline-block;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.pricing-button:hover{background-color:#4f46e5}.pricing-button-disabled{background-color:#9ca3af;cursor:not-allowed}.pricing-button-disabled:hover{background-color:#9ca3af}.pricing-badge{background-color:#f59e0b;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;position:absolute;right:0;top:0;z-index:10}body.pricing-page .hextra-toc{display:none!important}body.pricing-page .hextra-content{grid-template-columns:minmax(0,1fr)!important}details{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;padding:1rem;transition:all .3s ease}.dark details{border-color:#2d2d2d}details:hover{box-shadow:0 2px 4px rgba(0,0,0,5%)}details[open]{background-color:#f9fafb}.dark details[open]{background-color:#1a1a1a}summary{cursor:pointer;font-weight:600;margin:-1rem;padding:1rem}details p{margin-top:1rem;padding:0 .5rem}