.home-page{min-height:100vh;display:flex;flex-direction:column}.home-main{flex:1}.hero{text-align:center;padding:80px 20px 60px;background:#0f1420;color:white}.hero-title{font-size:48px;font-weight:700;margin-bottom:12px;line-height:1.15;color:#fff!important}.hero-subtitle{font-size:20px;opacity:.85;margin-bottom:16px;letter-spacing:1px}.hero-description{font-size:18px;max-width:600px;margin:0 auto 32px;opacity:.9}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.features-section{padding:80px 20px;max-width:1200px;margin:0 auto}.features-clients{background:#f8fafc;max-width:100%;padding:80px 20px}.features-clients .section-title{max-width:1200px;margin:0 auto 48px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.features-clients .features-grid,.features-grid{max-width:1200px;margin:0 auto}.feature-card{background:white;border:1px solid #e5e7eb;border-radius:12px;padding:32px 24px;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 4px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.feature-icon{font-size:36px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#111827}.feature-card p{font-size:15px;color:#6b7280;line-height:1.6}.marketplace-section{padding:80px 20px;text-align:center;max-width:800px;margin:0 auto}.marketplace-description{font-size:18px;color:#374151;line-height:1.7;margin-top:16px}.cta-section{text-align:center;padding:80px 20px;background:#f0f9ff}.cta-section h2{font-size:32px;margin-bottom:8px}.cta-section p{font-size:18px;color:#6b7280;margin-bottom:32px}.section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px;color:#111827}@media (max-width:768px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-description{font-size:15px}.features-grid{grid-template-columns:1fr}.section-title{font-size:28px}}.slider-section{padding:40px 20px;background:#f0f4f8}.slider-container{position:relative;max-width:900px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.slider-track{position:relative;width:100%;aspect-ratio:16/10;background:#e5e7eb}.slider-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}.slider-slide.active{opacity:1}.slider-slide img{width:100%;height:100%;object-fit:contain;background:#f8fafc}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;background:rgba(255,255,255,.85);border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#374151}.slider-btn:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,.1)}.slider-prev{left:12px}.slider-next{right:12px}.slider-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.slider-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:all .2s;padding:0}.slider-dot.active{background:white;border-color:white;transform:scale(1.2)}@media (max-width:768px){.slider-container{border-radius:8px}.slider-btn{width:36px;height:36px}.slider-prev{left:8px}.slider-next{right:8px}}.videos-section{padding:60px 20px;max-width:1200px;margin:0 auto}.videos-section .section-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a2e}.videos-section .section-subtitle{text-align:center;font-size:18px;color:#6b7280;margin-bottom:48px}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px}.video-card{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.video-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.video-thumbnail{position:relative;background:#000;overflow:hidden;aspect-ratio:16/9}.video-thumbnail video{width:100%;height:100%;object-fit:cover;display:block}.video-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);transition:background .3s ease}.video-card:hover .video-play-overlay{background:rgba(0,0,0,.5)}.video-play-btn{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .3s ease;cursor:pointer}.video-play-btn svg{width:28px;height:28px;color:#1a1a2e;margin-left:4px}.video-card:hover .video-play-btn{transform:scale(1.1);background:#ffffff}.video-info{padding:20px 24px 24px}.video-info h3{font-size:18px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.video-info p{font-size:14px;color:#6b7280;line-height:1.5;margin:0}.video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;max-width:90vw;max-height:90vh;width:100%;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 20px 60px rgba(0,0,0,.8)}.video-modal-content video{width:100%;height:auto;max-height:85vh;display:block;background:#000}.video-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.3);color:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,transform .3s ease;font-size:20px;z-index:10}.video-modal-close:hover{background:rgba(255,255,255,.25);transform:scale(1.1)}@media (max-width:768px){.videos-section{padding:40px 16px}.videos-section .section-title{font-size:26px}.videos-section .section-subtitle{font-size:16px;margin-bottom:32px}.videos-grid{grid-template-columns:1fr;gap:24px}.video-play-btn{width:52px;height:52px}.video-play-btn svg{width:22px;height:22px}.video-info{padding:16px 20px 20px}.video-info h3{font-size:16px}.video-modal-content{max-width:98vw;max-height:98vh;border-radius:12px}.video-modal-close{top:10px;right:10px;width:38px;height:38px;font-size:16px}}@media (max-width:480px){.videos-section{padding:30px 12px}.videos-section .section-title{font-size:22px}.video-card{border-radius:12px}.video-info h3{font-size:15px}.video-info p{font-size:13px}}