.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:1200px;margin:0 auto}.upload-section{max-width:720px;margin:0 auto 32px}.upload-box{background:#fff;border:4px dashed #cbd5e1;border-radius:16px;padding:60px 40px;text-align:center;cursor:pointer;transition:all .3s}.upload-box:hover{border-color:#fbbf24;background:#fffbeb}.upload-box.dragover{border-color:#10b981;background:#d1fae5;transform:scale(1.02)}.upload-content{pointer-events:none}.upload-icon{width:64px;height:64px;color:#5b47db;margin:0 auto 20px}.upload-box h3{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.upload-box p{font-size:14px;color:#64748b;margin-bottom:24px}.btn-upload{background:#fbbf24;color:#000;border:3px solid #000;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:4px 4px #000;pointer-events:all}.btn-upload:hover{background:#fcd34d;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn-upload i{width:20px;height:20px}.editor-section{margin-bottom:32px}.editor-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1024px){.editor-grid{grid-template-columns:2fr 1fr}}.canvas-panel{background:#fff;border:4px solid #000;border-radius:16px;overflow:hidden;box-shadow:8px 8px #000}.canvas-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#f8fafc;border-bottom:3px solid #000;gap:12px;flex-wrap:wrap}@media(max-width:640px){.canvas-header{padding:16px}}.canvas-header h3{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;color:#0f172a;margin:0}@media(max-width:640px){.canvas-header h3{font-size:16px}}.canvas-header h3 i{width:22px;height:22px;color:#5b47db}.btn-change-image{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;white-space:nowrap}@media(max-width:640px){.btn-change-image{padding:8px 12px;font-size:13px}}.btn-change-image:hover{background:#e2e8f0;border-color:#cbd5e1}.btn-change-image i{width:16px;height:16px}.canvas-container{position:relative;padding:24px;background:#000;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){.canvas-container{padding:16px;min-height:300px}}#previewCanvas{max-width:100%;max-height:600px;display:block;width:auto;height:auto}@media(max-width:768px){#previewCanvas{max-height:400px}}.grid-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;max-width:calc(100% - 32px);max-height:calc(100% - 32px)}@media(max-width:768px){.grid-overlay{max-width:calc(100% - 32px);max-height:calc(100% - 32px)}}.controls-panel{background:#fff;border:4px solid #000;border-radius:16px;padding:24px;box-shadow:8px 8px #000;display:flex;flex-direction:column;gap:24px}.control-section{display:flex;flex-direction:column;gap:12px}.control-label{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#0f172a}.control-label i{width:20px;height:20px;color:#5b47db}.size-dropdown{position:relative}.dropdown-btn{width:100%;background:#f8fafc;border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:15px;font-weight:600;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s}.dropdown-btn:hover{border-color:#cbd5e1;background:#fff}.dropdown-btn i{width:18px;height:18px;color:#64748b;transition:transform .2s}.dropdown-btn.active i{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:3px solid #000;border-radius:12px;box-shadow:4px 4px #000;z-index:100;display:none;overflow:hidden}.dropdown-menu.active{display:block}.dropdown-search{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:2px solid #e5e7eb}.dropdown-search i{width:18px;height:18px;color:#64748b}.dropdown-search input{flex:1;border:none;outline:none;font-size:14px;color:#0f172a}.dropdown-search input::placeholder{color:#94a3b8}.dropdown-options{max-height:240px;overflow-y:auto}.dropdown-option{width:100%;background:transparent;border:none;padding:12px 16px;font-size:14px;font-weight:600;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s;text-align:left}.dropdown-option:hover{background:#f8fafc}.dropdown-option.active{background:#eff6ff;color:#5b47db}.dropdown-option i{width:16px;height:16px;color:#5b47db;display:none}.dropdown-option.active i{display:block}.grid-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.grid-option{background:#f8fafc;border:3px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all .2s}.grid-option:hover{border-color:#cbd5e1;background:#fff}.grid-option.active{border-color:#5b47db;background:#eff6ff}.grid-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;width:60px;height:60px;background:#cbd5e1;border-radius:4px;overflow:hidden}.grid-preview.grid-2x2{grid-template-columns:repeat(2,1fr)}.grid-preview.grid-2x3{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.grid-preview.grid-3x2{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.grid-cell{background:#fff}.grid-option span{font-size:13px;font-weight:700;color:#64748b}.grid-option.active span{color:#5b47db}.uploaded-preview{position:relative;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;aspect-ratio:1}.uploaded-preview img{width:100%;height:100%;object-fit:cover}.btn-remove-image{position:absolute;top:8px;right:8px;background:#000000b3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-remove-image:hover{background:#ef4444e6}.btn-remove-image i{width:18px;height:18px;color:#fff}.btn-download{background:#10b981;color:#fff;border:3px solid #000;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;box-shadow:4px 4px #000}.btn-download:hover:not(:disabled){background:#059669;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn-download:disabled{opacity:.7;cursor:not-allowed}.btn-download i{width:20px;height:20px}@keyframes spin{to{transform:rotate(360deg)}}.btn-download [data-lucide=loader]{animation:spin 1s linear infinite}.grid-result-section{margin-top:32px}.result-header{text-align:center;margin-bottom:24px}.result-header h3{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px}.result-header p{font-size:14px;color:#cbd5e1}.grid-result{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:720px;margin:0 auto}@media(max-width:768px){.grid-result{grid-template-columns:repeat(2,1fr)}}.grid-result-item{position:relative;aspect-ratio:1;border:3px solid #000;border-radius:8px;overflow:hidden;background:#fff}.grid-result-item img{width:100%;height:100%;object-fit:cover}.grid-result-item-number{position:absolute;top:8px;left:8px;background:#000c;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.powered-by{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;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{font-weight:800}.powered-by .separator{color:#64748b}.powered-by .meta-partner{color:#e2e8f0;font-weight:600}.promo-banner{max-width:1200px;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}.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;justify-content:center;gap:24px;margin-top:48px;flex-wrap:wrap}.feature-tick{display:flex;align-items:center;gap:6px;font-size:14px;color:#cbd5e1;font-weight:500}.feature-tick i{color:#10b981;width:16px;height:16px}.benefits-section{background:#f8fafc;padding:80px 20px}.benefits-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}.benefits-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}.benefit-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s}.benefit-card:hover{border-color:#cbd5e1;box-shadow:0 10px 40px #00000014;transform:translateY(-4px)}.benefit-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.benefit-icon.visual{background:#dbeafe}.benefit-icon.engagement{background:#fce7f3}.benefit-icon.brand{background:#fef3c7}.benefit-icon.carousel{background:#d1fae5}.benefit-icon i{width:32px;height:32px;color:#0f172a}.benefit-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px}.benefit-card p{font-size:14px;color:#64748b;line-height:1.6;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}.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}
