:root{--primary-gradient:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--hero-bg-dark:linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);--hero-bg-light:linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);--navbar-bg:rgba(10, 10, 10, 0.8);--navbar-bg-light:rgba(255, 255, 255, 0.95)}body{font-family:Inter,'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:var(--hero-bg-dark);color:#fff;transition:background .5s ease,color .5s ease;overflow-x:hidden;margin:0;padding:0}.navbar{position:fixed;top:0;width:100%;background:var(--navbar-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:20px 0;z-index:1000;border-bottom:1px solid rgba(102,126,234,.3);transition:all .5s ease;box-shadow:0 4px 30px rgba(0,0,0,.1)}.navbar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo{font-size:1.5em;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px;transition:transform .3s ease;text-decoration:none}.logo:hover{transform:scale(1.05)}.nav-links{display:flex;gap:30px;list-style:none;align-items:center;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;transition:color .5s ease;font-weight:500;display:inline-block;line-height:24px;height:24px}.nav-links a:hover{color:#667eea}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;width:30px;height:30px;position:relative}.hamburger span{position:absolute;width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger span:first-child{top:8px}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:8px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:100px 20px 60px;background:url('/assets/images/siriys.png') right center/contain no-repeat}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(10,10,10,.95) 0,rgba(10,10,10,.85) 40%,rgba(10,10,10,.4) 70%,transparent 100%);z-index:0}.hero-container{max-width:1400px;width:100%;display:flex;align-items:center;z-index:1}.hero-content{text-align:left;z-index:1;padding:20px;max-width:650px}.hero h1{font-size:4em;margin-bottom:25px;text-shadow:2px 2px 8px rgba(0,0,0,.5);font-weight:900;letter-spacing:2px;line-height:1.1}.hero-subtitle{font-size:1.4em;margin-bottom:15px;opacity:.95;font-weight:600;color:#667eea;letter-spacing:.5px}.hero-description{font-size:1.1em;margin-bottom:35px;opacity:.85;font-weight:300;line-height:1.6;max-width:500px}.hero-features{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:35px}.hero-feature{display:flex;align-items:center;gap:10px;font-size:1em;opacity:.9}.hero-feature-icon{font-size:1.5em;filter:drop-shadow(0 0 10px rgba(102, 126, 234, .5))}.cta-button{display:inline-block;padding:20px 60px;background:var(--primary-gradient);color:#fff;text-decoration:none;border-radius:50px;font-size:1.2em;font-weight:700;transition:all .3s ease;box-shadow:0 10px 40px rgba(102,126,234,.4);position:relative;overflow:hidden}.cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button:hover::before{left:100%}.cta-button:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 50px rgba(102,126,234,.6)}.about{padding:100px 20px;background:linear-gradient(135deg,rgba(102,126,234,.1) 0,rgba(118,75,162,.1) 100%);transition:background .5s ease}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{font-size:2.5em;margin-bottom:30px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-text p{font-size:1.1em;line-height:1.8;color:rgba(255,255,255,.8);margin-bottom:20px;transition:color .5s ease}.about-image{background:linear-gradient(135deg,rgba(102,126,234,.2) 0,rgba(118,75,162,.2) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:50px;text-align:center;border:2px solid rgba(102,126,234,.4);box-shadow:0 10px 40px rgba(102,126,234,.2);transition:all .3s ease}.about-image:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(102,126,234,.3)}.about-image div{font-size:5em;margin-bottom:20px}.features{padding:100px 20px;background:#0a0a0a;transition:background .5s ease}.features-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5em;margin-bottom:60px;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:40px;border-radius:20px;border:1px solid rgba(102,126,234,.3);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);position:relative;overflow:hidden}.feature-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.1) 0,rgba(118,75,162,.1) 100%);opacity:0;transition:opacity .4s ease}.feature-card:hover{transform:translateY(-15px) scale(1.02);border-color:#667eea;box-shadow:0 20px 60px rgba(102,126,234,.3)}.feature-card:hover::before{opacity:1}.feature-icon{font-size:3.5em;margin-bottom:20px;filter:drop-shadow(0 0 20px rgba(102, 126, 234, .5));transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card h3{font-size:1.5em;margin-bottom:15px;color:#667eea}.feature-card p{color:rgba(255,255,255,.7);line-height:1.6;transition:color .5s ease}.comparison-section{padding:100px 20px;background:linear-gradient(135deg,rgba(102,126,234,.05) 0,rgba(118,75,162,.05) 100%);transition:background .5s ease}.comparison-container{max-width:1200px;margin:0 auto}.footer{background:rgba(10,10,10,.95);padding:60px 20px 20px;border-top:1px solid rgba(102,126,234,.2);transition:all .5s ease}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{color:#667eea;font-size:1.2em;margin-bottom:20px;font-weight:600}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease;font-size:.95em}.footer-links a:hover{color:#667eea}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:rgba(255,255,255,.5);font-size:.9em;margin:0}body.light-theme{background:var(--hero-bg-light);color:#333}body.light-theme .hero{background:url('/assets/images/wight.png') center/cover no-repeat}body.light-theme .hero::before{background:rgba(255,255,255,.3)}body.light-theme .navbar{background:var(--navbar-bg-light);border-bottom:1px solid rgba(0,0,0,.1)}body.light-theme .nav-links a{color:#333}body.light-theme .nav-links a:hover{color:#667eea}body.light-theme .features{background:#fff}body.light-theme .feature-card{background:#f8f9fa;border:1px solid #e0e0e0}body.light-theme .feature-card p{color:#666}body.light-theme .about{background:#f8f9fa}body.light-theme .about-text p{color:#666}body.light-theme .footer{background:#fff;border-top:1px solid #e0e0e0}body.light-theme .footer-links a{color:#666}body.light-theme .footer-links a:hover{color:#667eea}body.light-theme .footer-bottom{border-top:1px solid #e0e0e0}body.light-theme .footer-bottom p{color:#999}@media (max-width:768px){.hamburger{display:flex}.nav-links{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:rgba(10,10,10,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:40px 20px;gap:0;transition:left .3s cubic-bezier(.68, -.55, .265, 1.55);overflow-y:auto}body.light-theme .nav-links{background:rgba(255,255,255,.98)}.nav-links.active{left:0}.nav-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.1);animation:slideIn .3s ease forwards;opacity:0}.nav-links a{display:block;width:100%;padding:20px;text-align:left;font-size:1.1em}.hero{padding:120px 20px 40px;background:url('/assets/images/siriys.png') center center/cover no-repeat}.hero::before{background:linear-gradient(180deg,rgba(10,10,10,.9) 0,rgba(10,10,10,.7) 50%,rgba(10,10,10,.9) 100%)}body.light-theme .hero::before{background:linear-gradient(180deg,rgba(240,244,248,.9) 0,rgba(240,244,248,.7) 50%,rgba(240,244,248,.9) 100%)}.hero-container{flex-direction:column;justify-content:center}.hero-content{text-align:center;max-width:100%}.hero h1{font-size:2.5em;letter-spacing:1px}.hero-subtitle{font-size:1.2em}.hero-description{font-size:1em;max-width:100%}.hero-features{justify-content:center}.cta-button{padding:16px 40px;font-size:1.1em}.about-container{grid-template-columns:1fr;gap:40px}.features-grid{grid-template-columns:1fr;gap:25px}.navbar-content{padding:0 15px}.section-title{font-size:2em}.feature-card{padding:30px}.about-image{padding:40px}}@media (max-width:480px){.hero h1{font-size:2em}.hero-subtitle{font-size:1.1em}.hero-description{font-size:.95em}.hero-feature{font-size:.9em}.cta-button{padding:14px 35px;font-size:1em}.feature-icon{font-size:2.5em}.section-title{font-size:1.8em}}@keyframes slideIn{to{opacity:1;transform:translateX(0)}from{opacity:0;transform:translateX(-20px)}}