:root{--reddit-orange: #FF4500;--white: #FFFFFF;--light-gray: #F8F9FA}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--light-gray)}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background-color:var(--reddit-orange);color:var(--white);padding:1.5rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:2rem;font-weight:700;margin:0}.main{flex:1}.hero{background:linear-gradient(135deg,var(--reddit-orange) 0%,#e03e00 100%);color:var(--white);padding:5rem 0;text-align:center}.hero-title{font-size:3rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.hero-description{font-size:1.35rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--white);color:var(--reddit-orange)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background-color:var(--white);color:var(--reddit-orange);transform:translateY(-2px)}.btn-large{padding:1.25rem 3rem;font-size:1.2rem}.guide-section{background:linear-gradient(135deg,#f8f9fa,#fff);padding:4rem 0;border-bottom:3px solid var(--reddit-orange)}.guide-content{text-align:center;max-width:800px;margin:0 auto}.guide-title{font-size:2.5rem;color:var(--reddit-orange);margin-bottom:1.5rem;font-weight:700}.guide-description{font-size:1.2rem;color:#555;margin-bottom:2rem;line-height:1.8}section{padding:4rem 0}.section-title-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.section-title{font-size:2.5rem;color:var(--reddit-orange);margin:0;text-align:center;font-weight:700}.section-description{font-size:1.2rem;color:#555;line-height:1.8;max-width:900px;margin:0 auto;text-align:center}.problem-solution{background-color:var(--white)}.features{background-color:var(--light-gray)}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-item{background-color:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #ff450033}.feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-item h3{color:var(--reddit-orange);font-size:1.5rem;margin:0}.feature-item ul{list-style:none;padding:0}.feature-item li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#555;line-height:1.6}.feature-item li:before{content:"✓";position:absolute;left:0;color:var(--reddit-orange);font-weight:700}.perfect-for{background-color:var(--white)}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.use-case{background:linear-gradient(135deg,var(--reddit-orange) 0%,#e03e00 100%);color:var(--white);padding:1.5rem;border-radius:10px;text-align:center;font-weight:600;font-size:1.1rem;box-shadow:0 2px 8px #ff45004d;transition:transform .3s ease}.use-case:hover{transform:translateY(-4px)}.how-it-works{background-color:var(--light-gray)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{width:60px;height:60px;background-color:var(--reddit-orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1rem}.step h3{color:var(--reddit-orange);font-size:1.3rem;margin-bottom:.75rem}.step p{color:#555;line-height:1.6}.safety{background-color:var(--white)}.safety-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem}.safety-item{background-color:var(--light-gray);padding:1.5rem;border-radius:8px;font-size:1.1rem;color:#333;border-left:4px solid var(--reddit-orange)}.testimonials{background-color:var(--light-gray)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial{background-color:var(--white);padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;font-style:italic;color:#555;line-height:1.7;position:relative}.testimonial:before{content:'"';font-size:4rem;color:var(--reddit-orange);opacity:.2;position:absolute;top:10px;left:10px}.pricing{background-color:var(--white)}.pricing-card{max-width:600px;margin:3rem auto;background:linear-gradient(135deg,var(--reddit-orange) 0%,#e03e00 100%);color:var(--white);padding:3rem;border-radius:16px;text-align:center;box-shadow:0 8px 24px #ff45004d}.pricing-title{font-size:2rem;margin-bottom:2rem}.pricing-features{list-style:none;padding:0;margin:2rem 0;text-align:left}.pricing-features li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1.1rem}.pricing-features li:before{content:"✓";position:absolute;left:0;font-weight:700;font-size:1.3rem}.guarantee{background-color:#fff3;padding:1rem;border-radius:8px;margin:2rem 0;font-weight:600}.pricing-card .btn-primary{background-color:var(--white);color:var(--reddit-orange);margin-top:1rem}.pricing-card .btn-primary:hover,.setup{background-color:var(--light-gray)}.setup-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem auto;max-width:900px}.setup-step{background-color:var(--white);padding:1.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;color:var(--reddit-orange);text-align:center;box-shadow:0 2px 8px #0000001a}.setup-note{text-align:center;color:#555;font-size:1.1rem;margin-top:2rem;font-style:italic}.faq{background-color:var(--white)}.faq-list{max-width:900px;margin:3rem auto}.faq-item{background-color:var(--light-gray);padding:2rem;border-radius:10px;margin-bottom:1.5rem;border-left:4px solid var(--reddit-orange)}.faq-item h3{color:var(--reddit-orange);font-size:1.3rem;margin-bottom:1rem}.faq-item p{color:#555;line-height:1.7;margin:0}.final-cta{background:linear-gradient(135deg,var(--reddit-orange) 0%,#e03e00 100%);color:var(--white);text-align:center;padding:5rem 0}.final-cta .section-title{color:var(--white)}.final-cta .section-title-wrapper svg path,.final-cta .section-title-wrapper svg circle,.final-cta .section-title-wrapper svg rect{stroke:var(--white);fill:var(--white)}.final-cta-description{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.final-cta .btn-primary{background-color:var(--white);color:var(--reddit-orange)}.final-cta .btn-secondary{border-color:var(--white);color:var(--white)}.final-cta .btn-secondary:hover{background-color:var(--white);color:var(--reddit-orange)}.final-cta-guarantee{margin-top:2rem;font-size:1.1rem;font-weight:600}.final-cta-tagline{margin-top:1rem;font-style:italic;opacity:.9}.footer{background-color:#1a1a1a;color:var(--white);text-align:center;padding:2rem 0}.footer p{margin:0;opacity:.8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;width:100%;max-width:1200px;background-color:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #ff45004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background-color:var(--reddit-orange);color:var(--white);border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1}.modal-close:hover{background-color:#e03e00;transform:rotate(90deg)}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:768px){.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.section-title{font-size:1.8rem}.section-title-wrapper{flex-direction:column;gap:.5rem}.section-title-wrapper svg{width:28px;height:28px}.container{padding:0 1rem}.feature-list,.use-cases,.steps,.safety-features,.testimonial-grid,.setup-steps{grid-template-columns:1fr}.pricing-card{padding:2rem}.modal-content{max-width:95%}.modal-close{width:35px;height:35px;font-size:1.2rem}}.logo-link{text-decoration:none;color:inherit}.privacy-policy{background-color:var(--white);padding:4rem 0}.privacy-title{font-size:3rem;color:var(--reddit-orange);text-align:center;margin-bottom:1rem;font-weight:700}.privacy-updated{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.privacy-section{margin-bottom:3rem}.privacy-section h2{color:var(--reddit-orange);font-size:2rem;margin-bottom:1rem;margin-top:2rem;font-weight:700}.privacy-section h3{color:var(--reddit-orange);font-size:1.5rem;margin-bottom:.75rem;margin-top:1.5rem}.privacy-section p{color:#555;line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.privacy-section ul{margin:1rem 0;padding-left:2rem}.privacy-section li{color:#555;line-height:1.8;margin-bottom:.5rem;font-size:1.1rem}.privacy-section a{color:var(--reddit-orange);text-decoration:none;font-weight:600}.privacy-section a:hover{text-decoration:underline}.privacy-section strong{color:#333}.service-item{margin:1.5rem 0;padding:1.5rem;background-color:var(--light-gray);border-radius:8px;border-left:4px solid var(--reddit-orange)}.service-item h3{margin-top:0}.permissions-table{width:100%;border-collapse:collapse;margin:2rem 0;background-color:var(--white);box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:hidden}.permissions-table thead{background-color:var(--reddit-orange);color:var(--white)}.permissions-table th{padding:1rem;text-align:left;font-weight:600;font-size:1.1rem}.permissions-table td{padding:1rem;border-bottom:1px solid #eee;color:#555;font-size:1.05rem}.permissions-table tr:last-child td{border-bottom:none}.permissions-table tbody tr:nth-child(2n){background-color:var(--light-gray)}.privacy-footer{text-align:center;margin:3rem 0;padding:2rem;background-color:var(--light-gray);border-radius:8px}.privacy-footer p{margin:.5rem 0;color:#333}.back-link{text-align:center;margin:3rem 0}.footer-link{color:var(--white);text-decoration:none;opacity:.8;transition:opacity .3s ease}.footer-link:hover{opacity:1;text-decoration:underline}@media(max-width:768px){.privacy-title{font-size:2rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.3rem}.permissions-table{font-size:.9rem}.permissions-table th,.permissions-table td{padding:.75rem}}.waitlist-modal{max-width:500px;padding:3rem;background-color:var(--white)}.waitlist-modal-content{display:flex;flex-direction:column;gap:1.5rem}.waitlist-title{font-size:2rem;color:var(--reddit-orange);margin:0;text-align:center;font-weight:700}.waitlist-description{color:#555;text-align:center;line-height:1.6;margin:0}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.waitlist-input{padding:1rem;font-size:1.1rem;border:2px solid #ddd;border-radius:8px;transition:border-color .3s ease;font-family:inherit}.waitlist-input:focus{outline:none;border-color:var(--reddit-orange)}.waitlist-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.success-message{text-align:center;padding:2rem}.success-icon{width:60px;height:60px;background-color:#4caf50;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-message p{color:#555;font-size:1.1rem;margin:0}.error-message{color:#f44336;font-size:.95rem;margin:0;padding:.5rem;background-color:#ffebee;border-radius:4px;text-align:center}@media(max-width:768px){.waitlist-modal{max-width:90%;padding:2rem}.waitlist-title{font-size:1.5rem}}
