.page-container{width:100%;overflow-x:hidden}.hero-section.dark-brutalist{background-color:#5b47db;background-image:repeating-linear-gradient(45deg,transparent,transparent 50px,rgba(255,255,255,.04) 50px,rgba(255,255,255,.04) 100px);color:#fff;padding:40px 20px 80px;text-align:center;position:relative;overflow:hidden;border-bottom:4px solid #000}.hero-section.dark-brutalist:before{content:"";position:absolute;top:-100px;left:-100px;width:500px;height:500px;background:#fbbf24;border-radius:50%;filter:blur(120px);opacity:.15;z-index:0;pointer-events:none}.hero-section.dark-brutalist:after{content:"";position:absolute;bottom:0;right:-100px;width:400px;height:400px;background:#ec4899;border-radius:50%;filter:blur(100px);opacity:.15;z-index:0;pointer-events:none}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding-top:60px}.meta-badge.dark-badge{display:inline-flex;align-items:center;gap:8px;background:#000;border:2px solid #5b47db;color:#fff;padding:6px 16px;border-radius:0;font-size:14px;font-weight:700;margin-bottom:32px;text-transform:uppercase;letter-spacing:.05em;box-shadow:4px 4px #5b47db4d}.pulse-dot{width:8px;height:8px;background-color:#10b981;border-radius:0;animation:pulse-green 2s infinite}@keyframes pulse-green{0%,to{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}}.hero-title{font-size:40px;font-weight:900;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px;color:#f8fafc;text-transform:uppercase}@media(min-width:768px){.hero-title{font-size:64px}}.highlight-yellow{color:#000;display:inline-block;transform:rotate(-2deg);background:#fbbf24;padding:0 8px;border:2px solid #000;box-shadow:4px 4px #000}.hero-subtitle{font-size:18px;color:#cbd5e1;line-height:1.6;margin:0 auto 48px;font-weight:500;max-width:800px}.hero-subtitle strong{color:#fbbf24;font-weight:800}.tool-container{max-width:900px;margin:0 auto}.input-panel{background:#fff;border:4px solid #000;border-radius:16px;overflow:hidden;box-shadow:8px 8px #000;margin-bottom:24px}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#f8fafc;border-bottom:3px solid #000}.panel-header h3{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;color:#0f172a;margin:0}.panel-header h3 i{width:22px;height:22px;color:#5b47db}.media-count{font-size:13px;font-weight:700;color:#64748b;background:#f1f5f9;padding:6px 12px;border-radius:6px}.upload-area{padding:60px 40px;text-align:center;border:3px dashed #cbd5e1;border-radius:12px;margin:24px;cursor:pointer;transition:all .3s}.upload-area:hover{border-color:#5b47db;background:#f8fafc}.upload-area.dragover{border-color:#10b981;background:#d1fae5}.upload-area i{width:64px;height:64px;color:#5b47db;margin:0 auto 20px}.upload-area h4{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}.upload-area p{font-size:14px;color:#64748b;margin-bottom:24px}.btn-upload{background:#fbbf24;color:#000;border:3px solid #000;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:4px 4px #000}.btn-upload:hover{background:#fcd34d;transform:translate(-1px,-1px);box-shadow:5px 5px #000}.btn-upload i{width:18px;height:18px}.media-preview{padding:24px;display:flex;justify-content:center}.media-thumb{position:relative;width:100%;max-width:400px;aspect-ratio:1;border-radius:12px;overflow:hidden;border:3px solid #e5e7eb;background:#f8fafc}.media-thumb img,.media-thumb video{width:100%;height:100%;object-fit:cover}.media-thumb-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#ef4444;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.media-thumb-remove:hover{background:#dc2626;transform:scale(1.1)}.media-thumb-remove i{width:12px;height:12px;color:#fff}.topic-textarea{width:100%;padding:24px;border:none;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#0f172a;resize:vertical;min-height:200px;box-sizing:border-box}.topic-textarea:focus{outline:none}.topic-textarea::placeholder{color:#94a3b8}.options-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:24px}@media(min-width:768px){.options-grid{grid-template-columns:repeat(3,1fr)}}.option-group{background:#fff;border:4px solid #000;border-radius:12px;padding:20px;box-shadow:6px 6px #000}.option-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#0f172a;margin-bottom:12px}.option-label i{width:18px;height:18px;color:#5b47db}.option-select{width:100%;padding:12px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;font-weight:600;color:#0f172a;background:#fff;cursor:pointer;transition:all .2s}.option-select:focus{outline:none;border-color:#5b47db;box-shadow:0 0 0 3px #5b47db1a}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600;color:#0f172a}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.btn-generate{width:100%;background:#fbbf24;color:#000;border:4px solid #000;padding:18px 32px;border-radius:12px;font-size:18px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s;box-shadow:6px 6px #000;margin-bottom:24px;text-transform:uppercase;letter-spacing:.02em}.btn-generate:hover{background:#fcd34d;transform:translate(-2px,-2px);box-shadow:8px 8px #000}.btn-generate:disabled{background:#e5e7eb;color:#94a3b8;cursor:not-allowed;transform:none}.btn-generate i{width:24px;height:24px}.results-panel{background:#fff;border:4px solid #000;border-radius:16px;overflow:hidden;box-shadow:8px 8px #000;margin-bottom:24px}.captions-list{padding:24px;background:#f8fafc;display:flex;flex-direction:column;gap:16px}.caption-item{background:#fff;border:3px solid #e5e7eb;border-radius:12px;padding:20px;position:relative;transition:all .2s}.caption-item:hover{border-color:#5b47db;box-shadow:0 4px 12px #5b47db1a}.caption-text{font-size:15px;color:#0f172a;line-height:1.7;margin-bottom:16px;white-space:pre-wrap}.caption-actions{display:flex;gap:10px}.btn-copy-caption{background:#f1f5f9;color:#0f172a;border:2px solid #e5e7eb;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.btn-copy-caption:hover{background:#d1fae5;border-color:#10b981;color:#10b981}.btn-copy-caption.copied{background:#10b981;border-color:#059669;color:#fff}.btn-copy-caption i{width:16px;height:16px}.powered-by{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:13px;color:#cbd5e1;font-weight:500}.powered-by .powered-link{color:#fbbf24;text-decoration:none;transition:all .2s}.powered-by .powered-link:hover{color:#fcd34d;text-decoration:underline}.powered-by strong{color:inherit;font-weight:800}.powered-by .separator{color:#64748b}.powered-by .meta-partner{color:#e2e8f0;font-weight:600}.promo-banner{max-width:900px;width:100%;margin:48px auto 0;background:linear-gradient(135deg,#5b47db,#7c3aed);border:4px solid #000;border-radius:16px;padding:0;box-shadow:8px 8px #000;overflow:hidden}.promo-banner-content{padding:32px;color:#fff}@media(max-width:768px){.promo-banner-content{padding:24px}}.promo-banner-header{margin-bottom:20px}.promo-badge-meta{display:inline-flex;align-items:center;gap:10px;background:#ffffff26;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:100px;padding:8px 16px}.meta-badge-small{height:24px;width:auto;object-fit:contain}.promo-badge-meta span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.promo-banner-body h3{font-size:28px;font-weight:800;color:#fff;margin-bottom:12px;line-height:1.2}@media(max-width:768px){.promo-banner-body h3{font-size:22px}}.promo-banner-body p{font-size:16px;color:#ffffffe6;margin-bottom:24px;line-height:1.6}@media(max-width:768px){.promo-banner-body p{font-size:14px}}.promo-banner-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-promo-primary{background:#fbbf24;color:#000;border:3px solid #000;border-radius:8px;padding:14px 24px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:4px 4px #000}.btn-promo-primary:hover{background:#fcd34d;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn-promo-primary i{width:18px;height:18px}.btn-promo-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;padding:14px 24px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s;backdrop-filter:blur(10px)}.btn-promo-secondary:hover{background:#ffffff40;border-color:#ffffff80}.btn-promo-secondary i{width:18px;height:18px}.hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px}.feature-tick{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:100px;padding:10px 20px;color:#fff;font-size:14px;font-weight:600}.feature-tick i{width:18px;height:18px;color:#10b981}.how-it-works-section{padding:80px 20px;background:#f8fafc}.how-it-works-section .container{max-width:1200px;margin:0 auto}.text-center{text-align:center}.mb-16{margin-bottom:60px}.mb-12{margin-bottom:48px}.badge-blue{display:inline-block;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;padding:6px 16px;border-radius:100px;margin-bottom:16px;letter-spacing:.05em}.section-title{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:16px;line-height:1.2}@media(min-width:768px){.section-title{font-size:40px}}.section-subtitle{font-size:18px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.steps-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1200px;margin:0 auto}@media(min-width:1024px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:#fff;border:3px solid #000;border-radius:12px;padding:32px 24px;text-align:center;box-shadow:6px 6px #000;position:relative;transition:all .3s}.step-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}.step-number{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:40px;height:40px;background:#fbbf24;border:3px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#000}.step-icon{width:64px;height:64px;margin:20px auto;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;border:3px solid #5b47db}.step-icon i{width:32px;height:32px;color:#5b47db}.step-card h3{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:12px}.step-card p{font-size:14px;color:#64748b;line-height:1.6;margin:0}.use-cases-section{padding:80px 20px;background:#fff}.use-cases-section .container{max-width:1200px;margin:0 auto}.use-cases-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.use-cases-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.use-cases-grid{grid-template-columns:repeat(3,1fr)}}.use-case-card{background:#f8fafc;border:3px solid #000;border-radius:12px;padding:32px 24px;box-shadow:6px 6px #000;transition:all .3s;position:relative}.use-case-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}.use-case-number{position:absolute;top:-12px;right:24px;background:#fbbf24;border:3px solid #000;border-radius:8px;padding:4px 12px;font-size:14px;font-weight:900;color:#000}.use-case-card h3{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:12px}.use-case-card p{font-size:14px;color:#64748b;line-height:1.6;margin:0}.who-section{padding:80px 20px;background:#f8fafc}.who-section .container{max-width:1200px;margin:0 auto}.who-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.who-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.who-grid{grid-template-columns:repeat(3,1fr)}}.who-card{background:#fff;border:3px solid #000;border-radius:12px;padding:32px 24px;text-align:center;box-shadow:6px 6px #000;transition:all .3s}.who-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000}.who-icon{width:64px;height:64px;background:#eff6ff;border:3px solid #5b47db;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.who-icon i{width:32px;height:32px;color:#5b47db}.who-card h3{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:12px}.who-card p{font-size:14px;color:#64748b;line-height:1.6;margin:0}.seo-section{padding:80px 20px;background:#fff}.seo-section .container{max-width:900px;margin:0 auto}.seo-content h2{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:16px;margin-top:40px}.seo-content h2:first-child{margin-top:0}.seo-content h3{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:12px;margin-top:32px}.seo-content p{font-size:16px;color:#475569;line-height:1.8;margin-bottom:16px}.seo-content ul{margin:16px 0;padding-left:24px}.seo-content li{font-size:16px;color:#475569;line-height:1.8;margin-bottom:12px}.seo-content li strong{color:#0f172a;font-weight:700}.faq-section{background:#f8fafc;padding:80px 20px}.faq-section .container{max-width:900px;margin:0 auto}.faq-container{display:flex;flex-direction:column;gap:20px}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px 32px;transition:all .3s}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 4px 20px #0000000f}.faq-item h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px;line-height:1.4}.faq-item p{font-size:15px;color:#64748b;line-height:1.7;margin:0}.internal-links-section{background:#fff;padding:80px 20px}.internal-links-section .container{max-width:1200px;margin:0 auto}.internal-links-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.internal-links-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.internal-links-grid{grid-template-columns:repeat(4,1fr)}}.internal-link-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:32px 24px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s;position:relative;overflow:hidden}.internal-link-card:hover{border-color:#5b47db;background:#fff;transform:translateY(-4px);box-shadow:0 10px 40px #5b47db26}.link-card-icon{width:56px;height:56px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s}.internal-link-card:hover .link-card-icon{background:#5b47db}.link-card-icon i{width:28px;height:28px;color:#5b47db;transition:all .3s}.internal-link-card:hover .link-card-icon i{color:#fff}.internal-link-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px;line-height:1.3}.internal-link-card p{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:16px;flex-grow:1}.link-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f1f5f9;border-radius:50%;transition:all .3s}.internal-link-card:hover .link-arrow{background:#5b47db;transform:translate(4px)}.link-arrow i{width:16px;height:16px;color:#64748b;transition:all .3s}.internal-link-card:hover .link-arrow i{color:#fff}
