body{background:var(--bg-ink);color:var(--text)}.pricing-container{max-width:1400px;margin:0 auto;padding:8rem 2rem 4rem;background:var(--bg-ink)}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-title{font-size:3.5rem;font-weight:900;background:linear-gradient(90deg,#20c6b7 0,#f6b645 25%,#20c6b7 50%,#f6b645 75%,#20c6b7 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;animation:text-shimmer 4s ease-in-out infinite}@keyframes text-shimmer{0%,100%{background-position:0 center}50%{background-position:100% center}}.pricing-subtitle{font-size:1.5rem;color:rgba(255,255,255,0.85);margin-bottom:3rem}.license-type-toggle{display:flex;justify-content:center;gap:0;margin-bottom:4rem;background:rgba(255,255,255,0.95);border-radius:50px;padding:.5rem;max-width:800px;margin-left:auto;margin-right:auto;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.license-toggle-btn{flex:1;padding:1rem 1.5rem;border:0;background:transparent;color:rgba(0,0,0,0.6);border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s;font-size:1rem}.license-toggle-btn:hover:not(.active){color:rgba(0,0,0,0.8);background:rgba(255,255,255,0.1)}.license-toggle-btn.active{background:linear-gradient(135deg,#20c6b7,#f6b645);color:white;box-shadow:0 4px 12px rgba(32,198,183,0.3)}.billing-toggle{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.billing-toggle-btn{padding:.75rem 2rem;border:2px solid rgba(32,198,183,0.5);background:transparent;color:#20c6b7;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s}.billing-toggle-btn:hover:not(.active){border-color:rgba(32,198,183,0.8);background:rgba(32,198,183,0.05)}.billing-toggle-btn.active{background:linear-gradient(135deg,#20c6b7,#f6b645);color:white;border-color:transparent;box-shadow:0 4px 12px rgba(32,198,183,0.3)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.pricing-card{background:rgba(255,255,255,0.05);border-radius:20px !important;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(0.25,0.46,0.45,0.94);border:2px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;backdrop-filter:blur(10px);overflow:hidden}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(32,198,183,0.3);border-color:rgba(32,198,183,0.3);background:rgba(255,255,255,0.08)}.pricing-card.featured{border-color:var(--teal);box-shadow:0 10px 30px rgba(32,198,183,0.3);background:rgba(32,198,183,0.08)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#20c6b7,#f6b645);color:white;padding:.4rem 1.2rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase}.tier-name{font-size:1.5rem;font-weight:700;color:white;margin-bottom:.3rem}.tier-tagline{color:rgba(255,255,255,0.75);margin-bottom:1rem;min-height:40px;font-size:.9rem}.price-display{margin-bottom:1.25rem}.price-amount{font-size:2.5rem;font-weight:900;color:white}.price-period{font-size:1rem;color:rgba(255,255,255,0.5)}.price-details{color:rgba(255,255,255,0.6);font-size:.85rem;margin-top:.3rem}.savings-badge{display:inline-block;background:rgba(72,187,120,0.2);color:#48bb78;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-top:.5rem}.features-list{list-style:none;padding:0;margin:1rem 0 1.25rem 0;flex-grow:1}.features-list li{padding:.4rem 0;color:rgba(255,255,255,0.85);display:flex;align-items:start;gap:.5rem;font-size:.85rem;line-height:1.4}.features-list li::before{content:"\2713";color:#20c6b7;font-weight:bold;font-size:1rem;flex-shrink:0}.pricing-grid .cta-button{width:100%;padding:.9rem;background:linear-gradient(135deg,#20c6b7,#f6b645);color:white;border:0;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .3s,box-shadow .3s;text-decoration:none;display:block;text-align:center}.pricing-grid .cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(32,198,183,0.4);color:white}.comparison-section{background:rgba(255,255,255,0.05);border-radius:20px;padding:3rem;margin-top:4rem;overflow-x:auto;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(10px)}.comparison-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:white}.comparison-table{width:100%;border-collapse:collapse;min-width:700px}.comparison-table thead th{background:rgba(32,198,183,0.1);padding:1rem;text-align:center;color:#20c6b7;font-weight:700;border-bottom:2px solid rgba(32,198,183,0.5)}.comparison-table thead th:first-child{text-align:left;background:transparent;color:white}.comparison-table tbody td{padding:1rem;border-bottom:1px solid rgba(255,255,255,0.1)}.comparison-table tbody td:first-child{font-weight:600;color:rgba(255,255,255,0.95)}.comparison-table tbody td{text-align:center;color:rgba(255,255,255,0.8)}.check-mark{color:#20c6b7;font-size:1.25rem}.faq-section{max-width:900px;margin:4rem auto}.faq-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:white}.faq-grid{display:grid;gap:1rem}.faq-item{background:rgba(255,255,255,0.05);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(10px);transition:all .3s}.faq-item:hover{background:rgba(255,255,255,0.08);border-color:rgba(32,198,183,0.3)}.faq-question{font-size:1.1rem;font-weight:600;color:white;margin-bottom:.75rem}.faq-answer{color:rgba(255,255,255,0.8);line-height:1.8}.trust-badges{display:flex;justify-content:center;align-items:center;gap:3rem;margin:4rem 0;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,0.75);font-size:1rem}.trust-icon{font-size:1.5rem;color:#20c6b7}.checkout-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.85);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.checkout-modal{background:linear-gradient(135deg,#1a1a2e 0,#16213e 100%);border-radius:16px;max-width:600px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,0.5);border:1px solid rgba(32,198,183,0.2);animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-modal-header{padding:24px 32px;border-bottom:1px solid rgba(32,198,183,0.2);background:linear-gradient(135deg,rgba(32,198,183,0.1) 0,rgba(246,182,69,0.05) 100%)}.checkout-modal-header h3{margin:0;font-size:24px;font-weight:700;color:#fff;background:linear-gradient(135deg,#20c6b7 0,#f6b645 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-modal-body{padding:32px;color:#e0e0e0}.refund-policy-notice{display:flex;gap:16px;padding:20px;background:rgba(246,182,69,0.1);border-left:4px solid #f6b645;border-radius:8px;margin-bottom:24px}.notice-icon{flex-shrink:0;color:#f6b645}.notice-content h4{margin:0 0 8px 0;font-size:16px;font-weight:600;color:#fff}.notice-content p{margin:0;font-size:14px;line-height:1.6;color:#e0e0e0}.policy-highlights{display:grid;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.1)}.highlight-item{display:flex;gap:12px;align-items:flex-start}.support-reassurance{font-size:14px;line-height:1.6;color:#b0b0b0;padding:16px 20px;background:rgba(32,198,183,0.08);border-left:3px solid #20c6b7;border-radius:6px;margin-bottom:24px;font-style:italic}.highlight-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.highlight-icon.trial{background:rgba(32,198,183,0.2);color:#20c6b7}.highlight-icon.no-refund{background:rgba(255,107,107,0.2);color:#ff6b6b}.highlight-item strong{display:block;font-size:15px;color:#fff;margin-bottom:4px}.highlight-item p{margin:0;font-size:13px;color:#b0b0b0}.checkout-checkbox-container{padding:20px;background:rgba(32,198,183,0.05);border:2px solid rgba(32,198,183,0.2);border-radius:8px;transition:all .3s ease}.checkout-checkbox-container:has(input:checked){background:rgba(32,198,183,0.1);border-color:rgba(32,198,183,0.4)}.checkout-checkbox-label{display:flex;gap:12px;cursor:pointer;margin:0;align-items:flex-start}.checkout-checkbox{flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#20c6b7}.checkbox-text{font-size:14px;line-height:1.6;color:#e0e0e0}.checkbox-text strong{color:#f6b645}.legal-microcopy{margin:12px 0 0 0;padding-left:32px;font-size:12px;color:gray;font-style:italic;line-height:1.5}.checkout-modal-footer{padding:24px 32px;border-top:1px solid rgba(32,198,183,0.2);display:flex;gap:12px;justify-content:flex-end;background:rgba(0,0,0,0.2)}.checkout-btn{padding:12px 28px;font-size:15px;font-weight:600;border:0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:'Inter',sans-serif}.checkout-btn-cancel{background:rgba(255,255,255,0.1);color:#fff}.checkout-btn-cancel:hover{background:rgba(255,255,255,0.15)}.checkout-btn-proceed{background:linear-gradient(135deg,#20c6b7 0,#17a396 100%);color:#fff}.checkout-btn-proceed:hover:not(:disabled){background:linear-gradient(135deg,#17a396 0,#158e82 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(32,198,183,0.4)}.checkout-btn-proceed:disabled{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.3);cursor:not-allowed}@media(max-width:640px){.checkout-modal{margin:0;max-height:90vh;overflow-y:auto}.checkout-modal-header,.checkout-modal-body,.checkout-modal-footer{padding:20px}.checkout-modal-footer{flex-direction:column}.checkout-btn{width:100%}}