*{box-sizing:border-box;margin:0;padding:0}body{color:#1d1d1f;background:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-placeholder{text-align:center;margin-top:4rem;padding:2rem}.page-placeholder h1{color:#1d1d1f;margin-bottom:1rem;font-size:2rem}.page-placeholder p{color:#86868b;font-size:1.1rem}.spinner-large{border:4px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100vh;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:1s linear infinite spin}
.currency-selector{display:inline-block;position:relative}.currency-button{cursor:pointer;color:#4a5568;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.currency-button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.currency-flag{font-size:18px;line-height:1}.currency-code{color:#334155;font-weight:600}.currency-dropdown{z-index:10000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:200px;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.currency-option{cursor:pointer;text-align:left;color:#4a5568;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:14px;transition:background .2s;display:flex}.currency-option:hover{background:#f8fafc}.currency-option.active{color:#667eea;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);font-weight:600}.currency-symbol{color:#64748b;margin-left:auto;font-weight:600}.currency-info{color:#64748b;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:8px 12px;font-size:12px}.price-display{align-items:baseline;gap:4px;display:inline-flex}.price-amount{font-size:inherit;font-weight:inherit;color:inherit}.price-period{color:#64748b;font-size:.875em;font-weight:400}.pricing-card .price-display .price-amount{color:#667eea;font-size:2.5rem;font-weight:700}.transformation-card .price-display .price-amount{color:#667eea;font-size:2rem;font-weight:700}.nav-actions .currency-selector{margin-right:1rem}@media (max-width:768px){.currency-button{padding:6px 10px;font-size:13px}.currency-flag{font-size:16px}.currency-dropdown{left:0;right:auto}}
