.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #eaeaea}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem}.logo-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.5rem}.nav-link-btn{background:none;border:none;color:#666;font-weight:500;font-size:1rem;cursor:pointer;transition:color .3s ease;font-family:inherit;padding:0}.nav-link-btn:hover{color:#44b6eb}.logo-image{height:8rem;width:auto;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.logo-text{font-size:1.75rem;font-weight:700;color:#333;background:linear-gradient(135deg,#30bcb8,#44b6eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:opacity .3s ease}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a:not(.btn){text-decoration:none;color:#666;font-weight:500;transition:color .3s ease}.nav-links a:not(.btn):hover{color:#44b6eb}@media(max-width:1440px){.logo-image{height:6rem}.logo-text{font-size:1.5rem}.logo-icon{font-size:1.75rem}}@media(max-width:768px){.logo-image{height:5rem;min-height:44px}.logo-text{font-size:1.4rem;display:block}.logo-icon{font-size:2rem;min-height:2rem}.nav-links{gap:1rem}.nav-links a:not(.btn){display:none}.logo{gap:.75rem}}@media(max-width:480px){.logo-image{height:4rem}.logo-text{font-size:1.3rem}.logo-icon{font-size:2.2rem}.nav{padding:.75rem 0}.logo-text{display:block}}@media(max-width:360px){.logo{gap:.5rem}.logo-image{height:40px}.logo-text{font-size:1.2rem}.logo-icon{font-size:1.8rem}}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;display:flex;align-items:center}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#2d3748}.gradient-text{background:linear-gradient(135deg,#30bcb8,#44b6eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#718096;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#718096;font-size:.9rem}.hero-visual{display:flex;justify-content:center;align-items:center}.phone-mockup{width:300px;height:600px;background:#1a202c;border-radius:40px;padding:12px;position:relative;box-shadow:0 25px 50px #0000004d}.phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative}.app-interface{height:100%}.phone-screen img{width:100%;height:100%;object-fit:cover}.services{padding:80px 0}.services-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;color:#2d3748}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.service-icon{width:40px;height:40px;background:linear-gradient(135deg,#30bcb8,#44b6eb);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.service-details{flex:1}.service-name{font-weight:600;color:#2d3748}.service-price{color:#718096;font-size:.9rem}.service-status{padding:4px 12px;background:#c6f6d5;color:#276749;border-radius:20px;font-size:.8rem;font-weight:600}@media(max-width:968px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons,.hero-stats{justify-content:center}}@media(max-width:768px){.hero-buttons{flex-direction:column;align-items:center}.hero-stats{flex-wrap:wrap}}.features{padding:80px 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#718096}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{padding:2.5rem 2rem;background:#f7fafc;border-radius:16px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.feature-description{color:#718096;line-height:1.6}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.feature-card{padding:2rem 1.5rem}}.how-it-works{padding:80px 0;background:linear-gradient(135deg,#30bcb8 20%,#2b8fbf 50%);color:#fff}.how-it-works .section-header h2,.how-it-works .section-header p{color:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:4rem}.step{display:flex;align-items:flex-start;gap:1.5rem}.step-number{font-size:3rem;font-weight:700;opacity:.3;line-height:1}.step-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.step-content p{opacity:.9;line-height:1.6}.cta-section{text-align:center;background:#ffffff1a;padding:3rem 2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-section h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-buttons .btn-secondary{color:#fff;border-color:#fff}.cta-buttons .btn-secondary:hover{background:#2b8fbf}@media(max-width:768px){.steps{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-section{padding:2rem 1rem}}.footer{background:#1a202c;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-brand p{color:#a0aec0;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-column a:hover{color:#2b8fbf}.footer-bottom{border-top:1px solid #2d3748;padding-top:2rem;text-align:center;color:#a0aec0}@media(max-width:768px){.footer-content,.footer-links{grid-template-columns:1fr}}.footer .logo-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.5rem}.footer-column a{display:block;color:#a0aec0;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-column a:hover{color:#fff}.privacy-policy{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:80px}.privacy-header{text-align:center;padding:3rem 2rem 2rem;background:#fff;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.back-button:hover{background:#44b6eb;transform:translateY(-2px)}.privacy-title h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.privacy-container{max-width:1200px;margin:0 auto;padding:0 20px}.privacy-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem}.privacy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{font-size:1.75rem;font-weight:600;color:#667eea;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #c3cfe2}.privacy-section p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.subsection{margin:2rem 0}.subsection h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.privacy-section ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1.5rem}.privacy-section li{margin-bottom:.75rem;color:#4a5568;line-height:1.6}.privacy-section strong{color:#2d3748;font-weight:600}.note{background:#e6fffa;padding:1rem;border-radius:8px;border-left:4px solid #38b2ac;color:#234e52}.consent-section{text-align:center;padding:2.5rem;background:linear-gradient(135deg,#30bcb8,#44b6eb);border-radius:12px;margin-top:3rem}.consent-section h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.consent-section p{color:#ffffffe6;margin-bottom:0;font-size:1.1rem}@media(max-width:768px){.privacy-content{padding:2rem 1.5rem}.privacy-title h1{font-size:2rem}.privacy-section h2{font-size:1.5rem}.consent-section{padding:1.5rem}}@media(max-width:480px){.privacy-content{padding:1.5rem 1rem}.privacy-title h1{font-size:1.75rem}.privacy-section h2{font-size:1.25rem}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:80px}.contact-header{text-align:center;padding:3rem 2rem 2rem;background:#fff;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.contact-title h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-content{margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;margin-bottom:3rem}.info-card,.form-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.info-card:hover,.form-card:hover{transform:translateY(-5px)}.info-card h2,.form-card h2{font-size:1.75rem;color:#2d3748;margin-bottom:1rem}.info-description{color:#718096;margin-bottom:2rem;line-height:1.6}.contact-methods{margin-bottom:2rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;margin-bottom:1rem;transition:all .3s ease;cursor:pointer}.contact-method:hover{background:#f7fafc;transform:translateY(-2px)}.method-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.method-details h4{font-size:1.1rem;color:#2d3748;margin-bottom:.25rem}.method-link{text-decoration:none;font-weight:500;transition:opacity .3s ease}.method-link:hover{opacity:.8}.social-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.social-section h3{font-size:1.25rem;color:#2d3748;margin-bottom:1rem}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.social-link:hover{transform:translateY(-2px);opacity:.9}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem}.required{color:#e53e3e}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f7fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;margin-top:1rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.privacy-note{margin-top:1rem;padding:1rem;background:#e6fffa;border-radius:8px;border-left:4px solid #38b2ac;color:#234e52;text-align:center}.privacy-note p{margin:0;font-size:.9rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:500}.alert-success{background:#c6f6d5;color:#276749;border-left:4px solid #38a169}.alert-error{background:#fed7d7;color:#c53030;border-left:4px solid #e53e3e}.quick-response{margin-top:2rem}.response-card{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.response-card:hover{transform:translateY(-3px)}.response-icon{font-size:2.5rem;margin-bottom:1rem}.response-card h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem}.response-card p{color:#718096;margin-bottom:1.5rem;line-height:1.6}.response-card .btn{padding:.75rem 2rem}@media(max-width:968px){.contact-grid{grid-template-columns:1fr}.contact-title h1{font-size:2rem}.info-card,.form-card{padding:1.5rem}}@media(max-width:768px){.form-row{grid-template-columns:1fr}.social-links{flex-direction:column}.contact-header{padding:2rem 1rem}}.deletion-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:80px}.deletion-header{text-align:center;padding:3rem 2rem 2rem;background:#fff;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.back-button{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;background:#667eea;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.deletion-title h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.deletion-container{max-width:1200px;margin:0 auto;padding:0 20px}.deletion-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem}.warning-alert{background:#fff3cd;border-left:4px solid #ffc107;padding:1.5rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:flex-start;gap:1rem}.warning-icon{font-size:2rem}.warning-content h3{color:#856404;margin-bottom:.5rem}.warning-content p{color:#856404;margin:0}.warning-content strong{color:#856404}.deletion-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.deletion-section:last-of-type{border-bottom:none}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.header-icon{font-size:2rem}.deletion-section h2{font-size:1.75rem;color:#2d3748;margin-bottom:1rem}.section-title{font-size:1.75rem;color:#2d3748;text-align:center;margin-bottom:2rem}.lead{font-size:1.25rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.data-list{list-style-type:disc;margin-left:1.5rem;color:#4a5568}.data-list li{margin-bottom:.5rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.deletion-step-card{background:#f7fafc;border-radius:12px;padding:1.5rem;position:relative;transition:transform .3s ease}.deletion-step-card:hover{transform:translateY(-5px)}.deletion-step-number{position:absolute;top:-15px;left:-15px;width:40px;height:40px;background:linear-gradient(135deg,#30bcb8,#44b6eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 10px #667eea4d}.deletion-step-icon{font-size:2rem;margin-bottom:1rem}.deletion-step-content h3{font-size:1.25rem;color:#2d3748;margin-bottom:.75rem}.deletion-step-content p{color:#718096;margin:0;line-height:1.6}.completion-card{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:2rem;border-radius:12px;margin-top:2rem;display:flex;align-items:center;gap:1.5rem}.completion-icon{font-size:3rem}.completion-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.completion-content p{margin-bottom:1rem;opacity:.9}.success-message{background:#ffffff1a;padding:1rem;border-radius:8px;border-left:4px solid white;font-weight:600}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.data-card{background:#f7fafc;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.data-card:hover{transform:translateY(-3px)}.data-icon{font-size:2.5rem;margin-bottom:1rem}.data-card h3{font-size:1.25rem;color:#2d3748;margin-bottom:1rem}.data-card ul{list-style-type:none;padding:0;margin:0}.data-card li{padding:.5rem 0;color:#718096;border-bottom:1px solid #e2e8f0}.data-card li:last-child{border-bottom:none}.alternative-card{background:#e3f2fd;border-left:4px solid #2196f3;padding:2rem;border-radius:8px;display:flex;align-items:flex-start;gap:1.5rem}.alternative-icon{font-size:2rem}.alternative-content h3{color:#1976d2;margin-bottom:.5rem}.alternative-content p{color:#1976d2;margin:0}.final-message{text-align:center;padding:3rem;background:#f7fafc;border-radius:12px;margin-top:2rem}.final-icon{font-size:3rem;margin-bottom:1rem}.final-message h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem}.final-message p{color:#718096;max-width:600px;margin:0 auto;line-height:1.6}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.action-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:3rem;text-align:center;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.action-card:hover{transform:translateY(-5px)}.action-icon{font-size:2.5rem;margin-bottom:1rem}.action-card h4{font-size:1.25rem;color:#2d3748;margin-bottom:.5rem}.action-card p{color:#718096;margin-bottom:1.5rem;font-size:.9rem}.btn-outline{display:inline-block;padding:.75rem 1.5rem;background:transparent;color:#667eea;border:2px solid #667eea;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-outline:hover{background:#667eea;color:#fff}@media(max-width:768px){.deletion-content{padding:2rem 1.5rem}.deletion-title h1{font-size:2rem}.completion-card{flex-direction:column;text-align:center}.steps-grid,.data-grid,.quick-actions{grid-template-columns:1fr}}.about-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:80px}.about-header{text-align:center;padding:3rem 2rem 2rem;background:#fff;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.back-button{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#30bcb8,#2b8fbf);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.back-button:hover{background:#5a67d8;transform:translateY(-2px)}.about-title h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.subtitle{font-size:1.1rem;color:#718096}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem}.about-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.about-section:last-of-type{border-bottom:none}.about-section h2{font-size:1.75rem;font-weight:600;color:#667eea;margin-bottom:1.5rem}.about-section p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.value-card{background:#f7fafc;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{font-size:1.25rem;color:#2d3748;margin-bottom:1rem}.value-card p{color:#718096;margin:0}.download-btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;margin-top:1rem}@media(max-width:768px){.about-content{padding:2rem 1.5rem}.about-title h1{font-size:2rem}.values-grid{grid-template-columns:1fr}}.terms-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-top:80px}.terms-header{text-align:center;padding:3rem 2rem 2rem;background:#fff;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a}.back-button{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#30bcb8,#44b6eb);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.back-button:hover{background:linear-gradient(135deg,#30bcb8,#44b6eb);transform:translateY(-2px)}.terms-title h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.last-updated{font-size:1.1rem;color:#718096}.terms-container{max-width:1200px;margin:0 auto;padding:0 20px}.terms-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem}.terms-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.terms-section:last-of-type{border-bottom:none}.terms-section h2{font-size:1.75rem;font-weight:600;color:#667eea;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #c3cfe2}.terms-section p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.terms-section ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:1.5rem}.terms-section li{margin-bottom:.75rem;color:#4a5568;line-height:1.6}.terms-section strong{color:#2d3748;font-weight:600}@media(max-width:768px){.terms-content{padding:2rem 1.5rem}.terms-title h1{font-size:2rem}.terms-section h2{font-size:1.5rem}}@media(max-width:480px){.terms-content{padding:1.5rem 1rem}.terms-title h1{font-size:1.75rem}.terms-section h2{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background-color:#fff}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:16px}.btn-primary{background:linear-gradient(135deg,#30bcb8,#44b6eb);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:transparent;color:#44b6eb;border:2px solid #44b6eb}.btn-secondary:hover{background:linear-gradient(135deg,#30bcb8,#44b6eb);color:#fff;transform:translateY(-2px)}a.btn:hover{text-decoration:none;color:#fff}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.not-found-content{text-align:center;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.not-found h1{font-size:2.5rem;color:#2d3748;margin-bottom:1rem}.not-found p{font-size:1.25rem;color:#718096;margin-bottom:2rem}.footer-column a:hover{color:#30bcb8}
