.hero-container{position:relative;height:100vh;min-height:700px;overflow:hidden;background:#fff}#threejs-canvas{z-index:1}#threejs-canvas,.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(139,92,246,.04) 25%,rgba(6,182,212,.06) 50%,rgba(139,92,246,.04) 75%,rgba(59,130,246,.08));z-index:2}.hero{position:relative;z-index:3;padding:120px 24px;text-align:center;max-width:1200px;margin:0 auto;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-badge{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #8935e97f;box-shadow:0 8px 32px rgba(99,102,241,.1);padding:10px 24px;border-radius:50px;font-size:.9rem;color:#8935e9;font-weight:600;margin-bottom:32px;animation:fadeInUp .8s ease-out,glow 2s ease-in-out infinite alternate}.hero-title{font-size:4.5rem;font-weight:700;margin-bottom:32px;line-height:1.1;letter-spacing:-2px;color:#343335}.hero-highlight{color:#8935e9;margin-top:12px;display:block}.hero-description{font-size:1.1rem;color:#343335;margin-bottom:48px;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}.hero-description strong{text-decoration:underline;color:#8935e9;text-underline-offset:3px}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-out}.popup-content{position:relative;width:90%;max-width:1170px;background:#000;border-radius:12px;overflow:hidden;animation:slideIn .3s ease-out}.popup-close{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.7);border:2px solid rgba(255,255,255,.3);color:white;font-size:24px;font-weight:700;cursor:pointer;z-index:1001;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.3)}.popup-close:hover{background:rgba(255,255,255,.9);color:#000;transform:scale(1.1);border-color:rgba(255,255,255,.8)}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.hero-buttons{gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}.btn-primary,.hero-buttons{display:flex;align-items:center}.btn-primary{background:linear-gradient(135deg,#4157eb,#9134ea,#5e41e6) 0 0 /300% 100%;color:white;padding:14px 24px;border:none;border-radius:16px;font-weight:400;font-size:16px;text-decoration:none;gap:10px;transition:all .3s ease;cursor:pointer;box-shadow:0 10px 30px rgba(99,102,241,.4);position:relative;overflow:hidden;animation:gradientShift 4s ease infinite}.btn-primary: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 .6s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 20px 40px rgba(99,102,241,.5)}.btn-secondary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:white;cursor:pointer;background:#fff;border:2px solid red;background:red;border-radius:16px;align-items:center;gap:10px;padding:12px 24px;font-size:16px;font-weight:400;text-decoration:none;transition:all .3s;display:flex;font-family:kanit,"sans-serif"}.btn-secondary:hover{border-color:red;color:red;transform:translateY(-2px);background:rgba(255,255,255,0);box-shadow:0 10px 25px rgba(245,126,126,.783)}@media (max-width:768px){.popup-content{width:95%;margin:20px}.popup-close{top:-35px;font-size:25px}.hero-title{font-size:2.2rem;letter-spacing:-1px}.hero-description{font-size:.875rem;margin-bottom:25px}.hero-buttons{flex-direction:column;align-items:stretch;gap:16px}.hero-badge{font-size:.875rem;margin-bottom:16px}}.arrow-right{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.btn-primary:hover .arrow-right{transform:translateX(3px)}.play-icon{width:20px;height:20px;fill:currentColor}.features{padding:100px 24px;background-color:#f0f8fd}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:80px}.features-title{font-size:2.5rem;font-weight:700;color:#343335;margin-bottom:16px;letter-spacing:-1px}.features-subtitle{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:32px;gap:32px}.feature-card{background:white;padding:40px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f3f4f6;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon.blue{background:#eef2ff;color:#6366f1}.feature-icon.green{background:#dcfce7;color:#16a34a}.feature-icon.purple{background:#f3e8ff;color:#9333ea}.feature-title{font-size:1.4rem;font-weight:600;color:#343335;margin-bottom:12px}.feature-description{color:#6b7280;line-height:1.6;font-size:15px}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}@media (max-width:480px){.features-title{font-size:1.7rem;line-height:1.1}.features-subtitle{font-size:.875rem}.feature-title{font-size:1.2rem;line-height:1.1}.feature-description{line-height:1.6;font-size:.875rem}}