.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem;font-weight:700;margin:0;color:#fff}.nav{display:flex;gap:2rem}.nav a{color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:background-color .3s ease}.nav a:hover{background-color:#fff3}.nav a.active{background-color:#ffffff4d}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.logo h1{font-size:1.5rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.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:1rem;color:#fff}.footer-section h4{font-size:1.1rem;margin-bottom:.8rem;color:#ecf0f1}.footer-section p{margin-bottom:.5rem;color:#bdc3c7;line-height:1.8}.footer-section a{display:block;color:#bdc3c7;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#95a5a6}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}}.cookie-popup-overlay{position:fixed;bottom:0;left:0;right:0;background:#00000080;display:flex;justify-content:center;align-items:flex-end;padding:2rem;z-index:2000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-popup{background:#fff;border-radius:10px;padding:2rem;max-width:600px;width:100%;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-content h3{margin-bottom:1rem;color:#333;font-size:1.3rem}.cookie-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.cookie-buttons{display:flex;gap:1rem;justify-content:flex-end}.cookie-accept,.cookie-decline{padding:.8rem 2rem;border-radius:5px;font-weight:600;transition:all .3s ease}.cookie-accept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-accept:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.cookie-decline{background:#e0e0e0;color:#333}.cookie-decline:hover{background:#d0d0d0}@media (max-width: 768px){.cookie-popup-overlay{padding:1rem}.cookie-popup{padding:1.5rem}.cookie-buttons{flex-direction:column}.cookie-accept,.cookie-decline{width:100%}}.home{width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;line-height:1.8;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #ffffff4d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.btn-large{padding:1.2rem 3rem;font-size:1.2rem}.features{padding:5rem 2rem;background:#f8f9fa}.container{max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.services-preview{padding:5rem 2rem}.services-preview h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.service-item{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:10px;transition:transform .3s ease}.service-item:hover{transform:translateY(-5px)}.service-item h3{font-size:1.5rem;margin-bottom:1rem}.service-item p{opacity:.9;line-height:1.6}.services-cta{text-align:center}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.features h2,.services-preview h2,.cta-section h2{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}.page{padding:3rem 2rem;background:#f8f9fa;min-height:calc(100vh - 200px)}.page-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.page-container h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.last-updated{color:#666;margin-bottom:2rem;font-size:.9rem}.page-container section{margin-bottom:3rem}.page-container h2{font-size:1.8rem;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.page-container p{color:#555;line-height:1.8;margin-bottom:1rem}.page-container ul{margin-left:2rem;margin-bottom:1rem}.page-container li{color:#555;line-height:1.8;margin-bottom:.5rem}@media (max-width: 768px){.page{padding:2rem 1rem}.page-container{padding:2rem 1.5rem}.page-container h1{font-size:2rem}.page-container h2{font-size:1.5rem}}.contact-page{padding:3rem 2rem;background:#f8f9fa;min-height:calc(100vh - 200px)}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.contact-header p{font-size:1.1rem;color:#666}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.info-card p{color:#666;margin-bottom:.3rem}.contact-form{background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:5px;margin-bottom:1.5rem;border:1px solid #c3e6cb}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical}.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.1rem;font-weight:600;border-radius:5px;transition:transform .3s ease,box-shadow .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}@media (max-width: 968px){.contact-content{grid-template-columns:1fr}.contact-info{flex-direction:row;flex-wrap:wrap}.info-card{flex:1;min-width:200px}}@media (max-width: 768px){.contact-header h1{font-size:2rem}.contact-info{flex-direction:column}}.service-info-page{padding:3rem 2rem;background:#f8f9fa}.service-header{text-align:center;margin-bottom:4rem}.service-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.service-header p{font-size:1.2rem;color:#666}.service-container{max-width:1200px;margin:0 auto}.service-section{margin-bottom:4rem}.service-section.alt{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.service-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.service-content.reverse{direction:rtl}.service-content.reverse>*{direction:ltr}.service-text h2{font-size:2rem;color:#333;margin-bottom:1.5rem}.service-text p{color:#555;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.service-text ul{list-style:none;padding:0}.service-text li{color:#555;line-height:2;padding-left:1.5rem;position:relative}.service-text li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.service-image{display:flex;justify-content:center;align-items:center}.image-placeholder{font-size:8rem;background:linear-gradient(135deg,#667eea,#764ba2);width:300px;height:300px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #667eea4d}.pricing-section{background:#fff;padding:4rem 3rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;margin-top:4rem}.pricing-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.pricing-section>p{color:#666;margin-bottom:3rem;font-size:1.1rem}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:#f8f9fa;padding:2.5rem 2rem;border-radius:10px;border:2px solid #e0e0e0;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.pricing-card.featured{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:scale(1.05)}.pricing-card.featured h3,.pricing-card.featured .price,.pricing-card.featured li{color:#fff}.pricing-card h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.price{font-size:1.8rem;font-weight:700;color:#667eea;margin-bottom:1.5rem}.pricing-card ul{list-style:none;padding:0;text-align:left}.pricing-card li{color:#555;line-height:2;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.pricing-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.pricing-card.featured li:before{color:#fff}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2.5rem;border-radius:5px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}@media (max-width: 968px){.service-content{grid-template-columns:1fr}.service-content.reverse{direction:ltr}.image-placeholder{width:200px;height:200px;font-size:5rem}.pricing-cards{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}}@media (max-width: 768px){.service-header h1{font-size:2rem}.service-text h2{font-size:1.5rem}.pricing-section{padding:3rem 2rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.process-page{padding:3rem 2rem;background:#f8f9fa}.process-header{text-align:center;margin-bottom:4rem}.process-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.process-header p{font-size:1.2rem;color:#666}.process-container{max-width:1000px;margin:0 auto}.process-timeline{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-bottom:4rem}.process-step{position:relative;display:flex;gap:2rem;margin-bottom:3rem}.process-step:last-child{margin-bottom:0}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 5px 15px #667eea4d}.step-content{flex:1;background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid #667eea}.step-icon{font-size:2.5rem;margin-bottom:1rem}.step-content h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.step-content p{color:#555;line-height:1.8}.step-connector{position:absolute;left:25px;top:70px;width:2px;height:calc(100% + 1rem);background:linear-gradient(180deg,#667eea,#764ba2)}.process-features{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-bottom:4rem}.process-features h2{font-size:2rem;color:#333;margin-bottom:2rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-box{background:#f8f9fa;padding:2rem;border-radius:10px;border-top:4px solid #667eea}.feature-box h3{font-size:1.3rem;color:#333;margin-bottom:1rem}.feature-box ul{list-style:none;padding:0}.feature-box li{color:#555;line-height:2;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.feature-box li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.process-guarantee{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 3rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.process-guarantee h2{font-size:2rem;margin-bottom:3rem;text-align:center}.guarantee-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.guarantee-item{text-align:center;background:#ffffff1a;padding:2rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.guarantee-icon{font-size:3rem;margin-bottom:1rem}.guarantee-item h3{font-size:1.3rem;margin-bottom:1rem}.guarantee-item p{opacity:.9;line-height:1.6}@media (max-width: 768px){.process-header h1{font-size:2rem}.process-timeline{padding:2rem 1.5rem}.process-step{flex-direction:column;gap:1rem}.step-connector{display:none}.step-content{border-left:none;border-top:4px solid #667eea}.process-features,.process-guarantee{padding:2rem 1.5rem}.features-grid,.guarantee-items{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}*{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;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}
