*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;position:relative;width:100%}.header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#0a2463f2,#005a7af2 50%,#0a2463f2);border-bottom:1px solid #ffffff26;box-shadow:0 4px 20px #0003,0 2px 10px #0000001a;left:0;padding:1.25rem 0;position:-webkit-sticky;position:sticky;right:0;top:0;transition:all .3s ease;width:100%;z-index:1000}.header:before{background:linear-gradient(135deg,#0a24631a,#00a8cc1a);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.header-container{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;z-index:1}.header-left{align-items:center;display:flex;gap:2rem;justify-content:flex-start}.header-nav-desktop{display:none}@media (min-width:969px){.header-nav-desktop{display:block}}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:24px;justify-content:space-around;padding:0;position:relative;width:30px;z-index:1001}.hamburger-menu span{background:#fff;border-radius:3px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-menu.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (min-width:969px){.hamburger-menu{display:none}}.mobile-menu-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.mobile-menu{animation:slideInLeft .3s ease;background:linear-gradient(135deg,#0a2463,#005a7a);box-shadow:4px 0 20px #0000004d;height:100vh;left:0;overflow-y:auto;padding:5rem 0 2rem;position:fixed;top:0;width:280px;z-index:1000}.mobile-menu-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s;width:40px;z-index:1001}.mobile-menu-close:hover{background:#ffffff4d;transform:rotate(90deg)}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.header-center{align-items:center;display:flex;grid-column:2;justify-content:center}.header-right{grid-column:3;justify-content:flex-end}.logo-wrapper{align-items:center;display:flex;justify-content:center}.login-btn{border:none;border-radius:12px;box-shadow:0 4px 15px #0a24634d,inset 0 1px 0 #fff3;cursor:pointer;font-size:1rem;font-weight:600;min-height:44px;overflow:hidden;padding:.75rem 1.75rem;position:relative;transition:all .3s ease}.login-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.login-btn:hover:before{left:100%}.login-btn:hover{background:linear-gradient(135deg,#0d2f7a,#00b8d4);box-shadow:0 6px 20px #0a246366,inset 0 1px 0 #ffffff4d}.login-btn:active{box-shadow:0 2px 10px #0a24634d,inset 0 1px 0 #fff3;transform:translateY(0)}.header.scrolled{background:linear-gradient(135deg,#0a2463fa,#005a7afa 50%,#0a2463fa);border-bottom:1px solid #ffffff26;box-shadow:0 4px 20px #0003,0 2px 10px #0000001a}@media (max-width:768px){.header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#0a2463fa,#005a7afa 50%,#0a2463fa);padding:1rem 0}.header-container{gap:.75rem;grid-template-columns:auto 1fr auto;padding:0 1rem}.header-left{width:44px}.header-center{grid-column:2;justify-content:center}.header-right{grid-column:3}.logo-wrapper{justify-content:center}.login-btn{border-radius:10px;font-size:.9rem;padding:.625rem 1.5rem}}.user-menu{align-items:center;display:flex;gap:1rem}.user-menu,.user-menu-wrapper{position:relative}.user-dropdown-trigger,.welcome-text{color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap}.user-dropdown-trigger{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;gap:.25rem;padding:.5rem .75rem;transition:all .2s ease}.user-dropdown-trigger:hover{background:#ffffff1a}.user-dropdown{animation:slideDown .2s ease;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1001}.user-dropdown .dropdown-item{background:none;border:none;border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;display:block;font-size:.95rem;padding:.875rem 1.25rem;text-align:left;transition:all .2s ease;width:100%}.user-dropdown .dropdown-item:last-child{border-bottom:none}.user-dropdown .dropdown-item:hover{background:#f8f9fa;color:#0a2463}.user-dropdown .upgrade-item{background:linear-gradient(135deg,#0a2463,#00a8cc);color:#fff;font-weight:600}.user-dropdown .upgrade-item:hover{background:linear-gradient(135deg,#0d2f7a,#00b8d4);color:#fff}.user-dropdown .pro-badge-item{background:#f0f9ff;cursor:default;padding:.875rem 1.25rem;text-align:center}.user-dropdown .pro-badge-item:hover{background:#f0f9ff}.pro-badge{color:#0a2463;font-size:.9rem;font-weight:600}.subscription-info-item{background:#f8f9fa;cursor:default;padding:.875rem 1.25rem}.subscription-info-item:hover{background:#f8f9fa}.subscription-details{display:flex;flex-direction:column;gap:.25rem}.subscription-plan{color:#0a2463;font-size:.9rem;font-weight:600}.subscription-expires{color:#666;font-size:.8rem}.renewal-reminder-item{background:#fff3cd;border-left:4px solid #ffc107;cursor:default;padding:1rem 1.25rem}.renewal-reminder-item:hover{background:#fff3cd}.renewal-warning{color:#856404;font-weight:600;margin-bottom:.5rem}.renewal-days{color:#856404;font-size:.85rem;margin-top:.25rem}.renewal-btn{background:#ffc107;border:none;border-radius:6px;color:#333;cursor:pointer;font-weight:600;margin-top:.5rem;padding:.5rem;transition:all .2s ease;width:100%}.renewal-btn:hover{background:#ffb300;transform:translateY(-1px)}.admin-menu-wrapper{position:relative}.admin-dropdown-trigger{background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.admin-dropdown-trigger:hover{background:#ffffff1a}.admin-dropdown{animation:slideDown .2s ease;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;background:#0000;border:none;color:#333;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:background .2s ease;width:100%}.dropdown-item:hover{background:#f0f0f0}.dropdown-item:first-child{border-bottom:1px solid #e0e0e0}.logout-btn{background:#0000;border:2px solid #0a2463;border-radius:8px;color:#0a2463;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.logout-btn:hover{background:#0a2463;color:#fff}@media (max-width:768px){.welcome-text{font-size:.85rem}.logout-btn{font-size:.8rem;padding:.4rem .8rem}}.modal-backdrop{animation:fadeIn .2s ease;background-color:#0009;padding:1rem;z-index:2000}.modal-container{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:450px;overflow-y:auto;position:relative;width:100%}.modal-close{line-height:1;z-index:10}.modal-close:hover{background-color:#f5f5f5}.modal-content{padding:2.5rem 2rem 2rem}.modal-subtitle{margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group input{min-height:48px;transition:all .2s ease}.form-options{font-size:.9rem;justify-content:space-between}.form-options,.remember-me{align-items:center;display:flex}.remember-me{cursor:pointer;gap:.5rem}.remember-me input[type=checkbox]{cursor:pointer;height:18px;width:18px}.forgot-password{background:none;border:none;color:#0a2463;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;padding:0;text-decoration:none;transition:color .2s ease}.forgot-password:hover{color:#0d2f7a;text-decoration:underline}.submit-btn:hover{background-color:#0d2f7a;box-shadow:0 4px 12px #0a24634d;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.modal-footer{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.modal-footer p{color:#666;font-size:.9rem;margin:0}.create-account-link{background:none;border:none;color:#0a2463;cursor:pointer;font-size:inherit;font-weight:600;padding:0;text-decoration:underline;transition:color .2s ease}.create-account-link:hover{color:#0d2f7a}@media (max-width:768px){.modal-container{border-radius:16px 16px 0 0;margin-top:auto;max-width:100%}.modal-content{padding:2rem 1.5rem 1.5rem}.modal-title{font-size:1.5rem}.modal-subtitle{font-size:.875rem}.form-group input{font-size:16px}}.forgot-password-backdrop{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.forgot-password-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:480px;overflow-y:auto;position:relative;width:90%}.forgot-password-form{display:flex;flex-direction:column;gap:1.25rem}.password-hint{color:#666;font-size:.8rem;margin-top:-.25rem}.resend-code-section{align-items:center;display:flex;font-size:.85rem;gap:.5rem;margin-top:.5rem}.resend-text{color:#666}.resend-btn{font-size:inherit;padding:0}.back-to-login-btn{background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:.5rem;transition:color .2s ease}.back-to-login-btn:hover{color:#0a2463}.success-message{background-color:#e8f5e9;border-left:4px solid #2e7d32;color:#2e7d32;margin-bottom:1rem}.modal-close{background:none;color:#666;height:36px;width:36px;z-index:1}.modal-content{padding:2.5rem}.modal-title{margin:0 0 .5rem}.modal-subtitle{margin:0 0 1.5rem}@media (max-width:768px){.forgot-password-modal{border-radius:16px 16px 0 0;margin-top:auto;max-width:100%}.modal-content{padding:2rem 1.5rem 1.5rem}.modal-title{font-size:1.5rem}.modal-subtitle{font-size:.875rem}.form-group input{font-size:16px}}.registration-modal-container{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.modal-title{color:#0a2463;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;text-align:center}.modal-subtitle{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;text-align:center}.email-check-message{background-color:#f8f9fa;border-left:3px solid #00a8cc;border-radius:8px;color:#666;font-size:.875rem;margin:-.5rem 0 1rem;padding:.75rem;text-align:center}.registration-form{display:flex;flex-direction:column;gap:1.25rem}.form-group input,.form-group select{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;min-height:48px;padding:.875rem 1rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus{border-color:#0a2463;box-shadow:0 0 0 3px #0a24631a;outline:none}.form-group select{background-color:#fff;cursor:pointer}.success-message{background-color:#efe;border-left:4px solid #3c3;border-radius:8px;color:#3c3;font-size:.9rem;padding:.75rem 1rem}.verification-form{display:flex;flex-direction:column;gap:1.5rem}.code-input{font-size:1.5rem;font-weight:600;letter-spacing:.5rem;padding:1rem;text-align:center}.resend-section{border-top:1px solid #e0e0e0;padding:1rem 0;text-align:center}.resend-section p{color:#666;font-size:.9rem;margin-bottom:.5rem}.resend-btn{background:none;border:none;color:#0a2463;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem;text-decoration:underline;transition:color .2s ease}.resend-btn:hover:not(:disabled){color:#0d2f7a}.resend-btn:disabled{color:#999;cursor:not-allowed;text-decoration:none}.back-btn{background:none;border:1px solid #e0e0e0;border-radius:8px;color:#666;font-size:.9rem;padding:.75rem 1rem;transition:all .2s ease}.back-btn:hover:not(:disabled){background-color:#f5f5f5;border-color:#ccc}.back-btn:disabled{cursor:not-allowed;opacity:.5}.submit-btn{background-color:#0a2463;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;min-height:48px;padding:1rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){background-color:#0d2f7a;box-shadow:0 4px 12px #0a24634d;transform:translateY(-1px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.registration-modal-container{border-radius:16px 16px 0 0;margin-top:auto;max-width:100%}.form-row{gap:0;grid-template-columns:1fr}.form-group input,.form-group select{font-size:16px}.code-input{font-size:1.25rem;letter-spacing:.3rem}}.logo-container{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem}.logo-header{align-items:center;text-align:center}.logo-main,.logo-text{display:inline-block;position:relative}.logo-text{-webkit-text-fill-color:#0000;animation:logoFadeIn .8s ease;background:linear-gradient(135deg,#0a2463,#00a8cc);-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;letter-spacing:2px}.logo-text:after{animation:underlineExpand .8s ease .3s both;background:linear-gradient(90deg,#0a2463,#00a8cc);border-radius:2px;bottom:-4px;content:"";height:3px;left:0;position:absolute;width:100%}.logo-slogan{animation:sloganFadeIn .8s ease .4s both;color:#666;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:1px;margin-top:.1rem;opacity:0;text-transform:uppercase}.logo-header .logo-text{-webkit-text-fill-color:#fff;background:none;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:1.75rem;letter-spacing:1.5px;text-shadow:0 2px 4px #0003}.logo-header .logo-text:after{background:linear-gradient(90deg,#fff,#fffc);bottom:-3px;height:2px}.logo-header .logo-slogan{color:#fff;font-size:.6rem;font-weight:600;letter-spacing:.8px;opacity:1;text-shadow:0 1px 3px #0000004d,0 2px 6px #0003}.logo-hero{align-items:center;gap:.5rem;text-align:center}.logo-hero .logo-text{-webkit-text-fill-color:#fff;animation:logoFadeIn 1s ease .2s both;background:none;color:#fff;filter:brightness(1.1);font-size:2.5rem;letter-spacing:3px;position:relative;text-shadow:0 0 10px #fffc,0 0 20px #fff9,0 0 30px #00a8cc80,2px 2px 8px #0000004d}.logo-hero .logo-text:after{animation:underlineExpand 1.2s cubic-bezier(.4,0,.2,1) .5s both;background:linear-gradient(90deg,#fffc,#00a8cccc 50%,#fffc);background-size:200% 100%;bottom:-5px;height:3px}.logo-hero .logo-slogan{color:#fffffff2;font-size:.85rem;font-weight:500;letter-spacing:1.5px;text-shadow:0 0 10px #ffffff80,0 0 20px #00a8cc66,1px 1px 4px #0000004d}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(-20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes underlinePulse{0%,to{background-position:0 50%;opacity:1}50%{background-position:100% 50%;opacity:.8}}@keyframes sloganFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.logo-container:hover .logo-text{transform:scale(1.02);transition:transform .3s ease}.logo-container:hover .logo-text:after{background:linear-gradient(90deg,#00a8cc,#0a2463);transition:background .3s ease}@media (max-width:768px){.logo-text{font-size:1.5rem;letter-spacing:1px}.logo-slogan{font-size:.6rem}.logo-header .logo-text{font-size:1.4rem;letter-spacing:1px}.logo-header .logo-slogan{color:#fff;font-size:.55rem;font-weight:600;text-shadow:0 1px 3px #0000004d,0 2px 6px #0003}.logo-hero .logo-text{font-size:2.75rem;letter-spacing:2.5px}.logo-hero .logo-slogan{font-size:.9rem;letter-spacing:1.5px;margin-top:.25rem}}@media (max-width:480px){.logo-text{font-size:1.3rem}.logo-hero .logo-text{font-size:2.25rem;letter-spacing:2px}.logo-hero .logo-slogan{font-size:.85rem;letter-spacing:1.25px;margin-top:.25rem}}.nav-list,.navigation{align-items:center;display:flex}.nav-list{gap:2rem;list-style:none;margin:0;padding:0}.nav-item{margin:0;position:relative}.nav-link{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;padding:.5rem 0;text-decoration:none;transition:all .3s}.nav-link:hover{color:#ffffffe6;transform:translateY(-2px)}.nav-item.dropdown{position:relative}.dropdown-toggle{align-items:center;display:flex;gap:.5rem}.dropdown-arrow{font-size:.7rem;margin-left:.25rem;transition:transform .3s}.nav-item.dropdown[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{animation:dropdownFadeIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000026;left:0;list-style:none;margin:.5rem 0 0;min-width:220px;padding:.5rem 0;position:absolute;top:100%;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{margin:0}.dropdown-item,.dropdown-item.specialty-item{position:relative}.dropdown-link{color:#333;display:block;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.dropdown-link:hover{background:#f8f9fa;color:#0a2463;padding-left:1.75rem}.contact-link{align-items:center;display:flex;gap:.75rem}.contact-link svg{flex-shrink:0;height:18px;width:18px}.contact-link.whatsapp-link{color:#25d366}.contact-link.whatsapp-link:hover{background:#25d3661a;color:#25d366}.contact-link.telegram-link{color:#08c}.contact-link.telegram-link:hover{background:#0088cc1a;color:#08c}.contact-footer{border-top:1px solid #e9ecef;margin-top:.25rem;padding:.75rem 1.5rem}.contact-footer-text{color:#666;display:block;font-size:.85rem;font-style:italic}.specialty-link{align-items:center;display:flex;justify-content:space-between}.specialty-link:after{color:#999;content:"▶";font-size:.7rem;margin-left:auto;transition:transform .2s}.dropdown-item.specialty-item:hover .specialty-link:after{transform:translateX(3px)}.sub-dropdown-menu{background:#f8f9fa;border-left:3px solid #0a2463;list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;position:relative;transition:max-height .3s ease;width:100%}.dropdown-item.specialty-item:hover .sub-dropdown-menu{max-height:500px}.sub-dropdown-item{margin:0;width:100%}.sub-dropdown-link{box-sizing:border-box;color:#666;display:block;font-size:.85rem;font-weight:400;padding:.6rem 1.5rem .6rem 2.5rem;text-decoration:none;transition:all .2s;width:100%}.sub-dropdown-link:hover{background:#e9ecef;color:#0a2463;padding-left:2.75rem}.nav-loading{color:#fff;font-size:.9rem;padding:.5rem 1rem}.navigation.mobile{-webkit-overflow-scrolling:touch;overflow-y:auto;width:100%}.navigation.mobile .nav-list{align-items:stretch;flex-direction:column;gap:0;list-style:none;margin:0;padding:0;width:100%}.navigation.mobile .nav-item{border-bottom:1px solid #ffffff1a;display:block;margin:0;width:100%}.navigation.mobile .nav-link{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:48px;padding:1rem 1.5rem;width:100%}.navigation.mobile .dropdown-menu{animation:none;background:#0000004d;border-radius:0;box-shadow:none;display:block;left:0!important;margin:0!important;max-height:0;min-width:auto!important;overflow:hidden;padding:0!important;position:static!important;right:0!important;transition:max-height .3s ease;width:100%!important}.navigation.mobile .nav-item.dropdown.expanded .dropdown-menu,.navigation.mobile .nav-item.dropdown[aria-expanded=true] .dropdown-menu{max-height:2000px}.navigation.mobile .dropdown-item{border-bottom:1px solid #ffffff0d;display:block;margin:0;width:100%}.navigation.mobile .dropdown-item:last-child{border-bottom:none}.navigation.mobile .dropdown-link{align-items:center;box-sizing:border-box;color:#ffffffe6;display:block;display:flex;font-size:.95rem;min-height:48px;padding:1rem 1.5rem 1rem 2.5rem;text-decoration:none;width:100%}.navigation.mobile .dropdown-link:active,.navigation.mobile .dropdown-link:hover{background:#ffffff1a;color:#fff}.navigation.mobile .contact-link{align-items:center;display:flex;gap:.75rem}.navigation.mobile .contact-link svg{flex-shrink:0;height:18px;width:18px}.navigation.mobile .contact-footer{border-top:1px solid #ffffff1a;margin-top:.25rem;padding:1rem 1.5rem 1rem 2.5rem}.navigation.mobile .contact-footer-text{color:#ffffffb3;display:block;font-size:.85rem;font-style:italic}.navigation.mobile .specialty-link{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;min-height:48px;padding:1rem 1.5rem;width:100%}.navigation.mobile .specialty-link:after{color:#ffffffb3;content:"▼";flex-shrink:0;font-size:.7rem;margin-left:auto;transition:transform .3s ease}.navigation.mobile .dropdown-item.specialty-item.expanded .specialty-link:after,.navigation.mobile .dropdown-item.specialty-item[aria-expanded=true] .specialty-link:after{transform:rotate(180deg)}.navigation.mobile .sub-dropdown-menu{background:#00000059;border-left:3px solid #ffffff4d;display:block;list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;position:static!important;transition:max-height .3s ease;width:100%}.navigation.mobile .dropdown-item.specialty-item.expanded .sub-dropdown-menu,.navigation.mobile .dropdown-item.specialty-item[aria-expanded=true] .sub-dropdown-menu{max-height:600px}.navigation.mobile .sub-dropdown-item{border-bottom:1px solid #ffffff0d;display:block;margin:0;width:100%}.navigation.mobile .sub-dropdown-item:last-child{border-bottom:none}.navigation.mobile .sub-dropdown-link{align-items:center;box-sizing:border-box;color:#ffffffd9;display:block;display:flex;font-size:.9rem;font-weight:400;min-height:44px;padding:.9rem 1.5rem .9rem 3.5rem;text-decoration:none;transition:all .2s ease;width:100%}.navigation.mobile .sub-dropdown-link:active,.navigation.mobile .sub-dropdown-link:hover{background:#ffffff26;color:#fff;padding-left:4rem}.navigation.mobile .dropdown-arrow{transition:transform .3s ease}.navigation.mobile .nav-item.dropdown.expanded .dropdown-arrow,.navigation.mobile .nav-item.dropdown[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}@media (max-width:968px){.nav-list{gap:1.5rem}.nav-link{font-size:.95rem}}.footer{background:linear-gradient(135deg,#0a2463,#005a7a);color:#fff;margin-top:4rem;overflow:hidden;padding:4rem 2rem 2rem;position:relative;z-index:0}.footer:before{background:radial-gradient(circle at 20% 30%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 80% 70%,#00a8cc0d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;position:relative;z-index:0}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-title{border-bottom:2px solid #fff3;color:#fff;font-size:1.25rem;font-weight:700;margin:0;padding-bottom:.75rem}.footer-description{color:#ffffffe6;font-size:.95rem;line-height:1.7;margin:0}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s;width:40px}.social-link:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px)}.social-link.whatsapp-green{background:#25d36626;border-color:#25d3664d;color:#25d366}.social-link.whatsapp-green:hover{background:#25d36640;border-color:#25d36680;color:#25d366;transform:translateY(-3px) scale(1.1)}.social-link.whatsapp-blue{background:#00a8cc26;border-color:#00a8cc4d;color:#00a8cc}.social-link.whatsapp-blue:hover{background:#00a8cc40;border-color:#00a8cc80;color:#00a8cc;transform:translateY(-3px) scale(1.1)}.social-link.telegram-link{background:#0088cc26;border-color:#0088cc4d;color:#08c}.social-link.telegram-link:hover{background:#0088cc40;border-color:#0088cc80;color:#08c;transform:translateY(-3px) scale(1.1)}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-links a{color:#ffffffe6;display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff;padding-left:5px;transform:translateX(5px)}.footer-contact{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:center;color:#ffffffe6;display:flex;font-size:.95rem;gap:.75rem}.footer-contact svg{flex-shrink:0;opacity:.9}.footer-contact a{color:#ffffffe6;text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#fff}.footer-bottom{border-top:1px solid #fff3;margin-top:2rem;padding-top:2rem}.footer-credit{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.footer-credit p{color:#ffffffb3;font-size:.85rem;margin:0}.mindglow-link{color:#ffffffe6;font-weight:600;text-decoration:none;transition:all .3s}.mindglow-link:hover{color:#fff;text-decoration:underline}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-copyright{color:#fffc;font-size:.9rem;margin:0}.footer-legal{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.footer-legal a{color:#fffc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#fff}.footer-legal .separator{color:#fff6;font-size:.9rem}@media (max-width:968px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{gap:2.5rem;grid-template-columns:repeat(2,1fr)}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width:640px){.footer{padding:2.5rem 1rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-title{font-size:1.1rem}.footer-contact li,.footer-description,.footer-links a{font-size:.9rem}.footer-social{gap:.75rem}.social-link{height:36px;width:36px}.footer-bottom-content{flex-direction:column;gap:.75rem}.footer-copyright,.footer-legal a{font-size:.85rem}}.hero-section{box-sizing:border-box;margin-top:0;min-height:100vh;overflow:hidden;padding-bottom:6rem;padding-top:0;position:relative;width:100%;z-index:1}.hero-overlay,.hero-section{align-items:center;display:flex;justify-content:center}.hero-overlay{background:linear-gradient(180deg,#00000080 0,#0006 50%,#00000080);bottom:0;left:0;padding:8rem 2rem 4rem;position:absolute;right:0;top:0;z-index:2}.hero-content{animation:fadeInUp .8s ease;flex-direction:column;gap:3rem;margin:0 auto;max-width:1100px;position:relative;text-align:center;width:100%;z-index:3}.hero-content,.hero-logo-circle{align-items:center;display:flex;justify-content:center}.hero-logo-circle{animation:fadeInUp .8s ease .2s both;margin-bottom:2rem}.glowing-circle{align-items:center;animation:glowPulse 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 0 30px #ffffff4d,0 0 60px #00a8cc66,0 0 90px #00a8cc33,inset 0 0 30px #ffffff1a;display:flex;height:280px;justify-content:center;position:relative;width:280px}.glowing-circle:before{animation:rotateGlow 4s linear infinite;background:linear-gradient(45deg,#ffffff4d,#00a8cc80,#ffffff4d);border-radius:50%;bottom:-2px;content:"";left:-2px;opacity:.6;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes glowPulse{0%,to{box-shadow:0 0 30px #ffffff4d,0 0 60px #00a8cc66,0 0 90px #00a8cc33,inset 0 0 30px #ffffff1a}50%{box-shadow:0 0 40px #fff6,0 0 80px #00a8cc99,0 0 120px #00a8cc4d,inset 0 0 40px #ffffff26}}@keyframes rotateGlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes headingFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes headingFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes headingUnderlineExpand{0%{opacity:0;width:0}to{opacity:1;width:60%}}@keyframes headingUnderlinePulse{0%,to{opacity:1;transform:translateX(-50%) scaleX(1)}50%{opacity:.7;transform:translateX(-50%) scaleX(1.1)}}@keyframes subheadingFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes subheadingUnderlineExpand{0%{opacity:0;width:0}to{opacity:1;width:40%}}.hero-heading{animation:headingFadeIn 1s ease .4s both;color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin:0;padding:0 1rem;position:relative;text-shadow:2px 2px 8px #0000004d}.hero-heading-highlight{animation:highlightPulse 2s ease-in-out infinite;color:#ff6b35;display:inline-block;position:relative;text-shadow:2px 2px 8px #ff6b3580}.hero-heading-highlight:before{animation:lineExpand 1s ease-out .8s both,linePulse 2s ease-in-out 1.8s infinite;border-radius:2px;bottom:-8px;box-shadow:0 0 10px #fff9;height:3px}.hero-heading-highlight:after,.hero-heading-highlight:before{background:#fff;content:"";left:0;position:absolute;width:85%}.hero-heading-highlight:after{animation:lineExpand 1s ease-out 1s both,linePulse 2s ease-in-out 2s infinite;border-radius:1px;bottom:-14px;box-shadow:0 0 8px #ffffff80;height:2px;opacity:.8}@keyframes lineExpand{0%{opacity:0;width:0}to{opacity:1;width:85%}}@keyframes linePulse{0%,to{box-shadow:0 0 10px #fff9;opacity:1;transform:scaleX(1)}50%{box-shadow:0 0 15px #fffc;opacity:.7;transform:scaleX(1.05)}}@keyframes highlightPulse{0%,to{color:#ff6b35;text-shadow:2px 2px 8px #ff6b3580}50%{color:#ff8c5a;text-shadow:2px 2px 12px #ff6b35b3}}.hero-subheading{animation:subheadingFadeIn 1s ease .6s both;color:#fffffff2;font-size:1.3rem;line-height:1.7;margin:0 auto;max-width:750px;padding:0 1rem;position:relative;text-shadow:1px 1px 4px #0003}.hero-subheading:after{animation:subheadingUnderlineExpand 1.2s cubic-bezier(.4,0,.2,1) 1.2s both;background:linear-gradient(90deg,#0000,#ffffff80 50%,#0000);border-radius:1px;bottom:-8px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:0}.hero-subheading-arabic{animation:subheadingFadeIn 1s ease .7s both;color:#fffffff2;direction:rtl;font-family:Cairo,Segoe UI,Arial,sans-serif;font-size:1.25rem;line-height:1.8;margin:.75rem auto 0;max-width:750px;padding:0 1rem;position:relative;text-align:center;text-shadow:1px 1px 4px #0003}.hero-cta{animation:ctaFadeIn 1s ease .8s both;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-top:1rem;padding:0 1rem}@keyframes ctaFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-services{animation:servicesFadeIn 1s ease 1s both;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;justify-content:center;margin:1rem auto 2rem;max-width:1100px;opacity:0;padding:0 1rem;width:100%}@keyframes servicesFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-services .service-card{animation:cardSlideIn .6s ease backwards}.hero-services .service-card:first-child{animation-delay:1.2s}.hero-services .service-card:nth-child(2){animation-delay:1.3s}.hero-services .service-card:nth-child(3){animation-delay:1.4s}.hero-services .service-card:nth-child(4){animation-delay:1.5s}.hero-services .service-card:nth-child(5){animation-delay:1.6s}.hero-services .service-card:nth-child(6){animation-delay:1.7s}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (min-width:769px){.hero-section{margin-top:0!important;min-height:100vh!important}.hero-overlay,.hero-section{align-items:center!important;display:flex!important;justify-content:center!important}.hero-overlay{bottom:0!important;left:0!important;min-height:100%!important;padding:6rem 2rem 5rem!important;position:absolute!important;right:0!important;top:0!important}.hero-content{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin:0 auto!important;padding:0!important;position:relative!important;z-index:3!important}}@media (min-width:1440px){.hero-overlay{padding:7rem 2rem 6rem!important}.hero-content{gap:3.5rem!important}}@media (min-width:1280px) and (max-width:1439px){.hero-overlay{padding:6.5rem 2rem 5.5rem!important}}@media (min-width:769px) and (max-width:1279px){.hero-section{margin-top:0!important}.hero-overlay{padding:5.5rem 1.5rem 5rem!important}.hero-content{gap:2.5rem!important}}@media (max-width:1024px) and (min-width:769px){.hero-section{margin-top:0!important;min-height:100vh;padding-bottom:5rem}.hero-overlay{align-items:center!important;justify-content:center!important;padding:5rem 1.5rem 4rem!important}.hero-content{gap:2.5rem;max-width:900px}.hero-heading{font-size:3rem}.hero-subheading{font-size:1.2rem}.hero-subheading-arabic{font-size:1.15rem}.hero-services{flex-wrap:wrap;gap:.875rem;margin-bottom:2rem}.hero-services .service-card{flex-basis:calc(33.333% - 0.6rem);flex-grow:1;flex-shrink:1;max-width:calc(33.333% - .6rem);min-width:calc(33.333% - .6rem)}}@media (max-width:768px){.hero-section{box-sizing:border-box;display:block;margin-top:0;min-height:auto;overflow:hidden;padding-bottom:4rem;position:relative}.image-slider{height:100%;width:100%}.hero-overlay,.image-slider{left:0;min-height:100%;position:absolute;top:0}.hero-overlay{align-items:flex-start;bottom:0;justify-content:center;padding:2rem 1.5rem 4rem;right:0}.hero-content{gap:2.5rem;margin:0;max-width:100%;padding:2rem 0;position:relative;width:100%;z-index:3}.hero-logo-circle{margin-bottom:1.5rem;margin-top:3rem;width:100%}.glowing-circle{height:220px;width:220px}.hero-heading{animation:headingFadeIn 1s ease .4s both;font-size:2.25rem;letter-spacing:-.5px;line-height:1.3;margin:0;padding:0 .5rem}.hero-subheading{font-size:1.1rem;line-height:1.7;margin:0;padding:0 .5rem}.hero-cta{flex-direction:column;gap:1rem;margin-top:1.5rem;padding:0 .5rem;width:100%}.hero-cta button{font-size:1rem;padding:1rem 1.5rem;width:100%}.hero-services{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;max-width:100%;padding:0 .5rem;width:100%}.hero-services .service-card{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - .5rem);min-width:calc(50% - .5rem);padding:1.25rem .75rem}}@media (max-width:480px){.hero-section{box-sizing:border-box;display:block;margin-top:0;min-height:auto;overflow:hidden;padding-bottom:4rem;position:relative}.image-slider{width:100%}.hero-overlay,.image-slider{height:100%;left:0;min-height:100%;position:absolute;top:0}.hero-overlay{align-items:flex-start!important;bottom:0;justify-content:center;padding:8rem 1rem 3rem!important;right:0}.hero-content{gap:2.25rem;margin:0;max-width:100%;padding:1rem 0;position:relative;width:100%;z-index:3}.hero-logo-circle{margin-bottom:1.5rem;margin-top:0!important}.glowing-circle{height:200px;width:200px}.hero-heading{animation:headingFadeIn 1s ease .4s both;font-size:2rem;line-height:1.25;padding:0}.hero-subheading{font-size:1rem;line-height:1.65;padding:0}.hero-subheading-arabic{font-size:.95rem;line-height:1.75;margin:.5rem auto 0;padding:0}.hero-cta{gap:1rem;margin-top:1.25rem;padding:0}.hero-cta button{font-size:.95rem;padding:.95rem 1.25rem}.hero-services{gap:.875rem;margin-top:1.25rem;padding:0}.hero-services .service-card{flex-basis:calc(50% - 0.4375rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - .4375rem);min-width:calc(50% - .4375rem);padding:1.1rem .625rem}}.image-slider{min-height:100%;z-index:1}.image-slider,.slide{height:100%;left:0;position:absolute;top:0;width:100%}.slide{backface-visibility:hidden;-webkit-backface-visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transform:translateZ(0);transition:opacity .8s ease-in-out;will-change:opacity}.slide.loading{background-color:#0a24634d}.slide.active{opacity:1}.slide:before{background:#0003;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.btn{border-radius:8px;font-family:inherit;min-height:48px;min-width:160px;padding:1rem 2rem}.btn-primary{background-color:#00a8cc;box-shadow:0 4px 12px #00a8cc4d}.btn-primary:hover{background-color:#0099b8;box-shadow:0 6px 20px #00a8cc66;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.btn-secondary:hover{background-color:#ffffff1a;border-color:#fffc;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}@media (max-width:768px){.btn{font-size:.95rem;min-width:100%;padding:.875rem 1.5rem}}.service-card{backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);background:#091b1b;border:1px solid #ffffff40;border-radius:16px;box-shadow:0 4px 20px #00000026,inset 0 1px 0 #ffffff4d;cursor:pointer;flex:1 1;font-family:-apple-system;min-width:0;overflow:hidden;padding:1.25rem 1rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.service-card:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.service-card:hover:before{left:100%}.service-card:hover{background:#ffffff38;border-color:#fff6;box-shadow:0 8px 30px #0003,inset 0 1px 0 #fff6,0 0 0 1px #ffffff1a;transform:translateY(-5px) scale(1.02)}.service-card:active{transform:translateY(-2px) scale(1)}.service-card-content{flex-direction:column;gap:.75rem;position:relative;z-index:1}.service-card-content,.service-card-icon{align-items:center;display:flex;justify-content:center}.service-card-icon{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));height:32px;transition:all .3s ease;width:32px}.service-card-icon svg{stroke:currentColor;height:100%;width:100%}.service-card:hover .service-card-icon{color:#fff;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));transform:scale(1.15)}.service-card-title{color:#fff;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.8px;line-height:1.2;text-shadow:0 2px 4px #0006;text-transform:uppercase}@media (max-width:768px){.service-card{padding:1rem .75rem}.service-card-icon{height:28px;width:28px}.service-card-title{font-size:.7rem;letter-spacing:.5px}.service-card-content{gap:.5rem}}@media (max-width:480px){.service-card{padding:.875rem .5rem}.service-card-icon{height:24px;width:24px}.service-card-title{font-size:.65rem;letter-spacing:.3px}.service-card-content{gap:.4rem}}.specialties-section{background:linear-gradient(180deg,#fff,#f8f9fa 50%,#fff);margin-top:0;min-height:500px;padding:6rem 0;position:relative;z-index:0}.container,.specialties-section{box-sizing:border-box;width:100%}.container{max-width:100%;padding:0 .5rem}.specialties-header{margin-bottom:5rem;text-align:center;width:100%}.section-title{letter-spacing:-1.5px;line-height:1.1}.section-subtitle{font-size:1.25rem}.specialties-grid{align-items:start;box-sizing:border-box;grid-template-columns:1fr;justify-items:stretch;margin:3rem auto 0;width:100%}@media (min-width:1200px){.container{padding:0 1rem}.specialties-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)!important}}@media (min-width:1600px){.container{padding:0 2rem}.specialties-grid{gap:2rem;grid-template-columns:repeat(2,1fr)!important}}@media (min-width:769px) and (max-width:1199px){.specialties-section{padding:5rem 0}.container{padding:0 2rem}.specialties-grid{gap:2rem;grid-template-columns:1fr!important}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.15rem}}@media (max-width:768px){.specialties-section{padding:4rem 0}.container{padding:0 1.5rem}.specialties-header{margin-bottom:3rem}.section-title{font-size:2rem;margin-bottom:1rem}.section-subtitle{font-size:1rem;max-width:100%}.specialties-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}}.specialty-card{background:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #0000000f;border-radius:28px;box-shadow:0 2px 12px #00000014,0 4px 24px #0000000a;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;margin:0;max-width:100%;min-height:380px;min-width:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.specialty-card:before{background:linear-gradient(90deg,#0a2463,#00a8cc);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.specialty-card:hover:before{opacity:1}.specialty-card.has-background{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;color:#fff}.specialty-card-overlay{background:linear-gradient(180deg,#0a246359 0,#0a246373 50%,#0a246399);border-radius:28px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:all .3s ease;z-index:1}.specialty-card.has-background:hover .specialty-card-overlay{background:linear-gradient(180deg,#0a24634d 0,#0a246366 50%,#0a24638c)}.specialty-card:hover{border-color:#0a246333;box-shadow:0 8px 32px #0a24631f,0 16px 48px #00000014;transform:translateY(-12px)}.specialty-card.expanded{border-color:#00a8cc;border-radius:28px;box-shadow:0 12px 40px #00a8cc26,0 20px 60px #0000001a;margin-bottom:0;overflow:visible!important;position:relative;z-index:100}.specialty-card.has-background{border-radius:28px;overflow:hidden}.specialty-card.has-background.expanded{overflow:visible!important}.specialty-card-main{align-items:center;box-sizing:border-box;display:flex;flex:0 0 auto;flex-direction:column;justify-content:center;min-width:0;padding:3rem 2.5rem;position:relative;text-align:center;width:100%;z-index:5}.specialty-name{word-wrap:break-word;color:#0a2463;font-size:2.25rem;font-weight:700;letter-spacing:-.8px;line-height:1.2;margin:0 0 1rem;transition:color .3s ease;width:100%}.specialty-card.has-background .specialty-name{color:#fff;font-size:2.5rem;text-shadow:2px 2px 8px #000c,0 0 20px #00000080}.specialty-card.expanded .specialty-name{color:#00a8cc}.specialty-card.has-background.expanded .specialty-name{color:#00a8cc;text-shadow:2px 2px 6px #000000e6,0 0 15px #00a8ccb3}.specialty-description{word-wrap:break-word;font-size:1.05rem;line-height:1.7;margin:0;max-width:100%;width:100%}.specialty-card.has-background .specialty-description{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;border-radius:8px;color:#fff;font-weight:500;padding:.75rem 1rem;text-shadow:2px 2px 6px #000000e6,0 0 12px #000c,1px 1px 4px #000}.specialty-arrow{align-items:center;background:#ffffffe6;border-radius:50%;bottom:2rem;box-shadow:0 2px 8px #0000001a;color:#0a2463;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:2rem;transform:rotate(0deg);transition:all .3s ease;width:40px;z-index:6}.specialty-card.has-background .specialty-arrow{background:#0000004d;color:#fff;text-shadow:none}.specialty-card.expanded .specialty-arrow{background:#00a8cc1a;color:#00a8cc;transform:rotate(180deg)}.specialty-card.has-background.expanded .specialty-arrow{background:#00a8cc33;color:#00a8cc}.sub-specialties-container{box-sizing:border-box;display:block;max-height:0;opacity:0;overflow:hidden;padding:0;position:relative;transition:max-height .5s ease,opacity .5s ease,padding .5s ease;visibility:hidden;width:100%;z-index:10}.specialty-card.expanded .sub-specialties-container{max-height:3000px;opacity:1;overflow:visible;padding:0 2.5rem 2.5rem;visibility:visible}.sub-specialties-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem;width:100%}.sub-specialty-card{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:1.5px solid #e8e8e8;border-radius:16px;box-sizing:border-box;cursor:pointer;display:flex;gap:1rem;opacity:1;padding:1.5rem;transition:all .3s ease;visibility:visible;width:100%}.sub-specialty-card:hover{background:linear-gradient(135deg,#fff,#f0f9ff);border-color:#00a8cc;box-shadow:0 6px 20px #0a24631f;transform:translateY(-4px)}.sub-specialty-content{flex:1 1;min-width:0}.sub-specialty-name{color:#0a2463;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.sub-specialty-description{color:#666;font-size:.9rem;line-height:1.5;margin:0}.specialty-navigation{border-top:1.5px solid #00a8cc33;box-sizing:border-box;display:flex;justify-content:center;margin-top:2rem;max-height:0;opacity:0;overflow:hidden;padding-top:2rem;position:relative;transition:all .5s ease;visibility:hidden;width:100%;z-index:10}.specialty-card.expanded .specialty-navigation{margin-top:2rem;max-height:200px;opacity:1;padding-top:2rem;visibility:visible}.specialty-card.has-background .specialty-navigation{border-top-color:#ffffff4d}.view-details-button{background:linear-gradient(135deg,#0a2463,#005a7a);border:none;border-radius:8px;box-shadow:0 4px 12px #0a246333;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.3px;padding:14px 32px;text-transform:none;transition:all .3s ease}.view-details-button:hover{background:linear-gradient(135deg,#005a7a,#003d52);box-shadow:0 6px 20px #0a24634d;transform:translateY(-2px)}.view-details-button:active{box-shadow:0 2px 8px #0a246333;transform:translateY(0)}.specialty-card.has-background .view-details-button{background:#fffffff2;box-shadow:0 4px 12px #0003;color:#0a2463}.specialty-card.has-background .view-details-button:hover{background:#fff;box-shadow:0 6px 20px #0000004d;color:#005a7a}@media (min-width:1200px){.specialty-card{min-width:0;width:100%}.specialty-card-main{padding:3.5rem 3rem}.specialty-name{font-size:2.5rem}.specialty-card.has-background .specialty-name{font-size:2.75rem}.specialty-description{font-size:1.15rem}}@media (min-width:1600px){.specialty-card-main{padding:4rem 3.5rem}.specialty-name{font-size:2.75rem}.specialty-card.has-background .specialty-name{font-size:3rem}.specialty-description{font-size:1.2rem}}@media (max-width:768px){.specialty-card{min-height:320px}.specialty-card-main{padding:2rem 1.5rem}.specialty-name{font-size:1.75rem}.specialty-card.has-background .specialty-name{font-size:2rem}.specialty-description{font-size:.95rem}.specialty-arrow{bottom:1.5rem;font-size:1.25rem;height:36px;right:1.5rem;width:36px}.sub-specialties-container{padding:0!important}.specialty-card.expanded .sub-specialties-container{padding:0 1.5rem 1.5rem!important}.sub-specialties-grid{gap:1rem;grid-template-columns:1fr}.sub-specialty-card{padding:1.25rem}.view-details-button{font-size:14px;padding:12px 24px}.specialty-navigation{margin-top:1.5rem;padding-top:1.5rem}}.why-choose-us-section{background:linear-gradient(180deg,#fff,#f8f9fa 50%,#fff);overflow:hidden;padding:6rem 2rem;position:relative}.why-choose-us-section:before{background:linear-gradient(135deg,#0a246308,#00a8cc08);content:"";height:200px;left:0;pointer-events:none;position:absolute;right:0;top:0}@media (max-width:640px){.section-title{font-size:1.5rem}}.section-title .highlight,.stats-bar{position:relative}.stats-bar{grid-gap:2rem;background:linear-gradient(135deg,#0a2463,#005a7a);border-radius:20px;box-shadow:0 10px 40px #0a246333;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:5rem;padding:2rem}.stats-bar:before{background:#0003;border-radius:20px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.stat-item{align-items:center;color:#fff;display:flex;gap:1rem;position:relative;z-index:1}.stat-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.stat-content{display:flex;flex-direction:column}.stat-number{color:#fff;font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:.25rem;text-shadow:0 2px 4px #0000004d}.stat-label{color:#fff;opacity:1;text-shadow:0 1px 3px #0000004d}.features-wrapper{align-items:center;display:flex;gap:1rem;margin-bottom:2rem;position:relative}.features-carousel{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.features-carousel::-webkit-scrollbar{display:none}.feature-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;max-width:320px;min-width:320px;overflow:hidden;padding:2.5rem;position:relative;scroll-snap-align:start;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover{border-color:var(--accent-color);box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.feature-card:before{background:linear-gradient(90deg,var(--accent-color) 0,#0000 100%);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.feature-icon{align-items:center;background:linear-gradient(135deg,#0a24631a,#00a8cc1a);border-radius:16px;display:flex;height:64px;justify-content:center;transition:all .4s;width:64px}.feature-card:hover .feature-icon{background:linear-gradient(135deg,var(--accent-color)15 0,var(--accent-color)25 100%);transform:scale(1.1) rotate(5deg)}.feature-highlight{background:#0a246314;border-radius:20px;color:var(--accent-color);font-size:.75rem;font-weight:700;letter-spacing:1px;padding:.5rem 1rem;text-transform:uppercase}.feature-content{position:relative;z-index:1}.feature-title{color:#0a2463;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.feature-description{color:#666;font-size:1rem;line-height:1.7;margin:0}.feature-decoration{background:radial-gradient(circle,#0a24630d 0,#0000 70%);border-radius:50%;bottom:-50px;height:150px;pointer-events:none;position:absolute;right:-50px;width:150px}.cta-section{background:linear-gradient(135deg,#0a2463,#00a8cc);border-radius:24px;box-shadow:0 10px 50px #0a24634d;margin-top:5rem;overflow:hidden;padding:4rem 3rem;position:relative;text-align:center}.cta-section:before{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.cta-content{position:relative;z-index:1}.cta-title{color:#fff;font-size:2.5rem;font-weight:800;margin:0 0 1rem}.cta-text{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s}.cta-button.primary{background:#fff;box-shadow:0 4px 20px #0003;color:#0a2463}.cta-button.primary:hover{box-shadow:0 6px 30px #0000004d}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.fade-in-delay{animation:fadeIn .8s ease-out .2s forwards;opacity:0}.fade-in-delay-2{animation:fadeIn .8s ease-out .4s forwards;opacity:0}@media (max-width:968px){.why-choose-us-section{padding:3rem 1.5rem}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.stats-bar{gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem;padding:1.5rem}.stat-icon{font-size:2rem}.stat-number{font-size:1.4rem}.stat-label{font-size:.85rem}.features-wrapper{gap:.75rem;margin-bottom:1.5rem}.carousel-button{font-size:1.5rem;height:40px;width:40px}.features-carousel{gap:1.25rem;padding:.75rem 0}.feature-card{padding:1.5rem}.feature-icon{height:48px;width:48px}.feature-title{font-size:1.2rem}.feature-description{font-size:.9rem}.cta-section{margin-top:3rem;padding:2.5rem 1.5rem}.cta-title{font-size:1.8rem}.cta-text{font-size:1rem}}@media (max-width:640px){.why-choose-us-section{padding:2.5rem 1rem}.section-header{margin-bottom:2rem}.section-title{font-size:1.5rem;margin-bottom:1rem}.section-subtitle{font-size:.9rem;line-height:1.5}.stats-bar{border-radius:16px;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem;padding:1rem}.stat-item{flex-direction:column;gap:.5rem;text-align:center}.stat-icon{font-size:1.5rem}.stat-number{font-size:1.2rem;margin-bottom:.1rem}.stat-label{font-size:.75rem}.features-wrapper{gap:.5rem;margin-bottom:1.25rem}.carousel-button{font-size:1.2rem;height:32px;width:32px}.features-carousel{gap:1rem;padding:.5rem 0}.feature-card{border-radius:16px;padding:1.25rem}.feature-icon-wrapper{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.feature-icon{height:40px;width:40px}.feature-icon svg{height:32px;width:32px}.feature-highlight{font-size:.65rem;padding:.35rem .75rem}.feature-title{font-size:1.1rem;margin-bottom:.75rem}.feature-description{font-size:.85rem;line-height:1.6}.cta-section{border-radius:20px;margin-top:2rem;padding:2rem 1.25rem}.cta-title{font-size:1.4rem;margin-bottom:.75rem}.cta-text{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;gap:.75rem;width:100%}.cta-button{font-size:1rem;padding:.875rem 2rem;width:100%}}.testimonials-section{background:linear-gradient(180deg,#fff,#f8f9fa);overflow:hidden;padding:6rem 2rem;position:relative}.testimonials-section:before{background:radial-gradient(circle at 20% 50%,#0a246308 0,#0000 50%),radial-gradient(circle at 80% 50%,#00a8cc08 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.container{max-width:1400px;position:relative;z-index:1}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#0a2463;font-size:3rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin:0 0 1.5rem}.section-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a2463,#00a8cc);-webkit-background-clip:text;background-clip:text}.section-subtitle{color:#666;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0 auto;max-width:700px}.testimonials-wrapper{align-items:center;display:flex;gap:1rem;margin-bottom:3rem;position:relative}.carousel-button{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#0a2463;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;transition:all .3s;width:50px;z-index:2}.carousel-button:hover{background:#0a2463;border-color:#0a2463;box-shadow:0 6px 20px #0a24634d;color:#fff;transform:scale(1.1)}.carousel-button:active{transform:scale(.95)}.testimonials-carousel{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonial-card{background:#fff;border:2px solid #0000;border-radius:24px;box-shadow:0 8px 30px #00000014;max-width:420px;min-width:420px;overflow:hidden;padding:2.5rem;position:relative;scroll-snap-align:start;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card:hover{border-color:#00a8cc;box-shadow:0 16px 50px #00000026;transform:translateY(-8px)}.testimonial-card.active{border-color:#00a8cc;box-shadow:0 12px 40px #00a8cc33}.testimonial-content{position:relative;z-index:1}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.star{color:gold;font-size:1.2rem;text-shadow:0 1px 2px #0000001a}.testimonial-text{color:#333;font-size:1.1rem;line-height:1.8;margin:0 0 2rem}@media (max-width:640px){.testimonial-text{font-size:.6rem!important;font-size:.5rem!important;line-height:1.3!important;line-height:1.2!important;margin-bottom:.4rem!important}}.testimonial-text:before{color:#00a8cc;content:'"';font-family:Georgia,serif;font-size:4rem;left:-1rem;line-height:1;opacity:.2;position:absolute;top:-1rem}.testimonial-author{align-items:center;border-top:1px solid #f0f0f0;display:flex;gap:1rem;padding-top:1.5rem}.author-avatar{align-items:center;background:linear-gradient(135deg,#0a2463,#00a8cc);border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.author-info{flex:1 1}.author-name{color:#0a2463;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.author-role{color:#666;font-size:.9rem;font-weight:500}.testimonial-decoration{background:radial-gradient(circle,#00a8cc1a 0,#0000 70%);border-radius:50%;bottom:-30px;height:150px;pointer-events:none;position:absolute;right:-30px;width:150px}.carousel-dots{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.dot{background:#d0d0d0;border:none;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s;width:12px}.dot:hover{background:#00a8cc;transform:scale(1.2)}.dot.active{background:#00a8cc;border-radius:6px;width:32px}.fade-in{animation:fadeIn .8s ease-out forwards}.fade-in-up{animation:fadeInUp .6s ease-out var(--delay) forwards;opacity:0}@media (max-width:968px){.testimonials-section{padding:3rem 1.25rem}.section-header{margin-bottom:3rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.testimonial-card{max-width:320px;min-width:320px;padding:1.75rem}.testimonial-text{font-size:.95rem}.carousel-button{font-size:1.5rem;height:40px;width:40px}}@media (max-width:640px){.testimonials-section{padding:2rem .75rem}.section-header{margin-bottom:1.25rem}.section-title{font-size:1.3rem;line-height:1.2;margin-bottom:.5rem}.section-subtitle{font-size:.8rem;line-height:1.4}.testimonials-wrapper{gap:.4rem;margin-bottom:1.25rem}.carousel-button{flex-shrink:0;font-size:.9rem;height:30px;width:30px}.testimonials-carousel{gap:.75rem;padding:.25rem 0}.testimonial-card{border-radius:14px;height:auto;max-width:250px;min-height:auto;min-width:250px;padding:.75rem}.testimonial-content{display:flex;flex-direction:column;height:auto}.testimonial-rating{margin-bottom:.3rem}.star{font-size:.65rem}.testimonial-text{flex:1 1;font-size:.6rem!important;line-height:1.3!important;margin-bottom:.4rem!important;overflow:visible}.testimonial-text:before{font-size:1.2rem;left:-.1rem;top:-.1rem}.testimonial-author{gap:.5rem;margin-top:auto;padding-top:.6rem}.author-avatar{flex-shrink:0;font-size:.9rem;height:32px;width:32px}.author-name{font-size:.75rem;line-height:1.2;margin-bottom:.05rem}.author-role{font-size:.65rem;line-height:1.2}.carousel-dots{gap:.35rem;margin-top:.75rem}.dot{height:5px;width:5px}.dot.active{width:18px}.testimonial-decoration{display:none}}.join-us-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:6rem 2rem;position:relative}.join-us-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.join-us-image{border-radius:20px;box-shadow:0 10px 40px #0a246333;overflow:hidden;position:relative}.hero-background-image{aspect-ratio:4/3;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;width:100%}.hero-background-image:before{background:linear-gradient(135deg,#0a24634d,#00a8cc4d);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.join-us-text{display:flex;flex-direction:column;gap:1.5rem}.join-us-title{color:#0a2463;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0}.join-us-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a2463,#00a8cc);-webkit-background-clip:text;background-clip:text}.join-us-description{color:#666;font-size:1.1rem;line-height:1.7;margin:0}.join-us-button{align-self:flex-start;background:linear-gradient(135deg,#0a2463,#00a8cc);border:none;border-radius:50px;box-shadow:0 4px 20px #0a24634d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s}.join-us-button:hover{box-shadow:0 6px 30px #0a246366;transform:translateY(-2px)}.join-us-button:active{transform:translateY(0)}.join-us-form-container{margin-top:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease-out,opacity .3s ease-out}.join-us-form-container.open{margin-top:2rem;max-height:1000px;opacity:1;transition:max-height .5s ease-in,opacity .4s ease-in .1s}.join-us-form{background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.form-row{grid-gap:1.5rem;gap:1.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:#0a2463}.form-group input,.form-group textarea{background:#f8f9fa;padding:.875rem 1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#00a8cc;box-shadow:0 0 0 3px #00a8cc1a}.form-group textarea{min-height:100px}.submit-button{align-self:flex-start;background:linear-gradient(135deg,#0a2463,#00a8cc);border:none;border-radius:50px;box-shadow:0 4px 20px #0a24634d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.submit-button:hover:not(:disabled){box-shadow:0 6px 30px #0a246366;transform:translateY(-2px)}.form-success-message{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.form-success-message svg{animation:scaleIn .5s ease-out}.form-success-message h3{color:#0a2463;font-size:1.5rem;font-weight:700;margin:0}.form-success-message p{color:#666;font-size:1.1rem;margin:0}@media (max-width:968px){.join-us-section{padding:4rem 1.5rem}.join-us-content{gap:3rem;grid-template-columns:1fr}.join-us-title{font-size:2rem}.join-us-description{font-size:1rem}.form-row{gap:1rem;grid-template-columns:1fr}}@media (max-width:640px){.join-us-section{padding:3rem 1rem}.join-us-title{font-size:1.6rem}.join-us-description{font-size:.95rem}.join-us-button{font-size:1rem;padding:.875rem 2rem;width:100%}.join-us-form{padding:1.5rem}.form-group input,.form-group textarea{font-size:.95rem}.submit-button{width:100%}}.admin-dashboard{background:#f5f7fa;margin-top:0;min-height:calc(100vh - 80px);padding-top:80px}.admin-header{background:linear-gradient(135deg,#0a2463,#00a8cc);box-shadow:0 4px 6px #0000001a;color:#fff;padding:2rem}.admin-header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.admin-header-main h1{font-size:2rem;font-weight:700;margin:0}.admin-header-main p{font-size:1rem;margin:.5rem 0 0;opacity:.9}.back-to-website-btn{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.back-to-website-btn:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.admin-container{display:flex;gap:2rem;margin:0 auto;max-width:1400px;padding:2rem}.admin-sidebar{flex-shrink:0;width:250px}.admin-nav{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1rem}.admin-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:1rem;gap:.75rem;margin-bottom:.5rem;padding:1rem;text-align:left;transition:all .2s ease;width:100%}.admin-nav-item:hover{background:#f0f0f0}.admin-nav-item.active{background:linear-gradient(135deg,#0a2463,#00a8cc);color:#fff;font-weight:600}.nav-icon{font-size:1.25rem}.nav-label{font-weight:500}.admin-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;flex:1 1;min-height:600px;padding:2rem}@media (max-width:968px){.admin-header{padding:1.5rem}.admin-header-content{align-items:flex-start;flex-direction:column}.admin-header-main h1{font-size:1.5rem}.back-to-website-btn{justify-content:center;width:100%}.admin-container{flex-direction:column;padding:1rem}.admin-sidebar{width:100%}.admin-nav{display:flex;gap:.5rem;overflow-x:auto}.admin-nav-item{flex-shrink:0;margin-bottom:0}.admin-content{padding:1rem}}.users-management{width:100%}.users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.users-header h2{color:#0a2463;font-size:1.75rem;margin:0}.refresh-btn{background:#0a2463;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.refresh-btn:hover:not(:disabled){background:#0d2f7a;transform:translateY(-1px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.users-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.filter-input,.filter-select{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:.95rem;min-width:150px;padding:.75rem 1rem;transition:border-color .2s ease}.filter-input:focus,.filter-select:focus{border-color:#0a2463;outline:none}.filter-input{min-width:250px}.users-table-container{border:1px solid #e0e0e0;border-radius:8px;overflow-x:auto}.users-table{background:#fff;border-collapse:collapse;width:100%}.users-table thead{background:#f8f9fa}.users-table th{border-bottom:2px solid #e0e0e0;color:#0a2463;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.users-table td{border-bottom:1px solid #f0f0f0;font-size:.9rem;padding:1rem}.users-table tbody tr:hover{background:#f8f9fa}.no-data{color:#999;padding:3rem;text-align:center}.role-badge,.status-badge,.type-badge{border-radius:12px;display:inline-block;font-size:.8rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.role-admin{background:#ff6b6b;color:#fff}.role-moderator{background:#4ecdc4;color:#fff}.role-user{background:#95e1d3;color:#333}.type-free{background:#ffe66d;color:#333}.type-subscriber{background:#ffd93d;color:#333}.status-badge.active{background:#51cf66}.status-badge.inactive{background:#ffd43b;color:#333}.status-badge.suspended{background:#ff6b6b;color:#fff}.status-indicators{display:flex;flex-wrap:wrap;gap:.5rem}.action-btn{align-items:center;background:#0000;display:flex;font-size:1rem;height:36px;justify-content:center;min-width:36px;padding:.5rem}.action-btn:hover:not(:disabled){background:#f0f0f0;transform:scale(1.1)}.action-btn:disabled{cursor:not-allowed;opacity:.5}.action-btn.view:hover{background:#e3f2fd;border-color:#2196f3}.action-btn.suspend:hover{background:#fff3e0;border-color:#ff9800}.action-btn.unsuspend:hover{background:#e8f5e9;border-color:#4caf50}.action-btn.toggle:hover{background:#f3e5f5;border-color:#9c27b0}.action-btn.delete:hover{background:#ffebee}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding:1rem}.pagination button{background:#0a2463;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.pagination button:hover:not(:disabled){background:#0d2f7a;transform:translateY(-1px)}.pagination button:disabled{cursor:not-allowed;opacity:.5}.pagination span{color:#666;font-weight:500}.error-message,.loading{color:#666;padding:3rem}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.user-details-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:90%}.user-details-modal h2{color:#0a2463;margin:0 0 1.5rem;padding:1.5rem 1.5rem 0}.user-details-content{padding:0 1.5rem 1.5rem}.detail-section{margin-bottom:2rem}.detail-section h3{border-bottom:2px solid #e0e0e0;color:#0a2463;font-size:1.25rem;margin:0 0 1rem;padding-bottom:.5rem}.detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-grid>div{background:#f8f9fa;border-radius:6px;padding:.75rem}.detail-grid strong{color:#0a2463;display:block;font-size:.85rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.activity-log{border:1px solid #e0e0e0;border-radius:8px;max-height:300px;overflow-y:auto;padding:1rem}.activity-item{border-bottom:1px solid #f0f0f0;margin-bottom:.5rem;padding:.75rem}.activity-item:last-child{border-bottom:none;margin-bottom:0}.activity-action{color:#0a2463;font-weight:600;margin-bottom:.25rem;text-transform:capitalize}.activity-description{color:#666;font-size:.9rem;margin-bottom:.25rem}.activity-date{color:#999;font-size:.8rem}.detail-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.action-btn-danger,.action-btn-primary,.action-btn-secondary,.action-btn-warning{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.action-btn-primary{background:#0a2463;color:#fff}.action-btn-primary:hover:not(:disabled){background:#0d2f7a}.action-btn-secondary{background:#6c757d;color:#fff}.action-btn-secondary:hover:not(:disabled){background:#5a6268}.action-btn-warning{background:#ff9800;color:#fff}.action-btn-warning:hover:not(:disabled){background:#f57c00}.action-btn-danger{background:#f44336;color:#fff}.action-btn-danger:hover:not(:disabled){background:#d32f2f}.action-btn-danger:disabled,.action-btn-primary:disabled,.action-btn-secondary:disabled,.action-btn-warning:disabled{cursor:not-allowed;opacity:.6}.modal-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px}.modal-close:hover{background:#f0f0f0;color:#333}@media (max-width:768px){.users-filters{flex-direction:column}.filter-input,.filter-select{width:100%}.users-table{font-size:.8rem}.users-table td,.users-table th{padding:.5rem}.action-buttons{flex-direction:column}.detail-grid{grid-template-columns:1fr}.detail-actions{flex-direction:column}.action-btn-danger,.action-btn-primary,.action-btn-secondary,.action-btn-warning{width:100%}}.subscription-info{margin-top:1rem}.subscription-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.subscription-actions .action-btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease}.subscription-actions .action-btn.promote{background:linear-gradient(135deg,#0a2463,#00a8cc);color:#fff}.subscription-actions .action-btn.promote:hover:not(:disabled){box-shadow:0 4px 12px #0a24634d;transform:translateY(-2px)}.subscription-actions .action-btn.cancel{background:#dc3545;color:#fff}.subscription-actions .action-btn.cancel:hover:not(:disabled){background:#c82333;transform:translateY(-2px)}.subscription-actions .action-btn:disabled{cursor:not-allowed;opacity:.6}.status-badge.active{background:#28a745;color:#fff}.status-badge.expired{background:#dc3545;color:#fff}.status-badge.cancelled{background:#6c757d;color:#fff}.promote-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.promote-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:2rem;width:90%}.promote-modal h4{color:#0a2463;font-size:1.25rem;margin:0 0 1.5rem}.promote-modal .form-group{margin-bottom:1.25rem}.promote-modal .form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.promote-modal .form-group input,.promote-modal .form-group select{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:.75rem;width:100%}.promote-modal .form-group input:focus,.promote-modal .form-group select:focus{border-color:#0a2463;outline:none}.promote-modal .modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.promote-modal .modal-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.promote-modal .modal-actions button:first-child{background:#e0e0e0;color:#333}.promote-modal .modal-actions button:first-child:hover{background:#d0d0d0}.promote-modal .modal-actions button:last-child{background:#0a2463;color:#fff}.promote-modal .modal-actions button:last-child:hover:not(:disabled){background:#0d2f7a}.promote-modal .modal-actions button:disabled{cursor:not-allowed;opacity:.6}.notification-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:90%}.notification-modal h2{color:#0a2463;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.notification-user-info{background:#f8f9fa;border-left:4px solid #00a8cc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.notification-user-info p{color:#333;font-size:.95rem;margin:0}.notification-modal .form-group{margin-bottom:1.5rem}.notification-modal .form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.notification-modal .form-group input[type=text],.notification-modal .form-group textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.notification-modal .form-group input[type=text]:focus,.notification-modal .form-group textarea:focus{border-color:#00a8cc;box-shadow:0 0 0 3px #00a8cc1a;outline:none}.notification-modal .form-group textarea{min-height:200px;resize:vertical}.notification-modal .message-hint{color:#666;font-size:.85rem;font-style:italic;margin-top:.5rem}.notification-modal .alert{border-radius:8px;font-size:.95rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.notification-modal .alert-error{background-color:#fee;border:1px solid #fcc;color:#c33}.notification-modal .alert-success{background-color:#efe;border:1px solid #cfc;color:#3c3}.notification-modal .modal-actions{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.notification-modal .btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.notification-modal .btn-primary{background:linear-gradient(135deg,#0a2463,#00a8cc);color:#fff}.notification-modal .btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #00a8cc4d;transform:translateY(-2px)}.notification-modal .btn-secondary{background:#e0e0e0;color:#333}.notification-modal .btn-secondary:hover:not(:disabled){background:#d0d0d0}.notification-modal .btn:disabled{cursor:not-allowed;opacity:.6}.action-btn.notify{background:#00a8cc;color:#fff}.action-btn.notify:hover{background:#09b}.dashboard-stats h2{color:#0a2463;font-size:1.75rem;margin:0 0 2rem}.stats-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stat-card{align-items:center;background:#fff;border-radius:12px;border-top:4px solid;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-icon{font-size:2.5rem;line-height:1}.stat-content{flex:1 1}.stat-value{color:#0a2463;font-size:2rem;line-height:1.2}.stat-label{font-size:.9rem;margin-top:.25rem}.stats-error,.stats-loading{color:#666;padding:3rem;text-align:center}.stats-error{color:#c33}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}}.moderator-dashboard-stats{padding:2rem}.moderator-stats-loading{color:#666;font-size:1.1rem;padding:3rem;text-align:center}.moderator-stats-header{margin-bottom:2rem}.moderator-stats-header h2{color:#0a2463;font-size:2rem;font-weight:700;margin:0 0 .5rem}.moderator-stats-header p{color:#666;font-size:1rem;margin:0}.moderator-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:3rem}.moderator-stat-card{align-items:center;background:#fff;border-radius:12px;border-top:4px solid;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.moderator-stat-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.moderator-stat-icon{flex-shrink:0;font-size:2.5rem}.moderator-stat-content{flex:1 1}.moderator-stat-value{color:#0a2463;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.25rem}.moderator-stat-label{color:#333;font-size:1rem;font-weight:600;margin-bottom:.25rem}.moderator-stat-description{color:#666;font-size:.85rem}.moderator-specialties-section{border-top:2px solid #e0e0e0;margin-top:3rem;padding-top:2rem}.specialties-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.moderator-specialties-section h3{color:#0a2463;font-size:1.5rem;font-weight:600;margin:0}.preview-quizzes-btn{align-items:center;background:#00a8cc;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.preview-quizzes-btn:hover{background:#08a;box-shadow:0 4px 12px #00a8cc4d;transform:translateY(-2px)}.specialties-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.specialty-card-mini{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.specialty-card-mini:hover{border-color:#00a8cc;box-shadow:0 2px 8px #00a8cc33;transform:translateY(-2px)}.specialty-card-mini-icon{flex-shrink:0;font-size:1.5rem}.specialty-card-mini-content{flex:1 1;min-width:0}.specialty-card-mini-name{color:#0a2463;font-size:1rem;font-weight:600;margin-bottom:.25rem}.specialty-card-mini-description{color:#666;font-size:.85rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.specialty-card-mini-action{color:#00a8cc;font-size:.8rem;font-weight:500;margin-top:.25rem}@media (max-width:768px){.moderator-dashboard-stats{padding:1rem}.moderator-stats-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.specialties-grid{grid-template-columns:1fr}}.specialties-management{width:100%}.management-header h2{font-size:1.75rem;margin:0}.add-btn{background:#0a2463;padding:.75rem 1.5rem;transition:all .2s ease}.add-btn:hover{background:#0d2f7a;transform:translateY(-1px)}.specialties-list{display:flex;flex-direction:column;gap:1.5rem}.admin-specialty-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.admin-specialty-card:hover{border-color:#0a2463;box-shadow:0 4px 12px #0a24631a}.admin-specialty-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.admin-specialty-info{align-items:center;display:flex;flex:1 1;gap:1.5rem}.specialty-icon-large{align-items:center;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.specialty-icon-large .icon-emoji{font-size:3rem;line-height:1}.specialty-icon-large svg{height:100%;width:100%}.admin-specialty-info h3{color:#0a2463;font-size:1.5rem;margin:0 0 .5rem}.admin-specialty-info p{color:#666;margin:0 0 .5rem}.sub-count{color:#999;font-size:.85rem;font-weight:500}.admin-specialty-actions{display:flex;flex-wrap:wrap;gap:.5rem}.action-btn{background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.action-btn:hover{background:#f0f0f0;transform:translateY(-1px)}.action-btn.edit:hover{border-color:#2196f3;color:#2196f3}.action-btn.add-sub:hover{border-color:#4caf50;color:#4caf50}.action-btn.delete:hover{border-color:#f44336;color:#f44336}.sub-specialties-list{border-top:2px solid #f0f0f0;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.no-subs{color:#999;font-style:italic;padding:2rem;text-align:center}.admin-sub-specialty{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;padding:1rem}.admin-sub-specialty,.sub-info{align-items:center;display:flex;gap:1rem}.sub-info{flex:1 1}.sub-icon{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.sub-icon .icon-emoji{font-size:2rem;line-height:1}.sub-icon svg{height:100%;width:100%}.sub-info h4{color:#0a2463;font-size:1.1rem;margin:0 0 .25rem}.sub-info p{color:#666;font-size:.9rem;margin:0}.sub-actions{display:flex;gap:.5rem}.action-btn-small{background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:all .2s ease}.action-btn-small:hover{background:#f0f0f0}.action-btn-small.edit:hover{border-color:#2196f3;color:#2196f3}.action-btn-small.delete:hover{border-color:#f44336;color:#f44336}.modal-content{border-radius:16px;padding:2rem;position:relative;width:90%}.modal-content h2{color:#0a2463;margin:0 0 1.5rem}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#0a2463;outline:none}.form-row{grid-gap:1rem;gap:1rem}.form-group label input[type=checkbox]{margin-right:.5rem;width:auto}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.form-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.form-actions button[type=button]{background:#e0e0e0;color:#333}.form-actions button[type=button]:hover{background:#d0d0d0}.form-actions button[type=submit]{background:#0a2463;color:#fff}.form-actions button[type=submit]:hover{background:#0d2f7a}@media (max-width:768px){.admin-specialty-header{align-items:flex-start;flex-direction:column}.admin-specialty-actions{justify-content:flex-start;width:100%}.admin-sub-specialty{align-items:flex-start;flex-direction:column}.sub-actions{justify-content:flex-end;width:100%}.form-row{grid-template-columns:1fr}}.content-management-base{width:100%}.management-header{margin-bottom:25px}.management-header h3{color:#333;font-size:1.5rem;margin:0}.content-table-container{overflow-x:auto}.content-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden;width:100%}.content-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.content-table th{font-size:.95rem;font-weight:600;padding:15px;text-align:left}.content-table td{border-bottom:1px solid #e0e0e0;font-size:.9rem;padding:15px}.content-table tbody tr:hover{background:#f9f9f9}.content-table tbody tr:last-child td{border-bottom:none}.badge{border-radius:12px;display:inline-block;font-size:.8rem;font-weight:600;padding:4px 12px}.badge.active{background:#d4edda;color:#155724}.badge.inactive{background:#f8d7da;color:#721c24}.badge.difficulty-beginner{background:#d4edda;color:#155724}.badge.difficulty-intermediate{background:#fff3cd;color:#856404}.badge.difficulty-advanced{background:#f8d7da;color:#721c24}.delete-btn,.edit-btn{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;margin-right:5px;padding:6px 12px;transition:all .3s ease}.modal-content{max-height:90vh}.modal-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 25px}.modal-header h3{color:#333;font-size:1.5rem;margin:0}.close-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:30px}.close-btn:hover{background:#f0f0f0;color:#333}.modal-body{padding:25px}.form-group{margin-bottom:20px}.form-group label{margin-bottom:8px}.form-group input[type=number],.form-group input[type=text],.form-group input[type=url],.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:10px 15px;transition:all .3s ease;width:100%}.form-group textarea{min-height:80px}.form-group input[type=checkbox]{cursor:pointer;margin-right:8px;width:auto}.upload-progress{margin-bottom:10px}.image-preview{margin-top:10px}.image-preview img{height:auto;max-width:100%}.form-row{grid-gap:15px;gap:15px;grid-template-columns:1fr 1fr}.modal-footer{border-top:2px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;padding:20px 25px}.cancel-btn,.save-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.cancel-btn{background:#f0f0f0;color:#333}.cancel-btn:hover{background:#e0e0e0}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.premium-badge-inline{background:linear-gradient(135deg,gold,orange);border-radius:4px;color:#333;display:inline-block;font-size:.75rem;font-weight:700;margin-left:8px;padding:2px 8px}.content-table tbody tr.premium-row{background:#fffef0}.content-table tbody tr.premium-row:hover{background:#fffce5}.content-actions-bar{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px;padding:15px}.filter-group{align-items:center;display:flex;gap:10px}.filter-group label{color:#333;font-size:.9rem;font-weight:600}.filter-select{background:#fff;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:.9rem;padding:8px 12px;transition:all .3s ease}.filter-select:focus{border-color:#667eea;outline:none}.bulk-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.selected-count{background:#667eea;border-radius:6px;color:#fff;padding:6px 12px}.bulk-btn,.selected-count{font-size:.85rem;font-weight:600}.bulk-btn{border:none;border-radius:6px;cursor:pointer;padding:8px 16px;transition:all .3s ease}.bulk-btn.bulk-premium{background:linear-gradient(135deg,gold,orange);color:#333}.bulk-btn.bulk-premium:hover{box-shadow:0 4px 12px #ffd70066;transform:translateY(-2px)}.bulk-btn.bulk-free{background:#28a745;color:#fff}.bulk-btn.bulk-free:hover{background:#218838;transform:translateY(-2px)}.bulk-btn.bulk-clear{background:#6c757d;color:#fff}.bulk-btn.bulk-clear:hover{background:#5a6268}@media (max-width:768px){.form-row{grid-template-columns:1fr}.content-table{font-size:.85rem}.content-table td,.content-table th{padding:10px}.modal-content{margin:10px;max-width:100%}.content-actions-bar{align-items:stretch;flex-direction:column}.bulk-actions{flex-direction:column;width:100%}.bulk-btn{width:100%}}.content-management{padding:20px}.content-management-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.content-management-header h2{color:#333;font-size:2rem;margin:0 0 5px}.content-management-header p{color:#666;font-size:1rem;margin:0}.content-tabs-nav{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:30px;overflow-x:auto}.content-tab-button{align-items:center;background:#0000;border:none;border-radius:8px 8px 0 0;color:#666;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:15px 25px;position:relative;transition:all .3s ease;white-space:nowrap}.content-tab-button:hover{background:#f5f5f5;color:#333}.content-tab-button.active{background:#fff;border-bottom:3px solid #667eea;color:#667eea}.tab-icon{font-size:1.2rem}.content-tab-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:30px}@media (max-width:768px){.content-management-header{align-items:flex-start;flex-direction:column}.specialty-filter,.specialty-select{width:100%}.content-tabs-nav{flex-wrap:nowrap;overflow-x:auto}.content-tab-button{font-size:.9rem;padding:12px 20px}}.overview-management{padding:20px}.management-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.management-header h2{color:#333;margin:0 0 5px}.management-header p{font-size:1rem}.specialty-selector{align-items:center;display:flex;gap:10px}.specialty-selector label{color:#333;font-weight:600}.specialty-select{background:#fff;cursor:pointer;transition:all .3s ease}.specialty-select:hover{border-color:#667eea}.specialty-select:focus{box-shadow:0 0 0 3px #667eea1a}.blocks-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.blocks-header h3{color:#333;font-size:1.5rem;margin:0}.add-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.add-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.blocks-list{display:flex;flex-direction:column;gap:15px}.block-item{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;transition:all .3s ease}.block-item:hover{border-color:#667eea;box-shadow:0 4px 15px #0000001a}.block-item-header{flex-wrap:wrap;justify-content:space-between}.block-item-header,.block-item-info{align-items:center;display:flex;gap:15px}.block-item-info{flex:1 1}.block-type-badge{background:#667eea;border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;padding:6px 12px}.block-title-preview{color:#333;flex:1 1;font-weight:600}.inactive-badge{background:#f8d7da;border-radius:6px;color:#721c24;font-size:.8rem;font-weight:600;padding:4px 10px}.block-item-actions{display:flex;gap:8px}.delete-btn,.edit-btn,.move-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.move-btn{background:#f0f0f0;color:#666}.move-btn:hover:not(:disabled){background:#e0e0e0}.move-btn:disabled{cursor:not-allowed;opacity:.5}.edit-btn{background:#667eea;color:#fff}.edit-btn:hover{background:#5568d3}.delete-btn{background:#e74c3c;color:#fff}.delete-btn:hover{background:#c0392b}.block-preview{border-top:1px solid #e0e0e0;color:#666;font-size:.9rem;margin-top:15px;padding-top:15px}.empty-state{background:#f9f9f9;border-radius:8px}.large-modal{max-width:800px}.upload-section{margin-top:5px}.upload-progress{background:#e3f2fd;border-radius:4px;color:#1976d2;font-size:.9rem;margin-top:5px;padding:8px}.image-preview img{border:2px solid #e0e0e0;border-radius:8px;display:block}.gallery-preview{margin-top:15px}.gallery-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:10px}.gallery-item{aspect-ratio:1;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;width:100%}.remove-gallery-btn{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:25px;justify-content:center;line-height:1;position:absolute;right:5px;top:5px;transition:all .3s ease;width:25px}.remove-gallery-btn:hover{background:#c0392b;transform:scale(1.1)}.video-preview video{max-width:100%}@media (max-width:768px){.management-header{align-items:flex-start;flex-direction:column}.specialty-select,.specialty-selector{width:100%}.block-item-header{align-items:flex-start;flex-direction:column}.block-item-actions{justify-content:flex-end;width:100%}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.quiz-management{max-height:calc(100vh - 100px);overflow-y:auto;padding:15px}.quiz-management-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.quiz-management-header h2{color:#333;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;margin:0 0 3px}.quiz-management-header p{color:#666;font-family:Poppins,sans-serif;font-size:.85rem;margin:0}.specialty-filter{align-items:center;display:flex;gap:10px}.specialty-filter label{color:#333;font-family:Poppins,sans-serif;font-weight:600}.specialty-select{border:2px solid #e0e0e0;border-radius:8px;font-family:Poppins,sans-serif;font-size:1rem;min-width:200px;padding:10px 15px}.specialty-select:focus{border-color:#667eea;outline:none}.quiz-nav-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:8px;margin-bottom:15px}.quiz-nav-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;padding:10px 16px;transition:all .3s ease}.quiz-nav-tab:hover{background:#f0f0ff;color:#667eea}.quiz-nav-tab.active{border-bottom-color:#667eea;color:#667eea}.quiz-view{background:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;max-height:calc(100vh - 250px);overflow-y:auto;padding:15px}.view-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.view-header h3{color:#333;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;margin:0}.back-button-small{background:#0000;border:1px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;margin-bottom:10px;padding:8px 16px;transition:all .3s ease}.back-button-small:hover{border-color:#667eea;color:#667eea}.add-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.add-button:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.items-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.categories-hierarchy{display:flex;flex-direction:column;gap:20px;margin-top:15px}.main-category-group-admin{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:15px}.main-category-card{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;margin-bottom:15px}.main-category-card h4{color:#fff;font-size:1.2rem}.main-category-card .item-description{color:#ffffffe6}.main-category-card .action-button{background:#fff3;border:1px solid #ffffff4d;color:#fff}.main-category-card .action-button:hover{background:#ffffff4d}.sub-categories-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-left:20px;margin-top:10px}.sub-category-card{background:#fff;border:1px solid #d0d0d0}.sub-category-card h5{color:#333;font-size:1rem;font-weight:600;margin:0}.disabled-input{background:#f0f0f0;color:#666;cursor:not-allowed}.header-actions{display:flex;gap:10px}@media (max-width:768px){.sub-categories-list{grid-template-columns:1fr;margin-left:0}}.item-card{background:linear-gradient(135deg,#f5f7fa,#fff);border:2px solid #e0e0e0;border-radius:8px;padding:12px;transition:all .3s ease}.item-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.item-header h4{color:#333;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;margin:0}.toggle-switch{align-items:center;cursor:pointer;display:flex;gap:8px}.toggle-switch input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#ccc;border-radius:12px;cursor:pointer;height:24px;outline:none;position:relative;transition:background .3s;width:44px}.toggle-switch input[type=checkbox]:checked{background:#667eea}.toggle-switch input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.toggle-slider{background:#fff;border-radius:50%;height:20px;left:2px;pointer-events:none;position:absolute;top:2px;transition:transform .3s;width:20px}.toggle-switch input[type=checkbox]:checked~.toggle-slider{transform:translateX(20px)}.toggle-label{color:#333;font-size:.85rem;font-weight:600;min-width:60px}.toggle-switch input[type=checkbox]:checked~.toggle-label{color:#667eea}.premium-row{background:#fffef0}.premium-row:hover{background:#fffce5}.premium-badge{background:#ff6b6b;border-radius:8px;font-family:Poppins,sans-serif;font-size:.7rem;padding:3px 8px}.item-description{font-size:.85rem;line-height:1.4}.item-description,.item-stats{color:#666;font-family:Poppins,sans-serif;margin-bottom:10px}.item-stats{border-top:1px solid #e0e0e0;font-size:.8rem;padding-top:10px}.item-actions{display:flex;gap:10px}.action-button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;padding:6px 12px;transition:all .3s ease}.action-button.view{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-button.view:hover{box-shadow:0 5px 15px #667eea4d;transform:translateY(-2px)}.action-button.delete{background:#e74c3c;color:#fff}.action-button.delete:hover{background:#c0392b}.action-button.add{background:#27ae60;color:#fff}.action-button.add:hover{background:#229954}.action-button.small{font-size:.75rem;padding:4px 10px}.action-buttons{align-items:center;gap:8px}.action-buttons .action-button{flex:0 0 auto;min-width:auto}.questions-table-container{overflow-x:auto}.questions-table{border-collapse:collapse;margin-top:20px;width:100%}.questions-table th{background:#f8f9fa;border-bottom:2px solid #e0e0e0;color:#333;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;padding:8px 10px;text-align:left}.questions-table td{border-bottom:1px solid #e0e0e0;font-family:Poppins,sans-serif;font-size:.85rem;padding:8px 10px}.questions-table tr:hover{background:#f8f9fa}.question-text-cell{color:#666;font-size:.8rem;max-width:300px}.modal-backdrop{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:85vh;max-width:600px;overflow-y:auto;padding:20px;width:100%}.modal-content.large{max-width:800px}.modal-content h3{color:#333;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700;margin:0 0 15px}.form-group{margin-bottom:12px}.form-group label{font-family:Poppins,sans-serif;font-size:.85rem;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:6px;font-family:Poppins,sans-serif;font-size:.9rem;padding:8px 12px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:8px}.checkbox-group input[type=checkbox]{cursor:pointer;width:auto}.modal-actions{border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;margin-top:15px;padding-top:15px}.cancel-button,.save-button{border:none;border-radius:6px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;padding:8px 20px;transition:all .3s ease}.cancel-button{background:#fff;border:2px solid #e0e0e0;color:#666}.cancel-button:hover{border-color:#999;color:#333}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 5px 20px #667eea4d;color:#fff}.save-button:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.answers-section{border-top:2px solid #e0e0e0;margin-top:15px;padding-top:15px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.section-header h4{color:#333;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;margin:0}.add-answer-button{background:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;padding:6px 12px;transition:all .3s ease}.add-answer-button:hover{background:#229954;transform:translateY(-2px)}.answer-item{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;gap:8px;margin-bottom:10px;padding:10px}.answer-input{border:2px solid #e0e0e0;border-radius:6px;flex:1 1;font-family:Poppins,sans-serif;font-size:.85rem;padding:6px 10px}.answer-input:focus{border-color:#667eea;outline:none}.correct-checkbox{align-items:center;color:#27ae60;display:flex;gap:8px}.correct-checkbox,.remove-answer-button{cursor:pointer;font-family:Poppins,sans-serif;font-weight:600}.remove-answer-button{background:#e74c3c;border:none;border-radius:6px;color:#fff;font-size:.8rem;padding:6px 12px;transition:all .3s ease}.remove-answer-button:hover{background:#c0392b}.no-answers-message{color:#999;font-family:Poppins,sans-serif;font-style:italic;padding:20px;text-align:center}.empty-state{padding:30px 20px}.empty-state p,.loading{font-family:Poppins,sans-serif;font-size:.9rem}.loading{padding:20px}.file-upload-area{border:2px dashed #e0e0e0;border-radius:8px;cursor:pointer;padding:15px;text-align:center;transition:all .3s ease}.file-upload-area:hover{background:#f8f9ff;border-color:#667eea}.file-input{display:none}.file-upload-label{align-items:center;cursor:pointer;display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:10px}.upload-icon{font-size:2rem}.file-upload-label span:not(.upload-icon){color:#666;font-size:.95rem}.file-hint{color:#999!important;font-size:.85rem!important}.image-preview-container{display:inline-block;margin-top:10px;position:relative}.image-preview{border:2px solid #e0e0e0;border-radius:6px;display:block;max-height:200px;max-width:100%}.remove-image-button{background:#e74c3c;border:none;border-radius:8px;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;padding:8px 16px;position:absolute;right:10px;top:10px;transition:all .3s ease}.remove-image-button:hover{background:#c0392b;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}@media (max-width:768px){.quiz-management{padding:10px}.quiz-management-header{flex-direction:column;margin-bottom:10px}.quiz-management-header h2{font-size:1.2rem}.quiz-nav-tabs{flex-wrap:nowrap;margin-bottom:10px;overflow-x:auto}.quiz-nav-tab{font-size:.8rem;padding:8px 12px}.quiz-view{max-height:calc(100vh - 200px);padding:10px}.view-header h3{font-size:1rem}.items-grid{gap:8px;grid-template-columns:1fr}.item-card{padding:10px}.form-row{gap:10px;grid-template-columns:1fr}.modal-content{max-height:90vh;padding:15px}.modal-content h3{font-size:1.1rem}.questions-table td,.questions-table th{font-size:.75rem;padding:6px 8px}.answer-item{align-items:stretch;flex-direction:column;padding:8px}}.upgrade-requests-management{padding:2rem}.management-header{margin-bottom:2rem}.management-header h2{color:#0a2463;font-size:2rem;font-weight:700;margin:0 0 .5rem}.management-header p{color:#666;margin:0}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.filter-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.filter-btn:hover{border-color:#0a2463;color:#0a2463}.filter-btn.active{background:#0a2463;border-color:#0a2463;color:#fff}.requests-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.requests-table table{border-collapse:collapse;width:100%}.requests-table thead{background:#f8f9fa}.requests-table th{border-bottom:2px solid #e0e0e0;color:#0a2463;font-weight:600;padding:1rem;text-align:left}.requests-table td{border-bottom:1px solid #f0f0f0;padding:1rem;vertical-align:top}.requests-table tbody tr:hover{background:#f8f9fa}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-info strong{color:#333}.user-info small{color:#999;font-size:.85rem}.plan-badge{background:linear-gradient(135deg,#0a2463,#00a8cc);border-radius:6px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.375rem .75rem}.contact-info{display:flex;flex-direction:column;font-size:.9rem;gap:.25rem}.status-badge{border-radius:6px;display:inline-block;font-size:.85rem;padding:.375rem .75rem}.status-pending{background:#fff3cd;color:#856404}.status-approved{background:#d4edda;color:#155724}.status-rejected{background:#f8d7da;color:#721c24}.status-completed{background:#d1ecf1;color:#0c5460}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.btn-approve{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-approve:hover{background:#218838;transform:translateY(-1px)}.btn-reject{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-reject:hover{background:#c82333;transform:translateY(-1px)}.action-note{color:#666;font-size:.85rem;font-style:italic}.action-note.completed-note{color:#28a745;font-style:normal;font-weight:600}.empty-state{color:#666;padding:4rem 2rem}.error-message{background:#fee;padding:1rem}.loading{padding:4rem}@media (max-width:768px){.upgrade-requests-management{padding:1rem}.requests-table{overflow-x:auto}.requests-table table{min-width:800px}.filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem}}.email-notifications{margin:0 auto;max-width:1200px;padding:2rem}.email-notifications-header{margin-bottom:2rem}.email-notifications-header h2{color:#0a2463;font-size:2rem;margin-bottom:.5rem}.email-notifications-header p{color:#666;font-size:1rem}.alert{border-radius:8px;font-size:.95rem;margin-bottom:1.5rem;padding:1rem 1.5rem}.alert-error{background-color:#fee;border:1px solid #fcc;color:#c33}.alert-success{background-color:#efe;border:1px solid #cfc;color:#3c3}.email-notifications-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;margin-bottom:.5rem}.form-group input[type=text],.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00a8cc;box-shadow:0 0 0 3px #00a8cc1a;outline:none}.form-group textarea{min-height:200px;resize:vertical}.message-hint{color:#666;font-size:.85rem;font-style:italic;margin-top:.5rem}.send-type-options{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.radio-option{align-items:center;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .3s ease}.radio-option:hover{background-color:#f0f9ff;border-color:#00a8cc}.radio-option input[type=radio]{accent-color:#00a8cc;cursor:pointer;height:20px;width:20px}.radio-option span{color:#333;cursor:pointer;font-size:1rem}.radio-option input[type=radio]:checked+span{color:#0a2463;font-weight:600}.radio-option:has(input[type=radio]:checked){background-color:#e6f7ff;border-color:#00a8cc}.filters-section{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.filters-section h3{color:#0a2463;font-size:1.2rem;margin-bottom:1rem;margin-top:0}.filters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.user-count{background-color:#e6f7ff;border:1px solid #00a8cc;border-radius:6px;color:#0a2463;font-size:1rem;margin-top:1rem;padding:1rem;text-align:center}.user-count strong{color:#00a8cc;font-size:1.2rem}.user-count-loading{color:#666;font-style:italic;margin-top:1rem;padding:1rem;text-align:center}.individual-note{background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.individual-note p{color:#856404;font-size:.95rem;margin:.5rem 0}.individual-note p:first-child{margin-top:0}.individual-note p:last-child{margin-bottom:0}.form-actions{border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:1.5rem}.btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#0a2463,#00a8cc);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #00a8cc4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.email-notifications{padding:1rem}.email-notifications-form{padding:1.5rem}.filters-grid{grid-template-columns:1fr}.send-type-options{gap:.75rem}.radio-option{padding:.75rem}}.login-required-backdrop{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.login-required-modal{animation:slideUp .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:90%}.login-required-header{background:linear-gradient(135deg,#0a2463,#00a8cc);border-radius:20px 20px 0 0;color:#fff;padding:2rem;position:relative;text-align:center}.login-required-icon{animation:pulse 2s ease-in-out infinite;font-size:4rem;margin-bottom:1rem}.login-required-header h2{font-size:1.75rem;font-weight:700;margin:0}.login-required-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:36px}.login-required-close:hover{background:#ffffff4d;transform:rotate(90deg)}.login-required-body{padding:2.5rem;text-align:center}.login-required-message{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.login-required-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.login-required-btn{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.3px;padding:1rem 2rem;text-transform:none;transition:all .3s ease}.login-btn{background:linear-gradient(135deg,#0a2463,#00a8cc);box-shadow:0 4px 15px #0a24634d;color:#fff}.login-btn:hover{box-shadow:0 6px 20px #0a246366;transform:translateY(-2px)}.register-btn{background:#fff;border:2px solid #0a2463;box-shadow:0 2px 10px #0000001a;color:#0a2463}.register-btn:hover{background:#0a2463;box-shadow:0 4px 15px #0a24634d;color:#fff;transform:translateY(-2px)}.login-required-footer{color:#999;font-size:.9rem;margin:0}@media (max-width:768px){.login-required-modal{margin:1rem;width:95%}.login-required-header{padding:1.5rem}.login-required-icon{font-size:3rem}.login-required-header h2{font-size:1.5rem}.login-required-body{padding:2rem 1.5rem}.login-required-message{font-size:1rem}.login-required-btn{font-size:.95rem;padding:.875rem 1.5rem}}.content-section{margin-bottom:30px}.section-header-with-action{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}.start-quiz-action-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 5px 20px #667eea4d;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.start-quiz-action-button:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.section-header-with-action{flex-direction:column}.start-quiz-action-button{width:100%}}.content-section h2{margin:0 0 10px}.section-description{color:#666;font-size:1.1rem;margin:0 0 30px}.content-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.content-list{gap:20px}.content-card,.content-list{display:flex;flex-direction:column}.content-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.content-card:hover{border-color:#667eea;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.course-card{border:1px solid #f0f0f0}.article-card{height:100%}.content-image{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);height:200px;overflow:hidden;position:relative;width:100%}.content-image img{height:100%;object-fit:cover;width:100%}.play-overlay{align-items:center;background:#667eeae6;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:60px}.play-overlay:hover{background:#667eea;transform:translate(-50%,-50%) scale(1.1)}.play-icon{color:#fff;font-size:24px;margin-left:3px}.content-body{display:flex;flex:1 1;flex-direction:column;padding:20px}.content-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.content-header h3{color:#333;flex:1 1;font-size:1.3rem;font-weight:700;margin:0}.header-right{align-items:center;display:flex;min-width:0}.content-description{color:#666;font-size:.95rem;line-height:1.6;margin:10px 0}.content-description p{margin:0 0 8px}.content-text{font-size:.9rem;line-height:1.6;margin:10px 0}.content-text p{color:#555;margin:0}.content-author,.content-instructor{color:#555;font-size:.9rem;margin:8px 0}.featured-badge{background:linear-gradient(135deg,#4facfe,#00f2fe);font-size:.75rem;font-weight:700;padding:4px 12px}.category-badge{font-size:.8rem;margin-bottom:10px;padding:4px 12px}.difficulty-badge{border-radius:8px;font-size:.8rem;font-weight:600;padding:4px 10px}.difficulty-badge.beginner{background:#d4edda;color:#155724}.difficulty-badge.intermediate{background:#fff3cd;color:#856404}.difficulty-badge.advanced{background:#f8d7da;color:#721c24}.content-meta{color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;gap:15px;margin:15px 0}.meta-item{align-items:center;display:flex;gap:5px}.content-price{color:#667eea;font-size:1.5rem;font-weight:700;margin:10px 0}.premium-notice{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;margin:10px 0;padding:10px 15px;text-align:center}.content-tags{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.tag{font-size:.8rem;padding:4px 10px}.content-actions{display:flex;gap:10px;margin-top:auto;padding-top:15px}.content-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;flex:1 1;font-size:.95rem;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.content-button:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.empty-state{color:#999;padding:60px 20px;text-align:center}.empty-state p{font-size:1.1rem;margin:10px 0}.quiz-categories-section{margin-bottom:40px}.subsection-title{color:#333;font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:700;margin:0 0 25px}.quiz-category-card{background:linear-gradient(135deg,#f5f7fa,#fff);border:2px solid #e0e0e0;cursor:pointer;transition:all .3s ease}.quiz-category-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.quiz-category-icon{margin:20px 0;text-align:center}.icon-large{display:inline-block;font-size:4rem}.main-category-group{margin-bottom:40px}.main-category-group .main-category{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:default;margin-bottom:20px}.main-category-group .main-category:hover{box-shadow:0 5px 20px #667eea4d;transform:none}.main-category-group .main-category h3{color:#fff;font-size:1.8rem;font-weight:700}.main-category-group .main-category .content-description{color:#ffffffe6}.sub-categories-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-left:20px}.sub-category{background:#fff;border:2px solid #e0e0e0}.sub-category h4{color:#333;font-size:1.2rem;font-weight:600;margin:0}.sub-category .content-description{color:#666;font-size:.9rem}@media (max-width:768px){.sub-categories-grid{grid-template-columns:1fr;margin-left:0}.main-category-group .main-category h3{font-size:1.4rem}}.qbanks-content-section{border-top:2px solid #e0e0e0;margin-top:40px;padding-top:40px}@media (max-width:768px){.content-section{padding:25px 20px}.content-section h2{font-size:2rem}.subsection-title{font-size:1.5rem}.content-grid{grid-template-columns:1fr}.content-actions,.content-header,.guideline-card{flex-direction:column}.icon-large{font-size:3rem}}.pdf-modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 50px #0000004d;display:flex;flex-direction:column;max-height:95vh;max-width:95vw;overflow:hidden;width:100%}.pdf-modal-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:20px}@media (max-width:768px){.pdf-modal-content{border-radius:0;max-height:100vh;max-width:100vw}.pdf-modal-body{padding:10px}}.article-modal-backdrop{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.article-modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 50px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow-y:auto;width:100%}.article-modal-header{align-items:flex-start;background:#fff;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.article-modal-header h2{color:#333;flex:1 1;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;margin:0;padding-right:20px}.close-modal-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:2.5rem;height:40px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:40px}.close-modal-btn:hover{background:#f0f0f0;color:#333}.article-modal-body{flex:1 1;padding:30px}.article-modal-image{border-radius:8px;margin-bottom:25px;max-height:400px;overflow:hidden;width:100%}.article-modal-image img{height:100%;object-fit:cover;width:100%}.article-modal-meta{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px;padding-bottom:20px}.article-modal-meta .meta-item{color:#666;font-size:.95rem}.article-modal-meta .meta-item strong{color:#333;font-weight:600}.article-description{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:25px;padding:20px}.article-description p{font-size:1.1rem}.article-content,.article-description p{font-family:Poppins,sans-serif;line-height:1.8}.article-content{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#444;font-size:1rem;margin-bottom:25px;padding:25px}.article-content p{margin-bottom:15px}.article-content h1,.article-content h2,.article-content h3,.article-content h4{color:#333;font-family:Montserrat,sans-serif;margin-bottom:15px;margin-top:25px}.article-content h1{font-size:2rem}.article-content h2{font-size:1.75rem}.article-content h3{font-size:1.5rem}.article-content h4{font-size:1.25rem}.article-content ol,.article-content ul{margin:15px 0;padding-left:30px}.article-content li{margin-bottom:8px}.article-content-empty{color:#999;font-style:italic;padding:40px;text-align:center}.article-tags{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:10px;padding-top:20px}.article-tags strong{margin-right:5px}.article-modal-footer{background:#fff;border-top:2px solid #e0e0e0;bottom:0;display:flex;justify-content:flex-end;padding:20px 30px;position:-webkit-sticky;position:sticky}.article-modal-footer .close-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s ease}.article-modal-footer .close-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.article-modal-content{margin:10px;max-height:95vh}.article-modal-header{padding:20px}.article-modal-header h2{font-size:1.5rem}.article-modal-body{padding:20px}.article-modal-image{max-height:250px}.article-content{padding:15px}.article-content h1{font-size:1.5rem}.article-content h2{font-size:1.3rem}.article-content h3{font-size:1.1rem}}.purchase-modal-backdrop{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;bottom:0!important;display:flex;justify-content:center;left:0!important;overflow-y:auto;padding:20px;position:fixed!important;right:0!important;top:0!important;z-index:999999!important}.purchase-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000080;margin:auto;max-height:95vh;max-width:600px;overflow-y:auto;position:relative;width:100%;z-index:1000000!important}.purchase-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #f0f0f0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:16px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.purchase-modal-header h2{color:#fff;font-size:20px;font-weight:700;margin:0}.purchase-modal-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:36px}.purchase-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.purchase-modal-body{background:#fff;padding:20px}.course-info{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border:2px solid #e8ecff;border-radius:12px;box-shadow:0 2px 8px #667eea1a;margin-bottom:16px;overflow:hidden;padding:14px 16px;position:relative}.course-info:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:3px;left:0;position:absolute;right:0;top:0}.course-info h3{color:#333;font-size:18px;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin:0 0 6px}.course-info .lecturer{align-items:center;color:#555;display:flex;font-size:13px;font-weight:600;gap:6px;margin:0 0 10px}.course-info .lecturer:before{content:"👨‍🏫";font-size:14px}.course-price{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.price-free{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-radius:8px;box-shadow:0 2px 6px #28a74533;color:#28a745;font-size:18px;font-weight:700;letter-spacing:.3px;padding:6px 14px}.price-old{background:#f5f5f5;border-radius:6px;font-size:14px;padding:4px 10px;position:relative}.price-current{background:linear-gradient(135deg,#f0f4ff,#e8ecff);border-radius:10px;box-shadow:0 2px 8px #667eea33;color:#667eea;font-size:20px;font-weight:700;letter-spacing:.3px;padding:6px 16px;position:relative}.price-current:before{content:"$";font-size:14px;margin-right:2px;vertical-align:super}.purchase-form{display:flex;flex-direction:column;gap:14px}.form-group{gap:6px}.form-group label{align-items:center;display:flex;font-size:13px;font-weight:700;gap:6px;letter-spacing:.2px;margin-bottom:2px}.form-group label:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:14px;width:3px}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text]{background:linear-gradient(135deg,#fafafa,#fff);border:2px solid #e8e8e8;border-radius:10px;color:#333;font-size:14px;font-weight:500;padding:10px 14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input::placeholder{color:#999;font-weight:400}.form-group input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1f,0 4px 12px #667eea26;transform:translateY(-1px)}.payment-methods{grid-gap:6px;gap:6px;grid-template-columns:repeat(3,1fr)}.payment-method-option{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e8e8e8;box-shadow:0 2px 4px #0000000f;flex-direction:column;gap:4px;justify-content:center;min-height:60px;overflow:hidden;padding:8px 6px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.payment-method-option:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.payment-method-option:hover{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-color:#667eea;box-shadow:0 8px 20px #667eea40;transform:translateY(-4px)}.payment-method-option:hover:before{transform:scaleX(1)}.payment-method-option input[type=radio]{accent-color:#667eea;height:14px;order:-1;position:relative;width:14px;z-index:1}.payment-method-option input[type=radio]:checked+span{color:#667eea;font-weight:700;transform:scale(1.05)}.payment-method-option:has(input[type=radio]:checked){background:linear-gradient(135deg,#f0f4ff,#e8ecff);border-color:#667eea;box-shadow:0 0 0 4px #667eea26,0 8px 24px #667eea33;transform:translateY(-2px)}.payment-method-option:has(input[type=radio]:checked):before{transform:scaleX(1)}.payment-method-option span:first-of-type{color:#333;font-size:11px;font-weight:600;letter-spacing:.1px;line-height:1.2;position:relative;transition:all .3s ease;z-index:1}.payment-method-option:has(input[type=radio]:checked) span:first-of-type{color:#667eea}.payment-region{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));font-size:16px;margin-top:2px;position:relative;transition:transform .3s ease;z-index:1}.payment-method-option:hover .payment-region{transform:scale(1.1) rotate(2deg)}.purchase-instructions{background:linear-gradient(135deg,#fff5e6,#ffe8cc);border-left:4px solid #ff9800;border-radius:10px;box-shadow:0 2px 8px #ff980026;overflow:hidden;padding:12px 14px;position:relative}.purchase-instructions:before{content:"💡";font-size:20px;opacity:.3;position:absolute;right:14px;top:10px}.purchase-instructions p{color:#555;font-size:13px;font-weight:500;line-height:1.5;margin:0;position:relative;z-index:1}.purchase-instructions strong{color:#333;font-size:13px;font-weight:700}.error-message{align-items:center;background:linear-gradient(135deg,#fee,#fdd);border:2px solid #fcc;border-radius:10px;box-shadow:0 2px 8px #cc333326;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 14px}.error-message:before{content:"⚠️";font-size:16px}.purchase-modal-footer{border-top:2px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end;margin-top:16px;padding-top:16px}.btn-cancel,.btn-whatsapp{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;min-width:100px;padding:10px 20px;transition:all .2s}.btn-cancel{background:#f5f5f5;border:2px solid #e0e0e0}.btn-cancel:hover{background:#e8e8e8;border-color:#d0d0d0;transform:translateY(-1px)}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#20ba5a);box-shadow:0 4px 12px #25d3664d}.btn-whatsapp:hover:not(:disabled){background:linear-gradient(135deg,#20ba5a,#1da851);box-shadow:0 6px 16px #25d36666;transform:translateY(-2px)}.btn-whatsapp:disabled{cursor:not-allowed;opacity:.6}body.modal-open{overflow:hidden}@media (max-width:768px){.purchase-modal-backdrop{padding:10px}.purchase-modal-content{border-radius:12px;max-height:95vh;max-width:100%}.purchase-modal-header{padding:20px}.purchase-modal-header h2{font-size:20px}.purchase-modal-body{padding:20px}.payment-methods{grid-template-columns:repeat(2,1fr)}.payment-method-option{flex-direction:row;justify-content:flex-start;min-height:auto;padding:10px 12px}.payment-method-option:before{height:2px}.payment-region{font-size:18px;margin-left:auto;margin-top:0}.purchase-modal-footer{flex-direction:column}.btn-cancel,.btn-whatsapp{width:100%}}.courses-grid{gap:30px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.course-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:box-shadow .2s ease}.course-card:hover{box-shadow:0 4px 12px #00000026}.course-image{background:#f5f5f5;cursor:pointer;height:200px;overflow:hidden;position:relative;width:100%}.course-image img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.course-card:hover .course-image img{transform:scale(1.1)}.image-overlay-hint{align-items:center;background:#0009;border-radius:4px;color:#fff;display:flex;font-size:.8125rem;gap:6px;left:50%;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease;z-index:2}.course-image:hover .image-overlay-hint{opacity:1}.image-lightbox-backdrop{animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000f2;bottom:0;left:0;padding:20px;position:fixed;right:0;top:0;z-index:99998}.image-lightbox-backdrop,.image-lightbox-content{align-items:center;display:flex;justify-content:center}.image-lightbox-content{max-height:90vh;max-width:90vw;position:relative}.lightbox-image{animation:zoomIn .3s ease-out;border-radius:12px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:100%;object-fit:contain}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.image-lightbox-close{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;position:absolute;right:0;top:-40px;transition:all .2s;width:40px}.image-lightbox-close:hover{background:#ffffff4d;transform:scale(1.1)}@media (max-width:768px){.image-lightbox-close{right:10px;top:-50px}.lightbox-image{max-height:85vh;max-width:95vw}}.course-body{background:#fff;display:flex;flex:1 1;flex-direction:column;padding:20px}.course-header{flex-direction:column;gap:8px;margin-bottom:16px}.course-header h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:1.35rem;font-weight:600;letter-spacing:-.2px;line-height:1.4;margin:0;overflow:hidden}.premium-content-badge{align-self:flex-start;background:linear-gradient(135deg,gold,orange);border-radius:6px;box-shadow:0 2px 4px #ffd7004d;color:#333;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.course-lecturer{align-items:center;color:#666;display:flex;font-size:.875rem;font-weight:400;gap:8px;margin-bottom:16px}.course-lecturer strong{color:#333;font-size:.875rem;font-weight:500}.course-lecturer span{color:#666;font-size:.875rem;font-weight:400}.course-description{flex:1 1;margin-bottom:18px}.course-description p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:.9375rem;font-weight:400;line-height:1.6;margin:0 0 10px;overflow:hidden}.read-more-btn{background:none;border:none;color:#0a2463;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;padding:4px 0;text-decoration:none;transition:color .2s}.read-more-btn:hover{color:#005a7a;text-decoration:underline}.course-price-section{align-items:baseline;border-top:1px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:16px 0}.course-price-free{color:#28a745;font-size:1.5rem;font-weight:600}.course-price-old{color:#999;font-size:1rem;font-weight:400;text-decoration:line-through}.course-price-current{color:#0a2463;font-size:1.5rem;font-weight:600}.course-action-btn{background:#0a2463;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;margin-top:auto;padding:12px 24px;transition:all .2s ease;width:100%}.course-action-btn:hover{background:#005a7a;transform:translateY(-1px)}.course-action-btn.upgrade-btn{background:linear-gradient(135deg,gold,orange);color:#333;font-weight:700}.course-action-btn.upgrade-btn:hover{background:linear-gradient(135deg,#ffc700,#ff9500);box-shadow:0 4px 12px #ffd70066;transform:translateY(-1px)}@media (max-width:768px){.courses-grid{gap:24px;grid-template-columns:1fr}.course-image{height:200px}.course-body{padding:20px}.course-header h3{font-size:1.2rem}}.overview-block{animation:fadeInUp .5s ease forwards;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:30px;overflow:hidden}.block-content{padding:30px;text-align:center}.block-title{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease infinite,fadeInUp .6s ease;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;background-size:200% auto;color:#2d3748;display:inline-block;filter:drop-shadow(0 2px 4px rgba(102,126,234,.2));font-family:Montserrat,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:900;letter-spacing:-.8px;line-height:1.2;margin:0 0 25px;padding-bottom:20px;position:relative;text-align:center;text-shadow:0 0 30px #667eea4d}.block-title:before{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#667eea4d,#0000);height:6px;top:-10px}.block-title:after,.block-title:before{border-radius:3px;content:"";left:50%;position:absolute;transform:translateX(-50%);width:80px}.block-title:after{animation:underlineExpand .8s ease forwards,shimmer 3s ease-in-out .8s infinite;background:linear-gradient(90deg,#0000,#667eea,#764ba2,#f093fb,#0000);bottom:0;box-shadow:0 2px 8px #667eea66;height:5px}.block-text{animation:fadeInUp .8s ease .2s both;color:#4a5568;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.4px;line-height:2;margin:0 auto;max-width:850px;padding:0 20px;position:relative;text-align:center}.block-text:before{background:linear-gradient(90deg,#0000,#667eea66,#0000);border-radius:2px;content:"";height:3px;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:40px}.block-text p{color:inherit;margin:18px 0;padding:0 10px;position:relative;text-align:center}.block-text p:first-child{margin-top:0}.block-text p:last-child{margin-bottom:0}.block-text strong{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:4px;color:#2d3748;font-family:Montserrat,sans-serif;font-weight:700;padding:2px 6px}.block-text em{background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:3px;color:#667eea;font-style:italic;font-weight:500;padding:2px 4px}.block-text a{border-bottom:2px solid #667eea4d;color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.block-text a:hover{border-bottom-color:#764ba2;color:#764ba2}.block-text ol,.block-text ul{display:inline-block;margin:15px auto;padding-left:30px;text-align:left}.block-text li{color:inherit;margin:8px 0}.text-block{background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid #667eea1a;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.text-block:hover{box-shadow:0 6px 25px #0000001f;transform:translateY(-2px)}.text-block .block-content{text-align:center}.image-block{background:#fff;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.image-block:hover{box-shadow:0 6px 25px #0000001f;transform:translateY(-2px)}.image-block .block-content{text-align:center}.block-image-container{overflow:hidden;width:100%}.block-image-container img{display:block;height:auto;width:100%}.announcement-block{align-items:center;border-radius:12px;box-shadow:0 4px 20px #ffc10726;display:flex;gap:20px;justify-content:center;padding:25px 35px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.announcement-block:hover{box-shadow:0 6px 25px #ffc10740;transform:translateY(-2px)}.announcement-icon{animation:pulse 2s ease-in-out infinite;flex-shrink:0;font-size:2.5rem}.announcement-block .block-content{flex:1 1;padding:0;text-align:center}.sale-banner-block{border-radius:12px;padding:50px 30px;text-align:center}.sale-icon{font-size:3rem;margin-bottom:15px}.sale-title{animation:fadeInUp .6s ease;color:inherit;font-family:Montserrat,Poppins,sans-serif;font-size:2.8rem;font-weight:900;letter-spacing:-1px;line-height:1.2;margin:0 0 20px;text-shadow:0 2px 10px #0003}.sale-text{color:inherit;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:500;letter-spacing:.5px;line-height:1.7;margin:0 0 30px;text-shadow:0 1px 5px #0000001a}.sale-button{border:2px solid;border-radius:30px;display:inline-block;font-size:1.1rem;font-weight:700;padding:15px 40px;text-decoration:none;transition:all .3s ease}.sale-button:hover{background:#fff3;transform:translateY(-2px)}.video-block{background:#fff;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.video-block:hover{box-shadow:0 6px 25px #0000001f;transform:translateY(-2px)}.video-block .block-content{text-align:center}.block-video-container{background:#000;border-radius:12px 12px 0 0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.block-video-container iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.block-video-container.direct-video{align-items:center;display:flex;justify-content:center;padding-bottom:0}.block-video-container.direct-video,.direct-video-player{background:#000;border-radius:12px 12px 0 0;height:auto;max-height:600px}.direct-video-player{display:block;max-width:100%;width:100%}.direct-video-player::-webkit-media-controls-panel{background-color:#000c}.direct-video-player::-webkit-media-controls-play-button{background-color:#667eea;border-radius:50%}.testimonial-block{background:linear-gradient(135deg,#f8f9ff,#fff);border-left:5px solid #667eea;box-shadow:0 4px 20px #667eea1a;padding:50px 40px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.testimonial-block:hover{box-shadow:0 8px 30px #667eea26;transform:translateY(-3px)}.testimonial-quote{color:#667eea;font-family:Georgia,serif;font-size:5rem;font-weight:900;left:50%;opacity:.2;position:absolute;top:15px;transform:translateX(-50%)}.testimonial-text{color:#444;font-family:Poppins,Georgia,serif;font-size:1.3rem;font-style:italic;font-weight:400;letter-spacing:.3px;line-height:1.9;margin-bottom:25px;position:relative;text-shadow:0 1px 3px #0000000d;z-index:1}.testimonial-author{color:#667eea;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin-top:10px;text-align:center}.stats-block{padding:40px 30px}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.stat-item{text-align:center}.stat-value{-webkit-text-fill-color:#0000;animation:fadeInUp .5s ease;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;letter-spacing:-1px;margin-bottom:12px;text-shadow:0 2px 10px #667eea4d}.stat-label{color:#555;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.cta-block{border-radius:12px;padding:60px 30px;text-align:center}.cta-title{animation:fadeInUp .6s ease;color:inherit;font-family:Montserrat,Poppins,sans-serif;font-size:2.8rem;font-weight:900;letter-spacing:-1px;line-height:1.2;margin:0 0 25px;text-shadow:0 2px 15px #0000004d}.cta-text{color:inherit;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:500;letter-spacing:.5px;line-height:1.8;margin:0 auto 35px;max-width:700px;text-shadow:0 1px 8px #0003}.cta-button{border-radius:30px;display:inline-block;font-size:1.1rem;font-weight:700;padding:18px 45px;text-decoration:none}.cta-button:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.gallery-block{background:#fff;position:relative}.gallery-carousel-container{margin:0 auto;max-width:800px;overflow:hidden;padding:20px 50px;position:relative;width:100%}.gallery-carousel-wrapper{border-radius:12px;box-shadow:0 4px 20px #0000001a;min-height:200px;overflow:hidden;position:relative;width:100%}.gallery-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.gallery-carousel-item{align-items:center;background:#f5f5f5;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;min-height:200px;min-width:100%;overflow:visible;padding:20px;position:relative}.gallery-carousel-item img{display:block;height:auto;margin:0 auto;max-height:400px;max-width:100%;object-fit:contain;object-position:center;transition:transform .3s ease;width:auto}.gallery-carousel-item:hover img{transform:scale(1.02)}.gallery-nav-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 10px #00000026;color:#667eea;cursor:pointer;display:flex;font-size:1.5rem;font-weight:300;height:40px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.gallery-nav-btn:hover{background:#fff;box-shadow:0 4px 15px #667eea66;color:#764ba2;transform:translateY(-50%) scale(1.1)}.gallery-nav-btn:active{transform:translateY(-50%) scale(.95)}.gallery-nav-prev{left:5px}.gallery-nav-next{right:5px}.gallery-dots{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:15px;padding:0 50px}.gallery-dot{background:#0000;border:2px solid #667eea;border-radius:50%;cursor:pointer;height:10px;padding:0;position:relative;transition:all .3s ease;width:10px}.gallery-dot:before{background:#667eea;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease;width:6px}.gallery-dot:hover{transform:scale(1.2)}.gallery-dot.active,.gallery-dot:hover{border-color:#764ba2}.gallery-dot.active:before{transform:translate(-50%,-50%) scale(1)}@media (max-width:768px){.block-content{padding:20px}.block-title{font-size:1.5rem}.cta-title,.sale-title{font-size:2rem}.stats-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2rem}.announcement-block{flex-direction:column;padding:20px}.gallery-carousel-container{max-width:100%;padding:15px 40px}.gallery-carousel-wrapper{border-radius:8px}.gallery-carousel-item{padding:8px}.gallery-carousel-item img{max-height:250px;max-width:100%}.gallery-nav-btn{font-size:1.2rem;height:35px;width:35px}.gallery-nav-prev{left:2px}.gallery-nav-next{right:2px}.gallery-dots{gap:6px;margin-top:12px;padding:0 40px}.gallery-dot{height:8px;width:8px}.gallery-dot:before{height:4px;width:4px}}.overview-section{width:100%}.empty-overview{background:#f9f9f9;border-radius:12px;color:#999;padding:60px 20px;text-align:center}.empty-overview p{font-size:1.1rem;margin:10px 0}.loading{padding:40px}.specialty-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.specialty-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.specialty-hero{align-items:center;animation:gradientShift 8s ease infinite;background:linear-gradient(135deg,#0a2463,#005a7a 50%,#0a2463);background-size:200% 200%;color:#fff;display:flex;margin-top:80px;min-height:300px;overflow:hidden;padding:3rem 0 2rem;position:relative}.specialty-hero.has-background{animation:none;background:none;min-height:400px}.specialty-hero-overlay{background:linear-gradient(180deg,#00000080 0,#0009 50%,#000000b3)}.specialty-hero-overlay,.specialty-hero:before{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.specialty-hero:before{background:#0000001a;content:""}.specialty-hero.has-background:before{display:none}.specialty-hero:after{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:1}.specialty-hero.has-background:after{display:none}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.specialty-hero .container{position:relative;z-index:2}.back-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:inline-flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem}.back-button:hover{background:#ffffff4d;border-color:#ffffff80}.specialty-hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;text-align:center}.specialty-hero-text{flex:1 1;min-width:300px}.specialty-title{color:#fff;display:inline-block;font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:900;letter-spacing:-.5px;line-height:1.2;margin:0 0 1rem;position:relative;text-shadow:3px 3px 12px #000c,0 0 30px #0009,0 0 50px #0006}.specialty-hero.has-background .specialty-title{font-size:4rem;text-shadow:4px 4px 16px #000000e6,0 0 40px #000000b3,0 0 60px #00000080}.specialty-title:after{animation:underlineExpand 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fffc,#0000);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:100%}.specialty-title:before{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);border-radius:1px;content:"";height:2px;left:0;position:absolute;top:-5px;width:100%}@keyframes titleShimmer{0%,to{filter:brightness(1) contrast(1)}50%{filter:brightness(1.2) contrast(1.1)}}@keyframes underlineExpand{0%,to{opacity:.6;transform:scaleX(.8)}50%{opacity:1;transform:scaleX(1)}}@keyframes shimmer{0%{opacity:0;transform:translateX(-100%)}50%{opacity:1}to{opacity:0;transform:translateX(100%)}}.specialty-hero-description{color:#fffffff2;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0 auto;max-width:700px;padding-top:.5rem;position:relative;text-shadow:2px 2px 8px #000c,0 0 20px #00000080}.specialty-hero.has-background .specialty-hero-description{font-size:1.3rem;text-shadow:3px 3px 12px #000000e6,0 0 30px #0009}.specialty-hero-description:before{background:linear-gradient(90deg,#0000,#fff9,#0000);border-radius:2px;content:"";height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:80px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.specialty-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:3px solid #e0e0e0;box-shadow:0 4px 20px #00000014;position:-webkit-sticky;position:sticky;top:80px;z-index:100}.tabs-nav{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);max-width:100%;padding:0}.tabs-nav::-webkit-scrollbar{display:none}.tab-button{background:#0000;border:none;border-bottom:3px solid #0000;border-radius:0;color:#666;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;overflow:hidden;padding:1.25rem 1rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.tab-button:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.tab-button:hover:before{left:100%}.tab-button:hover{background:#667eea0d;color:#667eea;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#667eea1a,#764ba20d);border-bottom-color:#667eea;color:#667eea;font-weight:800}.tab-button.active:after{background:linear-gradient(90deg,#667eea,#764ba2);bottom:-3px;box-shadow:0 2px 8px #667eea66;content:"";height:3px;left:0;position:absolute;right:0}.specialty-content{padding:60px 0}.content-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:40px}.content-section h2{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 30px}.specialty-description{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:40px}.sub-specialties-grid{margin-top:50px}.sub-specialties-grid h3{color:#333;font-size:2rem;font-weight:700;margin:0 0 30px}.sub-specialties-list{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.sub-specialty-item{align-items:flex-start;background:linear-gradient(135deg,#f5f7fa,#fff);border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:20px;padding:25px;transition:all .3s ease}.sub-specialty-item:hover{border-color:#667eea;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.sub-specialty-icon{flex-shrink:0}.sub-specialty-info h4{color:#333;font-size:1.3rem;font-weight:700;margin:0 0 10px}.sub-specialty-info p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.coming-soon{color:#999;padding:80px 20px;text-align:center}.coming-soon p{font-size:1.2rem;line-height:1.8;margin:10px 0}@media (max-width:768px){.specialty-hero{margin-top:70px;padding:2rem 0 1.5rem}.specialty-hero-content{flex-direction:column;gap:1.5rem}.icon-emoji{font-size:60px}.specialty-title{font-size:2.5rem;margin:0 0 .75rem}.specialty-hero.has-background .specialty-title{font-size:2.75rem}.specialty-title:after,.specialty-title:before{display:none}.specialty-hero-description{font-size:.9rem;line-height:1.5;padding-top:.25rem}.specialty-hero-description:before{display:none}.back-button{font-size:.85rem;margin-bottom:1rem;padding:.45rem 1rem}.tabs-nav{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(5,1fr);overflow-x:visible;padding:.75rem .5rem}.tab-button{font-size:.75rem;font-weight:700;letter-spacing:.3px;padding:.9rem .5rem;text-align:center}.tab-button:hover{transform:translateY(-1px)}.content-section{padding:25px 20px}.content-section h2{font-size:2rem}.sub-specialties-list{grid-template-columns:1fr}.sub-specialty-item{padding:20px}}@media (max-width:480px){.specialty-hero{margin-top:60px;padding:1.5rem 0 1.25rem}.specialty-hero-content{gap:1rem}.icon-emoji{font-size:50px}.specialty-title{font-size:2rem;margin:0 0 .5rem}.specialty-hero.has-background .specialty-title{font-size:2.25rem}.specialty-hero-description{font-size:.85rem;line-height:1.4}.back-button{font-size:.8rem;margin-bottom:.75rem;padding:.4rem .9rem}.tabs-nav{gap:.3rem;gap:.15rem;grid-template-columns:repeat(5,1fr);padding:.6rem .25rem}.tab-button{font-size:.65rem;letter-spacing:.2px;line-height:1.3;padding:.75rem .25rem}.tab-button:hover{transform:none}}.quiz-selection-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:100px 20px 60px}.quiz-selection-page .container{margin:0 auto;max-width:1400px}.quiz-selection-header{margin-bottom:50px;text-align:center}.quiz-selection-header h1{color:#333;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;margin-bottom:10px}.quiz-selection-header p{color:#666;font-family:Poppins,sans-serif;font-size:1.2rem}.quiz-selection-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:300px 1fr;margin-top:40px}.categories-sidebar{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;height:-webkit-fit-content;height:fit-content;padding:30px;position:-webkit-sticky;position:sticky;top:100px}.categories-sidebar h2{color:#333;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:20px}.categories-list{display:flex;flex-direction:column;gap:10px}.category-button{align-items:center;background:#0000;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;text-align:left;transition:all .3s ease}.category-button:hover{background:#f0f0ff;border-color:#667eea;transform:translateX(5px)}.category-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.category-button.active .premium-badge{background:#ffffff4d;color:#fff}.category-name{flex:1 1;font-size:1rem;font-weight:600}.category-name .parent-name{color:#999;font-size:.85em;font-weight:500}.category-badge-container{align-items:center;display:flex;min-width:0}.premium-badge{background:linear-gradient(135deg,gold,orange);box-shadow:0 2px 4px #ffd7004d;color:#333;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.premium-quiz-card{background:linear-gradient(180deg,#fffef0 0,#fff);border:2px solid gold}.premium-quiz-card:hover{border-color:orange;box-shadow:0 8px 24px #ffd70033}.upgrade-quiz-button{background:linear-gradient(135deg,gold,orange);color:#333;font-weight:700}.upgrade-quiz-button:hover{background:linear-gradient(135deg,#ffc700,#ff9500);box-shadow:0 4px 12px #ffd70066;transform:translateY(-2px)}.quizzes-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;padding:40px}.quizzes-section h2{color:#333;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;margin-bottom:10px}.category-description{color:#666;font-family:Poppins,sans-serif;font-size:1.1rem;margin-bottom:30px}.quizzes-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:30px}.quiz-card{background:linear-gradient(135deg,#f5f7fa,#fff);border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;padding:25px;transition:all .3s ease}.quiz-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.quiz-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.quiz-card-header h3{color:#333;flex:1 1;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;margin:0}.quiz-card-header .header-right{align-items:center;display:flex;min-width:0}.quiz-description{color:#666;flex-grow:1;font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:20px}.quiz-stats{border-top:1px solid #e0e0e0;margin-bottom:20px;padding-top:15px}.stat{color:#666;display:block;font-size:.95rem}.stat strong{color:#667eea;font-weight:700}.start-quiz-button{font-size:1rem;font-weight:600;padding:12px 24px}.start-quiz-button:hover{box-shadow:0 5px 15px #667eea66;transform:scale(1.05)}.no-quizzes{color:#999;padding:60px 20px;text-align:center}.no-quizzes p{font-size:1.1rem}@media (max-width:968px){.quiz-selection-content{grid-template-columns:1fr}.categories-sidebar{margin-bottom:30px;position:static}.categories-list{flex-direction:row;flex-wrap:wrap}.category-button{flex:1 1;min-width:150px}.quizzes-grid{grid-template-columns:1fr}}@media (max-width:768px){.quiz-selection-page{padding:80px 15px 40px}.quiz-selection-header h1{font-size:2rem}.quizzes-section{padding:25px 20px}}.quiz-config-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:100px 20px 60px}.quiz-config-page .container{margin:0 auto;max-width:800px}.back-button{background:#ffffffe6;border:2px solid #667eea;border-radius:25px;color:#667eea;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:30px;padding:12px 24px;transition:all .3s ease}.back-button:hover{background:#667eea;color:#fff;transform:translateX(-5px)}.quiz-config-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:50px}.quiz-config-card h1{color:#333;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:10px;text-align:center}.subtitle{color:#666;font-family:Poppins,sans-serif;font-size:1.1rem;margin-bottom:40px;text-align:center}.config-options{gap:30px;margin-bottom:40px}.config-option,.config-options{display:flex;flex-direction:column}.config-option{gap:15px}.config-option label{color:#333;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600}.hint{color:#999;font-size:.9rem;font-weight:400;margin-left:8px}.input-group{display:flex;flex-direction:column;gap:15px}.input-group input{border:2px solid #e0e0e0;border-radius:12px;font-family:Poppins,sans-serif;font-size:1.1rem;padding:15px 20px;transition:all .3s ease;width:100%}.input-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.quick-select{display:flex;flex-wrap:wrap;gap:10px}.quick-select button{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.quick-select button:hover{border-color:#667eea;color:#667eea}.quick-select button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.quiz-summary{background:linear-gradient(135deg,#f0f0ff,#f5f7fa);border:2px solid #e0e0e0;border-radius:16px;margin-bottom:30px;padding:25px}.summary-item{align-items:center;border-bottom:1px solid #667eea1a;display:flex;justify-content:space-between;padding:12px 0}.summary-item:last-child{border-bottom:none}.summary-item.total{border-top:2px solid #667eea;font-size:1.2rem;margin-top:10px;padding-top:20px}.summary-label{color:#666;font-family:Poppins,sans-serif;font-weight:600}.summary-item.total .summary-label{color:#333;font-size:1.1rem}.summary-value{color:#667eea;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.summary-item.total .summary-value{font-size:1.3rem}.start-quiz-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 5px 20px #667eea4d;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;padding:18px 40px;transition:all .3s ease;width:100%}.start-quiz-button:hover:not(:disabled){box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.start-quiz-button:disabled{cursor:not-allowed;opacity:.6}.loading{font-size:1.2rem;padding:100px 20px}@media (max-width:768px){.quiz-config-page{padding:80px 15px 40px}.quiz-config-card{padding:30px 25px}.quiz-config-card h1{font-size:2rem}.quick-select{justify-content:center}.quick-select button{flex:1 1;min-width:70px}}.quiz-session-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:100px 20px 60px}.quiz-session-page .container{margin:0 auto;max-width:900px}.quiz-session-header{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.back-to-quizzes-button{background:#ffffffe6;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.back-to-quizzes-button:hover{background:#667eea;color:#fff;transform:translateX(-3px)}.exit-quiz-button-header{background:#e74c3c;border:none;border-radius:8px;box-shadow:0 2px 8px #e74c3c4d;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.exit-quiz-button-header:hover:not(:disabled){background:#c0392b;box-shadow:0 4px 12px #e74c3c66;transform:translateY(-2px)}.exit-quiz-button-header:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.quiz-session-header{flex-direction:column;gap:10px}.back-to-quizzes-button,.exit-quiz-button-header{width:100%}}.quiz-progress{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin-bottom:20px;padding:20px}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-bottom:10px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#666;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-align:center}.quiz-timer{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;color:#667eea;display:flex;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700;gap:10px;justify-content:center;margin-bottom:20px;padding:15px 25px}.quiz-timer.warning{animation:pulse 1s infinite;background:#fff5f5;color:#e74c3c}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.timer-icon{font-size:1.5rem}.question-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:40px}.question-header{margin-bottom:30px}.question-text{color:#333;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.6;margin-bottom:20px}.question-image{border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-top:20px;max-width:600px;width:100%}.answers-list{gap:15px;margin-bottom:30px}.answer-button,.answers-list{display:flex;flex-direction:column}.answer-button{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;font-family:Poppins,sans-serif;gap:10px;padding:20px;text-align:left;transition:all .3s ease}.answer-button:hover:not(:disabled){background:#f0f0ff;border-color:#667eea;transform:translateX(5px)}.answer-button.selected{background:#f0f0ff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.answer-button.correct{background:#d4edda;border-color:#27ae60}.answer-button.incorrect{background:#f8d7da;border-color:#e74c3c}.answer-button:disabled{cursor:not-allowed;opacity:.8}.answer-text{color:#333;font-size:1.1rem;font-weight:500}.answer-image{border-radius:8px;margin-top:10px;max-width:400px;width:100%}.hint-section{border-top:1px solid #e0e0e0;margin-bottom:20px;padding-top:20px}.hint-button{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.hint-button:hover{box-shadow:0 5px 15px #f5576c66;transform:scale(1.05)}.hint-display{background:#fff9e6;border:2px solid gold;border-radius:12px;padding:20px}.hint-display strong{color:#f57c00;display:block;font-family:Montserrat,sans-serif;margin-bottom:10px}.hint-display p{color:#666;font-family:Poppins,sans-serif;line-height:1.6;margin:0}.explanation-section{border:2px solid;border-radius:12px;margin-top:30px;padding:25px}.explanation-section.correct{background:#d4edda;border-color:#27ae60}.explanation-section.incorrect{background:#f8d7da;border-color:#e74c3c}.explanation-section.practice{background:#fff9e6;border-color:gold}.explanation-header{font-family:Montserrat,sans-serif;font-size:1.2rem;margin-bottom:15px}.explanation-content{color:#333;font-family:Poppins,sans-serif;line-height:1.8}.explanation-content p{margin-bottom:15px}.correct-answers{border-top:1px solid #0000001a;margin-top:15px;padding-top:15px}.correct-answers strong{display:block;font-family:Montserrat,sans-serif;margin-bottom:10px}.correct-answers ul{margin:0;padding-left:20px}.correct-answers li{margin-bottom:5px}.practice-question-notice{align-items:center;background:linear-gradient(135deg,#fff9e6,#fff5d6);border:2px solid gold;border-radius:16px;display:flex;gap:20px;margin-bottom:30px;padding:30px}.notice-icon{flex-shrink:0;font-size:3rem}.notice-content h3{color:#f57c00;font-family:Montserrat,sans-serif;font-size:1.3rem;margin:0 0 10px}.notice-content p{color:#666;font-family:Poppins,sans-serif;line-height:1.6;margin:0}.quiz-actions{margin-top:30px}.navigation-buttons{align-items:center;display:flex;gap:20px;justify-content:space-between}.action-buttons-center{display:flex;flex:1 1;justify-content:center}.nav-button{background:#fff;border:2px solid #667eea;border-radius:25px;color:#667eea;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.nav-button:hover:not(:disabled){background:#667eea;color:#fff;transform:translateY(-2px)}.nav-button:disabled{cursor:not-allowed;opacity:.4}.next-button,.skip-button,.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 5px 20px #667eea4d;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;padding:15px 40px;transition:all .3s ease}.skip-button{background:linear-gradient(135deg,#f39c12,#e67e22);box-shadow:0 5px 20px #f39c124d}.next-button:hover:not(:disabled),.skip-button:hover:not(:disabled),.submit-button:hover:not(:disabled){box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.skip-button:hover:not(:disabled){box-shadow:0 8px 30px #f39c1266}.submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.quiz-session-page{padding:80px 15px 40px}.question-card{padding:25px 20px}.question-text{font-size:1.2rem}.answer-text{font-size:1rem}.navigation-buttons{flex-direction:column;gap:15px}.action-buttons-center,.nav-button,.next-button,.skip-button,.submit-button{width:100%}.practice-question-notice{flex-direction:column;text-align:center}}.quiz-results-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:100px 20px 60px}.quiz-results-page .container{margin:0 auto;max-width:1000px}.back-to-categories-button{background:#ffffffe6;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:20px;padding:10px 20px;transition:all .3s ease}.back-to-categories-button:hover{background:#667eea;color:#fff;transform:translateX(-3px)}.results-header{margin-bottom:40px;text-align:center}.results-header h1{color:#333;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;margin-bottom:10px}.quiz-name{color:#666;font-family:Poppins,sans-serif;font-size:1.2rem}.score-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;display:flex;gap:40px;margin-bottom:40px;padding:40px}.score-card.excellent{border-top:5px solid #27ae60}.score-card.good{border-top:5px solid #3498db}.score-card.fair{border-top:5px solid #f39c12}.score-card.poor{border-top:5px solid #e74c3c}.score-circle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 5px 20px #667eea4d;color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:150px;justify-content:center;width:150px}.score-value{font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800}.score-label{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;opacity:.9}.score-details{display:flex;flex:1 1;flex-direction:column;gap:15px}.score-stat{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 0}.score-stat:last-child{border-bottom:none}.stat-label{color:#666;font-family:Poppins,sans-serif;font-weight:600}.stat-value{font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700}.score-stat.correct .stat-value{color:#27ae60}.score-stat.incorrect .stat-value{color:#e74c3c}.results-summary{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-bottom:40px;padding:40px}.results-summary h2{color:#333;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;margin-bottom:10px}.summary-subtitle{color:#666;font-family:Poppins,sans-serif;margin-bottom:30px}.questions-review{display:flex;flex-direction:column;gap:15px}.question-review-item{border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.question-review-item.correct{background:#f0f9f4;border-color:#27ae60}.question-review-item.incorrect{background:#fef5f5;border-color:#e74c3c}.question-review-item.expanded{box-shadow:0 5px 20px #0000001a}.question-review-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px;transition:background .3s ease}.question-review-header:hover{background:#00000005}.question-number{color:#333;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.status-badge{border-radius:20px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;padding:6px 12px}.status-badge.correct{background:#27ae60;color:#fff}.status-badge.incorrect{background:#e74c3c;color:#fff}.expand-icon{color:#666;font-size:1.2rem}.question-review-content{border-top:1px solid #0000001a;margin-top:15px;padding:20px}.answer-review,.explanation-review,.question-text-review,.time-review{margin-bottom:20px}.answer-review strong,.explanation-review strong,.question-text-review strong,.time-review strong{color:#333;display:block;font-family:Montserrat,sans-serif;margin-bottom:8px}.answer-review p,.explanation-review p,.question-text-review p{color:#666;font-family:Poppins,sans-serif;line-height:1.8;margin:0}.answer-review ul{margin:10px 0 0;padding-left:20px}.answer-review li{font-family:Poppins,sans-serif;margin-bottom:5px}.answer-review li,.answer-review p.correct{color:#27ae60;font-weight:600}.answer-review p.incorrect{color:#e74c3c;font-weight:600}.time-review{color:#666;font-family:Poppins,sans-serif;font-size:.95rem}.results-actions{display:flex;gap:20px;justify-content:center}.home-button,.retake-button{border:none;border-radius:25px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;padding:15px 40px;transition:all .3s ease}.retake-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 5px 20px #667eea4d;color:#fff}.retake-button:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}.home-button{background:#fff;border:2px solid #667eea;color:#667eea}.home-button:hover{background:#667eea;color:#fff}.error-message,.loading{font-size:1.2rem;padding:100px 20px;text-align:center}.error-message h2{color:#e74c3c;margin-bottom:20px}@media (max-width:768px){.quiz-results-page{padding:80px 15px 40px}.results-header h1{font-size:2rem}.score-card{flex-direction:column;text-align:center}.score-circle{height:120px;width:120px}.score-value{font-size:2.5rem}.results-summary{padding:25px 20px}.results-actions{flex-direction:column}.home-button,.retake-button{width:100%}}.video-player-container{background:#000;border-radius:8px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-embed,.video-html5,.video-iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-embed,.video-embed iframe{height:100%;width:100%}.video-embed iframe{border:none}.video-html5{height:100%;object-fit:contain;width:100%}.video-error{background:#000000b3;border-radius:8px;color:#fff;font-size:16px;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.video-player-container{padding-bottom:56.25%}}.course-details-page{background:#f5f5f5;min-height:100vh;padding:100px 0 40px}.course-details-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.course-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;gap:30px;margin-bottom:30px;padding:30px}.course-header-image{border-radius:8px;flex-shrink:0;height:150px;overflow:hidden;width:200px}.course-header-image img{height:100%;object-fit:cover;width:100%}.course-header-content h1{color:#333;font-size:2rem;margin:0 0 10px}.course-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 350px}.course-main{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:30px}.lesson-viewer{width:100%}.lesson-header h2{color:#333;font-size:1.5rem;margin:0 0 20px}.lesson-description{border-top:1px solid #e0e0e0;margin-top:30px;padding-top:30px}.lesson-description h3{color:#333;font-size:1.2rem;margin:0 0 15px}.lesson-description p{color:#666;line-height:1.6;margin:0}.no-lesson-selected{color:#999;padding:60px 20px;text-align:center}.course-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.lessons-list{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:20px}.lessons-list h3{color:#333;font-size:1.3rem;margin:0 0 20px}.lessons-list ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.lesson-item{border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s}.lesson-item:hover{background:#f8f9ff;border-color:#667eea}.lesson-item.active{background:#f0f4ff;border-color:#667eea}.lesson-item-number{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:36px;justify-content:center;width:36px}.lesson-item.active .lesson-item-number{background:#5568d3}.lesson-item-content{flex:1 1;min-width:0}.lesson-item-title{color:#333;font-size:.95rem;font-weight:600;margin-bottom:4px}.lesson-item-duration{color:#999;font-size:.85rem}.empty-state,.error-message{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:40px;text-align:center}.empty-state h2,.error-message h2{color:#333;margin:0 0 15px}.empty-state p,.error-message p{color:#666;margin:0 0 20px}.loading{color:#999}@media (max-width:968px){.course-content{grid-template-columns:1fr}.course-sidebar{position:static}.course-header{flex-direction:column;text-align:center}.course-header-image{max-width:300px;width:100%}}@media (max-width:768px){.course-details-page{padding:100px 10px 20px}.floating-back-button{bottom:20px;font-size:20px;height:48px;left:20px;width:48px}.course-header,.course-main{padding:20px}.lessons-list{padding:15px}}.guideline-details-page{background:#f5f5f5;margin-top:0;min-height:calc(100vh - 200px);padding:100px 20px 40px}.guideline-details-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:900px;padding:40px}.guideline-header{align-items:flex-start;border-bottom:2px solid #e5e5e5;display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px}.guideline-header h1{color:#1a1a1a;flex:1 1;font-size:2rem;font-weight:600;line-height:1.3;margin:0}.guideline-category{margin-bottom:20px}.guideline-meta{border-bottom:1px solid #e5e5e5;padding-bottom:20px}.guideline-description,.guideline-meta{margin-bottom:30px}.guideline-description h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 15px}.guideline-description p{color:#555;font-size:1rem;line-height:1.7;margin:0}.guideline-content{margin-bottom:30px}.guideline-content h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 15px}.content-text p{margin:0 0 15px}.guideline-actions{border-top:2px solid #e5e5e5;margin-top:40px;padding-top:30px}.pdf-link-button{background:#0a2463;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 24px;text-decoration:none;transition:background-color .2s ease}.pdf-link-button:hover{background:#005a7a}@media (max-width:768px){.guideline-details-page{padding:100px 10px 20px}.guideline-details-container{padding:24px}.guideline-header h1{font-size:1.5rem}.guideline-content h2,.guideline-description h2{font-size:1.25rem}.floating-back-button{bottom:20px;font-size:20px;height:48px;left:20px;width:48px}}.article-details-page{background:#f5f5f5;margin-top:0;min-height:calc(100vh - 200px);padding:100px 20px 40px}.article-details-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:900px;padding:40px}.floating-back-button{align-items:center;background:#0a2463;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 12px #0a24634d;color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:600;height:56px;justify-content:center;left:30px;position:fixed;transition:all .3s ease;width:56px;z-index:1000}.floating-back-button:hover{background:#005a7a;box-shadow:0 6px 20px #0a246366;transform:scale(1.1)}.back-arrow{display:block;line-height:1}.article-header{align-items:flex-start;border-bottom:2px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding-bottom:20px}.article-header h1{color:#1a1a1a;flex:1 1;font-size:2rem;font-weight:600;line-height:1.3;margin:0;min-width:0}.article-badges{display:flex;flex-wrap:wrap;gap:10px}.premium-badge{background:linear-gradient(135deg,#f093fb,#f5576c)}.featured-badge,.premium-badge{border-radius:12px;color:#fff;font-size:.875rem;font-weight:600;padding:6px 14px;white-space:nowrap}.featured-badge{background:linear-gradient(135deg,#667eea,#764ba2)}.article-category{margin-bottom:20px}.category-badge{background:#f0f0f0;border-radius:12px;color:#666;display:inline-block;font-size:.875rem;padding:6px 14px}.article-meta{border-bottom:1px solid #e5e5e5;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding-bottom:20px}.meta-item{color:#555;font-size:.9375rem}.meta-item strong{color:#333;font-weight:600}.article-image{border-radius:8px;margin-bottom:30px;overflow:hidden}.article-image img{display:block;height:auto;width:100%}.article-description{border-bottom:1px solid #e5e5e5;margin-bottom:30px;padding-bottom:20px}.article-description p{color:#555;font-size:1.125rem;line-height:1.7;margin:0}.article-content{margin-bottom:30px}.content-text{color:#555;font-size:1rem;line-height:1.7}.content-text p{margin:0 0 20px}.content-text p:last-child{margin-bottom:0}.article-tags{border-top:2px solid #e5e5e5;margin-top:40px;padding-top:30px}.article-tags strong{color:#333;display:block;font-weight:600;margin-bottom:10px}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#f0f0f0;border-radius:12px;color:#666;font-size:.875rem;padding:6px 12px}.loading{color:#666;font-size:1.1rem}.error-state,.loading{padding:60px 20px;text-align:center}.error-state{color:#c33}.error-state p{font-size:1.1rem;margin-bottom:20px}.back-btn{background:#0a2463;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.back-btn:hover{background:#005a7a}@media (max-width:768px){.article-details-page{padding:100px 10px 20px}.article-details-container{padding:24px}.article-header h1{font-size:1.5rem}.article-description p{font-size:1rem}.floating-back-button{bottom:20px;font-size:20px;height:48px;left:20px;width:48px}}.legal-page{background:linear-gradient(180deg,#f8f9fa,#fff);min-height:calc(100vh - 200px);padding:6rem 2rem 4rem}.legal-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:900px;padding:3rem;position:relative}.back-to-site-btn{align-items:center;background:linear-gradient(135deg,#0a2463,#00a8cc);border:none;border-radius:8px;box-shadow:0 2px 8px #0a246333;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;transition:all .3s}.back-to-site-btn:hover{box-shadow:0 4px 12px #0a24634d;transform:translateY(-2px)}.back-to-site-btn:active{transform:translateY(0)}.legal-title{color:#0a2463;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0 0 .5rem}.last-updated{color:#666;font-size:.95rem;font-style:italic;margin:0 0 2.5rem}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{border-bottom:2px solid #e0e0e0;color:#0a2463;font-size:1.75rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem}.legal-section h3{color:#00a8cc;font-size:1.3rem;font-weight:600;margin:1.5rem 0 .75rem}.legal-section p{color:#333;font-size:1rem;line-height:1.8;margin:0 0 1rem}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{color:#333;font-size:1rem;line-height:1.8;margin-bottom:.5rem}.legal-section li strong{color:#0a2463;font-weight:600}.legal-section a{color:#00a8cc;text-decoration:none;transition:color .3s}.legal-section a:hover{color:#0a2463;text-decoration:underline}.features-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.feature-item{background:#f8f9fa;border-left:4px solid #00a8cc;border-radius:12px;padding:1.5rem}.feature-item h3{border:none;color:#0a2463;font-size:1.2rem;font-weight:600;margin:0 0 .75rem;padding:0}.feature-item p{font-size:.95rem;margin:0}.team-list,.values-list{list-style:none;padding-left:0}.team-list li,.values-list li{padding:.75rem 0 .75rem 1.5rem;position:relative}.team-list li:before,.values-list li:before{color:#00a8cc;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.contact-info{background:#f8f9fa;border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-info p{margin:.5rem 0}.contact-info a{color:#00a8cc;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width:968px){.legal-page{padding:5rem 1.5rem 3rem}.legal-container{padding:2rem}.legal-title{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}.features-list{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:640px){.legal-page{padding:4rem 1rem 2rem}.legal-container{border-radius:12px;padding:1.5rem}.legal-title{font-size:1.75rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section li,.legal-section p{font-size:.95rem}.feature-item{padding:1.25rem}}.upgrade-modal-backdrop{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.upgrade-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.upgrade-modal-header{align-items:center;background:linear-gradient(135deg,#0a2463,#00a8cc);border-radius:20px 20px 0 0;color:#fff;display:flex;justify-content:space-between;padding:2rem}.upgrade-modal-header h2{font-size:1.75rem;font-weight:700;margin:0}.upgrade-modal-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.upgrade-modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.upgrade-modal-body{padding:2.5rem}.upgrade-plan-info{color:#666;font-size:1.1rem;margin-bottom:1.5rem;text-align:center}.upgrade-form{gap:1.5rem}.form-group,.upgrade-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#333;font-size:.9rem;font-weight:600}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus{border-color:#0a2463;box-shadow:0 0 0 3px #0a24631a;outline:none}.field-hint{color:#666;font-size:.8rem;font-style:italic;margin-top:.25rem}.payment-methods{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.payment-method-option{align-items:center;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.875rem;transition:all .3s ease}.payment-method-option:hover{background:#f0f9ff;border-color:#00a8cc}.payment-method-option input[type=radio]{cursor:pointer;margin:0}.payment-method-option input[type=radio]:checked+span{color:#0a2463;font-weight:600}.payment-method-option input[type=radio]:checked~.payment-region{opacity:1}.payment-region{font-size:1.2rem;margin-left:auto;opacity:.7}.upgrade-modal-footer{display:flex;gap:1rem;margin-top:1rem}.btn-cancel,.btn-submit{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease}.btn-cancel{background:#f0f0f0;color:#666}.btn-cancel:hover{background:#e0e0e0}.btn-submit{background:linear-gradient(135deg,#0a2463,#00a8cc);box-shadow:0 4px 15px #0a24634d;color:#fff}.btn-submit:hover:not(:disabled){box-shadow:0 6px 20px #0a246366;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.error-message{background-color:#fee;border-left:4px solid #c33;border-radius:8px;color:#c33;font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem}.success-content{padding:3rem 2.5rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease;background:#e8f5e9;border-radius:50%;color:#2e7d32;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-content h2{color:#0a2463;font-size:1.75rem;margin:0 0 1rem}.success-content p{color:#666;line-height:1.7;margin-bottom:2rem}.btn-whatsapp{background:#25d366;border:none;border-radius:50px;box-shadow:0 4px 15px #25d3664d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.btn-whatsapp:hover{background:#20ba5a;box-shadow:0 6px 20px #25d36666;transform:translateY(-2px)}.btn-close{background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;padding:.75rem;transition:color .2s ease;width:100%}.btn-close:hover{color:#0a2463}@media (max-width:768px){.upgrade-modal-content{max-height:95vh;width:95%}.upgrade-modal-header{padding:1.5rem}.upgrade-modal-header h2{font-size:1.5rem}.upgrade-modal-body{padding:2rem 1.5rem}.payment-methods{grid-template-columns:1fr}}.pricing-page{background:linear-gradient(180deg,#f8f9fa,#fff);min-height:100vh;padding-top:80px}.pricing-hero{background:linear-gradient(135deg,#0a2463,#00a8cc);color:#fff;padding:4rem 0;text-align:center}.pricing-hero h1{font-size:3rem;font-weight:800;margin:0 0 1rem}.pricing-hero p{font-size:1.25rem;margin:0;opacity:.9}.pricing-content{padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.pricing-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.pricing-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.pricing-card.featured{border-color:#00a8cc;transform:scale(1.05)}.pricing-card.current-plan{background:linear-gradient(135deg,#f8f9fa,#fff);border-color:#0a2463}.current-badge{background:#0a2463;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:2rem;top:-12px}.plan-header{border-bottom:2px solid #f0f0f0;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.plan-header h3{color:#0a2463;font-size:1.75rem;font-weight:700;margin:0 0 1rem}.plan-price{align-items:center;display:flex;flex-direction:column;gap:.5rem}.price-amount{color:#0a2463;font-size:3rem;font-weight:800}.price-period{color:#666;font-size:1rem;font-weight:500}.price-comparison{align-items:baseline;display:flex;gap:.75rem;justify-content:center}.price-old{color:#999;font-size:1.5rem;text-decoration:line-through}.price-savings{background:#00a8cc;border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;margin-top:.5rem;padding:.25rem .75rem}.monthly-equivalent{color:#666;font-size:.9rem;margin-top:.25rem}.plan-benefits{margin:2rem 0}.plan-benefits ul{list-style:none;margin:0;padding:0}.plan-benefits li{align-items:flex-start;color:#333;display:flex;font-size:1rem;gap:.75rem;line-height:1.6;padding:.75rem 0}.check-icon{color:#00a8cc;flex-shrink:0;font-size:1.2rem;font-weight:700;margin-top:.1rem}.plan-cta{margin-top:2rem}.cta-button{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;text-transform:none;transition:all .3s ease;width:100%}.cta-button.primary{background:linear-gradient(135deg,#0a2463,#00a8cc);box-shadow:0 4px 15px #0a24634d;color:#fff}.cta-button.primary:hover{box-shadow:0 6px 20px #0a246366;transform:translateY(-2px)}.cta-button.current{background:#e0e0e0;color:#666;cursor:not-allowed}.cta-button:not(.current):not(.primary){background:#fff;border:2px solid #0a2463;color:#0a2463}.cta-button:not(.current):not(.primary):hover{background:#0a2463;color:#fff}@media (max-width:768px){.pricing-hero{padding:3rem 0}.pricing-hero h1{font-size:2rem}.pricing-hero p{font-size:1rem}.pricing-cards{gap:1.5rem;grid-template-columns:1fr}.pricing-card{padding:2rem}.pricing-card.featured{transform:scale(1)}.price-amount{font-size:2.5rem}}
/*# sourceMappingURL=main.2887b692.css.map*/