.pricing-hero{background:var(--primary-gradient);color:white;padding:8rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.pricing-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.pricing-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.pricing-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.025em}.pricing-hero p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto}.hero-badge{display:inline-block;background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.plans-section{padding:4rem 2rem;margin-top:-2rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}.plan-card{background:var(--card-bg);border-radius:var(--radius-lg);padding:2rem;position:relative;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.plan-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.plan-card.featured{border-color:var(--primary);box-shadow:0 20px 40px rgba(102,126,234,.2)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary-gradient);color:white;padding:.375rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.plan-header{text-align:center;margin-bottom:1.5rem}.plan-icon{font-size:2.5rem;margin-bottom:.75rem}.plan-name{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.plan-tagline{font-size:.875rem;color:var(--text-secondary)}.plan-pricing{text-align:center;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.5rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.75rem}.plan-currency{font-size:1.5rem;font-weight:600;color:var(--text-secondary)}.plan-amount{font-size:3rem;font-weight:800;color:var(--text-primary);line-height:1}.plan-amount.custom{font-size:1.5rem}.plan-credits-badge{display:inline-block;background:rgba(102,126,234,.1);color:var(--primary);padding:.375rem .875rem;border-radius:50px;font-size:.8125rem;font-weight:600;margin-bottom:.75rem}.plan-validity{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.plan-features{flex:1 1;margin-bottom:1.5rem}.plan-features-title{font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.feature-list{list-style:none}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;color:var(--text-primary)}.feature-item .feature-icon{width:20px;height:20px;border-radius:50%;background:rgba(16,185,129,.1);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.feature-item.excluded{opacity:.5}.feature-item.excluded .feature-icon{background:rgba(156,163,175,.1);color:var(--text-muted)}.plan-cta{width:100%;text-align:center;margin-top:auto}.plan-cta .btn{width:100%;justify-content:center}.features-section{padding:4rem 2rem;background:var(--card-bg)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.section-subtitle{font-size:1rem;color:var(--text-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto}.pricing-page .feature-card{background:var(--background);border-radius:var(--radius);padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}.pricing-page .feature-card-icon{width:44px;height:44px;background:var(--primary-gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.pricing-page .feature-card-content h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.pricing-page .feature-card-content p{font-size:.875rem;color:var(--text-secondary)}.usage-section{padding:4rem 2rem}.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.usage-card{background:var(--card-bg);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border)}.usage-card h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.usage-table{width:100%;font-size:.875rem}.usage-table tr{border-bottom:1px solid var(--border)}.usage-table tr:last-child{border-bottom:none}.usage-table td{padding:.75rem 0}.usage-table td:last-child{text-align:right;font-weight:600;color:var(--primary)}.usage-notes{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.usage-note{margin-top:1rem;padding:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;font-size:.8rem;color:#92400e}.comparison-section{padding:4rem 2rem;background:var(--card-bg)}.comparison-table-wrapper{max-width:900px;margin:0 auto;overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;font-size:.875rem}.comparison-table td,.comparison-table th{padding:1rem;text-align:center;border-bottom:1px solid var(--border)}.comparison-table td:first-child,.comparison-table th:first-child{text-align:left;font-weight:500}.comparison-table thead th{background:var(--background);font-weight:700;font-size:1rem}.comparison-table thead th:nth-child(3){background:linear-gradient(135deg,#f0f4ff,#e8ecff);color:var(--primary)}.check-icon{color:var(--accent);font-size:1.125rem}.x-icon{color:var(--text-muted)}.faq-section{padding:4rem 2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.faq-item{background:var(--card-bg);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.faq-item h3{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.faq-item p{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.cta-section{background:var(--primary-gradient);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;color:white}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.cta-section p{font-size:1.125rem;opacity:.9;margin-bottom:2rem;position:relative;z-index:1}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}@media (max-width:768px){.pricing-hero{padding:7rem 1.5rem 3rem}.pricing-hero h1{font-size:2rem}.plans-grid{padding:0 1rem}.faq-grid,.features-grid,.plans-grid,.usage-grid{grid-template-columns:1fr}.comparison-table{font-size:.75rem}.comparison-table td,.comparison-table th{padding:.75rem .5rem}.cta-section h2{font-size:1.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.plan-card{animation:fadeInUp .5s ease forwards}.plan-card:first-child{animation-delay:.1s}.plan-card:nth-child(2){animation-delay:.2s}.plan-card:nth-child(3){animation-delay:.3s}