#budget-guide{background:linear-gradient(135deg,rgb(34 197 94 / .08) 0%,rgb(16 185 129 / .05) 50%,rgb(6 182 212 / .08) 100%);border:2px solid rgb(34 197 94 / .2);position:relative;overflow:hidden}#budget-guide::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 75%,rgb(34 197 94 / .1) 0%,transparent 50%),radial-gradient(circle at 75% 25%,rgb(16 185 129 / .08) 0%,transparent 50%);pointer-events:none;z-index:1}.budget-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.budget-intro{max-width:700px;margin:0 auto}.budget-intro .intro-icon{font-size:3.5rem;margin-bottom:1.5rem;filter:drop-shadow(0 8px 20px rgb(34 197 94 / .3));animation:budgetFloat 4s ease-in-out infinite}@keyframes budgetFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(2deg)}}.budget-intro h3{font-size:2.4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#22c55e,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.budget-intro p{font-size:1.2rem;color:rgb(255 255 255 / .8);line-height:1.6}.budget-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.budget-tier{background:linear-gradient(145deg,rgb(255 255 255 / .1),rgb(255 255 255 / .05));border-radius:20px;padding:2rem 1.5rem;backdrop-filter:blur(20px);border:2px solid rgb(255 255 255 / .15);transition:all 0.4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:300px;display:flex;flex-direction:column;box-shadow:0 8px 25px rgb(34 197 94 / .15)}.budget-tier::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity 0.4s ease;border-radius:20px}.budget-tier.entry-level{border-color:rgb(34 197 94 / .3)}.budget-tier.entry-level::before{background:linear-gradient(135deg,rgb(34 197 94 / .15),rgb(16 185 129 / .1))}.budget-tier.mid-range{border-color:rgb(6 182 212 / .3)}.budget-tier.mid-range::before{background:linear-gradient(135deg,rgb(6 182 212 / .15),rgb(14 165 233 / .1))}.budget-tier.premium{border-color:rgb(139 92 246 / .3)}.budget-tier.premium::before{background:linear-gradient(135deg,rgb(139 92 246 / .15),rgb(99 102 241 / .1))}.budget-tier:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgb(34 197 94 / .2)}.budget-tier:hover::before{opacity:1}.tier-header{text-align:center;margin-bottom:1.5rem;position:relative;z-index:2;flex-shrink:0}.tier-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,rgb(34 197 94 / .2),rgb(16 185 129 / .1));display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:2px solid rgb(34 197 94 / .3);transition:all 0.3s ease}.tier-icon i{font-size:1.5rem;color:#22c55e;text-shadow:0 0 10px rgb(34 197 94 / .5)}.tier-header h4{font-size:1.4rem;font-weight:800;margin-bottom:.8rem;color:#fff;text-shadow:0 2px 8px rgb(0 0 0 / .3);line-height:1.3}.tier-price{display:inline-block;padding:.8rem 1.5rem;background:linear-gradient(135deg,rgb(34 197 94 / .2),rgb(16 185 129 / .1));border:2px solid rgb(34 197 94 / .4);border-radius:15px;color:#22c55e;font-weight:800;font-size:1.2rem;text-shadow:0 0 15px rgb(34 197 94 / .5);box-shadow:0 6px 20px rgb(34 197 94 / .3);margin-bottom:1rem}.tier-content{flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:2}.tier-description{color:rgb(255 255 255 / .9);margin-bottom:1.5rem;line-height:1.6;font-size:.95rem;text-align:center;flex-shrink:0}.tier-buttons{display:grid;grid-template-columns:1fr;gap:.8rem;margin-bottom:1rem;position:relative;z-index:2}.tier-toggle-btn{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;background:linear-gradient(135deg,rgb(34 197 94 / .2),rgb(16 185 129 / .1));border:2px solid rgb(34 197 94 / .3);border-radius:12px;color:#22c55e;cursor:pointer;transition:all 0.3s ease;font-weight:600;font-size:1rem;outline:none;position:relative;overflow:hidden;width:100%}.tier-toggle-btn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(34 197 94 / .3),rgb(16 185 129 / .2));opacity:0;transition:opacity 0.3s ease}.tier-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgb(34 197 94 / .3);border-color:rgb(34 197 94 / .5)}.tier-toggle-btn:hover::before{opacity:1}.tier-toggle-btn i,.tier-toggle-btn span{position:relative;z-index:2}.tier-toggle-btn .toggle-icon{transition:transform 0.3s ease;font-size:.8rem}.tier-toggle-btn.active .toggle-icon{transform:rotate(180deg)}.tier-toggle-btn.active{background:linear-gradient(135deg,rgb(34 197 94 / .4),rgb(16 185 129 / .2))!important;border-color:rgb(34 197 94 / .6)!important;box-shadow:0 4px 15px rgb(34 197 94 / .3)!important;transform:translateY(-2px)!important}.tier-section{margin-bottom:0;background:rgb(255 255 255 / .05);border-radius:12px;padding:0;border:1px solid rgb(255 255 255 / .1);overflow:hidden;transition:all 0.4s cubic-bezier(.4,0,.2,1);max-height:0;opacity:0;position:relative;z-index:2}.tier-section.expanded{max-height:500px!important;opacity:1!important;padding:1.2rem!important;margin-bottom:1rem!important;border:1px solid rgb(255 255 255 / .1)!important;transform:scale(1)!important}.tier-section.collapsed{max-height:0!important;opacity:0!important;padding:0!important;margin-bottom:0!important;border:none!important}.tier-section h5{display:none}.tier-section ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.tier-section li{display:flex;align-items:flex-start;gap:.8rem;padding:.6rem;background:rgb(255 255 255 / .05);border-radius:8px;transition:all 0.3s ease;border-left:3px solid #fff0;font-size:.9rem;line-height:1.4;color:rgb(255 255 255 / .9)}.tier-section li:before{content:"•";color:#22c55e;font-weight:700;font-size:1.2rem;line-height:1;flex-shrink:0}.tier-section li:hover{background:rgb(34 197 94 / .1);transform:translateX(5px);border-left-color:#22c55e}.tier-section.best-for li:before{content:"★";color:#f59e0b}.tier-section.best-for li:hover{background:rgb(245 158 11 / .1);border-left-color:#f59e0b}.tier-section.what-you-get li:before{content:"✓";color:#22c55e}.money-saving-tips{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,rgb(245 158 11 / .1),rgb(251 191 36 / .05));border:2px solid rgb(245 158 11 / .3);border-radius:20px;position:relative;z-index:2}.money-saving-tips h4{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;text-align:center}.savings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.saving-tip{background:rgb(255 255 255 / .08);border-radius:12px;padding:1.5rem;border:1px solid rgb(245 158 11 / .2);transition:all 0.3s ease}.saving-tip:hover{background:rgb(245 158 11 / .1);transform:translateY(-3px);box-shadow:0 8px 20px rgb(245 158 11 / .2)}.saving-tip h5{font-size:1rem;font-weight:700;margin-bottom:.8rem;color:#f59e0b;display:flex;align-items:center;gap:.5rem}.saving-tip h5:before{content:"💡";font-size:1.2rem}.saving-tip p{color:rgb(255 255 255 / .9);font-size:.9rem;line-height:1.5;margin:0}@media (max-width:768px){.budget-tier{min-height:280px;padding:1.5rem}.tier-buttons{gap:.6rem}.tier-toggle-btn{padding:1rem 1.2rem;font-size:.9rem}.tier-section.expanded{padding:1rem}}@media (max-width:480px){.tier-buttons{grid-template-columns:1fr;gap:.5rem}.tier-toggle-btn{padding:.9rem 1rem;font-size:.85rem}.budget-tier{padding:1.3rem 1rem;min-height:250px}}.debug-mode .tier-section{border:2px solid red!important}.debug-mode .tier-toggle-btn{outline:2px solid blue!important}