*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#e8eaf6);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.7}*{word-wrap:break-word;overflow-wrap:break-word}a,button{transition:all .3s ease}:focus-visible{outline:2px solid #667eea;outline-offset:2px}.App{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.App>*{max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}@media (max-width:1440px){html{font-size:16px}}@media (max-width:1024px){html{font-size:15px}}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:13px}}body{overflow-x:hidden}img{display:block}iframe,img,video{height:auto;max-width:100%}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #667eea4d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:.75rem;text-decoration:none;transition:transform .3s ease;z-index:1001}.logo:hover{transform:scale(1.05)}.logo-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000026;display:flex;height:45px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:45px}.logo-icon:before{background:#667eea1a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease;width:0}.logo:hover .logo-icon:before{height:100%;width:100%}.logo:hover .logo-icon{box-shadow:0 6px 20px #667eea4d;transform:rotate(5deg) scale(1.05)}.download-icon{animation:downloadBounce 2s ease-in-out infinite;color:#667eea;height:26px;position:relative;width:26px;z-index:1}@keyframes downloadBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.logo:hover .download-icon{animation:downloadPulse .6s ease;color:#764ba2}@keyframes downloadPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.logo-star{color:#667eea;font-size:24px;font-weight:700}.logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-between;padding:0;transition:all .3s ease;width:30px;z-index:1001}.hamburger-line{background:#fff;border-radius:3px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger.active .hamburger-line:first-child{transform:translateY(10.5px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.nav{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center}.nav-overlay{display:none}.nav-content{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:after{background:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-link:hover{opacity:.9}.nav-link.active{font-weight:700}.nav-link.active:after{width:100%}.download-app-btn{background:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#7c3aed;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.download-app-btn:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}@media (max-width:1024px){.header-container{padding:0 1.5rem}.nav-content{gap:1.5rem}.nav-link{font-size:.9rem}}@media (max-width:768px){.header{padding:.75rem 0}.header-container{padding:0 1rem}.logo{gap:.5rem}.logo-icon{height:40px;width:40px}.download-icon{height:23px;width:23px}.logo-text{font-size:1.3rem}.hamburger{display:flex}.nav{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:-5px 0 20px #0000004d;height:100vh;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);width:280px;z-index:999}.nav.mobile-open{right:0}.nav-overlay{background:#00000080;display:block;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100vw;z-index:-1}.nav.mobile-open .nav-overlay{opacity:1;pointer-events:auto;visibility:visible}.nav-content{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;gap:0;height:100%;overflow-y:auto;padding:80px 30px 30px;position:relative;z-index:1}.nav-link{-webkit-tap-highlight-color:transparent;align-items:center;border-bottom:1px solid #ffffff1a;cursor:pointer;display:flex;font-size:1.1rem;gap:.75rem;padding:1rem;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:100%}.nav-icon{display:inline-block;font-size:1.3rem;min-width:24px}.nav-link:hover{background:#ffffff26;padding-left:1.5rem}.nav-link:active{background:#ffffff40}.nav-link:after{display:none}.nav-link.active{background:#fff3;font-weight:600}}@media (max-width:480px){.header-container{padding:0 .75rem}.logo-icon{height:36px;width:36px}.download-icon{height:21px;width:21px}.logo-text{font-size:1.2rem}.hamburger{height:22px;width:28px}.hamburger-line{height:2.5px}.nav{width:260px}.nav-content{padding:70px 25px 25px}.nav-link{font-size:1rem;padding:.9rem 0}}@media (max-width:360px){.header-container{padding:0 .5rem}.logo-icon{height:34px;width:34px}.download-icon{height:20px;width:20px}.logo-text{font-size:1.1rem}.hamburger{height:20px;width:26px}.nav{width:240px}.nav-content{padding:65px 20px 20px}.nav-link{font-size:.95rem;padding:.85rem 0}}body.menu-open{overflow:hidden;position:fixed;width:100%}@media (max-width:768px){.nav-link{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.hamburger,.nav-link{touch-action:manipulation}.hamburger,.nav-overlay{-webkit-tap-highlight-color:transparent}}.footer{background:linear-gradient(135deg,#2d1b69,#5b21b6);color:#fff;padding:3rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.footer-link{color:#fff;font-size:.95rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:after{background:#fff;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-link:hover:after{width:100%}.footer-info{margin-bottom:2rem;text-align:center}.disclaimer{font-size:.9rem;margin-bottom:.5rem;opacity:.9}.credits{font-size:.85rem;opacity:.8}.footer-bottom{align-items:center;border-top:1px solid #fff3;display:flex;justify-content:space-between;padding-top:2rem}.footer-bottom p{font-size:.85rem;opacity:.8}.language-selector{align-items:center;background:#ffffff1a;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.language-selector:hover{background:#fff3}.dropdown-icon{font-size:.75rem}@media (max-width:1024px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-links{gap:1.5rem}}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-links{align-items:center;flex-direction:column;gap:1rem}.footer-link{font-size:.9rem}.footer-info{margin-bottom:1.5rem}.disclaimer{font-size:.85rem}.credits{font-size:.8rem}.footer-bottom{flex-direction:column;gap:1rem;padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.8rem}.language-selector{font-size:.85rem;padding:.4rem .8rem}}@media (max-width:480px){.footer{padding:1.5rem .75rem 1rem}.footer-links{gap:.8rem}.footer-link{font-size:.85rem}.disclaimer{font-size:.8rem}.credits{font-size:.75rem}}@media (max-width:360px){.footer-link{font-size:.8rem}.credits,.disclaimer{font-size:.75rem}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:5rem 2rem 6rem;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{margin:0 auto;max-width:900px;position:relative;z-index:1}.hero-title{animation:fadeInUp .8s ease;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 20px #00000026}.hero-subtitle{animation:fadeInUp .9s ease;color:#fffffff2;font-size:1.3rem;font-weight:500;letter-spacing:.01em;line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:700px;text-shadow:0 1px 10px #0000001a}.download-form{align-items:center;animation:fadeInUp 1s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000040,0 0 0 1px #ffffff1a;display:flex;gap:1rem;margin-top:2.5rem;padding:1.2rem;transition:all .3s ease}.download-form:hover{box-shadow:0 25px 70px #0000004d,0 0 0 1px #ffffff26;transform:translateY(-2px)}.url-input{background:#f8f9fa;border:none;border-radius:14px;color:#333;flex:1 1;font-size:1.05rem;font-weight:500;letter-spacing:.01em;padding:1.1rem 1.8rem;transition:all .3s ease}.url-input:focus{background:#e9ecef;box-shadow:0 0 0 3px #667eea1a;outline:none}.url-input::placeholder{color:#adb5bd;font-weight:400}.paste-btn{align-items:center;background:#667eea1a;border:2px solid #667eea;border-radius:14px;color:#667eea;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:.5rem;letter-spacing:.02em;padding:.85rem 1.8rem;transition:all .3s ease}.paste-btn:hover{background:#667eea;box-shadow:0 4px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.download-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;box-shadow:0 6px 20px #667eea66;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:700;letter-spacing:.02em;overflow:hidden;padding:1.1rem 3rem;position:relative;transition:all .3s ease}.download-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.download-btn:hover:before{left:100%}.download-btn:hover{box-shadow:0 10px 30px #667eea80;transform:translateY(-3px)}.download-btn:disabled,.paste-btn:disabled{cursor:not-allowed;opacity:.6}.spinner{border:4px solid #ffffff4d;border-top-color:#fff}.error-message{animation:fadeInUp .5s ease,shake .5s ease;background:#fee2e2f2;border:2px solid #dc262633;border-radius:14px;box-shadow:0 4px 15px #dc262626;font-size:1rem;font-weight:600;letter-spacing:.01em;margin-top:1.5rem;padding:1.2rem 1.8rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media (min-width:1440px){.hero-container{max-width:1000px}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.4rem}}@media (max-width:1024px){.hero{padding:4rem 1.5rem 5rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}}@media (max-width:768px){.hero{padding:3.5rem 1.5rem 4.5rem}.hero-title{font-size:2.5rem;margin-bottom:.8rem}.hero-subtitle{font-size:1.15rem;margin-bottom:1.2rem}.download-form{flex-direction:column;gap:.8rem;padding:1rem}.download-btn,.paste-btn,.url-input{font-size:1rem;padding:1rem 1.5rem;width:100%}}@media (max-width:640px){.hero{padding:3rem 1.25rem 4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.05rem}}@media (max-width:480px){.hero{padding:2.5rem 1rem 3.5rem}.hero-title{font-size:1.8rem;margin-bottom:.7rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.download-form{border-radius:16px;padding:.9rem}.download-btn,.paste-btn,.url-input{border-radius:12px;font-size:.95rem;padding:.9rem 1.2rem}}@media (max-width:360px){.hero{padding:2rem .75rem 3rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.95rem}.download-form{padding:.8rem}.download-btn,.paste-btn,.url-input{font-size:.9rem;padding:.8rem 1rem}}.seo-content-section{animation:fadeInUp .8s ease-out;margin:60px auto 0;max-width:1200px;padding:0 20px}.seo-intro{animation:fadeIn .8s ease-out;margin-bottom:40px;text-align:center}.seo-intro h2{color:#fff;font-size:2rem;font-weight:800;margin-bottom:15px}.seo-intro p{color:#fffffff2;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px}.seo-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.seo-card{animation:slideIn .6s ease-out backwards;background:#fffffff2;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:30px;transition:all .3s ease}.seo-card:first-child{animation-delay:.1s}.seo-card:nth-child(2){animation-delay:.2s}.seo-card:nth-child(3){animation-delay:.3s}.seo-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.seo-card-icon{display:block;font-size:2.5rem;margin-bottom:15px}.seo-card h3{color:#7c3aed;font-size:1.4rem;font-weight:700;margin-bottom:15px}.seo-card p{color:#555;font-size:1rem;line-height:1.7;margin:0}.seo-features-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.seo-feature-item{animation:popIn .5s ease-out backwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;color:#fff;padding:20px;text-align:center;transition:all .3s ease}.seo-feature-item:first-child{animation-delay:.1s}.seo-feature-item:nth-child(2){animation-delay:.2s}.seo-feature-item:nth-child(3){animation-delay:.3s}.seo-feature-item:nth-child(4){animation-delay:.4s}.seo-feature-item:hover{background:#ffffff40;box-shadow:0 8px 25px #0003;transform:scale(1.05)}.seo-feature-item h4{font-size:1.1rem;font-weight:700;margin-bottom:8px}.seo-feature-item p{font-size:.9rem;margin:0;opacity:.95}.seo-keywords{animation:fadeInUp 1s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;margin-top:50px;padding:30px;text-align:center}.seo-keywords h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:15px}.keyword-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.keyword-tag{animation:fadeIn .5s ease-out backwards;background:#fffffff2;border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#7c3aed;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.keyword-tag:first-child{animation-delay:.1s}.keyword-tag:nth-child(2){animation-delay:.15s}.keyword-tag:nth-child(3){animation-delay:.2s}.keyword-tag:nth-child(4){animation-delay:.25s}.keyword-tag:nth-child(5){animation-delay:.3s}.keyword-tag:nth-child(6){animation-delay:.35s}.keyword-tag:nth-child(7){animation-delay:.4s}.keyword-tag:nth-child(8){animation-delay:.45s}.keyword-tag:hover{background:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-3px)}@media (max-width:768px){.seo-content-section{margin-top:40px}.seo-intro h2{font-size:1.6rem}.seo-intro p{font-size:1rem}.seo-grid{gap:20px;grid-template-columns:1fr}.seo-card{padding:20px}.seo-card h3{font-size:1.2rem}.seo-features-list{gap:15px;grid-template-columns:1fr}.seo-keywords{padding:20px}.keyword-tags{gap:8px}.keyword-tag{font-size:.85rem;padding:6px 12px}}.tutorial-section{animation:fadeInUp .8s ease-out;margin:60px auto 0;max-width:1200px;padding:0 20px}.tutorial-container{background:#fffffffa;border-radius:20px;box-shadow:0 10px 40px #00000026;padding:50px 40px}.tutorial-title{color:#1f2937;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.tutorial-intro{color:#6b7280;font-size:1.15rem;font-weight:400;line-height:1.8;margin:0 auto 3rem;max-width:900px;text-align:center}.tutorial-screenshots{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.screenshot-item{animation:fadeInUp .6s ease-out backwards;display:flex;flex-direction:column;gap:20px}.screenshot-item:first-child{animation-delay:.1s}.screenshot-item:nth-child(2){animation-delay:.2s}.screenshot-item:nth-child(3){animation-delay:.3s}.screenshot-wrapper{aspect-ratio:16/10;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 30px #0000001f;overflow:hidden;position:relative;transition:all .3s ease;width:100%}.screenshot-wrapper:hover{border-color:#667eea;box-shadow:0 12px 40px #667eea33;transform:translateY(-5px)}.screenshot-image{display:block;height:100%;object-fit:cover;width:100%}.screenshot-description{padding:0 10px;text-align:center}.step-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 4px 15px #667eea4d;color:#fff;display:inline-block;font-size:.95rem;font-weight:700;margin-bottom:12px;padding:8px 20px}.screenshot-description p{color:#4b5563;font-size:1rem;font-weight:400;line-height:1.7;margin:0}@media (max-width:1024px){.tutorial-screenshots{gap:25px}.tutorial-intro{font-size:1.1rem}}@media (max-width:768px){.tutorial-section{margin-top:40px}.tutorial-container{padding:35px 25px}.tutorial-title{font-size:2rem;margin-bottom:.8rem}.tutorial-intro{font-size:1.05rem;margin-bottom:2rem}.tutorial-screenshots{gap:35px;grid-template-columns:1fr}.screenshot-description p{font-size:.95rem}}@media (max-width:480px){.tutorial-section{margin-top:30px;padding:0 10px}.tutorial-container{border-radius:16px;padding:30px 20px}.tutorial-title{font-size:1.7rem;margin-bottom:.7rem}.tutorial-intro{font-size:1rem;margin-bottom:1.5rem}.tutorial-screenshots{gap:30px}.step-badge{padding:6px 16px}.screenshot-description p,.step-badge{font-size:.9rem}}.video-result{animation:slideIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;margin-top:2rem;padding:2rem}.video-result-header{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:2rem}.video-thumbnail{border-radius:12px;box-shadow:0 4px 15px #0000001a;height:160px;object-fit:cover;width:120px}.video-info{flex:1 1}.author-section{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.author-avatar{border:3px solid #7c3aed;border-radius:50%;height:50px;object-fit:cover;width:50px}.author-name{color:#2d1b69;font-size:1.1rem;font-weight:700}.video-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.video-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.meta-tag{background:#f3f4f6;border-radius:8px;color:#6b7280;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.download-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.download-option{align-items:center;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:12px;box-shadow:0 4px 15px #7c3aed4d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease}.download-option:hover{box-shadow:0 6px 25px #7c3aed66;transform:translateY(-3px)}.download-option.secondary{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.download-option.music{background:linear-gradient(135deg,#ec4899,#f472b6)}.loading-spinner{align-items:center;display:flex;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#7c3aed;height:50px;width:50px}.error-message{background:#fee2e2;border-radius:12px;color:#dc2626;font-weight:500;margin-top:1rem;padding:1rem 1.5rem;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.video-result{border-radius:14px;margin-top:1.5rem;padding:1.5rem}.video-result-header{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.video-thumbnail{height:200px;width:100%}.author-section{gap:.85rem;margin-bottom:.85rem}.author-avatar{height:45px;width:45px}.author-name{font-size:1.05rem}.video-description{font-size:.9rem}.video-meta{gap:.85rem;margin-bottom:1.25rem}.meta-tag{font-size:.8rem;padding:.45rem .9rem}.download-options{gap:.85rem;grid-template-columns:1fr}.download-option{font-size:.95rem;padding:.9rem 1.25rem}}@media (max-width:480px){.video-result{border-radius:12px;margin-top:1.25rem;padding:1.25rem}.video-result-header{gap:1rem;margin-bottom:1.25rem}.video-thumbnail{border-radius:10px;height:180px}.author-section{gap:.75rem;margin-bottom:.75rem}.author-avatar{border-width:2px;height:40px;width:40px}.author-name{font-size:1rem}.video-description{font-size:.85rem;line-height:1.5}.video-meta{gap:.75rem;margin-bottom:1rem}.meta-tag{border-radius:6px;font-size:.75rem;padding:.4rem .8rem}.download-options{gap:.75rem}.download-option{border-radius:10px;font-size:.9rem;padding:.85rem 1rem}}@media (max-width:360px){.video-result{margin-top:1rem;padding:1rem}.video-result-header{gap:.85rem;margin-bottom:1rem}.video-thumbnail{height:160px}.author-section{gap:.6rem}.author-avatar{height:36px;width:36px}.author-name{font-size:.95rem}.video-description{font-size:.8rem}.meta-tag{font-size:.7rem;padding:.35rem .7rem}.download-option{font-size:.85rem;padding:.8rem .9rem}}.platform-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.platform-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.platform-badge:hover{background:#ffffff4d;transform:translateY(-2px)}.platform-badge.active{background:#fffffff2;color:#7c3aed;cursor:pointer}.platform-badge.selected{background:#fff;box-shadow:0 4px 15px #7c3aed66;color:#7c3aed;transform:scale(1.05)}.platform-badge.coming-soon{cursor:not-allowed;opacity:.6}.platform-icon{font-size:1.2rem}.badge-label{align-items:flex-start;display:flex;flex-direction:column}.badge-name{font-weight:600}.badge-status{font-size:.7rem;opacity:.8}@media (max-width:768px){.platform-badges{gap:.8rem}.platform-badge{font-size:.88rem;padding:.45rem .9rem}.platform-icon{font-size:1.1rem}}@media (max-width:640px){.platform-badges{gap:.6rem}.platform-badge{font-size:.85rem;padding:.4rem .8rem}.platform-icon{font-size:1rem}}@media (max-width:480px){.platform-badges{gap:.5rem;margin-top:1.2rem}.platform-badge{font-size:.8rem;padding:.35rem .7rem}.platform-icon{font-size:.95rem}.badge-name{font-size:.8rem}.badge-status{font-size:.65rem}}@media (max-width:360px){.platform-badges{gap:.4rem}.platform-badge{font-size:.75rem;padding:.3rem .6rem}.platform-icon{font-size:.9rem}}.home-content{background:#fff;width:100%}.content-section{animation:fadeIn .8s ease-out;padding:80px 20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.section-container{margin:0 auto;max-width:1200px}.section-title{animation:slideDown .6s ease-out;color:#1f2937;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.section-subtitle{animation:slideDown .7s ease-out;color:#6b7280;font-size:1.2rem;font-weight:400;line-height:1.6;margin-bottom:3rem;text-align:center}.best-downloader-section{background:linear-gradient(180deg,#f9fafb 0,#fff)}.best-downloader-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.downloader-card{animation:slideUp .6s ease-out backwards;background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:35px;text-align:center;transition:all .3s ease}.downloader-card:first-child{animation-delay:.1s}.downloader-card:nth-child(2){animation-delay:.2s}.downloader-card:nth-child(3){animation-delay:.3s}.downloader-card:hover{border-color:#667eea;box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.downloader-icon{display:block;font-size:3rem;margin-bottom:20px}.downloader-card h3{color:#1f2937;font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin-bottom:15px}.downloader-card p{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.feature-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:50px}.feature-list-item{animation:popIn .5s ease-out backwards;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;padding:25px;text-align:center;transition:all .3s ease}.feature-list-item:first-child{animation-delay:.1s}.feature-list-item:nth-child(2){animation-delay:.2s}.feature-list-item:nth-child(3){animation-delay:.3s}.feature-list-item:nth-child(4){animation-delay:.4s}.feature-list-item:hover{box-shadow:0 8px 25px #667eea4d;transform:scale(1.05)}.feature-list-item h4{font-size:1.1rem;font-weight:700;margin-bottom:8px}.feature-list-item p{font-size:.9rem;margin:0;opacity:.95}.steps-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.step-card{animation:popIn .6s ease-out backwards;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:30px;transition:all .3s ease}.step-card:first-child{animation-delay:.1s}.step-card:nth-child(2){animation-delay:.2s}.step-card:nth-child(3){animation-delay:.3s}.step-card:nth-child(4){animation-delay:.4s}@keyframes popIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.step-card:hover{border-color:#667eea;box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;font-weight:800;margin-bottom:20px}.step-content h3{color:#1f2937;font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin-bottom:12px}.step-content p{line-height:1.7}.features-section{background:#fff}.features-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.feature-card{animation:slideUp .6s ease-out backwards;background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e5e7eb;border-radius:16px;padding:35px;text-align:center;transition:all .3s ease}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card:hover{background:#fff;border-color:#667eea;box-shadow:0 12px 40px #667eea26;transform:translateY(-8px)}.feature-icon{animation:bounce 2s ease-in-out infinite;display:block;margin-bottom:20px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-card:hover .feature-icon{animation:none;transform:scale(1.2);transition:transform .3s ease}.feature-card h3{color:#1f2937;font-size:1.3rem;font-weight:700;letter-spacing:-.01em;margin-bottom:12px}.feature-card p{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.faq-section{background:linear-gradient(180deg,#fff 0,#f9fafb)}.faq-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:40px}.faq-item{animation:fadeInLeft .6s ease-out backwards;background:#fff;border-left:4px solid #667eea;border-radius:14px;box-shadow:0 2px 15px #0000000f;padding:30px;transition:all .3s ease}.faq-item:first-child{animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.15s}.faq-item:nth-child(3){animation-delay:.2s}.faq-item:nth-child(4){animation-delay:.25s}.faq-item:nth-child(5){animation-delay:.3s}.faq-item:nth-child(6){animation-delay:.35s}.faq-item:nth-child(7){animation-delay:.4s}.faq-item:nth-child(8){animation-delay:.45s}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.faq-item:hover{border-left-width:6px;box-shadow:0 8px 30px #667eea26;transform:translateX(8px)}.faq-item h3{color:#1f2937;font-size:1.2rem;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin-bottom:12px}.unlimited-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 20px}.unlimited-card{animation:scaleIn .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0003;padding:50px;text-align:center}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.unlimited-icon{animation:rotate 3s ease-in-out infinite;display:block;font-size:4rem;margin-bottom:20px}@keyframes rotate{0%,to{transform:rotate(0deg)}50%{transform:rotate(15deg)}}.unlimited-card h2{color:#1f2937;font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin-bottom:20px}.unlimited-card p{color:#4b5563;font-size:1.15rem;line-height:1.8;margin:0 auto;max-width:800px}@media (min-width:1440px){.section-container{max-width:1400px}.section-title{font-size:3rem}.section-subtitle{font-size:1.3rem}}@media (max-width:1024px){.content-section{padding:70px 20px}.section-title{font-size:2.3rem}.section-subtitle{font-size:1.15rem}.features-grid,.steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.content-section{padding:60px 15px}.section-title{font-size:2rem;margin-bottom:.8rem}.section-subtitle{font-size:1.1rem;margin-bottom:2rem}.best-downloader-grid,.faq-grid,.feature-list,.features-grid,.steps-grid{gap:20px;grid-template-columns:1fr}.downloader-card,.faq-item,.feature-card,.feature-list-item,.step-card{padding:25px}.step-number{font-size:1.5rem;height:50px;width:50px}.faq-item h3,.feature-card h3,.step-content h3{font-size:1.2rem}.faq-item p,.feature-card p,.step-content p{font-size:.95rem}.unlimited-card{padding:35px 25px}.unlimited-card h2{font-size:1.8rem}.unlimited-card p{font-size:1rem}}@media (max-width:640px){.content-section{padding:50px 12px}.section-title{font-size:1.8rem}.section-subtitle{font-size:1.05rem}.faq-item,.feature-card,.step-card{padding:20px}}@media (max-width:480px){.content-section{padding:40px 10px}.section-title{font-size:1.7rem}.section-subtitle{font-size:1rem;margin-bottom:1.5rem}.best-downloader-grid,.faq-grid,.feature-list,.features-grid,.steps-grid{gap:15px}.downloader-card,.feature-list-item{padding:20px}.downloader-icon{font-size:2.5rem}.downloader-card h3{font-size:1.2rem}.downloader-card p{font-size:.95rem}.faq-item,.feature-card,.step-card{padding:20px 15px}.step-number{font-size:1.3rem;height:45px;margin-bottom:15px;width:45px}.faq-item h3,.feature-card h3,.step-content h3{font-size:1.1rem;margin-bottom:10px}.faq-item p,.feature-card p,.step-content p{font-size:.9rem}.feature-icon{font-size:2.5rem;margin-bottom:15px}.unlimited-section{padding:50px 15px}.unlimited-card{padding:30px 20px}.unlimited-icon{font-size:3rem;margin-bottom:15px}.unlimited-card h2{font-size:1.6rem;margin-bottom:15px}.unlimited-card p{font-size:.95rem}}@media (max-width:360px){.content-section{padding:35px 8px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.95rem}.faq-item,.feature-card,.step-card{padding:18px 12px}.step-number{font-size:1.2rem;height:40px;width:40px}.faq-item h3,.feature-card h3,.step-content h3{font-size:1rem}.faq-item p,.feature-card p,.step-content p{font-size:.85rem}.feature-icon{font-size:2.2rem}.unlimited-card{padding:25px 15px}.unlimited-icon{font-size:2.5rem}.unlimited-card h2{font-size:1.4rem}.unlimited-card p{font-size:.9rem}}.about-section{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);min-height:100vh;padding:4rem 2rem}.about-container{margin:0 auto;max-width:1200px}.about-hero{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:24px;box-shadow:0 10px 40px #7c3aed4d;color:#fff;margin-bottom:4rem;padding:3rem 0;text-align:center}.about-title{animation:fadeInUp .8s ease;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.about-subtitle{animation:fadeInUp 1s ease;font-size:1.5rem;font-weight:400;opacity:.95}.about-content{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;padding:3rem}.content-block{margin-bottom:3rem}.content-block:last-child{margin-bottom:0}.content-block h2{color:#2d1b69;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.content-block p{color:#4b5563;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:2rem 0}.feature-item{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border:2px solid #0000;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-item:hover{border-color:#a855f7;box-shadow:0 10px 30px #7c3aed26;transform:translateY(-5px)}.feature-icon{display:inline-block;font-size:3rem;margin-bottom:1rem}.feature-item h3{color:#2d1b69;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-item p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.steps-list{margin:2rem 0}.step-item{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border-radius:16px;display:flex;gap:2rem;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.step-item:hover{box-shadow:0 6px 25px #7c3aed26;transform:translateX(10px)}.step-number{box-shadow:0 4px 15px #7c3aed66;font-size:1.8rem;height:60px;width:60px}.step-content h4{color:#2d1b69;font-size:1.5rem;font-weight:600}.step-content p{color:#6b7280;line-height:1.6}.benefits-list{list-style:none;margin:2rem 0;padding:0}.benefits-list li{color:#4b5563;font-size:1.1rem;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative}.benefits-list li:before{color:#7c3aed;content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.benefits-list li strong{color:#2d1b69;font-weight:600}.cta-block{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:24px;color:#fff;padding:3rem;text-align:center}.cta-block h2{color:#fff;margin-bottom:1rem}.cta-block p{color:#fffffff2;font-size:1.2rem}.cta-button{margin-top:1.5rem}@media (max-width:968px){.features-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.content-block h2{font-size:2rem}}@media (max-width:640px){.about-section{padding:2rem 1rem}.about-content{padding:2rem 1.5rem}.features-grid{gap:1rem;grid-template-columns:1fr}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.content-block h2{font-size:1.75rem}.content-block p{font-size:1rem}.step-item{flex-direction:column;gap:1rem}.step-number{font-size:1.5rem;height:50px;width:50px}.cta-block{padding:2rem 1.5rem}}.contact-section{min-height:100vh;padding:4rem 2rem}.contact-container{margin:0 auto;max-width:1200px}.contact-hero{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:24px;box-shadow:0 10px 40px #7c3aed4d;color:#fff;margin-bottom:4rem;padding:3rem 0;text-align:center}.contact-title{animation:fadeInUp .8s ease;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{animation:fadeInUp 1s ease;font-size:1.5rem;font-weight:400;opacity:.95}.contact-content{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;padding:3rem}.intro-block{margin-bottom:3rem;text-align:center}.intro-block h2{color:#2d1b69;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.intro-block p{color:#4b5563;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:900px}.support-categories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:4rem}.category-card{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border:2px solid #0000;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.category-card:hover{border-color:#a855f7;box-shadow:0 10px 30px #7c3aed26;transform:translateY(-5px)}.category-icon{font-size:3rem;margin-bottom:1rem}.category-card h3{color:#2d1b69;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.category-card p{color:#6b7280;font-size:1rem;line-height:1.6}.contact-form-section{margin-bottom:4rem}.contact-form-section h2{color:#2d1b69;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.form-description{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-align:center}.contact-form{margin:0 auto;max-width:800px}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{color:#2d1b69;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-button{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:12px;box-shadow:0 4px 15px #7c3aed66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1.25rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 6px 25px #7c3aed80;transform:translateY(-3px)}.common-issues{margin-bottom:4rem}.common-issues h2{color:#2d1b69;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.issues-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.issue-item{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border-radius:12px;padding:1.5rem;transition:all .3s ease}.issue-item:hover{box-shadow:0 6px 20px #7c3aed1a;transform:translateY(-3px)}.issue-item h4{color:#2d1b69;font-size:1.1rem;margin-bottom:.75rem}.issue-item p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.issue-item strong{color:#7c3aed;font-weight:600}.contact-faq{margin-bottom:4rem}.contact-faq h2{color:#2d1b69;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.faq-item{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border-radius:12px;margin-bottom:1rem;padding:1.5rem}.faq-item h4{color:#2d1b69;font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.faq-item p{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.privacy-note{align-items:flex-start;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:16px;color:#fff;display:flex;gap:2rem;margin-bottom:4rem;padding:2.5rem}.privacy-icon{flex-shrink:0;font-size:3rem}.privacy-content h3{font-size:1.8rem;margin-bottom:1rem}.privacy-content p{font-size:1.05rem;line-height:1.7;margin-bottom:1rem;opacity:.95}.privacy-content strong{font-weight:600}.alternative-contact{margin-bottom:4rem}.alternative-contact h2{color:#2d1b69;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.contact-methods{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.method-card{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.method-card:hover{box-shadow:0 10px 30px #7c3aed26;transform:translateY(-5px)}.method-icon{font-size:3rem;margin-bottom:1rem}.method-card h4{color:#2d1b69;font-size:1.3rem}.method-card h4,.method-card p{font-weight:600;margin-bottom:.5rem}.method-card p{color:#7c3aed;font-size:1.1rem}.response-time{color:#6b7280;display:block;font-size:.9rem}.contact-cta{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:24px;color:#fff;padding:3rem;text-align:center}.contact-cta h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.contact-cta p{color:#fffffff2;font-size:1.2rem;margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.support-categories{grid-template-columns:1fr}.issues-grid{grid-template-columns:repeat(2,1fr)}.contact-methods,.form-row{grid-template-columns:1fr}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.2rem}}@media (max-width:640px){.contact-section{padding:2rem 1rem}.contact-content{padding:2rem 1.5rem}.issues-grid{grid-template-columns:1fr}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.privacy-note{flex-direction:column;text-align:center}.alternative-contact h2,.common-issues h2,.contact-cta h2,.contact-faq h2,.contact-form-section h2,.intro-block h2{font-size:2rem}}.privacy-section{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);min-height:100vh;padding:4rem 2rem}.privacy-container{margin:0 auto;max-width:1000px}.privacy-hero{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:24px;box-shadow:0 10px 40px #7c3aed4d;color:#fff;margin-bottom:4rem;padding:3rem 2rem;text-align:center}.privacy-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.privacy-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95}.last-updated{font-size:1rem;opacity:.9}.privacy-content{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;padding:3rem}.policy-section{border-bottom:2px solid #f3f4f6;margin-bottom:3rem;padding-bottom:2rem}.policy-section:last-child{border-bottom:none}.policy-section h2{color:#2d1b69;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.policy-section h3{color:#7c3aed;font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem}.policy-section h4{color:#2d1b69;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.policy-section p{margin-bottom:1rem}.policy-section p,.policy-section ul{color:#4b5563;font-size:1.05rem;line-height:1.8}.policy-section ul{margin:1rem 0 1rem 2rem}.policy-section li{margin-bottom:.75rem}.policy-section strong{color:#2d1b69;font-weight:600}.highlight-section{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border:2px solid #a855f7;border-radius:16px;padding:2rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin:2rem 0}.info-item{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;padding:1.5rem}.info-item .icon{flex-shrink:0;font-size:2rem}.info-item h4{margin-bottom:.5rem}.info-item p{font-size:.95rem;margin:0}.process-steps{margin:2rem 0}.step{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border-radius:12px;display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.step-number{align-items:center;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;width:50px}.step-content h4{margin-bottom:.5rem}.step-content p{font-size:1rem;margin:0}.contact-section{background:linear-gradient(135deg,#f5f7fa,#e8eaf6);border-radius:16px;padding:2rem}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:2rem 0}.contact-method{background:#fff;border-radius:12px;display:flex;gap:1rem;padding:1.5rem}.contact-icon{flex-shrink:0;font-size:2.5rem}.contact-method h4{margin-bottom:.5rem}.contact-method p{color:#7c3aed;font-weight:600;margin:0}.summary-section{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:16px;color:#fff;padding:2.5rem}.summary-section h2{color:#fff;margin-bottom:1rem}.summary-section p{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.summary-item{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;gap:1rem;padding:1rem}.summary-icon{flex-shrink:0;font-size:1.5rem}.summary-item p{color:#fff;font-size:1rem;margin:0}.privacy-cta{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:24px;color:#fff;margin-top:3rem;padding:3rem;text-align:center}.privacy-cta h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.privacy-cta p{color:#fffffff2;font-size:1.2rem;margin-bottom:2rem}.cta-button{border-radius:12px;color:#7c3aed;padding:1rem 3rem}.cta-button:hover{box-shadow:0 6px 25px #0000004d}@media (max-width:768px){.privacy-section{padding:2rem 1rem}.privacy-content{padding:2rem 1.5rem}.privacy-title{font-size:2.5rem}.privacy-subtitle{font-size:1.2rem}.contact-info,.info-grid,.summary-grid{grid-template-columns:1fr}.policy-section h2{font-size:1.75rem}.policy-section h3{font-size:1.3rem}.step{flex-direction:column}}.terms-section{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:100px 20px 60px}.terms-container{margin:0 auto;max-width:900px}.terms-hero{color:#fff;margin-bottom:50px;text-align:center}.terms-title{font-size:3rem;font-weight:800;margin-bottom:15px;text-shadow:2px 2px 4px #0003}.terms-subtitle{font-size:1.3rem;margin-bottom:10px;opacity:.95}.terms-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:50px}.terms-block{border-bottom:1px solid #e0e0e0;margin-bottom:35px;padding-bottom:25px}.terms-block:last-child{border-bottom:none;margin-bottom:0}.terms-block h2{color:#667eea;font-size:1.6rem;font-weight:700;margin-bottom:15px}.terms-block p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:12px}.terms-block ul{list-style:none;padding-left:0}.terms-block ul li{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:10px;padding-left:25px;position:relative}.terms-block ul li:before{color:#667eea;content:"✓";font-weight:700;left:0;position:absolute}.terms-block strong{color:#333;font-weight:600}.highlight-block{background:#f8f9ff;border:2px solid #667eea}.contact-block{background:#fff9e6;border:2px solid #ffc107}.terms-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;margin-top:50px;padding:40px;text-align:center}.terms-cta h2{color:#fff;font-size:1.8rem;margin-bottom:25px}.cta-button{color:#667eea}@media (max-width:768px){.terms-section{padding:80px 15px 40px}.terms-title{font-size:2rem}.terms-subtitle{font-size:1.1rem}.terms-content{padding:30px 20px}.terms-block h2{font-size:1.3rem}.terms-block p,.terms-block ul li{font-size:.95rem}.terms-cta h2{font-size:1.4rem}.cta-button{font-size:1rem;padding:12px 30px}}.disclaimer-section{background:linear-gradient(135deg,#f093fb,#f5576c);min-height:100vh;padding:100px 20px 60px}.disclaimer-container{margin:0 auto;max-width:900px}.disclaimer-hero{color:#fff;margin-bottom:50px;text-align:center}.disclaimer-title{font-size:3rem;font-weight:800;margin-bottom:15px;text-shadow:2px 2px 4px #0003}.disclaimer-subtitle{font-size:1.3rem;line-height:1.5;margin-bottom:10px;opacity:.95}.last-updated{font-size:.95rem;font-style:italic;opacity:.8}.disclaimer-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:50px}.disclaimer-block{border-bottom:1px solid #e0e0e0;margin-bottom:35px;padding-bottom:25px}.disclaimer-block:last-child{border-bottom:none;margin-bottom:0}.disclaimer-block h2{color:#f5576c;font-size:1.6rem;font-weight:700;margin-bottom:15px}.disclaimer-block p{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:12px}.disclaimer-block ul{list-style:none;margin-top:15px;padding-left:0}.disclaimer-block ul li{color:#555;font-size:1.05rem;line-height:1.8;margin-bottom:10px;padding-left:30px;position:relative}.disclaimer-block ul li:before{color:#f5576c;content:"•";font-size:1.5rem;font-weight:700;left:10px;position:absolute}.disclaimer-block strong{color:#333;font-weight:600}.intro-block{background:#fff9f0;border:2px solid #ffa726;border-radius:12px;padding:25px}.intro-block h2{color:#ff6f00;margin-top:0}.highlight-block{background:#f0f8ff;border:2px solid #2196f3;border-radius:12px;padding:25px}.highlight-block h2{color:#1976d2;margin-top:0}.warning-block{background:#fff3e0;border:2px solid #ff9800;border-radius:12px;padding:25px}.warning-block h2{color:#e65100;margin-top:0}.contact-block{background:#f3e5f5;border:2px solid #9c27b0;border-radius:12px;padding:25px}.contact-block h2{color:#7b1fa2}.disclaimer-cta{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:15px;color:#fff;margin-top:50px;padding:40px;text-align:center}.disclaimer-cta h2{color:#fff;font-size:1.8rem;margin-bottom:15px}.disclaimer-cta p{color:#fff;font-size:1.1rem;margin-bottom:25px;opacity:.95}.cta-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#f5576c;display:inline-block;font-size:1.1rem;font-weight:700;padding:15px 40px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#fff;box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.disclaimer-section{padding:80px 15px 40px}.disclaimer-title{font-size:2rem}.disclaimer-subtitle{font-size:1.1rem}.disclaimer-content{padding:30px 20px}.disclaimer-block h2{font-size:1.3rem}.disclaimer-block p,.disclaimer-block ul li{font-size:.95rem}.disclaimer-cta h2{font-size:1.4rem}.cta-button,.disclaimer-cta p{font-size:1rem}.cta-button{padding:12px 30px}}.sitemap-section{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:100px 20px 60px}.sitemap-container{margin:0 auto;max-width:1200px}.sitemap-hero{color:#fff;margin-bottom:50px;text-align:center}.sitemap-title{font-size:3rem;font-weight:800;margin-bottom:15px;text-shadow:2px 2px 4px #0003}.sitemap-subtitle{font-size:1.3rem;opacity:.95}.sitemap-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:50px}.sitemap-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:50px}.sitemap-category{background:#f8f9ff;border-left:4px solid #667eea;border-radius:12px;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.sitemap-category:hover{box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.category-title{border-bottom:2px solid #e0e0e0;color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:20px;padding-bottom:10px}.sitemap-links{list-style:none;margin:0;padding:0}.sitemap-links li{margin-bottom:12px}.sitemap-links li a{color:#555;display:inline-block;font-size:1rem;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.sitemap-links li a:before{color:#667eea;content:"→";font-weight:700;margin-right:8px;transition:margin-right .3s ease}.sitemap-links li a:hover{color:#667eea;padding-left:5px}.sitemap-links li a:hover:before{margin-right:12px}.sitemap-footer{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:40px;text-align:center}.sitemap-footer h3{font-size:1.8rem;margin-bottom:15px}.sitemap-footer p{font-size:1.1rem;margin-bottom:25px;opacity:.95}.sitemap-footer p a{color:#fff;font-weight:600;text-decoration:underline}.sitemap-footer p a:hover{opacity:.8}.back-home-btn{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:700;padding:15px 40px;text-decoration:none;transition:all .3s ease}.back-home-btn:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.sitemap-section{padding:80px 15px 40px}.sitemap-title{font-size:2rem}.sitemap-subtitle{font-size:1.1rem}.sitemap-content{padding:30px 20px}.sitemap-grid{gap:30px;grid-template-columns:1fr}.category-title{font-size:1.3rem}.sitemap-links li a{font-size:.95rem}.sitemap-footer h3{font-size:1.4rem}.sitemap-footer p{font-size:1rem}.back-home-btn{font-size:1rem;padding:12px 30px}}
/*# sourceMappingURL=main.ad2f3d8a.css.map*/