.reddit-screenshot-hero{padding:3rem 0 5rem;background:var(--gradient-light-bg-alt);color:#0f172a;position:relative;margin:0 30px;border-radius:12px}.reddit-screenshot-hero .hero-header{max-width:900px;margin:0 auto 3rem;text-align:center;padding:0 1.5rem}.reddit-screenshot-hero .hero-header h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:#0f172a}.reddit-screenshot-hero .hero-header h1 .highlight{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reddit-screenshot-hero .hero-header .subtitle{font-size:1rem;color:#475569;max-width:700px;margin:0 auto;font-weight:300}.reddit-screenshot-hero .content-container{display:flex;flex-direction:row;max-width:1400px;margin:0 auto;gap:2rem;padding:0 1.5rem}@media(max-width:1024px){.reddit-screenshot-hero .content-container{flex-direction:column}}.reddit-screenshot-hero .preview-section{flex:1.3 1;border-radius:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:600px}.reddit-screenshot-hero .preview-section .loading-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#475569}.reddit-screenshot-hero .preview-section .loading-preview .spinning{animation:spin 2s linear infinite}.reddit-screenshot-hero .preview-section .preview-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card{background:#fff;padding:1.5rem;max-width:600px;width:100%;position:relative}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-header{margin-bottom:1.5rem;position:relative}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-header span.dot-dot{right:0;top:0;width:6px;height:6px;background-color:#0f172a;border-radius:50%;opacity:.5}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-header h2{font-size:1.5em;font-weight:700;margin:0 0 .75rem;line-height:1.3;padding-right:2rem}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-header .post-meta{display:flex;flex-direction:row;align-items:center;gap:1rem;font-size:.8em}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-stats{display:flex;gap:1.5rem;align-items:center}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-stats .stat-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600}.reddit-screenshot-hero .preview-section .preview-container .reddit-post-card .post-stats .stat-item .award-icon{color:#eab308;font-size:1.1em}.reddit-screenshot-hero .preview-section .preview-container .reddit-icon{position:absolute;right:20px;bottom:20px}.reddit-screenshot-hero .preview-section .preview-container .reddit-icon svg{width:26px;height:26px}.reddit-screenshot-hero .options-section{flex:1 1;background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden}.reddit-screenshot-hero .input-form{padding:1.5rem}.reddit-screenshot-hero .input-form .form-group{margin-bottom:1.5rem}.reddit-screenshot-hero .input-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem;color:#334155}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper{display:flex;align-items:center;gap:.5rem}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .form-control{flex:1 1;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#0f172a;font-size:1rem;transition:border-color .2s ease}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .form-control::placeholder{color:#94a3b8}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .get-post-btn{padding:.875rem;border-radius:.5rem;background:var(--gradient);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .get-post-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.2)}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .get-post-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.reddit-screenshot-hero .input-form .form-group .url-input-wrapper .get-post-btn .spinning{animation:spin 1.5s linear infinite}.reddit-screenshot-hero .input-form .form-group .input-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.reddit-screenshot-hero .input-form .options-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.reddit-screenshot-hero .input-form .options-header h3{font-size:1.125rem;font-weight:600;margin:0;color:#0f172a}.reddit-screenshot-hero .input-form .customization-options{display:flex;flex-direction:column;gap:1.25rem}.reddit-screenshot-hero .input-form .customization-options .option-row{display:flex;align-items:center;gap:1rem}.reddit-screenshot-hero .input-form .customization-options .option-row .option-label{width:100px;font-size:.875rem;color:#64748b;flex-shrink:0}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control{flex:1 1;display:flex;align-items:center;gap:.75rem}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .toggle-label{position:relative;display:inline-block;width:46px;height:24px;cursor:pointer}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .toggle-label .toggle-checkbox{opacity:0;width:0;height:0}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .toggle-label .toggle-checkbox:checked+.toggle-slider{background-color:#3b82f6}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .toggle-label .toggle-checkbox:checked+.toggle-slider:before{transform:translateX(22px)}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .toggle-label .toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e2e8f0;border-radius:24px;transition:.3s}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .toggle-label .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .number-input{width:50px;padding:.375rem;border:1px solid #e2e8f0;border-radius:.25rem;text-align:center;font-size:.875rem}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .range-slider{flex:1 1;-webkit-appearance:none;height:6px;background:#e2e8f0;border-radius:3px}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .range-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .color-picker{height:32px;width:100%;border:none;border-radius:.25rem;cursor:pointer;background:transparent}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .color-picker::-webkit-color-swatch-wrapper{padding:0}.reddit-screenshot-hero .input-form .customization-options .option-row .option-control .color-picker::-webkit-color-swatch{border:1px solid #e2e8f0;border-radius:.25rem}.reddit-screenshot-hero .input-form .customization-options .option-row.theme-selector .theme-options{display:flex;gap:1rem;width:100%}.reddit-screenshot-hero .input-form .customization-options .option-row.theme-selector .theme-options .theme-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;color:#64748b;cursor:pointer;transition:all .2s ease}.reddit-screenshot-hero .input-form .customization-options .option-row.theme-selector .theme-options .theme-btn:hover{background:#f1f5f9}.reddit-screenshot-hero .input-form .customization-options .option-row.theme-selector .theme-options .theme-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.reddit-screenshot-hero .input-form .action-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.reddit-screenshot-hero .input-form .action-buttons button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;border-radius:.5rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s ease;width:100%}.reddit-screenshot-hero .input-form .action-buttons button.download-btn{background:var(--gradient);color:#fff}.reddit-screenshot-hero .input-form .action-buttons button.download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.2)}.reddit-screenshot-hero .input-form .action-buttons button.copy-btn{background:#f1f5f9;color:#0f172a}.reddit-screenshot-hero .input-form .action-buttons button.copy-btn:hover{background:#e2e8f0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reddit-screenshot-features{padding:80px 0;background-color:#f9fafb}.reddit-screenshot-features .container{max-width:1200px;margin:0 auto;padding:0 20px}.reddit-screenshot-features .section-header{text-align:center;margin-bottom:60px}.reddit-screenshot-features .section-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:16px;line-height:1.2}.reddit-screenshot-features .section-header p{font-size:1.125rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.6}.reddit-screenshot-features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}@media(max-width:992px){.reddit-screenshot-features .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.reddit-screenshot-features .features-grid{grid-template-columns:1fr}}.reddit-screenshot-features .feature-card{background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.reddit-screenshot-features .feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.08)}.reddit-screenshot-features .feature-card .feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#f0f9ff;border-radius:12px;margin-bottom:20px;color:#0284c7}.reddit-screenshot-features .feature-card .feature-icon svg{width:28px;height:28px}.reddit-screenshot-features .feature-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:10px}.reddit-screenshot-features .feature-card p{font-size:1rem;color:#4b5563;line-height:1.6}.reddit-screenshot-features .feature-card:nth-child(2n) .feature-icon{background-color:#f0fdf4;color:#16a34a}.reddit-screenshot-features .feature-card:nth-child(3n) .feature-icon{background-color:#fef2f2;color:#dc2626}.reddit-screenshot-features .feature-card:nth-child(4n) .feature-icon{background-color:#faf5ff;color:#9333ea}.reddit-screenshot-features .feature-card:nth-child(5n) .feature-icon{background-color:#fff7ed;color:#ea580c}.reddit-screenshot-features .feature-card:nth-child(6n) .feature-icon{background-color:#eff6ff;color:#2563eb}.reddit-screenshot-page{background-color:#f8fafc}