:root{--primary:#f97316;--primary-dark:#ea580c;--primary-light:#fb923c;--text-primary:#111827;--text-secondary:#6b7280;--background:#fff;--background-alt:#f9fafb;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);background:var(--background);line-height:1.6}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;justify-content:space-between}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.75rem;font-weight:700;font-size:1.25rem}.nav-logo img{height:40px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-secondary);font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;background:linear-gradient(135deg,#fff7ed,#fff 50%,#fef3c7)}.hero-content{max-width:1200px;text-align:center}.hero-badge{display:inline-block;background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title span{color:var(--primary)}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 40px rgba(249,115,22,.3)}.btn-secondary{background:#fff;color:var(--text-primary);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.features{padding:6rem 1.5rem;background:var(--background)}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-tag{color:var(--primary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;margin-bottom:1rem}.section-subtitle{color:var(--text-secondary);font-size:1.125rem;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:var(--background-alt);padding:2rem;border-radius:20px;transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.feature-description{color:var(--text-secondary)}.how-it-works{padding:6rem 1.5rem;background:var(--background-alt)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.step-card{text-align:center;padding:2rem}.step-number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.step-number,.step-title{font-weight:700;font-size:1.25rem}.step-title{margin-bottom:.75rem}.step-description{color:var(--text-secondary)}.testimonials{padding:6rem 1.5rem;background:linear-gradient(135deg,#1f2937,#111827);color:#fff}.testimonials .section-tag{color:var(--primary-light)}.testimonials .section-subtitle{color:#9ca3af}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.testimonial-card{background:hsla(0,0%,100%,.05);padding:2rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.1)}.testimonial-text{font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem;color:#e5e7eb}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.testimonial-name{font-weight:600}.testimonial-role{font-size:.875rem;color:#9ca3af}.cta{padding:6rem 1.5rem;text-align:center;background:linear-gradient(135deg,#fff7ed,#ffedd5)}.cta-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;margin-bottom:1rem}.cta-subtitle{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.footer{background:#111827;color:#fff;padding:4rem 1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.footer-logo img{height:36px;width:auto}.footer-description{color:#9ca3af;font-size:.9rem;line-height:1.7}.footer-column h4{font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#9ca3af;transition:color .2s}.footer-column a:hover{color:var(--primary)}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-social{display:flex;gap:1rem}.footer-social a{color:#9ca3af;transition:color .2s}.footer-social a:hover{color:var(--primary)}.page{padding-top:80px;min-height:100vh}.page-header{background:linear-gradient(135deg,#fff7ed,#fff);padding:4rem 1.5rem;text-align:center}.page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.page-subtitle{color:var(--text-secondary);font-size:1.125rem;max-width:600px;margin:0 auto}.page-content{max-width:800px;margin:0 auto;padding:4rem 1.5rem}.page-content h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.page-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.page-content p{margin-bottom:1rem;color:var(--text-secondary)}.page-content ol,.page-content ul{margin-bottom:1rem;padding-left:1.5rem}.page-content li{margin-bottom:.5rem;color:var(--text-secondary)}.page-content a{color:var(--primary)}.page-content a:hover{text-decoration:underline}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.support-card{background:var(--background-alt);padding:2rem;border-radius:16px;text-align:center}.support-card h3{margin-top:1rem}.support-card p{margin-bottom:1.5rem}.support-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#fff}.deletion-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1.5rem;margin:2rem 0}.deletion-warning h3{color:#dc2626;margin-top:0}.deletion-steps{background:var(--background-alt);border-radius:12px;padding:2rem;margin:2rem 0}.deletion-steps ol{padding-left:1.25rem}.deletion-steps li{padding:.5rem 0;border-bottom:1px solid var(--border)}.deletion-steps li:last-child{border-bottom:none}.faq-item{background:var(--background-alt);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.faq-question{font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.faq-answer{color:var(--text-secondary)}.form-container{background:var(--background-alt);border-radius:16px;padding:2rem;margin:2rem 0}.form-container h3{margin-top:0;margin-bottom:1.5rem;color:var(--text-primary)}.deletion-form{gap:1.25rem}.deletion-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:500;color:var(--text-primary);font-size:.9rem}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group select,.form-group textarea{padding:.875rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(249,115,22,.1)}.form-group textarea{resize:vertical;min-height:100px}.checkbox-group{flex-direction:row;align-items:flex-start;gap:.75rem}.checkbox-group input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:var(--primary)}.checkbox-group label{font-weight:400;line-height:1.5}.form-submit{margin-top:.5rem;width:100%}.form-note{font-size:.875rem;color:var(--text-secondary);margin-top:1rem;margin-bottom:0}@media (max-width:768px){.nav-links{display:none}.hero{padding:5rem 1rem 3rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}}.text-center{text-align:center}.mt-4{margin-top:2rem}.mb-4{margin-bottom:2rem}