.beautiful-loader-container{display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%;padding:2rem;font-family:Poppins,sans-serif}.beautiful-loader-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.1);backdrop-filter:blur(4px);z-index:9999;min-height:100vh;padding:0}.beautiful-loader-wrapper{flex-direction:column;gap:1.5rem}.beautiful-loader,.beautiful-loader-wrapper{display:flex;align-items:center;justify-content:center}.beautiful-loader,.beautiful-loader-spinner{position:relative}.beautiful-loader-spinner.beautiful-loader-small{width:48px;height:48px}.beautiful-loader-spinner.beautiful-loader-medium{width:80px;height:80px}.beautiful-loader-spinner.beautiful-loader-large{width:128px;height:128px}.spinner-ring{position:absolute;border:4px solid transparent;border-top-color:#ce381f;border-radius:50%;animation:beautiful-spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring-1{width:100%;height:100%;opacity:1;animation-delay:-.45s}.spinner-ring-2{width:70%;height:70%;top:15%;left:15%;opacity:.7;animation-delay:-.3s}.spinner-ring-3{width:50%;height:50%;top:25%;left:25%;opacity:.4;animation-delay:-.15s}.beautiful-loader-small .spinner-ring-2{width:75%;height:75%;top:12.5%;left:12.5%}.beautiful-loader-small .spinner-ring-3{width:50%;height:50%;top:25%;left:25%}.beautiful-loader-large .spinner-ring-2{width:75%;height:75%;top:12.5%;left:12.5%}.beautiful-loader-large .spinner-ring-3{width:50%;height:50%;top:25%;left:25%}.beautiful-loader-large .spinner-ring{border-width:5px}@keyframes beautiful-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.beautiful-loader-message{font-family:Poppins,sans-serif;font-weight:400;color:#666;margin:0;text-align:center;animation:beautiful-pulse 2s ease-in-out infinite}.beautiful-loader-message-small{font-size:.875rem}.beautiful-loader-message-medium{font-size:1rem}.beautiful-loader-message-large{font-size:1.125rem}@keyframes beautiful-pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:768px){.beautiful-loader-container{min-height:auto;padding:1rem}.beautiful-loader-fullscreen{min-height:100vh}.beautiful-loader-spinner.beautiful-loader-small{width:32px;height:32px}.beautiful-loader-spinner.beautiful-loader-medium{width:40px;height:40px}.beautiful-loader-spinner.beautiful-loader-large{width:56px;height:56px}.beautiful-loader-message-small{font-size:.75rem}.beautiful-loader-message-medium{font-size:.85rem;margin-top:5px}.beautiful-loader-message-large{font-size:.95rem}.beautiful-loader-large .spinner-ring{border-width:3px}.beautiful-loader-medium .spinner-ring,.beautiful-loader-small .spinner-ring{border-width:2px}}.program-dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);width:min(616px,95vw);background:#fff;border-radius:20px;padding:28px;box-shadow:0 15px 40px rgba(0,0,0,.08);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:999}.program-dropdown-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.dropdown-heading{font-family:Poppins;font-size:11px;font-weight:500;color:#444;margin-bottom:22px}.dropdown-item{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:18px 0;text-decoration:none}.dropdown-item>div{flex:1;min-width:0}.dropdown-item-title{font-size:13px;font-weight:600;color:#ce381f;text-decoration:underline;margin-bottom:12px}.dropdown-item-description{font-size:11px;line-height:1.6;color:#444;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.dropdown-item-arrow{color:#ce381f;flex-shrink:0;margin-top:3px}.dropdown-divider{border-top:1px solid #f1e5e2;margin:18px 0 24px}@media(max-width:768px){.program-dropdown{width:95vw;padding:20px}.dropdown-item{gap:14px;padding:16px 0}.dropdown-item-title{font-size:12px}.dropdown-item-description{font-size:10px;line-height:1.5}}