.navbar{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:transform .2s}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem}.logo-text{display:none}.logo-domain{color:var(--text-light);font-size:1.2rem;font-weight:400}@media (min-width: 640px){.logo-text{display:inline}}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar-menu li a{color:var(--text-dark);font-weight:500;transition:color .2s;position:relative;padding:.5rem 0}.navbar-menu li a:hover,.navbar-menu li a.active{color:var(--primary-color)}.navbar-menu li a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary-color)}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;padding:.5rem}.navbar-toggle span{width:25px;height:3px;background:var(--text-dark);transition:all .3s;border-radius:2px}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.navbar-toggle{display:flex}.navbar-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow-lg);padding:2rem 0;gap:1rem}.navbar-menu.active{left:0}.navbar-menu li a.active:after{display:none}.navbar-menu li a.active{background:var(--bg-light);padding:.5rem 1rem;border-radius:.5rem}}.footer{background:var(--text-dark);color:var(--white);margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.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:var(--white)}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:var(--white)}.footer-section p{color:#fffc;line-height:1.8;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#fffc;transition:color .2s}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#fff9}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.home{min-height:calc(100vh - 200px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);padding:4rem 2rem;min-height:500px;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{z-index:1}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.hero-graphic{position:relative;width:300px;height:300px}.graphic-circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 6s ease-in-out infinite}.graphic-circle:nth-child(1){width:200px;height:200px;top:0;left:0;animation-delay:0s}.graphic-circle:nth-child(2){width:150px;height:150px;top:50px;right:0;animation-delay:2s}.graphic-circle:nth-child(3){width:100px;height:100px;bottom:0;left:50px;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-image{display:none}.hero-title{font-size:2.5rem}}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}}.btn{display:inline-block;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s;text-align:center}.btn-primary{background:var(--primary-color);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.services-overview{padding:5rem 0;background:var(--bg-light)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow);transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.service-link{color:var(--primary-color);font-weight:600;transition:color .2s}.service-link:hover{color:var(--primary-dark)}.why-choose-us{padding:5rem 0;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{text-align:center;padding:2rem}.feature-icon{width:60px;height:60px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.feature-item h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-item p{color:var(--text-light)}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white)}.cta-content{text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.section-title,.cta-content h2{font-size:2rem}}.services-page{min-height:calc(100vh - 200px)}.services-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white);padding:4rem 2rem;text-align:center}.services-hero h1{font-size:3rem;margin-bottom:1rem}.services-hero p{font-size:1.25rem;opacity:.95}.services-content{padding:4rem 0;background:var(--bg-light)}.service-detail{margin-bottom:4rem;scroll-margin-top:100px}.service-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:var(--white);padding:3rem;border-radius:1rem;box-shadow:var(--shadow)}.service-detail-content.reverse{direction:rtl}.service-detail-content.reverse>*{direction:ltr}.service-detail-text{display:flex;flex-direction:column}.service-detail-icon{font-size:4rem;margin-bottom:1.5rem}.service-detail-text h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.service-detail-description{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.service-features{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.service-features li{display:flex;align-items:center;gap:.75rem;color:var(--text-dark);padding:.5rem 0}.check-icon{width:24px;height:24px;background:var(--secondary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.service-detail-visual{display:flex;justify-content:center;align-items:center}.service-visual-box{width:100%;max-width:400px;aspect-ratio:1;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg)}.visual-placeholder{font-size:8rem;opacity:.8}.services-cta{padding:4rem 2rem;background:var(--white);text-align:center}.services-cta h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.services-cta p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}@media (max-width: 968px){.service-detail-content{grid-template-columns:1fr;gap:2rem}.service-detail-content.reverse{direction:ltr}.service-visual-box{max-width:300px}.visual-placeholder{font-size:6rem}}@media (max-width: 640px){.services-hero h1{font-size:2rem}.service-detail-content{padding:2rem 1.5rem}.service-detail-text h2{font-size:1.5rem}.service-features{grid-template-columns:1fr}}.about-page{min-height:calc(100vh - 200px)}.about-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white);padding:4rem 2rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero p{font-size:1.25rem;opacity:.95}.about-content{padding:4rem 0;background:var(--bg-light)}.about-section{background:var(--white);padding:3rem;border-radius:1rem;box-shadow:var(--shadow);margin-bottom:3rem}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark)}.about-section p{color:var(--text-light);line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{text-align:center;padding:2rem;background:var(--bg-light);border-radius:.5rem;transition:transform .3s}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.value-card p{color:var(--text-light);font-size:1rem}.services-list{margin-top:2rem}.service-item{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:.75rem;background:var(--bg-light);border-radius:.5rem;font-size:1.1rem;color:var(--text-dark)}.service-bullet{color:var(--primary-color);font-size:1.5rem;font-weight:700}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.why-item{padding:2rem;background:var(--bg-light);border-radius:.5rem;border-left:4px solid var(--primary-color)}.why-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.why-item p{color:var(--text-light);font-size:1rem;margin-bottom:0}@media (max-width: 768px){.about-hero h1{font-size:2rem}.about-section{padding:2rem 1.5rem}.about-section h2{font-size:1.5rem}.values-grid,.why-choose-grid{grid-template-columns:1fr}}.contact-page{min-height:calc(100vh - 200px)}.contact-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white);padding:4rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem}.contact-hero p{font-size:1.25rem;opacity:.95}.contact-content{padding:4rem 0;background:var(--bg-light)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-info h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.contact-info>p{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;align-items:start}.contact-icon{font-size:2rem;flex-shrink:0}.contact-item h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.contact-item p{color:var(--text-light);margin-bottom:.25rem}.contact-form-container{background:var(--white);padding:3rem;border-radius:1rem;box-shadow:var(--shadow)}.contact-form-container h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.btn-block{width:100%}.form-success{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:var(--secondary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 1.5rem}.form-success h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.form-success p{color:var(--text-light);font-size:1.1rem}@media (max-width: 968px){.contact-grid{grid-template-columns:1fr}.contact-form-container{padding:2rem 1.5rem}}@media (max-width: 640px){.contact-hero h1{font-size:2rem}.contact-info h2,.contact-form-container h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}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;color:var(--text-dark);line-height:1.6}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}
