.video-carousel{width:100%;padding:2rem 0}.carousel-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;text-align:center;margin-bottom:.5rem}.carousel-subtitle{font-size:1.1rem;color:#666;text-align:center;margin-bottom:2rem}.carousel-container{gap:1rem;max-width:500px;margin:0 auto}.carousel-btn,.carousel-container{display:flex;align-items:center;justify-content:center}.carousel-btn{width:48px;height:48px;border-radius:50%;border:2px solid var(--color-border);background:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}.carousel-btn:hover{border-color:var(--color-primary);background:var(--color-primary-bg)}.carousel-btn svg{width:24px;height:24px;color:var(--color-primary)}.carousel-slides{position:relative;width:100%;max-width:320px;aspect-ratio:9/16;overflow:hidden;border-radius:20px;background:#f3f4f6;box-shadow:0 10px 40px rgba(0,0,0,.15)}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.carousel-slide.active{opacity:1;visibility:visible}.video-wrapper,.video-wrapper iframe{width:100%;height:100%}.video-wrapper iframe{border:none}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.indicator{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#9ca3af}.indicator.active{background:var(--color-primary);width:28px;border-radius:5px}@media (max-width:768px){.carousel-container{gap:.5rem;padding:0 .5rem}.carousel-btn{width:40px;height:40px}.carousel-btn svg{width:20px;height:20px}.carousel-slides{max-width:280px;border-radius:16px}.carousel-title{font-size:2rem}.carousel-subtitle{font-size:1rem}}@media (max-width:480px){.carousel-container{gap:.25rem}.carousel-btn{width:36px;height:36px}.carousel-slides{max-width:240px}.carousel-title{font-size:1.75rem}}.ai-creator{padding-top:70px}.ai-creator-container{max-width:1200px;margin:0 auto;padding:0 2rem}.video-section{padding:3rem 0;background:#fff}.service-section{padding:4rem 0;background:var(--color-background-alt)}.section-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.service-description{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:2.5rem;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:.75rem}.feature-card p{font-size:.95rem;color:#666;line-height:1.6}.category-section{padding:4rem 0;background:#fff}.category-description{font-size:1.1rem;color:#555;margin-bottom:2.5rem;line-height:1.6;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.category-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.category-tab{padding:.875rem 1.5rem;border:2px solid var(--color-border);background:#fff;border-radius:50px;font-size:.95rem;font-weight:600;color:#374151;cursor:pointer;transition:all .3s ease}.category-tab:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-bg)}.category-tab.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.category-content{background:var(--color-background-alt);border-radius:16px;padding:2rem;margin-bottom:3rem;min-height:120px}.category2-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.category2-item{background:#fff;color:#374151;padding:.625rem 1.25rem;border-radius:8px;font-size:.95rem;border:1px solid var(--color-border);transition:all .2s ease}.category2-item:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--color-primary-shadow)}.example-channels{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.example-channels h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.channels-grid{gap:1.5rem}.channel-card,.channels-grid{display:flex;justify-content:center}.channel-card{flex-direction:column;align-items:center;width:180px;height:180px;padding:1.5rem;background:#fff;border-radius:16px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.06)}.channel-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.channel-card-disabled{opacity:.6;cursor:default}.channel-card-disabled:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.06)}.channel-icon{width:64px;height:64px;margin-bottom:1rem}.channel-icon-image{width:100%;height:100%;object-fit:contain;border-radius:12px}.channel-info{text-align:center}.channel-platform{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.channel-name{font-size:.9rem;color:var(--color-primary)}.channel-category{font-size:.85rem;color:#666;margin-top:.25rem}.channel-status{font-size:.75rem;color:#9ca3af;margin-top:.25rem;font-style:italic}.bottom-section{padding:3rem 0 5rem;background:#fff;text-align:center}.back-button{padding:.875rem 2rem;border:2px solid var(--color-primary);background:transparent;color:var(--color-primary);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:var(--color-primary);color:#fff}@media (max-width:1024px){.channels-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ai-creator-container{padding:0 1.5rem}.video-section{padding:2rem 0}.category-section,.service-section{padding:3rem 0}.section-title{font-size:1.5rem}.service-description{font-size:1rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}.category-tabs{gap:.5rem}.category-tab{padding:.625rem 1rem;font-size:.85rem}.category-content{padding:1.5rem}.category2-grid{gap:.5rem}.category2-item{padding:.5rem 1rem;font-size:.875rem}.channels-grid{flex-wrap:wrap}.channel-card{width:150px;height:150px;padding:1rem}.channel-icon{width:48px;height:48px}.bottom-section{padding:2rem 0 4rem}}.button-group{display:flex;justify-content:center;gap:1rem}.contact-button{display:inline-block;padding:.875rem 2rem;background:#fff;color:var(--color-primary);text-decoration:none;font-weight:600;font-size:1rem;border-radius:8px;border:2px solid var(--color-primary);transition:all .3s ease;cursor:pointer}.contact-button:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px var(--color-primary-shadow)}