@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.prices-page{font-family:Inter,sans-serif;color:#0f172a;min-height:100vh;position:relative;overflow:hidden}body:has(.prices-page),html:has(.prices-page){background-color:#d4e6dc;background-image:radial-gradient(circle at top center,#d8efe1 0,#cfe5d6 50%,#c4dccc 100%)}.prices-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.prices-glow--1{width:500px;height:500px;top:-80px;left:-120px;background:radial-gradient(circle,rgba(22,163,74,.2) 0,transparent 70%);animation:glowDrift1 10s ease-in-out infinite}.prices-glow--2{width:400px;height:400px;top:30%;right:-100px;background:radial-gradient(circle,rgba(34,197,94,.15) 0,transparent 70%);animation:glowDrift2 12s ease-in-out infinite}.prices-glow--3{width:350px;height:350px;bottom:5%;left:20%;background:radial-gradient(circle,rgba(16,185,129,.12) 0,transparent 70%);animation:glowDrift3 14s ease-in-out infinite}@keyframes glowDrift1{0%,to{transform:translate(0) scale(1);opacity:.7}50%{transform:translate(40px,30px) scale(1.15);opacity:1}}@keyframes glowDrift2{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(-30px,-20px) scale(1.1);opacity:.9}}@keyframes glowDrift3{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(20px,-25px) scale(1.2);opacity:.85}}.prices-fade-in{opacity:0;transform:translateY(24px);animation:pricesFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}@keyframes pricesFadeUp{to{opacity:1;transform:translateY(0)}}.text-gradient{background:linear-gradient(90deg,#16a34a,#064e3b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.toggle-checkbox:checked{right:0;border-color:#16a34a}.toggle-checkbox:checked+.toggle-label{background-color:#16a34a}.card-shadow{box-shadow:0 10px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.01);transition:box-shadow .4s ease,transform .4s ease}.card-shadow:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(22,163,74,.12),0 8px 16px -6px rgba(0,0,0,.06)}.highlight-card{border:2px solid #16a34a;box-shadow:0 20px 25px -5px rgba(22,163,74,.15),0 8px 10px -6px rgba(22,163,74,.08);transition:box-shadow .4s ease,transform .4s ease}.highlight-card:hover{transform:scale(1.05) translateY(-6px);box-shadow:0 0 30px rgba(22,163,74,.25),0 25px 50px -12px rgba(22,163,74,.2)}.cta-shimmer{position:relative;overflow:hidden}.cta-shimmer:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:none;animation:shimmerSlide 4s ease-in-out infinite}@keyframes shimmerSlide{0%,70%,to{left:-100%}85%{left:150%}}.badge-pulse{animation:badgePulse 3s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 0 0 rgba(22,163,74,.4)}50%{box-shadow:0 0 0 6px rgba(22,163,74,0)}}