:root{--primary-color: #0078D4;--secondary-color: #2c3e50;--accent-color: #00A79D;--light-gray: #f8f9fa;--medium-gray: #e9ecef;--dark-gray: #343a40;--text-color: #333;--white: #ffffff;--font-primary: "Poppins", "Assistant", sans-serif;--font-secondary: "Roboto", "Assistant", sans-serif;--shadow: 0 4px 12px rgba(0, 0, 0, .1);--border-radius: 8px;--animation-duration-normal: .6s;--animation-duration-fast: .4s;--header-height: 70px;--whatsapp-color: #25D366}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-secondary);color:var(--text-color);line-height:1.7;background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:600;color:var(--secondary-color);margin-bottom:.75em}h1{font-size:2.8rem;line-height:1.2}h2{font-size:2.2rem;margin-bottom:1em;text-align:center}h3{font-size:1.5rem}h4{font-size:1.2rem}p{margin-bottom:1rem;font-size:1rem;color:#555}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover,a:focus{color:var(--accent-color);text-decoration:underline}ul{list-style:none;padding-left:0}.container{width:90%;max-width:1100px;margin:0 auto;padding:0 15px}section,.page-content{padding:60px 0;overflow:hidden}.page-content:nth-child(2n):not(.dark-bg):not(.bg-image-section),section:nth-child(2n):not(.dark-bg):not(.bg-image-section){background-color:var(--light-gray)}.page-content.dark-bg,section.dark-bg{background-color:var(--secondary-color);color:var(--white)}.page-content.dark-bg h2,.page-content.dark-bg h3,.page-content.dark-bg h4,section.dark-bg h2,section.dark-bg h3,section.dark-bg h4{color:var(--white)}.page-content.dark-bg p,section.dark-bg p{color:var(--light-gray)}.cta-button,.whatsapp-button{display:inline-block;background-color:var(--primary-color);color:var(--white)!important;padding:12px 28px;border-radius:var(--border-radius);font-weight:500;text-decoration:none;transition:background-color .3s ease,transform .2s ease;font-family:var(--font-primary);font-size:1rem;box-shadow:0 2px 4px #0000001a;border:none;cursor:pointer;margin:.5rem}.cta-button:hover,.cta-button:focus,.whatsapp-button:hover,.whatsapp-button:focus{background-color:var(--accent-color);color:var(--white)!important;text-decoration:none;transform:translateY(-2px)}.whatsapp-button{background-color:var(--whatsapp-color)}.whatsapp-button:hover,.whatsapp-button:focus{background-color:#1ebe54}.whatsapp-button i{margin-right:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animated{animation-duration:var(--animation-duration-normal);animation-fill-mode:both;animation-timing-function:ease-out}.navbar{background-color:var(--white);padding:0 1rem;height:var(--header-height);position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000000d;display:flex;align-items:center}.navbar .container{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--secondary-color);font-family:var(--font-primary);animation:fadeIn var(--animation-duration-normal) ease-out;flex-shrink:0}.nav-logo:hover,.nav-logo:focus{color:var(--primary-color);text-decoration:none}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-links a{font-weight:500;color:var(--secondary-color);font-size:.95rem;padding:.5rem 0;position:relative}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:var(--primary-color)}.lang-toggle{background:none;border:1px solid var(--primary-color);color:var(--primary-color);padding:.4rem .8rem;border-radius:var(--border-radius);cursor:pointer;font-weight:500;transition:background-color .3s,color .3s;margin-left:1rem}.lang-toggle:hover{background-color:var(--primary-color);color:var(--white)}.mobile-nav-toggle{display:none;background:none;border:none;font-size:1.8rem;color:var(--secondary-color);cursor:pointer;z-index:1020}.sidebar-nav{display:flex;align-items:center}.mobile-nav-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998;opacity:0;transition:opacity .3s ease-in-out}.mobile-nav-backdrop.active{display:block;opacity:1}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:var(--white);text-align:center;padding:120px 0;min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center}.hero-section .container{max-width:800px}.hero-section h1{color:var(--white);font-size:3.2rem;margin-bottom:.5em}.hero-section .subtitle{font-size:1.25rem;margin-bottom:1.5em;color:#ffffffe6;font-weight:300}.cloud-advantages-section{position:relative;background-size:cover;background-position:center center;background-attachment:fixed;color:var(--white)}.cloud-advantages-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#2c3e50b3;z-index:1}.cloud-advantages-section .container{position:relative;z-index:2}.cloud-advantages-section h2,.cloud-advantages-section h3,.cloud-advantages-section p{color:var(--dark-gray)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.feature-item,.service-item,.reason-item{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);text-align:center;transition:transform .3s ease,box-shadow .3s ease;animation:fadeInUp var(--animation-duration-normal) ease-out forwards;opacity:0}.feature-item:hover,.service-item:hover,.reason-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.feature-icon,.service-icon{font-size:2.5rem;display:block;margin-bottom:1rem;color:var(--primary-color)}.dark-bg .reason-item{background-color:#3e5062;box-shadow:0 4px 10px #0003}.dark-bg .reason-item h4{color:var(--white)}.dark-bg .reason-item p{color:var(--medium-gray)}.about-page-content .page-intro{max-width:800px;margin:0 auto 2rem;text-align:center}.about-content-layout{display:flex;flex-direction:column;align-items:center}.about-specializing-intro{text-align:center;margin-top:2rem}.about-specializing-intro h3{margin-bottom:1rem}.about-specializing-intro ul{list-style:none;padding:0;display:inline-block;text-align:left}.about-specializing-intro ul li{font-size:1.1rem;margin-bottom:.75rem;padding:.5rem 1rem;background-color:var(--light-gray);border-radius:var(--border-radius);box-shadow:0 2px 4px #0000000d;animation:fadeInUp var(--animation-duration-normal) ease-out forwards;opacity:0}.why-choose-us-section .reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.page-intro{font-size:1.1rem;color:#666;max-width:800px;margin:0 auto 2.5rem;text-align:center}.services-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.integration-details-section{background-color:var(--white);padding:2rem;border-radius:var(--border-radius);margin-top:2rem}.integration-details-section .sub-intro{color:#666;text-align:center;margin-bottom:2rem}.integration-capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.integration-capability-item{background-color:var(--light-gray);padding:1.5rem;border-radius:var(--border-radius)}.integration-capability-item h4{color:var(--primary-color);margin-bottom:1rem;text-align:left}.integration-capability-item ul{padding-left:0}.integration-capability-item ul li{margin-bottom:1rem;padding-left:1rem;position:relative;font-size:.95rem}.integration-capability-item ul li:before{content:"✓";color:var(--accent-color);position:absolute;left:-5px;font-weight:700}.main-service-focus{background-color:var(--light-gray);padding:2rem;border-radius:var(--border-radius);margin-bottom:3rem}.main-service-focus .service-icon{font-size:3rem;color:var(--primary-color);margin-bottom:1rem;display:block}.section-subtitle{font-size:1.8rem;color:var(--secondary-color);text-align:center;margin-top:3rem;margin-bottom:1.5rem}.smart-bots-subsection{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--medium-gray)}.smart-bots-subsection .subsection-intro{text-align:center;max-width:700px;margin:0 auto 1.5rem;color:#666}.smart-bot-features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.smart-bot-feature{background-color:var(--white);padding:1.5rem;border-radius:var(--border-radius);box-shadow:0 3px 8px #00000012;display:flex;align-items:flex-start;text-align:left;animation:fadeInUp var(--animation-duration-normal) ease-out forwards;opacity:0}.smart-bot-feature .feature-icon{font-size:1.8rem;color:var(--accent-color);margin-right:1rem;margin-top:.25rem}.smart-bot-feature .feature-text-content h4{margin-bottom:.3rem;font-size:1.15rem}.smart-bot-feature .feature-text-content p{font-size:.9rem;margin-bottom:0;color:#666}.pricing-model-section{text-align:center;background-color:var(--light-gray);padding:2.5rem 1.5rem;border-radius:var(--border-radius);margin-top:3rem}.pricing-model-section .pricing-icon{font-size:3rem;color:var(--accent-color);display:block;margin-bottom:1rem}.pricing-model-section h3{color:var(--secondary-color)}.pricing-model-section p{max-width:600px;margin:0 auto;font-size:1.05rem}.contact-section-component,.full-contact-page{text-align:center}.contact-section-component .contact-intro-para,.full-contact-page .page-intro{max-width:700px;margin:0 auto 2rem}.contact-methods,.contact-details{margin-bottom:1.5rem;font-size:1.1rem}.contact-methods p,.contact-details p{margin-bottom:.5rem}.contact-buttons-container{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer{background-color:var(--secondary-color);color:var(--light-gray);padding:40px 0;text-align:center;margin-top:auto}.footer p{color:var(--medium-gray);margin-bottom:.5rem;font-size:.9rem}.footer a{color:var(--white)}.footer a:hover,.footer a:focus{color:var(--accent-color)}.footer-nav{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-nav a{font-weight:500;font-size:.9rem}.footer-nav a.active{color:var(--accent-color);text-decoration:underline}.privacy-policy-content{text-align:left;max-width:800px;margin:0 auto}.privacy-policy-content h3{margin-top:1.5rem;margin-bottom:.75rem;color:var(--secondary-color)}.privacy-policy-content p{margin-bottom:1rem;line-height:1.7}@media (max-width: 768px){h1{font-size:2.4rem}h2{font-size:1.8rem}h3{font-size:1.3rem}.hero-section{padding:80px 0;min-height:auto}.hero-section h1{font-size:2.5rem}.hero-section .subtitle{font-size:1.1rem}.nav-links{display:none}.lang-toggle{margin-left:0;margin-top:1rem}.mobile-nav-toggle{display:block}.sidebar-nav{display:flex;flex-direction:column;align-items:center;position:fixed;top:0;right:-300px;width:280px;height:100%;background-color:var(--white);box-shadow:-2px 0 5px #0000001a;padding:calc(var(--header-height) + 20px) 20px 20px;transition:right .3s ease-in-out;z-index:1010}.sidebar-nav.open{right:0}.sidebar-nav ul{flex-direction:column;width:100%;text-align:center}.sidebar-nav ul li{margin-bottom:1rem;width:100%}.sidebar-nav ul li a{display:block;padding:.75rem 0;font-size:1.1rem}.sidebar-nav .lang-toggle{margin-top:1.5rem}.features-grid,.services-page-grid,.reasons-grid,.integration-capabilities-grid,.smart-bot-features-list{grid-template-columns:1fr}}
