.container{max-width:1400px;margin:0 auto;padding:0 40px}.logo{letter-spacing:2px;font-size:28px;font-weight:300}.demo-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:50px;padding:12px 32px;font-size:16px;transition:all .3s}.demo-btn:hover{color:#000;background:#fff;transform:translateY(-2px)}.main-content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:calc(100vh - 200px);padding:40px 0;display:grid}.carousel-container{border-radius:30px;width:100%;height:600px;position:relative;overflow:hidden}.carousel-slide{opacity:0;width:100%;height:100%;transition:opacity .8s,transform .8s;position:absolute;transform:scale(.95)}.carousel-slide.active{opacity:1;transform:scale(1)}.slide-content{background:linear-gradient(135deg,#1e3c72,#0031ff,#1574e0);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.slide1 .form-visual{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:20px;width:300px;padding:30px;animation:4s ease-in-out infinite float;transform:rotate(-5deg)}.form-field{background:rgba(255,255,255,.1);border-radius:10px;align-items:center;gap:10px;margin-bottom:15px;padding:15px;display:flex}.form-field-icon{background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.form-field-text{background:rgba(255,255,255,.3);border-radius:5px;flex:1;height:10px}.slide2 .clock-visual{width:300px;height:300px;position:relative}.clock-circle{border:8px solid rgba(255,255,255,.2);border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite pulse;position:relative}.clock-hand{transform-origin:bottom;background:#fff;border-radius:10px;position:absolute;top:50%;left:50%}.hour-hand{width:6px;height:80px;animation:12s linear infinite rotateHour;transform:translate(-50%,-100%)rotate(45deg)}.minute-hand{width:4px;height:100px;animation:4s linear infinite rotateMinute;transform:translate(-50%,-100%)rotate(180deg)}.clock-center{background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.availability-badge{background:#10b981;border-radius:20px;padding:10px 20px;font-weight:700;animation:2s ease-in-out infinite blink;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.slide3 .speed-visual{flex-direction:column;align-items:center;gap:20px;display:flex}.message-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:20px 30px;animation:1s ease-out forwards slideIn;position:relative}.message-bubble:first-child{animation-delay:0s;transform:translate(-100px)}.message-bubble:nth-child(2){animation-delay:.3s;transform:translate(100px)}.message-bubble:nth-child(3){animation-delay:.6s;transform:translate(-100px)}.typing-indicator{gap:5px;display:flex}.typing-dot{background:#fff;border-radius:50%;width:10px;height:10px;animation:1.4s infinite typing}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.floating-sphere{opacity:.6;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;position:absolute}.sphere1{width:150px;height:150px;animation:6s ease-in-out infinite float;top:-50px;right:-50px}.sphere2{width:100px;height:100px;animation:8s ease-in-out infinite reverse float;bottom:-30px;left:-30px}.sphere3{width:80px;height:80px;animation:5s ease-in-out infinite float;top:50%;right:10%}.carousel-nav{z-index:10;gap:10px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.nav-dot{cursor:pointer;background:rgba(255,255,255,.3);border-radius:50%;width:12px;height:12px;transition:all .3s}.nav-dot.active{background:#fff;transform:scale(1.2)}.right-content h1{background:linear-gradient(135deg,#3b82f6,#fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:30px;font-size:56px;font-weight:700;line-height:1.1}.subtitle{color:#a1a1aa;margin-bottom:50px;font-size:20px;line-height:1.6}.features-list{margin-bottom:50px;list-style:none}.feature-item{opacity:.6;border-radius:15px;align-items:center;padding:20px;transition:all .3s;display:flex}.feature-item.active{opacity:1;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);transform:translate(10px)}.feature-icon{color:#3b82f6;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.feature-icon svg{width:100%;height:100%}.feature-text{color:#e4e4e7;font-size:18px}.cta-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50px;padding:18px 40px;font-size:18px;font-weight:600;transition:all .3s;box-shadow:0 10px 30px rgba(59,130,246,.3)}.cta-btn:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 15px 40px rgba(59,130,246,.4)}.footer-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#93c5fd;z-index:100;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:30px;padding:12px 20px;font-size:14px;position:fixed;bottom:30px;left:30px}@keyframes float{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-20px)rotate(-5deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes rotateHour{0%{transform:translate(-50%,-100%)rotate(45deg)}to{transform:translate(-50%,-100%)rotate(405deg)}}@keyframes rotateMinute{0%{transform:translate(-50%,-100%)rotate(180deg)}to{transform:translate(-50%,-100%)rotate(540deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.6}}@keyframes slideIn{to{opacity:1;transform:translate(0)}}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@media (max-width:1024px){.main-content{grid-template-columns:1fr;gap:60px}.carousel-container{height:400px}.right-content h1{font-size:42px}}@media (max-width:768px){.container{padding:0 20px}.right-content h1{font-size:36px}.subtitle{font-size:18px}.feature-item{padding:15px}.feature-text{font-size:16px}.footer-badge{font-size:12px;bottom:20px;left:20px}}@media (max-width:480px){.container{padding:0}.main-content{grid-template-columns:1fr;gap:0}.slide-content{border-radius:20px;width:100%}.carousel-slide{width:100%;height:100%}.feature-item.active{transform:translate(0)}}.mobile-carousel-controls{justify-content:space-between;margin-bottom:10px;padding:0 20px;display:flex}.arrow-btn{color:#fff;background:#0f1e34;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.mobile-slide{border-radius:10px;height:350px}
