.video-download *{box-sizing:border-box}.video-download{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background-color:#1f2937;min-height:100vh}.video-download .container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.video-download .content{margin-left:auto;margin-right:auto}.video-download__hero .content{max-width:56rem}.video-download__function .content{max-width:64rem}.video-download__how-to-use .content{max-width:80rem}.video-download__hero{height:auto;padding-top:8rem;padding-bottom:1.5rem;background-color:#000;position:relative;overflow:hidden}.video-download__hero .content{position:relative;z-index:1;text-align:center}.video-download__hero .title{font-size:3.75rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.1}.video-download__hero .title__highlight{background:linear-gradient(135deg,#60a5fa 0,#a855f7 50%,#ec4899 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.video-download__hero .subtitle{font-size:1.25rem;color:#d1d5db;line-height:1.7;margin:0 auto}.video-download__function{background-color:#000;padding-top:1.5rem;padding-bottom:1.5rem}.video-download__function .input__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.video-download__function .input{position:relative;cursor:pointer;border:2px dashed #4b5563!important;background:linear-gradient(145deg,rgba(0,0,0,.8),rgba(17,24,39,.9))!important;border-radius:1rem;padding:2rem;text-align:center;transition:all .4s ease;box-shadow:0 8px 32px rgba(0,0,0,.4);backdrop-filter:blur(15px)}.video-download__function .input>*{position:relative;z-index:1}.video-download__function .input:hover{border-color:#3b82f6;background:linear-gradient(145deg,rgba(0,0,0,.9),rgba(37,99,235,.15));transform:translateY(-2px);box-shadow:0 12px 48px rgba(59,130,246,.3)}.video-download__function .input__field{width:100%;padding:1rem;font-size:1.125rem;color:#fff;background-color:#1f2937;border:2px solid #4b5563;border-radius:.75rem;transition:all .3s ease}.video-download__function .input__field:focus{border-color:#3b82f6;outline:0}.video-download__function .input__field::placeholder{color:rgba(156,163,175,.5);opacity:.6;font-style:italic}.video-download__function .input__field:focus::placeholder{color:rgba(156,163,175,.3);opacity:.4}.video-download__function .input__icon{margin-bottom:1.5rem}.video-download__function .input__icon svg{width:5rem;height:5rem;margin:0 auto;color:#ef4444;filter:drop-shadow(0 4px 8px rgba(59, 130, 246, .3));transition:all .3s ease}.video-download__function .input:hover .input__icon svg{transform:scale(1.1);filter:drop-shadow(0 6px 12px rgba(59, 130, 246, .4))}.video-download__function .input__form-wrapper{width:100%;max-width:28rem;margin:0 auto}.video-download__function .input__form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:28rem}.video-download__function .input__field-wrapper{position:relative;width:100%}.video-download__function .input__actions{display:flex;gap:1rem;width:100%;justify-content:center}.video-download__function .input__title{font-size:1.875rem;font-weight:600;color:#fff;margin-bottom:1rem;text-align:center}.video-download__function .input__help{margin-top:1.5rem;text-align:center}.video-download__function .help-text{color:#6b7280;font-size:.875rem;line-height:1.5;margin-top:1.5rem}.video-download__status{margin-top:2rem}.video-download__status-message{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:.75rem;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.video-download__notification{border:1px solid;border-radius:.75rem;padding:1rem;backdrop-filter:blur(4px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.video-download__notification--success{background:rgba(6,78,59,.9);border-color:#10b981}.video-download__notification--error{background:rgba(127,29,29,.9);border-color:#ef4444}.video-download__notification-content{display:flex;align-items:center;gap:.75rem}.video-download__notification-icon{font-size:1.25rem}.video-download__notification-message{flex:1}.video-download__notification-text{color:#fff;font-weight:500;margin:0}.video-download__notification-close{color:#9ca3af;background:0 0;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease}.video-download__notification-close:hover{color:#fff}.video-download__notification-close-icon{width:1.25rem;height:1.25rem}.video-download__status-message{border:2px solid;border-radius:.75rem;padding:1rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transition:all .3s ease}.video-download__status-message--success{background:#f0fdf4;border-color:#22c55e}.video-download__status-message--error{background:#fef2f2;border-color:#ef4444}.video-download__status-message--warning{background:#fffbeb;border-color:#f59e0b}.video-download__status-message--info{position:relative;overflow:hidden;background:#eff6ff;border-color:#3b82f6}.video-download__status-message--loading::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(59,130,246,.14),transparent);transform:translateX(-100%);animation:videoDownloadStatusSweep 2.4s ease-in-out infinite;pointer-events:none}.video-download__status-content{position:relative;z-index:1;display:flex;align-items:flex-start;gap:.75rem}.video-download__status-icon{flex-shrink:0}.video-download__status-message--success .video-download__status-icon{color:#16a34a}.video-download__status-message--error .video-download__status-icon{color:#dc2626}.video-download__status-message--warning .video-download__status-icon{color:#d97706}.video-download__status-message--info .video-download__status-icon{color:#2563eb;animation:videoDownloadStatusPulse 1.05s ease-in-out infinite}.video-download__status-text-section{flex:1}.video-download__status-text{font-weight:500;font-size:1rem;line-height:1.625}.video-download__status-message--success .video-download__status-text{color:#166534}.video-download__status-message--error .video-download__status-text{color:#991b1b}.video-download__status-message--warning .video-download__status-text{color:#92400e}.video-download__status-message--info .video-download__status-text{color:#1e40af}.video-download__progress{width:100%;height:.5rem;margin-top:.75rem;overflow:hidden;border-radius:999px;background:rgba(37,99,235,.16)}.video-download__progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#06b6d4);transition:width .35s ease}.video-download__progress-meta{display:flex;justify-content:space-between;gap:.75rem;margin-top:.45rem;font-size:.875rem;line-height:1.4;color:#1d4ed8}.video-download__status-close{flex-shrink:0;background:0 0;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:opacity .2s ease}.video-download__status-close:hover{opacity:.7}.video-download__status-close-icon{width:1.25rem;height:1.25rem}.video-download__status-message--success .video-download__status-close{color:#16a34a}.video-download__status-message--error .video-download__status-close{color:#dc2626}.video-download__status-message--warning .video-download__status-close{color:#d97706}.video-download__status-message--info .video-download__status-close{color:#2563eb}@keyframes videoDownloadStatusPulse{0%,100%{opacity:.55;transform:scale(1);filter:drop-shadow(0 0 0 rgba(37, 99, 235, 0))}50%{opacity:1;transform:scale(1.24);filter:drop-shadow(0 0 8px rgba(37, 99, 235, .45))}}@keyframes videoDownloadStatusSweep{0%{transform:translateX(-100%)}100%,55%{transform:translateX(100%)}}.video-download__function .video-info{margin-top:1rem;margin-bottom:1rem;animation:fadeInUp .5s ease}.video-download__function .video-info__container{background:#111827;border:1px solid #374151;border-radius:1rem;overflow:hidden}.video-download__function .video-info__header{background:linear-gradient(135deg,#2563eb 0,#9333ea 100%);color:#fff;padding:1.5rem}.video-download__function .video-info__header-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.video-download__function .video-info__header-subtitle{color:#dbeafe;font-size:.875rem}.video-download__function .video-info__content{padding:1.5rem}.video-download__function .video-info__meta{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:0}.video-download__function .video-info__thumbnail-wrapper{flex-shrink:0;width:100%;max-width:12rem;aspect-ratio:16/9;position:relative;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 8px rgba(0,0,0,.3)}.video-download__function .video-info__thumbnail{width:100%;height:100%;object-fit:cover;object-position:center}.video-download__function .video-info__details{flex:1}.video-download__function .video-info__title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.video-download__function .video-info__metadata{display:flex;flex-direction:column;gap:.5rem}.video-download__function .video-info__metadata-item{display:flex;align-items:flex-start;gap:.5rem}.video-download__function .video-info__metadata-item--categories{align-items:flex-start}.video-download__function .video-info__metadata-term{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem;min-width:fit-content}.video-download__function .video-info__metadata-value{color:#fff;font-size:.875rem;margin-left:.25rem}.video-download__function .video-info__metadata-icon{width:1rem;height:1rem;flex-shrink:0}.video-download__function .video-info__metadata-icon--uploader{color:#60a5fa}.video-download__function .video-info__metadata-icon--duration{color:#34d399}.video-download__function .video-info__metadata-icon--categories{color:#a855f7;margin-top:.125rem}.video-download__function .video-info__metadata-label{color:#9ca3af}.video-download__function .video-info__metadata-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-left:.25rem}.video-download__function .video-info__metadata-tag{display:inline-block;background:rgba(168,85,247,.2);color:#c4b5fd;padding:.125rem .5rem;border-radius:.375rem;font-size:.75rem}.video-download__function .video-info__formats-section{padding:0 1.5rem}.video-download__function .video-info__formats-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #4b5563}.video-download__function .video-info__formats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.video-download__function .video-info__format-item{background:#1f2937;border:1px solid #374151;border-radius:.5rem;padding:1rem;transition:all .3s ease}.video-download__function .video-info__format-item:hover{background:#374151;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.video-download__function .video-info__format-content{width:100%}.video-download__function .video-info__format-header{display:grid;grid-template-columns:2fr 2fr 2fr 1.5fr 1.5fr 2fr;gap:1rem;align-items:center}.video-download__function .video-info__format-tags{display:flex;gap:.5rem;flex-wrap:wrap}.video-download__function .video-info__format-media-tag{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.video-download__function .video-info__format-media-tag--video{background:#1e40af;color:#fff}.video-download__function .video-info__format-media-tag--audio{background:#059669;color:#fff}.video-download__function .video-info__format-media-tag--none{color:#9ca3af;font-size:.75rem}.video-download__function .video-info__format-resolution{color:#fff;font-weight:500}.video-download__function .video-info__format-quality{color:#d1d5db}.video-download__function .video-info__format-ext-tag{background:#7c3aed;color:#fff;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.video-download__function .video-info__format-size{color:#9ca3af;font-size:.875rem}.video-download__function .video-info__format-actions{display:flex;justify-content:center;align-items:center}.video-download__function .video-info__format-download-btn{background:#059669;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer}.video-download__function .video-info__format-download-btn:hover{background:#047857;color:#fff}.video-download__function .video-info__format-no-url{color:#6b7280;font-size:.875rem}.video-download__function .video-info__merge-tip{margin:1.5rem;padding:1rem;border:1px solid rgba(245,158,11,.4);border-radius:.5rem;background:rgba(245,158,11,.1);color:#fef3c7;line-height:1.5}.video-download__function .video-info__merge-tip-link{display:inline-block;margin-top:.5rem;color:#fbbf24;font-weight:600;text-decoration:underline}.video-download__function .video-info__merge-tip-link:hover{color:#fde68a}.video-download__function .video-info__instructions{background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:.5rem;padding:1rem;margin:1.5rem}.video-download__function .video-info__instructions-content{display:flex;align-items:flex-start;gap:.75rem}.video-download__function .video-info__instructions-icon{width:1.25rem;height:1.25rem;color:#60a5fa;flex-shrink:0;margin-top:.125rem}.video-download__function .video-info__instructions-text{flex:1}.video-download__function .video-info__instructions-title{color:#93c5fd;font-weight:500;margin-bottom:.5rem;font-size:1rem}.video-download__function .video-info__instructions-list{list-style:none;padding:0;margin:0;color:#dbeafe;font-size:.875rem;line-height:1.5}.video-download__function .video-info__instructions-list li{margin-bottom:.25rem}.video-download__function .video-info__instructions-link{color:#93c5fd;font-weight:600;text-decoration:underline}.video-download__function .video-info__instructions-link:hover{color:#dbeafe}.video-download__function .video-info__instructions-highlight{background:#059669;color:#fff;padding:.125rem .25rem;border-radius:.25rem;font-size:.75rem}.video-download__function .video-info__helper-tip{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);border-radius:.5rem;padding:1rem;margin-top:1rem}.video-download__function .video-info__helper-tip--hidden{display:none}.video-download__function .video-info__helper-tip-content{display:flex;align-items:flex-start;gap:.75rem}.video-download__function .video-info__helper-tip-icon{width:1.25rem;height:1.25rem;color:#4ade80;flex-shrink:0;margin-top:.125rem}.video-download__function .video-info__helper-tip-text{flex:1}.video-download__function .video-info__helper-tip-message{color:#bbf7d0;font-size:.875rem;margin:0}.video-download__function .video-info__helper-tip-link{color:#4ade80;text-decoration:underline;font-weight:500}.video-download__function .video-info__helper-tip-link:hover{color:#22c55e}.video-download__function .video-info__dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:50;display:flex;align-items:center;justify-content:center}.video-download__function .video-info__dialog-overlay--hidden{display:none}.video-download__function .video-info__dialog{background:#111827;border:1px solid #4b5563;border-radius:.75rem;padding:1.5rem;max-width:28rem;margin:1rem;transform:scale(.95);opacity:0;transition:all .3s ease;position:relative}.video-download__function .video-info__dialog--visible{transform:scale(1);opacity:1}.video-download__function .video-info__dialog-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.video-download__function .video-info__dialog-warning-icon{width:1.5rem;height:1.5rem;color:#fbbf24;margin-top:.125rem;flex-shrink:0}.video-download__function .video-info__dialog-title-section{flex:1}.video-download__function .video-info__dialog-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.video-download__function .video-info__dialog-subtitle{color:#d1d5db;font-size:.875rem;line-height:1.5;margin:0}.video-download__function .video-info__dialog-connection-status{background:rgba(31,41,55,.5);border:1px solid #4b5563;border-radius:.5rem;padding:.75rem;margin-bottom:1rem}.video-download__function .video-info__dialog-connection-status--hidden{display:none}.video-download__function .video-info__dialog-connection-content{display:flex;align-items:center;gap:.5rem}.video-download__function .video-info__dialog-connection-indicator{width:.5rem;height:.5rem;background:#fbbf24;border-radius:50%;animation:pulse 2s infinite}.video-download__function .video-info__dialog-connection-text{color:#fcd34d;font-size:.875rem}.video-download__function .video-info__dialog-options{background:rgba(30,64,175,.1);border:1px solid rgba(59,130,246,.3);border-radius:.5rem;padding:.75rem;margin-bottom:1rem}.video-download__function .video-info__dialog-options-title{color:#dbeafe;font-size:.875rem;margin:0 0 .5rem 0}.video-download__function .video-info__dialog-options-list{color:#dbeafe;font-size:.875rem;list-style:none;padding:0;margin:0;line-height:1.5}.video-download__function .video-info__dialog-options-list li{margin-bottom:.25rem}.video-download__function .video-info__dialog-options-list li:last-child{margin-bottom:0}.video-download__function .video-info__dialog-actions{display:flex;gap:.75rem}.video-download__function .video-info__dialog-button{flex:1;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:.875rem}.video-download__function .video-info__dialog-button:hover{transform:translateY(-1px) scale(1.02)}.video-download__function .video-info__dialog-button--primary{background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);color:#fff}.video-download__function .video-info__dialog-button--primary:hover{background:linear-gradient(135deg,#2563eb 0,#7c3aed 100%)}.video-download__function .video-info__dialog-button--success{background:linear-gradient(135deg,#10b981 0,#06b6d4 100%);color:#fff}.video-download__function .video-info__dialog-button--success:hover{background:linear-gradient(135deg,#059669 0,#0891b2 100%)}.video-download__function .video-info__dialog-close{position:absolute;top:.75rem;right:.75rem;background:0 0;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease}.video-download__function .video-info__dialog-close:hover{color:#fff}.video-download__function .video-info__dialog-close-icon{width:1.25rem;height:1.25rem}@media (min-width:1024px){.video-download__function .video-info__meta{flex-direction:row;align-items:flex-start}.video-download__function .video-info__format-header{grid-template-columns:2.5fr 2fr 2fr 1.5fr 1.5fr 2.5fr}}.video-download__how-to-use{padding-top:5rem;padding-bottom:5rem;background-color:#000}.video-download__how-to-use .header{text-align:center;margin-bottom:5rem}.video-download__how-to-use .title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.video-download__how-to-use .subtitle{font-size:1.25rem;color:#9ca3af;line-height:1.5}.video-download__how-to-use .steps-wrapper{position:relative}.video-download__how-to-use .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;list-style:none;padding:0;margin:0}.video-download__how-to-use .step{position:relative}.video-download__how-to-use .step__card{background:#000;border:1px solid #374151;border-radius:1.5rem;padding:2rem;text-align:center;transition:all .5s ease;box-shadow:0 4px 12px rgba(0,0,0,.5);position:relative;overflow:hidden}.video-download__how-to-use .step:first-child .step__card:hover{border-color:#3b82f6;transform:translateY(-2px) scale(1.05);box-shadow:0 25px 50px rgba(59,130,246,.2)}.video-download__how-to-use .step:nth-child(2) .step__card:hover{border-color:#8b5cf6;transform:translateY(-2px) scale(1.05);box-shadow:0 25px 50px rgba(139,92,246,.2)}.video-download__how-to-use .step:nth-child(3) .step__card:hover{border-color:#ec4899;transform:translateY(-2px) scale(1.05);box-shadow:0 25px 50px rgba(236,72,153,.2)}.video-download__how-to-use .step__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2}.video-download__how-to-use .step__number{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:0 auto 2rem auto;box-shadow:0 4px 12px rgba(0,0,0,.3)}.video-download__how-to-use .step:first-child .step__number{background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);box-shadow:0 4px 16px rgba(59,130,246,.4)}.video-download__how-to-use .step:nth-child(2) .step__number{background:linear-gradient(135deg,#8b5cf6 0,#ec4899 100%);box-shadow:0 4px 16px rgba(139,92,246,.4)}.video-download__how-to-use .step:nth-child(3) .step__number{background:linear-gradient(135deg,#ec4899 0,#ef4444 100%);box-shadow:0 4px 16px rgba(236,72,153,.4)}.video-download__how-to-use .step__title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center;transition:color .3s ease}.video-download__how-to-use .step:first-child .step__card:hover .step__title{color:#93c5fd}.video-download__how-to-use .step:nth-child(2) .step__card:hover .step__title{color:#c4b5fd}.video-download__how-to-use .step:nth-child(3) .step__card:hover .step__title{color:#f9a8d4}.video-download__how-to-use .step__description{color:#9ca3af;line-height:1.625;text-align:center;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;max-width:100%;padding:0}.video-download__function .input__button{background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.4);border-radius:.75rem;padding:1rem 2.5rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;outline:0}.video-download__function .input__button:hover{background:linear-gradient(135deg,#2563eb 0,#7c3aed 100%);transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px rgba(59,130,246,.6)}.video-download__function .input__button:disabled{background:#4b5563;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none;pointer-events:none;opacity:.6}.video-download__function .input__button:disabled:hover{background:#4b5563;transform:none;box-shadow:none}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeInUp .3s ease-out}.animate-fade-out{animation:fadeOut .2s ease-in}.video-download__hidden,.video-info--hidden{display:none!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb 0,#7c3aed 100%)}.video-download__function .input__button:focus,.video-download__function .input__field:focus,button:focus,input:focus{outline:0!important}@media (prefers-contrast:high){.video-download__function .input__button,.video-download__function .input__field{border:1px solid #fff}.video-download__how-to-use .step__card{border:2px solid #fff}}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}.video-download__features{padding-top:5rem;padding-bottom:5rem;background-color:#000;position:relative}.video-download__features .content{max-width:80rem}.video-download__features .header{text-align:center;margin-bottom:4rem}.video-download__features .title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.video-download__features .title__highlight{background:linear-gradient(135deg,#60a5fa 0,#a855f7 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.video-download__features .subtitle{font-size:1.25rem;color:#9ca3af;line-height:1.5}.video-download__features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.video-download__features .feature{position:relative}.video-download__features .feature__card{background:linear-gradient(145deg,#000 60%,#0f1419 100%);border:1px solid #374151;border-radius:1.5rem;padding:2rem;text-align:center;transition:all .5s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 12px rgba(0,0,0,.5);height:100%;display:flex;flex-direction:column;align-items:center}.video-download__features .feature:first-child .feature__card:hover{border-color:#3b82f6;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(59,130,246,.3)}.video-download__features .feature:nth-child(2) .feature__card:hover{border-color:#8b5cf6;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(139,92,246,.3)}.video-download__features .feature:nth-child(3) .feature__card:hover{border-color:#ec4899;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(236,72,153,.3)}.video-download__features .feature:nth-child(4) .feature__card:hover{border-color:#10b981;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(16,185,129,.3)}.video-download__features .feature:nth-child(5) .feature__card:hover{border-color:#f59e0b;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(245,158,11,.3)}.video-download__features .feature:nth-child(6) .feature__card:hover{border-color:#ef4444;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(239,68,68,.3)}.video-download__features .feature__icon{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.video-download__features .feature__icon-svg{width:3rem;height:3rem;transition:all .3s ease}.video-download__features .feature:first-child .feature__icon-svg{color:#60a5fa}.video-download__features .feature:nth-child(2) .feature__icon-svg{color:#a78bfa}.video-download__features .feature:nth-child(3) .feature__icon-svg{color:#f9a8d4}.video-download__features .feature:nth-child(4) .feature__icon-svg{color:#34d399}.video-download__features .feature:nth-child(5) .feature__icon-svg{color:#fbbf24}.video-download__features .feature:nth-child(6) .feature__icon-svg{color:#f87171}.video-download__features .feature__card:hover .feature__icon-svg{transform:scale(1.1) rotate(5deg)}.video-download__features .feature__title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem;transition:color .3s ease}.video-download__features .feature__description{font-size:1rem;color:#9ca3af;line-height:1.625;text-align:center}.video-download__features .feature:first-child:hover .feature__title{color:#93c5fd}.video-download__features .feature:nth-child(2):hover .feature__title{color:#c4b5fd}.video-download__features .feature:nth-child(3):hover .feature__title{color:#f9a8d4}.video-download__features .feature:nth-child(4):hover .feature__title{color:#6ee7b7}.video-download__features .feature:nth-child(5):hover .feature__title{color:#fcd34d}.video-download__features .feature:nth-child(6):hover .feature__title{color:#fca5a5}.video-download__testimonials{padding-top:5rem;padding-bottom:5rem;background-color:#000;position:relative;overflow:hidden}.video-download__testimonials::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.08) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(168,85,247,.08) 0,transparent 50%);pointer-events:none;z-index:0}.video-download__testimonials .content{position:relative;z-index:1;max-width:80rem}.video-download__testimonials .header{text-align:center;margin-bottom:4rem}.video-download__testimonials .header__badge{display:inline-block;margin-bottom:1rem}.video-download__testimonials .badge-text{background:linear-gradient(to right,#3b82f6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.video-download__testimonials .title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.video-download__testimonials .title__highlight{background:linear-gradient(135deg,#60a5fa 0,#a855f7 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.video-download__testimonials .subtitle{font-size:1.25rem;color:#9ca3af;line-height:1.5}.video-download__testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.video-download__testimonials .testimonial{position:relative}.video-download__testimonials .testimonial__card{background:linear-gradient(145deg,#000 60%,#0f1419 100%);border:1px solid #374151;border-radius:1.5rem;transition:all .5s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 12px rgba(0,0,0,.5);height:100%;display:flex;flex-direction:column;overflow:hidden}.video-download__testimonials .testimonial:first-child .testimonial__card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 40px rgba(59,130,246,.3)}.video-download__testimonials .testimonial:nth-child(2) .testimonial__card:hover{border-color:#8b5cf6;transform:translateY(-8px);box-shadow:0 20px 40px rgba(139,92,246,.3)}.video-download__testimonials .testimonial:nth-child(3) .testimonial__card:hover{border-color:#10b981;transform:translateY(-8px);box-shadow:0 20px 40px rgba(16,185,129,.3)}.video-download__testimonials .testimonial__content{padding:2rem;flex:1}.video-download__testimonials .testimonial__quote{margin:0}.video-download__testimonials .testimonial__quote p{font-size:1rem;font-style:italic;color:#d1d5db;line-height:1.75;margin:0}.video-download__testimonials .testimonial__footer{padding:1.5rem 2rem;background:rgba(17,24,39,.5);border-top:1px solid rgba(55,65,81,.5)}.video-download__testimonials .testimonial__author{display:flex;align-items:center;gap:1rem}.video-download__testimonials .testimonial__avatar{flex-shrink:0}.video-download__testimonials .testimonial__avatar img{width:48px;height:48px;border-radius:50%;border:2px solid rgba(59,130,246,.2);object-fit:cover}.video-download__testimonials .testimonial:first-child .testimonial__avatar img{border-color:rgba(59,130,246,.3)}.video-download__testimonials .testimonial:nth-child(2) .testimonial__avatar img{border-color:rgba(139,92,246,.3)}.video-download__testimonials .testimonial:nth-child(3) .testimonial__avatar img{border-color:rgba(16,185,129,.3)}.video-download__testimonials .testimonial__author-info{flex:1}.video-download__testimonials .testimonial__author-name{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem 0}.video-download__testimonials .testimonial__author-title{font-size:.875rem;color:#9ca3af;margin:0}.video-download__testimonials .testimonial:first-child:hover .testimonial__author-title{color:#60a5fa}.video-download__testimonials .testimonial:nth-child(2):hover .testimonial__author-title{color:#a78bfa}.video-download__testimonials .testimonial:nth-child(3):hover .testimonial__author-title{color:#34d399}.video-download__faq{background-color:#000;padding-top:4rem;padding-bottom:4rem;position:relative}.video-download__faq::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.05) 0,transparent 50%),radial-gradient(circle at 70% 50%,rgba(168,85,247,.05) 0,transparent 50%);pointer-events:none;z-index:0}.video-download__faq .content{position:relative;z-index:1;max-width:76rem;margin:0 auto;padding:0 2rem}.video-download__faq .header{text-align:center;margin-bottom:3rem}.video-download__faq .title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.video-download__faq .title__highlight{background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.video-download__faq .subtitle{font-size:1.25rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.video-download__faq .faq-wrapper{max-width:56rem;margin:0 auto}.video-download__faq .faq-list{display:flex;flex-direction:column;gap:1rem}.video-download__faq .faq{background:linear-gradient(145deg,#000 60%,#111827 100%);border:1px solid #374151;border-radius:1rem;padding:1.5rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2)}.video-download__faq .faq:hover{border-color:#4b5563;background:linear-gradient(145deg,#111827,#1f2937);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.video-download__faq .faq__button{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:0 0;border:none;padding:0;cursor:pointer;transition:all .3s ease;outline:0}.video-download__faq .faq__button:focus{outline:0}.video-download__faq .faq__button:hover .faq__question{color:#60a5fa}.video-download__faq .faq__question{font-size:1.125rem;font-weight:600;color:#fff;margin:0;flex:1;margin-right:1rem;text-align:left;transition:color .3s ease}.video-download__faq .faq__icon{width:1.5rem;height:1.5rem;color:#9ca3af;transition:all .3s ease;flex-shrink:0}.video-download__faq .faq__icon--rotated{transform:rotate(180deg);color:#60a5fa}.video-download__faq .faq__answer{margin-top:1rem;padding-top:1rem;border-top:1px solid #374151;transition:all .3s ease}.video-download__faq .faq__text{color:#d1d5db;font-size:1rem;line-height:1.6;margin:0}.video-download__faq .faq:hover .faq__question{color:#e5e7eb}@media (max-width:768px){.video-download .container{padding-left:1rem;padding-right:1rem}.video-download__hero{padding-top:5rem;padding-bottom:1rem}.video-download__hero .title{font-size:1.75rem;margin-bottom:.75rem;line-height:1.2}.video-download__hero .subtitle{font-size:1rem;line-height:1.6;padding:0 1rem}.video-download__function{padding-top:1rem;padding-bottom:1rem}.video-download__function .input{padding:1.5rem;margin:0}.video-download__function .input:hover{border-color:#4b5563;background:linear-gradient(145deg,rgba(0,0,0,.8),rgba(17,24,39,.9));transform:none;box-shadow:0 8px 32px rgba(0,0,0,.4)}.video-download__function .input:hover .input__icon svg{transform:none;filter:drop-shadow(0 4px 8px rgba(59, 130, 246, .3))}.video-download__function .input__icon{margin-bottom:.5rem}.video-download__function .input__icon svg{width:4rem;height:4rem}.video-download__function .input__title{font-size:1.25rem;margin-bottom:.5rem}.video-download__function .input__form-wrapper{max-width:100%}.video-download__function .input__form{gap:1rem}.video-download__function .input__field{font-size:1rem;padding:.875rem}.video-download__function .input__button{padding:.875rem 2rem;font-size:.875rem;min-width:auto;width:100%;background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);color:#fff;border:none;cursor:pointer;border-radius:.75rem;display:flex;align-items:center;justify-content:center;outline:0;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgba(59,130,246,.4)}.video-download__function .input__button:hover{background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);transform:none;box-shadow:0 4px 12px rgba(59,130,246,.4)}.video-download__function .input__button:disabled{background:#4b5563;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}.video-download__function .input__button:disabled:hover{background:#4b5563;transform:none;box-shadow:none}.video-download__function .input__help{margin-top:0}.video-download__how-to-use{padding-top:2rem;padding-bottom:2rem}.video-download__how-to-use .header{margin-bottom:1rem;padding:0 1rem}.video-download__how-to-use .title{font-size:1.75rem;margin-bottom:1rem}.video-download__how-to-use .subtitle{font-size:1rem;line-height:1.5}.video-download__how-to-use .steps{grid-template-columns:1fr;gap:1rem;padding:0}.video-download__how-to-use .step__card{padding:1.5rem}.video-download__how-to-use .step:first-child .step__card:hover,.video-download__how-to-use .step:nth-child(2) .step__card:hover,.video-download__how-to-use .step:nth-child(3) .step__card:hover{border-color:#374151;transform:none;box-shadow:0 4px 12px rgba(0,0,0,.5)}.video-download__how-to-use .step:first-child .step__card:hover .step__title,.video-download__how-to-use .step:nth-child(2) .step__card:hover .step__title,.video-download__how-to-use .step:nth-child(3) .step__card:hover .step__title{color:#fff}.video-download__how-to-use .step__number{width:3.5rem;height:3.5rem;font-size:1.25rem;margin-bottom:1rem}.video-download__how-to-use .step__title{font-size:1.25rem;margin-bottom:.75rem}.video-download__how-to-use .step__description{font-size:.875rem;line-height:1.5;padding:0 .5rem}.video-download__features{padding-top:3rem;padding-bottom:3rem}.video-download__features .header{margin-bottom:2rem;padding:0 1rem}.video-download__features .title{font-size:1.75rem;margin-bottom:1rem}.video-download__features .subtitle{font-size:1rem;line-height:1.5}.video-download__features .features-grid{grid-template-columns:1fr;gap:1.5rem}.video-download__features .feature__card{padding:1.5rem;border-radius:1rem}.video-download__features .feature__icon{margin-bottom:1rem}.video-download__features .feature__icon-svg{width:2.5rem;height:2.5rem}.video-download__features .feature__title{font-size:1.125rem;margin-bottom:.75rem}.video-download__features .feature__description{font-size:.9375rem;line-height:1.5}.video-download__features .feature:first-child .feature__card:hover,.video-download__features .feature:nth-child(2) .feature__card:hover,.video-download__features .feature:nth-child(3) .feature__card:hover,.video-download__features .feature:nth-child(4) .feature__card:hover,.video-download__features .feature:nth-child(5) .feature__card:hover,.video-download__features .feature:nth-child(6) .feature__card:hover{border-color:#374151;transform:none;box-shadow:0 4px 12px rgba(0,0,0,.5)}.video-download__features .feature__card:hover .feature__icon-svg{transform:none}.video-download__features .feature:first-child:hover .feature__title,.video-download__features .feature:nth-child(2):hover .feature__title,.video-download__features .feature:nth-child(3):hover .feature__title,.video-download__features .feature:nth-child(4):hover .feature__title,.video-download__features .feature:nth-child(5):hover .feature__title,.video-download__features .feature:nth-child(6):hover .feature__title{color:#fff}.video-download__function .video-info__container{margin:0}.video-download__function .video-info__header{padding:1.25rem}.video-download__function .video-info__header-title{font-size:1.25rem;margin-bottom:.25rem}.video-download__function .video-info__header-subtitle{font-size:.8125rem}.video-download__function .video-info__content{padding:1.25rem}.video-download__function .video-info__meta{gap:1rem}.video-download__function .video-info__thumbnail-wrapper{max-width:10rem}.video-download__function .video-info__title{font-size:1.125rem;margin-bottom:.5rem}.video-download__function .video-info__metadata-term,.video-download__function .video-info__metadata-value{font-size:.8125rem}.video-download__function .video-info__metadata-tag{font-size:.6875rem;padding:.0625rem .375rem}.video-download__function .video-info__formats-section{padding:0 1.25rem}.video-download__function .video-info__formats-title{font-size:1rem;margin-bottom:.75rem}.video-download__function .video-info__formats{gap:.5rem}.video-download__function .video-info__format-item{padding:.75rem}.video-download__function .video-info__format-item:hover{background:#1f2937;transform:none;box-shadow:none}.video-download__function .video-info__format-header{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem;text-align:left;align-items:center}.video-download__function .video-info__format-tags{grid-column:1/-1;margin-bottom:.25rem}.video-download__function .video-info__format-resolution{grid-column:1}.video-download__function .video-info__format-quality{grid-column:2}.video-download__function .video-info__format-ext{grid-column:1}.video-download__function .video-info__format-size{grid-column:2}.video-download__function .video-info__format-actions{grid-column:1/-1;margin-top:.25rem}.video-download__function .video-info__format-download-btn{padding:.5rem .75rem;font-size:.8125rem;width:100%;text-align:center}.video-download__function .video-info__format-download-btn:hover{background:#059669;color:#fff}.video-download__testimonials{padding-top:3rem;padding-bottom:3rem}.video-download__testimonials .header{margin-bottom:2rem;padding:0 1rem}.video-download__testimonials .title{font-size:1.75rem;margin-bottom:1rem}.video-download__testimonials .subtitle{font-size:1rem;line-height:1.5}.video-download__testimonials .testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.video-download__testimonials .testimonial__card{border-radius:1rem}.video-download__testimonials .testimonial__content{padding:1.5rem}.video-download__testimonials .testimonial__quote p{font-size:.9375rem;line-height:1.6}.video-download__testimonials .testimonial__footer{padding:1rem 1.5rem}.video-download__testimonials .testimonial__avatar img{width:40px;height:40px}.video-download__testimonials .testimonial__author-name{font-size:.9375rem}.video-download__testimonials .testimonial__author-title{font-size:.8125rem}.video-download__testimonials .testimonial:first-child .testimonial__card:hover,.video-download__testimonials .testimonial:nth-child(2) .testimonial__card:hover,.video-download__testimonials .testimonial:nth-child(3) .testimonial__card:hover{border-color:#374151;transform:none;box-shadow:0 4px 12px rgba(0,0,0,.5)}.video-download__testimonials .testimonial:first-child:hover .testimonial__author-title,.video-download__testimonials .testimonial:nth-child(2):hover .testimonial__author-title,.video-download__testimonials .testimonial:nth-child(3):hover .testimonial__author-title{color:#9ca3af}.video-download__faq{padding-top:0;padding-bottom:1rem}.video-download__faq .content{padding:0}.video-download__faq .header{margin-bottom:1rem}.video-download__faq .title{font-size:1.75rem;margin-bottom:.75rem}.video-download__faq .subtitle{font-size:1rem;line-height:1.5}.video-download__faq .faq-wrapper{max-width:100%}.video-download__faq .faq{padding:1.25rem;margin:0}.video-download__faq .faq:hover{border-color:#374151;background:linear-gradient(145deg,#000 60%,#111827 100%);transform:none;box-shadow:0 4px 12px rgba(0,0,0,.2)}.video-download__faq .faq__button:hover .faq__question{color:#fff}.video-download__faq .faq:hover .faq__question{color:#fff}.video-download__faq .faq__question{font-size:1rem;margin-right:.75rem}.video-download__faq .faq__icon{width:1.25rem;height:1.25rem}.video-download__faq .faq__text{font-size:.875rem;line-height:1.5}.video-download__notification,.video-download__status-message{margin:0 .5rem;padding:.875rem}.video-download__notification-text,.video-download__status-text{font-size:.875rem}.video-download__function .video-info__dialog{max-width:calc(100vw - 2rem);margin:1rem;padding:1.25rem}.video-download__function .video-info__dialog-title{font-size:1rem}.video-download__function .video-info__dialog-options-list,.video-download__function .video-info__dialog-options-title,.video-download__function .video-info__dialog-subtitle{font-size:.8125rem}.video-download__function .video-info__dialog-button{font-size:.8125rem;padding:.625rem .875rem}.video-download__function .video-info__instructions{margin:1.25rem;padding:.875rem}.video-download__function .video-info__instructions-icon{display:none}.video-download__function .video-info__instructions-content{gap:0}.video-download__function .video-info__instructions-title{font-size:.875rem}.video-download__function .video-info__instructions-list{font-size:.8125rem}.video-download__function .video-info__helper-tip{padding:.875rem}.video-download__function .video-info__helper-tip-message{font-size:.8125rem}}.video-download .error-section,.video-download .video-download__status.error-section{background:#111827;border-radius:1rem;padding:3rem 2rem;margin:2rem 0;box-shadow:0 8px 32px rgba(0,0,0,.3)}.video-download .error-section .error-content{max-width:550px;margin:0 auto;text-align:center}.video-download .error-section .error__icon{display:flex!important;justify-content:center;align-items:center;margin-bottom:1rem}.video-download .error-section .error__icon i,.video-download .error-section .error__icon svg,.video-download .video-download__status.error-section .error__icon i,.video-download .video-download__status.error-section .error__icon svg{width:3rem;height:3rem;font-size:3rem;color:#f59e0b;display:inline-block}.video-download .error-section .error__icon svg,.video-download .video-download__status.error-section .error__icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.video-download .error-section .error__title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.video-download .error-section .error__message{color:#9ca3af;margin-bottom:2rem;line-height:1.6;font-size:1rem}.video-download .error-section .error__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-download .error-section{animation:fadeInUp .5s ease-out}.video-download .error-section .error__icon{animation:shake .5s ease-in-out}.video-download .error-section .garden-btn,.video-download .garden-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;line-height:1.5}.video-download .error-section .garden-btn--primary,.video-download .garden-btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.video-download .error-section .garden-btn--primary:hover,.video-download .garden-btn--primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.video-download .error-section .garden-btn--success,.video-download .garden-btn--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.video-download .error-section .garden-btn--success:hover,.video-download .garden-btn--success:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.video-download .error-section .garden-btn--secondary,.video-download .garden-btn--secondary{background:#374151;color:#d1d5db}.video-download .error-section .garden-btn--secondary:hover,.video-download .garden-btn--secondary:hover{background:#4b5563;transform:translateY(-2px)}.video-download .error-section .garden-btn:active,.video-download .garden-btn:active{transform:translateY(0)}.video-download .error-section .garden-btn:disabled,.video-download .garden-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.video-download .error-section .rate-limit-login-btn,.video-download .error-section .rate-limit-recharge-link{min-width:200px}.video-download .error-section .rate-limit-recharge-link{display:inline-flex}@media (max-width:768px){.video-download .error-section,.video-download .video-download__status.error-section{padding:2rem 1.5rem;margin:1.5rem 0}.video-download .error-section .error__icon i,.video-download .error-section .error__icon svg{width:2.5rem;height:2.5rem;font-size:2.5rem}.video-download .error-section .error__title{font-size:1.25rem;margin-bottom:.75rem}.video-download .error-section .error__message{font-size:.875rem;margin-bottom:1.5rem}.video-download .error-section .error__actions{flex-direction:column;gap:.75rem}.video-download .error-section .garden-btn{width:100%;padding:.75rem 1.5rem;font-size:.875rem}.video-download .error-section .rate-limit-login-btn,.video-download .error-section .rate-limit-recharge-link{min-width:auto;width:100%}}