.home-container{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.orb{filter:blur(80px);z-index:-1;border-radius:50%;animation:10s ease-in-out infinite float;position:absolute}.orb-1{background:#6d28d933;width:400px;height:400px;top:-100px;left:-100px}.orb-2{background:#0ea5e926;width:300px;height:300px;animation-delay:-3s;bottom:10%;right:-50px}.orb-3{background:#f43f5e1a;width:250px;height:250px;animation-delay:-6s;top:40%;left:30%}.navbar{border-radius:var(--rad-full);justify-content:space-between;align-items:center;margin:20px;padding:20px 40px;display:flex}.logo{font-family:var(--font-heading);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.nav-links{gap:16px;display:flex}.hero-section{flex:1;justify-content:space-between;align-items:center;gap:60px;padding:40px 80px;display:flex}.hero-content{flex:1;max-width:600px}.title{margin-bottom:24px;font-size:4.5rem;line-height:1.1}.subtitle{color:#94a3b8;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.cta-group{gap:20px;display:flex}.cta-btn{padding:16px 36px;font-size:1.1rem}.hero-visual{flex:1;justify-content:flex-end;display:flex}.clock-glass{flex-direction:column;align-items:center;gap:24px;width:380px;padding:40px;display:flex}.clock-ring{border:4px solid #ffffff1a;border-top-color:var(--primary-light);border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;animation:12s linear infinite spin-slow;display:flex;position:relative}@keyframes spin-slow{to{transform:rotate(360deg)}}.clock-hand{background:var(--primary-light);transform-origin:bottom;width:4px;height:60px;box-shadow:0 0 12px var(--primary-light);border-radius:2px;position:absolute;top:20px}.timezone-text{margin:0;font-size:2.2rem}.local-time-text{color:#94a3b8;text-align:center;font-size:.95rem}@media (max-width:968px){.hero-section{text-align:center;flex-direction:column;padding:40px 20px}.title{font-size:3rem}.hero-visual{justify-content:center}}
