*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#f5f7fa}.container{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;margin-bottom:3rem;margin-top:60px}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.25rem;opacity:.9;max-width:700px;margin:0 auto}.url-form{background:#fff;max-width:600px;margin:-2rem auto 2rem;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-weight:500;color:#4b5563}input[type=email],input[type=number],input[type=text]{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s}input[type=email]:focus,input[type=number]:focus,input[type=text]:focus{outline:0;border-color:#6366f1}button{background:#6366f1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;width:auto}button:hover{background:#4f46e5}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.feature-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:#6b7280}.posts-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-top:2rem}.posts-list{list-style:none}.posts-list li{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.post-content{flex:1}.posts-list li:last-child{border-bottom:none}.button-container{display:flex;flex-direction:column;gap:.5rem;width:fit-content}.select-all-btn{margin-bottom:0;background:#4b5563;width:88%;padding:.75rem 1.5rem}.generate-pdf-btn{margin-top:0;background:#10b981;width:auto;padding:.75rem 1.5rem}.generate-pdf-btn:hover{background:#059669}.post-title{display:block;font-weight:600;color:#4b5563;text-decoration:none;margin:0 0 .5rem 0}.post-title:hover{color:#6366f1}.post-description{color:#6b7280;font-size:.95rem;margin:0}.posts-list input[type=checkbox]{margin:0;margin-top:.3rem}.error{background-color:#fee2e2;border:1px solid #ef4444;color:#dc2626;padding:1rem;margin:1rem 0;border-radius:6px;text-align:center}.footer{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#6b7280;border-top:1px solid #e5e7eb;margin-top:3rem}.footer span{color:#ef4444}.footer-links{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.footer-links a{color:#6366f1;text-decoration:none;transition:color .2s}.footer-links a:hover{text-decoration:underline}.selection-error{margin-top:1rem;padding:.75rem;background-color:#fee2e2;border:1px solid #ef4444;color:#dc2626;border-radius:6px;text-align:center}#error-message{opacity:0;transition:opacity .3s ease-in-out;margin-top:1rem;padding:.75rem;background-color:#fee2e2;border:1px solid #ef4444;color:#dc2626;border-radius:6px;text-align:center}#error-message.show{opacity:1}.subtitle{font-size:1.4rem;color:#fff;margin:1rem 0;line-height:1.4}@media (max-width:768px){.subtitle{font-size:1.25rem}.hero{padding:3rem 1rem;margin-top:4rem}}.topbar{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000;height:60px}.topbar-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#4b5563;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo:hover{color:#6366f1}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#6366f1}.steps-container{display:grid;grid-template-columns:1fr;gap:3rem;margin:-2rem auto 4rem}.step-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);position:relative}.step-number{position:absolute;top:-1.5rem;left:-1.5rem;width:3rem;height:3rem;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.step-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.step-card p{color:#6b7280;margin-bottom:1.5rem}.step-image{width:100%;border-radius:8px;border:1px solid #e5e7eb}@media (max-width:768px){.steps-container{padding:0 1rem}.step-number{top:-1rem;left:-1rem;width:2.5rem;height:2.5rem;font-size:1.25rem}}.feedback-form{background:#fff;max-width:600px;margin:-2rem auto 2rem;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.feedback-form textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;min-height:150px;transition:border-color .2s}.feedback-form textarea:focus{outline:0;border-color:#6366f1}.feedback-form select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;background-color:#fff;cursor:pointer}.feedback-form select:focus{outline:0;border-color:#6366f1}.submit-btn{background:#6366f1;width:100%;margin-top:1rem}.success{background-color:#dcfce7;border:1px solid #22c55e;color:#16a34a;padding:1rem;margin:1rem 0;border-radius:6px;text-align:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.captcha-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:border-color .2s}.captcha-input:focus{outline:0;border-color:#6366f1}.error{background-color:#fee2e2;border:1px solid #ef4444;color:#dc2626;padding:1rem;margin:1rem 0;border-radius:6px;text-align:center}.premium-option{background:#f8f9fa;padding:.75rem 1rem;border-radius:6px;border:1px solid #e5e7eb;margin:1rem 0}.premium-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.premium-text{font-weight:500;color:#4b5563}.premium-price{background:#6366f1;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600}#premium-toggle{margin:0}.premium-options{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:1rem}.premium-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.premium-title{font-size:1.1rem;font-weight:600;color:#4b5563;margin:0}.premium-features{list-style:none;padding-left:0;margin:.75rem auto;color:#4b5563;display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:.75rem;max-width:900px;justify-content:center;align-items:center}.premium-features li{display:flex;padding-left:1.5rem;position:relative;align-items:center;justify-content:center}.premium-features li:before{content:"✓";position:relative;left:-.5rem;color:#10b981}.premium-price{background:#6366f1;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600}.premium-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}input[type=checkbox]{margin:0;cursor:pointer}.premium-button{width:100%;background:#6366f1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:.75rem;border-top:1px solid #e5e7eb;padding-top:.75rem}.premium-button:hover{background:#4f46e5}.premium-button:disabled{opacity:.7;cursor:not-allowed}.terms-content{max-width:800px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.terms-content section{margin-bottom:2rem}.terms-content h2{color:#1f2937;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.terms-content p{margin-bottom:1rem;color:#4b5563;line-height:1.6}.terms-content ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem;color:#4b5563}.terms-content ul li{margin-bottom:.5rem}.terms-content a{color:#6366f1;text-decoration:none}.terms-content a:hover{text-decoration:underline}