.pricing-hero{background:linear-gradient(135deg,var(--background) 0,var(--accent) 50%,var(--background) 100%);overflow:hidden;padding:10rem 0 4rem;position:relative}.pricing-hero:before{background:radial-gradient(ellipse at top,rgba(25,145,210,.05),transparent);content:"";inset:0;position:absolute}.pricing-hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:1}.pricing-badge{align-items:center;animation:fadeUp .6s ease-out;background:rgba(25,145,210,.1);border-radius:9999px;color:var(--primary);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.pricing-title{animation:fadeUp .6s ease-out .1s both;color:var(--foreground);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.pricing-subtitle{animation:fadeUp .6s ease-out .2s both;color:var(--muted-foreground);font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:600px}