.landing-page{width:100%;min-height:100vh}.navbar{background:#2c3e50d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000001a}.hero{position:relative;width:100%;min-height:600px}.hero-image-container{position:relative;width:100%;height:600px;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eeab3,#764ba2b3);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1)}.hero-content{max-width:800px;margin:0 auto;color:#fff;text-align:center}.hero-title{font-size:3rem;margin-bottom:1.5rem;font-weight:700;line-height:1.2;color:#fff}.hero-description{font-size:1.25rem;margin-bottom:0;opacity:.95;line-height:1.6;color:#fff}.services{padding:5rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#ffffff40;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000001a;text-decoration:none;color:inherit;display:block;cursor:pointer}.service-card:hover{transform:translateY(-8px) scale(1.02);background:#ffffff59;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);box-shadow:0 15px 35px #0003}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.service-card p{color:#666;line-height:1.6}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero-image-container{height:400px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.services-grid{grid-template-columns:1fr}}.service-detail-page{width:100%;min-height:100vh;background:#f8f9fa}.back-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.back-link:hover{color:#3498db}.service-detail-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.service-icon-large{font-size:5rem;margin-bottom:1rem}.service-detail-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.service-subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto}.service-detail-content{padding:4rem 0}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.detail-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.detail-section h2{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.detail-list,.benefit-list{list-style:none;padding:0}.detail-list li,.benefit-list li{padding:.75rem 0 .75rem 2rem;position:relative;color:#555;line-height:1.6;border-bottom:1px solid #eee}.detail-list li:last-child,.benefit-list li:last-child{border-bottom:none}.detail-list li:before{content:"✓";position:absolute;left:0;color:#3498db;font-weight:700;font-size:1.2rem}.benefit-list li:before{content:"★";position:absolute;left:0;color:#f39c12;font-size:1.2rem}.cta-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:10px;text-align:center;margin-top:2rem}.cta-box h3{font-size:1.5rem;margin-bottom:.5rem}.cta-box p{margin-bottom:1.5rem;opacity:.95}.btn{padding:.875rem 2rem;font-size:1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-block}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ffffff4d}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.service-detail-hero h1{font-size:2rem}.service-icon-large{font-size:3rem}.content-grid{grid-template-columns:1fr}}.contact-page{width:100%;min-height:100vh;background:#f8f9fa}.logo{font-size:1.5rem;font-weight:700;color:#3498db;text-decoration:none}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.contact-hero p{font-size:1.25rem;opacity:.95}.contact-content{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;height:fit-content}.contact-info h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem;font-weight:700}.contact-info>p{color:#666;line-height:1.6;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:start}.info-icon{font-size:2rem;min-width:50px;text-align:center}.info-item h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.25rem}.info-item p{color:#666;margin:0}.contact-form-container{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.services-checkboxes{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:5px;transition:background .2s}.checkbox-label:hover{background:#f8f9fa}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{color:#555;font-size:.95rem}.alert{padding:1rem;border-radius:5px;font-weight:500}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.btn{padding:.875rem 2rem;font-size:1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-submit{width:100%;margin-top:.5rem}.footer{background:#2c3e50;color:#fff;padding:2rem 0;text-align:center;margin-top:3rem}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.contact-hero h1{font-size:2rem}.contact-grid,.services-checkboxes{grid-template-columns:1fr}}.about-page{width:100%;min-height:100vh}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-hero p{font-size:1.25rem;opacity:.9}.about-content{padding:5rem 0;background:#fff}.about-content .vision{font-size:1.2rem;font-weight:600;color:#2c3e50;text-align:center;margin-bottom:2rem;font-style:italic}.about-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.about-content h3{text-align:center;font-size:2rem;margin-bottom:2rem;color:#2c3e50;font-weight:600}.clients-logos{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.clients-logos img,.clients-logos svg{width:120px;height:70px;object-fit:contain;border-radius:5px;box-shadow:0 2px 5px #0000001a;transition:transform .3s}.clients-logos img:hover,.clients-logos svg:hover{transform:scale(1.05)}.testimonials{margin-top:3rem}.testimonial{background:#f8f9fa;padding:2rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 2px 10px #0000001a;border-left:5px solid #3498db}.testimonial p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1rem;font-style:italic}.testimonial cite{font-weight:600;color:#2c3e50;font-size:1rem}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.about-content h3{font-size:1.5rem}.about-content p{font-size:1rem}.clients-logos{gap:1rem}.clients-logos img,.clients-logos svg{width:100px;height:60px}}.privacy-page{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#2c3e50;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#3498db}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;transition:color .3s;font-weight:500}.nav-links a:hover{color:#3498db}.privacy-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.privacy-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.privacy-hero p{font-size:1.25rem;opacity:.9}.privacy-content{padding:5rem 0;background:#fff}.privacy-section{margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.privacy-section h2{font-size:1.8rem;margin-bottom:1rem;color:#2c3e50;font-weight:600;border-bottom:2px solid #3498db;padding-bottom:.5rem}.privacy-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.privacy-section ul{margin-left:2rem;margin-bottom:1.5rem}.privacy-section li{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:.5rem}.privacy-section a{color:#3498db;text-decoration:none}.privacy-section a:hover{text-decoration:underline}.footer{background:#2c3e50;color:#fff;padding:2rem 0;text-align:center}.footer p{margin:0;opacity:.8}@media(max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.privacy-hero h1{font-size:2rem}.privacy-hero p{font-size:1rem}.privacy-section h2{font-size:1.5rem}.privacy-section p,.privacy-section li{font-size:1rem}}.App{width:100%;min-height:100vh}*{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
