*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f0f2ff;color:#36454f;line-height:1.5}a{color:#646cff;text-decoration:none;transition:color .3s ease}a:hover{color:#4b55ff}.purple{background:linear-gradient(135deg,#5a5edd,#837cfb);color:#fff;padding:3rem 2rem 5rem;border-radius:0 0 40px 40px;box-shadow:0 6px 15px #5353c299}header{padding:.5rem 1rem;position:sticky;top:0;z-index:999;width:100%;transition:background-color .3s ease;background:linear-gradient(135deg,#5a5edd,#837cfb);box-shadow:0 4px 10px #0000001a}header.scrolled{border-radius:0 0 20px 20px}header .wrapper{display:flex;justify-content:space-between;align-items:center;max-width:1080px;margin:0 auto}header .toggle{display:none}header .logo img{width:120px;height:auto}header nav ul{list-style:none;display:flex;gap:2rem;padding:0;margin:0}header nav ul li a{font-weight:600;font-size:1.1rem;padding:.2rem .5rem;border-radius:6px;transition:background-color .3s ease;color:#fff}header nav ul li a:hover{background-color:#ffffff26;color:#fff}@media (max-width: 990px){header .toggle{display:block}header nav{display:none}}header .buttons button{background:#646cff;color:#fff;font-weight:700;border:none;padding:.7rem 1.8rem;font-size:1rem;border-radius:30px;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease}header .buttons button:hover{background-color:#313cff;box-shadow:0 5px 15px #646cff99}.introduction{max-width:700px;margin:0 auto;text-align:center}.introduction h1{font-size:3rem;font-weight:900;margin-bottom:.3rem;letter-spacing:.05em}.introduction h2{font-weight:600;font-size:1.7rem;margin-bottom:1rem;opacity:.9}.introduction p{font-size:1.2rem;margin-bottom:1rem;line-height:1.6;opacity:.85}.introduction p.quote{font-style:italic;font-weight:600;color:#fff;margin-top:2rem;margin-bottom:3rem;font-size:1.3rem;letter-spacing:.04em}.introduction .buttons{display:inline-flex;gap:1.3rem}.introduction .buttons button{background:transparent;border:2px solid white;color:#fff;font-weight:700;padding:.8rem 2rem;border-radius:30px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.introduction .buttons button:hover{background-color:#fff;color:#646cff}.features-section{max-width:1080px;margin:5rem auto 4rem;padding:0 1rem}.features-section h1{font-size:2.8rem;font-weight:700;color:#36454f;margin-bottom:3rem;text-align:center}.features-section .card{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem}.features-section .card .feature-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 14px #0000001a;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease,box-shadow .3s ease;cursor:default}.features-section .card .feature-card:hover{transform:translateY(-10px);box-shadow:0 12px 28px #646cff4d}.features-section .card .feature-card .feature-icon{margin-bottom:1rem;color:#646cff}.features-section .card .feature-card .feature-icon svg{width:36px;height:36px;stroke-width:2.2}.features-section .card .feature-card h2{font-size:1.6rem;font-weight:700;margin-bottom:.5rem;color:#646cff}.features-section .card .feature-card p{font-size:1rem;color:#6c7a8d;line-height:1.4}.dashboard{max-width:900px;margin:3rem auto;padding:1.6rem;background:linear-gradient(145deg,#f0f2ff,#d8dfff);border-radius:16px;box-shadow:0 8px 20px #646cff59;transform-style:preserve-3d;perspective:1000px;transition:transform .3s ease}.dashboard:hover{transform:rotateX(5deg) rotateY(5deg);box-shadow:0 15px 40px #646cff80}.dashboard .welcome{text-align:center;margin-bottom:1.92rem;color:#646cff}.dashboard .welcome h2{font-size:2.4rem;font-weight:700;text-shadow:1px 1px 3px rgba(100,108,255,.7)}.dashboard .welcome p{font-size:1.2rem;color:#212b31;margin-top:.5rem;font-style:italic}.dashboard .stats{display:flex;gap:1.2rem;justify-content:space-between;margin-bottom:2.4rem}.dashboard .stats .stat{flex:1;background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 6px 8px #646cff26,inset 0 0 15px #646cff1a;text-align:center;color:#646cff;font-weight:700;cursor:default;-webkit-user-select:none;user-select:none;transition:transform .4s ease,box-shadow .4s ease}.dashboard .stats .stat:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 12px 20px #646cff4d,inset 0 0 25px #646cff33}.dashboard .stats .stat h3{font-size:3rem;margin-bottom:.5rem;color:#646cff;text-shadow:0 2px 5px rgba(100,108,255,.5)}.dashboard .stats .stat p{font-size:1.1rem;color:#171d22;font-weight:500}.dashboard .quick-actions{display:flex;justify-content:center;gap:1.4rem}.dashboard .quick-actions button{background:#646cff;color:#fff;padding:.8rem 2rem;font-weight:600;font-size:1rem;border-radius:30px;border:none;box-shadow:0 8px 20px #646cff80;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease,transform .3s ease}.dashboard .quick-actions button:hover{background-color:#313cff;box-shadow:0 12px 30px #5058d4b3;transform:translateY(-4px) scale(1.05)}.dashboard .quick-actions button:active{transform:translateY(-2px) scale(1);box-shadow:0 6px 15px #5058d480}.dashboard .quick-actions button:focus{outline:none;box-shadow:0 0 0 3px #fdfdff}footer{background:#1f1f38;color:#c9c9e8;padding:3rem 2rem;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;max-width:1080px;margin:0 auto;border-radius:40px 40px 0 0}footer .footer-content{flex:1 1 350px;margin-bottom:1.5rem}footer .footer-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}footer .footer-content p{font-size:1.1rem;line-height:1.5;opacity:.8}footer .footerlinks{flex:1 1 350px}footer .footerlinks ul{list-style:none;display:flex;align-items:center;gap:.8rem;padding:0;margin-bottom:1rem}footer .footerlinks ul li{color:#88a;font-weight:600}footer .footerlinks ul li:not(:nth-child(odd)){pointer-events:none;-webkit-user-select:none;user-select:none}footer .footerlinks ul li a{color:#a1a1cc;font-weight:600;font-size:1rem}footer .footerlinks ul li a:hover{color:#fff}footer .footerlinks .footer-credit{font-size:.9rem;opacity:.6}footer .footerlinks .footer-credit a{color:#646cff;font-weight:700}footer .footerlinks .footer-credit a:hover{text-decoration:underline}@media (max-width: 768px){header,.features-section .card,.dashboard .stats,.dashboard .quick-actions{flex-direction:column;align-items:center}nav ul{flex-direction:column;gap:1rem}.features-section .card{grid-template-columns:1fr}.dashboard .stats{gap:1.5rem}.dashboard .quick-actions{gap:1rem}.dashboard .quick-actions button{width:100%}}.about-section{background:#f4f6ff;padding:60px 20px}.about-section .container{max-width:900px;margin:0 auto;text-align:center}.about-section .container h1{font-size:2.5rem;color:#646cff;margin-bottom:20px;font-weight:700}.about-section .container p{font-size:1.125rem;line-height:1.8;color:#4a5568;margin-bottom:20px;max-width:700px;margin-left:auto;margin-right:auto}.about-section .container .features-list{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}.about-section .container .features-list .feature-item{background:#fff;padding:25px 20px;border-radius:12px;box-shadow:0 6px 15px #0000000d;width:280px;text-align:left;transition:transform .3s ease}.about-section .container .features-list .feature-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001a}.about-section .container .features-list .feature-item h2{font-size:1.25rem;color:#646cff;margin-bottom:10px;font-weight:600}.about-section .container .features-list .feature-item p{font-size:1rem;color:#555;line-height:1.5}
