:root{--primary: #7C3AED;--secondary: #D946EF;--background: #F8FAFC;--text: #0F172A;--text-light: #64748B;--white: #FFFFFF;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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;background-color:var(--background);color:var(--text);font-size:16px;line-height:1.6}code{font-family:Courier New,Courier,monospace;background-color:#7c3aed1a;padding:2px 6px;border-radius:4px}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--secondary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar{background:var(--white);box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{font-size:1.75rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text);font-weight:500;transition:all .2s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);transition:width .2s}.nav-links a:hover:after{width:100%}@media(max-width:768px){.nav-links{gap:1rem}.nav-links a{font-size:.9rem}}.footer{background:var(--white);margin-top:4rem;padding:3rem 0 1.5rem;border-top:1px solid rgba(124,58,237,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:.5rem}.footer-section h4{color:var(--text);margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:var(--text-light);font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-light);transition:color .2s}.footer-section ul li a:hover{color:var(--primary)}.coming-soon{color:var(--text-light);font-style:italic}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}.footer-bottom p{color:var(--text-light);font-size:.9rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--white);padding:6rem 0;text-align:center}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-content h1 .gradient-text{background:var(--white);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content h2{font-size:1.75rem;margin-bottom:1.5rem;font-weight:400;opacity:.95}.hero-description{font-size:1.25rem;max-width:700px;margin:0 auto 2.5rem;opacity:.9;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1.1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.btn-primary{background:var(--white);color:var(--primary)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;font-weight:700;color:var(--text)}.features{padding:5rem 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #7c3aed26}.feature-icon{font-size:3.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text)}.feature-card p{color:var(--text-light);font-size:1rem;line-height:1.6}.tiers{padding:5rem 0;background:var(--white)}.tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.tier-card{background:var(--background);padding:2.5rem;border-radius:12px;border:2px solid rgba(124,58,237,.1);position:relative;transition:transform .2s,box-shadow .2s}.tier-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #7c3aed26}.tier-featured{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--white);border-color:transparent}.tier-badge{position:absolute;top:-12px;right:20px;background:var(--white);color:var(--primary);padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.tier-card h3{font-size:1.75rem;margin-bottom:1rem}.tier-price{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.tier-featured h3,.tier-featured .tier-price{color:var(--white)}.tier-features{list-style:none}.tier-features li{padding:.75rem 0;border-bottom:1px solid rgba(124,58,237,.1)}.tier-featured .tier-features li{border-bottom-color:#fff3}.tier-features li:last-child{border-bottom:none}@media(max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.35rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.features-grid,.tiers-grid{grid-template-columns:1fr}}.legal-page{padding:3rem 0;min-height:70vh}.legal-page h1{font-size:2.75rem;margin-bottom:.5rem;color:var(--text)}.last-updated{color:var(--text-light);font-size:.95rem;margin-bottom:3rem;font-style:italic}.legal-content{max-width:800px;margin:0 auto;background:var(--white);padding:3rem;border-radius:12px;box-shadow:0 4px 15px #0000000d}.legal-content section{margin-bottom:2.5rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{font-size:1.75rem;margin-bottom:1rem;color:var(--text);padding-bottom:.5rem;border-bottom:2px solid rgba(124,58,237,.1)}.legal-content h3{font-size:1.35rem;margin:1.5rem 0 1rem;color:var(--text)}.legal-content p{margin-bottom:1rem;line-height:1.8;color:var(--text)}.legal-content ul,.legal-content ol{margin-left:2rem;margin-bottom:1rem}.legal-content li{margin-bottom:.75rem;line-height:1.7;color:var(--text)}.legal-content strong{color:var(--text);font-weight:600}.legal-content a{color:var(--primary);text-decoration:underline}.legal-content a:hover{color:var(--secondary)}@media(max-width:768px){.legal-page{padding:2rem 0}.legal-page h1{font-size:2rem}.legal-content{padding:2rem 1.5rem}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.2rem}}.data-deletion-page{padding:3rem 0;min-height:70vh}.deletion-header{text-align:center;margin-bottom:3rem}.deletion-header h1{font-size:2.75rem;margin-bottom:1rem;color:var(--text)}.subtitle{font-size:1.15rem;color:var(--text-light);max-width:700px;margin:0 auto}.deletion-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.info-section{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d}.info-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text)}.info-section ul{list-style:none;margin-bottom:2rem}.info-section ul li{padding:.75rem 0 .75rem 1.75rem;position:relative;color:var(--text);line-height:1.6}.info-section ul li:before{content:"•";position:absolute;left:.5rem;color:var(--primary);font-size:1.5rem;line-height:1.3}.info-box{background:#7c3aed0d;border-left:4px solid var(--primary);padding:1.25rem;border-radius:4px;color:var(--text);line-height:1.6}.info-box strong{color:var(--primary)}.form-section{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d}.deletion-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text);font-size:.95rem}.required{color:#ef4444}.form-group input,.form-group textarea{padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #7c3aed1a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.6}.form-hint{font-size:.85rem;color:var(--text-light);margin-top:.35rem}.form-group textarea{resize:vertical;min-height:100px}.alert{padding:1rem 1.25rem;border-radius:8px;font-size:.95rem;line-height:1.5}.alert-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background-color:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.btn-danger{background:linear-gradient(135deg,#dc2626,#991b1b);color:var(--white);padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #dc262640}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.form-footer{text-align:center;color:var(--text-light);font-size:.9rem;margin-top:.5rem}.form-footer a{color:var(--primary);text-decoration:underline}.form-footer a:hover{color:var(--secondary)}@media(max-width:968px){.deletion-content{grid-template-columns:1fr}.deletion-header h1{font-size:2rem}.subtitle{font-size:1rem}.info-section,.form-section{padding:1.75rem}}
