*,*:before,*:after{box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;margin:0;padding:0;overflow-x:hidden}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;padding:100px 20px 80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);z-index:0}.shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s infinite ease-in-out}.shape-1{width:400px;height:400px;background:#fff;top:-100px;right:-100px;animation-delay:0s}.shape-2{width:500px;height:500px;background:#fff;bottom:-150px;left:-150px;animation-delay:5s}.shape-3{width:300px;height:300px;background:#fff;top:40%;right:15%;animation-delay:10s}@keyframes float{0%,to{transform:translateY(0) translate(0)}33%{transform:translateY(-30px) translate(20px)}66%{transform:translateY(20px) translate(-20px)}}.hero-container{position:relative;z-index:1}.hero-content{text-align:center;color:#fff;max-width:900px;margin:0 auto}.hero-text{color:#fff;animation:slideInLeft .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;margin-bottom:24px;border:1px solid rgba(255,255,255,.3)}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:24px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:32px;opacity:.95}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hero-image-wrapper{animation:slideInRight .8s ease-out}.hero-img{width:100%;max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #0000004d}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.btn-gradient{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:#fff;color:#667eea;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #0003}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;color:#667eea}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;color:#fff;border:2px solid white;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn-outline:hover{background:#fff;color:#667eea}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.action-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.action-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.action-button.secondary{background:#fff;color:#667eea;border:2px solid #667eea}.action-button.secondary:hover{background:#f0f4ff}.action-button.full-width{width:100%}.text-button{background:none;border:none;color:#667eea;font-weight:600;font-size:.875rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.text-button:hover{background:#667eea1a;color:#5568d3}.section-header,.section-header-center{text-align:center;margin-bottom:60px}.section-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:16px}.section-subtitle{font-size:1.125rem;color:#718096;max-width:600px;margin:0 auto}.section-subtitle-center{font-size:1.125rem;color:#718096;text-align:center;max-width:700px;margin:0 auto 24px}.service-card,.pricing-card,.tier-card{background:#fff;border-radius:20px;padding:40px;height:100%;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:2px solid #e2e8f0}.service-card:hover,.pricing-card:hover,.tier-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #667eea33;border-color:#667eea}.pricing-card.featured,.tier-card.featured{border-color:#667eea;transform:scale(1.05);box-shadow:0 12px 40px #667eea33}.pricing-card.featured:hover,.tier-card.featured:hover{transform:translateY(-8px) scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 20px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px;box-shadow:0 8px 20px #667eea4d}.service-title,.pricing-tier,.tier-name{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:16px}.service-description,.pricing-description,.tier-description{color:#718096;line-height:1.7;margin-bottom:24px;font-size:.95rem}.dashboard-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.card-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.card-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.card-body{padding:24px}.dashboard-wrapper{display:flex;height:100%;background:#f5f7fa;min-height:100vh;position:relative;overflow-x:hidden}.dashboard-sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100;overflow-y:auto}.sidebar-header{padding:24px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.logo-container{display:flex;align-items:center;gap:12px}.logo-container svg{color:#667eea}.logo-text{font-size:1.25rem;font-weight:800;color:#1e293b}.sidebar-nav{flex:1;padding:16px;overflow-y:auto}.sidebar-nav .nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#64748b;text-decoration:none;font-weight:600;transition:all .2s ease;margin-bottom:8px}.sidebar-nav .nav-item:hover{background:#f1f5f9;color:#667eea}.sidebar-nav .nav-item.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.sidebar-footer{padding:16px;border-top:1px solid #e2e8f0;flex-shrink:0}.logout-button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:10px;color:#ef4444;font-weight:600;cursor:pointer;transition:all .2s ease}.logout-button:hover{background:#fef2f2}.dashboard-main{flex:1;margin-left:260px;display:flex;flex-direction:column;overflow-x:hidden;min-height:100vh}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:24px 32px;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.header-title{font-size:1.75rem;font-weight:800;color:#1e293b;margin:0 0 4px}.header-subtitle{font-size:.875rem;color:#64748b;margin:0}.header-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dashboard-content{flex:1;padding:32px;overflow-y:auto}.mobile-menu-button{display:none;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#64748b;transition:all .2s ease}.mobile-menu-button:hover{background:#f8fafc;border-color:#cbd5e1}.mobile-menu-button svg{width:28px;height:28px}.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:90}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:16px}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.stat-icon.purple{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.stat-value{font-size:1.75rem;font-weight:800;color:#1e293b}.content-grid{display:grid;grid-template-columns:1fr 3fr;gap:24px;margin-bottom:24px}@media (max-width: 1200px){.content-grid{grid-template-columns:1fr!important}}@media (max-width: 768px){.hero-section{padding:80px 20px 60px;min-height:auto}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.btn-gradient,.btn-outline{width:100%}.hero-image-wrapper{margin-top:40px}.section-title{font-size:1.75rem}.section-subtitle,.section-subtitle-center{font-size:1rem}.service-card,.pricing-card,.tier-card{padding:24px}.pricing-card.featured,.tier-card.featured{transform:scale(1)}.pricing-card.featured:hover,.tier-card.featured:hover{transform:translateY(-8px) scale(1)}.mobile-menu-button{display:flex}.mobile-overlay{display:block}.dashboard-sidebar{position:fixed;top:0;left:0;height:100%;max-height:100vh;max-height:100dvh;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.dashboard-sidebar.mobile-open{transform:translate(0);box-shadow:2px 0 8px #00000026}.sidebar-footer{display:flex!important;flex-shrink:0}.dashboard-main{margin-left:0;width:100%;min-height:100vh;min-height:100dvh}.dashboard-header{padding:16px 20px;position:sticky;top:0;z-index:50}.header-content{flex-direction:row;gap:16px}.header-title{font-size:1.25rem}.header-subtitle{font-size:.75rem}.header-actions{flex-direction:column;align-items:stretch;width:100%;gap:8px}.dashboard-content{padding:20px}.stats-grid{grid-template-columns:1fr;gap:16px}.card-header{padding:16px 20px}.card-body{padding:20px}.shape-1{width:250px;height:250px}.shape-2{width:300px;height:300px}.shape-3{width:200px;height:200px}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.hero-description{font-size:.9rem}.section-title,.stat-value{font-size:1.5rem}.header-title{font-size:1.125rem}.btn-gradient,.btn-outline,.action-button{font-size:14px;padding:12px 20px}}.text-center{text-align:center}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.bg-light{background-color:#f8f9fa;padding:80px 20px}.img-fluid{max-width:100%;height:auto}.rounded{border-radius:20px}.shadow{box-shadow:0 12px 40px #00000026}.fw-bold{font-weight:700}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;color:#64748b}.spinner,.spinner-large{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:20px}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{margin:0;font-size:1rem;font-weight:600}.success-alert,.error-alert{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;margin-bottom:24px;font-weight:500;animation:slideDown .3s ease}.success-alert{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.error-alert{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;position:relative}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.close-alert-btn{background:none;border:none;font-size:24px;line-height:1;cursor:pointer;padding:0;margin-left:auto;opacity:.7;transition:opacity .2s ease}.close-alert-btn:hover{opacity:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#94a3b8}.empty-state svg{color:#cbd5e0;margin-bottom:24px;opacity:.5}.empty-state h3{color:#2d3748;font-size:22px;font-weight:600;margin:0 0 12px}.empty-state p{color:#718096;font-size:16px;margin:0 0 8px}.empty-state span{font-size:.875rem;color:#94a3b8}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-label{font-size:.875rem;font-weight:600;color:#475569}.form-control{width:100%;padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#1e293b;transition:all .2s ease;background:#fff}.form-control:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-hint{font-size:.8125rem;color:#64748b;margin-top:4px}.status-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:.875rem;font-weight:700;text-transform:capitalize}.status-badge.status-active,.status-badge.active,.badge-success{background:#10b98126;color:#059669}.status-badge.status-pending,.badge-warning{background:#fbbf2426;color:#d97706}.status-badge.status-completed{background:#3b82f626;color:#2563eb}.status-badge.status-on-hold,.status-badge.inactive{background:#ef444426;color:#dc2626}.count-badge,.task-count-badge{padding:4px 12px;background:#667eea1a;color:#667eea;border-radius:12px;font-size:.75rem;font-weight:700}.btn,.btn-secondary,.btn-cancel,.btn-cancel-small{padding:10px 20px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:8px}.btn-secondary,.btn-cancel,.btn-cancel-small{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0}.btn-secondary:hover,.btn-cancel:hover,.btn-cancel-small:hover{background:#e2e8f0;color:#334155}.btn-save-small,.btn-edit-small{padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-save-small:hover,.btn-edit-small:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-manage{padding:6px 12px;font-size:.75rem}.toggle-wrapper{display:flex;align-items:center;gap:12px}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.toggle-label{font-size:.9375rem;font-weight:500;color:#1e293b}.info-row{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.info-row:last-child{margin-bottom:0}.info-label{font-size:.8125rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:.95rem;color:#1e293b;font-weight:500}.info-link{color:#667eea;text-decoration:none;display:inline-flex;align-items:center;gap:4px;font-weight:500;transition:color .2s ease}.info-link:hover{color:#764ba2;text-decoration:underline}.text-muted{color:#94a3b8!important;font-style:italic}.detail-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000d}.modal-footer{padding:20px 28px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:12px}
