:root{--primary-color:#000000;--secondary-color:#ffffff;--background-color:#0f0a18;--background-gradient-start:#0f0a18;--background-gradient-end:#1f122f;--text-color:#ffffff;--border-color:rgba(255, 255, 255, 0.08);--accent-color:#6c63ff;--accent-rgb:108, 99, 255;--button-color:#6c63ff;--header-bg:rgba(15, 10, 24, 0.98);--gray-100:rgba(255, 255, 255, 0.8);--gray-200:rgba(255, 255, 255, 0.6);--gray-300:rgba(255, 255, 255, 0.4);--gray-400:rgba(255, 255, 255, 0.2);--gray-500:rgba(255, 255, 255, 0.1);--text-color-light:rgba(255, 255, 255, 0.7)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#0f0a18,#1f122f);color:#fff;line-height:1.6;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}main{padding-top:0}.logo,.footer-logo{max-width:150px;height:40px;width:150px;object-fit:contain}@media (max-width:768px){.logo,.footer-logo{max-width:120px;height:35px;width:120px}}.header{display:flex;justify-content:center;align-items:center;padding:1.5rem 0;background-color:rgb(15 10 24 / .98);border-bottom:1px solid rgb(255 255 255 / .08);position:sticky;top:0;z-index:1000;width:100%;transition:all 0.3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-scrolled{padding:1rem 0;box-shadow:0 5px 20px rgb(0 0 0 / .2)}.header .container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo-container{display:flex;align-items:center}.logo{width:120px;height:auto}.logo-dark{display:none}.logo-light{display:block}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{color:rgb(255 255 255 / .6);text-decoration:none;font-weight:500;transition:color 0.2s;font-size:.9rem;letter-spacing:.3px;position:relative}.nav-link:hover{color:rgb(255 255 255 / .8)}.nav-buttons{display:flex;gap:1rem;align-items:center;margin-left:2rem}.btn-panel{display:inline-block;background-color:#6c63ff;color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-weight:500;font-size:.85rem;text-decoration:none;transition:all 0.3s;box-shadow:0 4px 15px rgb(108 99 255 / .3);position:relative;overflow:hidden;cursor:pointer}.btn-contact{display:inline-block;background-color:#fff0;color:rgb(255 255 255 / .8);padding:.6rem 1.2rem;border-radius:4px;font-weight:500;font-size:.85rem;text-decoration:none;transition:all 0.3s ease;border:1px solid rgb(108 99 255 / .4);cursor:pointer}.mobile-menu-toggle{display:none;background:none;border:none;color:rgb(255 255 255 / .8);font-size:1.5rem;cursor:pointer;padding:.5rem;z-index:1001}.nav-dropdown{position:relative;display:inline-block}.mega-dropdown{display:none}.dropdown-content{display:none}@media (max-width:992px){.nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:rgb(15 10 24 / .98);padding:1rem 0;box-shadow:0 4px 20px rgb(0 0 0 / .1);flex-direction:column;align-items:flex-start;z-index:1000;max-height:90vh;overflow-y:auto}.mobile-menu-toggle{display:block}.mobile-menu-open .nav{display:flex}.nav-link{padding:.8rem 2rem;width:100%;border-bottom:1px solid rgb(255 255 255 / .05)}.nav-buttons{flex-direction:column;width:100%;margin-left:0;gap:1rem;padding:1rem 2rem}.btn-panel,.btn-contact{width:100%;text-align:center}}.hero{display:flex;justify-content:center;padding:6rem 0;position:relative;width:100%;overflow:hidden;background:linear-gradient(135deg,rgb(15 10 24 / .95),rgb(31 18 47 / .95));contain:layout style}.hero .container{display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-direction:row;flex-wrap:nowrap}.hero-content{flex:1;min-width:300px;max-width:45%;position:relative;z-index:1}.hero-title{font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 5px 15px rgb(0 0 0 / .1)}.title-text{background:linear-gradient(to right,rgb(255 255 255 / .8),#6c63ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}.accent-text{position:relative;display:inline-block;color:#fff;-webkit-text-fill-color:#fff;background:none}.accent-text::after{content:'';position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:rgb(255 255 255 / .2);z-index:-1;border-radius:4px}.hero-subtitle{font-size:1.1rem;line-height:1.7;margin-bottom:3rem;color:rgb(255 255 255 / .6)}.hero-buttons{display:flex;gap:1.5rem;margin-bottom:3rem}.btn{display:inline-block;padding:.9rem 2rem;background-color:#6c63ff;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:all 0.3s;font-size:.95rem;letter-spacing:.3px;box-shadow:0 4px 15px rgb(108 99 255 / .3);position:relative;overflow:hidden}.btn-outline{background-color:#fff0;border:1px solid rgb(255 255 255 / .2);color:rgb(255 255 255 / .8);box-shadow:none}.hero-image{flex:1;min-width:300px;max-width:50%;position:relative;z-index:1;transform:translateX(20px);aspect-ratio:16 / 9}.hero-image img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;box-shadow:0 20px 40px rgb(0 0 0 / .4);transform:perspective(1000px) rotateY(-15deg);transition:transform 0.5s,opacity 0.5s;opacity:.9}@media (max-width:992px){.hero{padding:60px 0 40px}.hero .container{flex-direction:column}.hero-content{width:100%;text-align:center;padding-right:0;max-width:100%}.hero-image{width:100%;margin-top:30px;max-width:400px;margin-left:auto;margin-right:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}.container{padding:0 20px}}@media (max-width:768px){.hero{padding:40px 0 30px}.hero-title{font-size:2rem}.hero-image{max-width:300px;display:none}}@media (max-width:576px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.hero-buttons{flex-direction:column;gap:15px;width:100%}.hero-buttons .btn{width:100%}}.logo,.footer-logo{max-width:150px;height:auto;object-fit:contain;max-height:40px;width:auto;aspect-ratio:3.75/1}@media (max-width:768px){.logo,.footer-logo{max-width:120px;max-height:35px;aspect-ratio:3.43/1}}.hero-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.section{padding:6rem 0;display:flex;justify-content:center;width:100%}.white-section{background-color:#fff;color:#333;padding:0;contain:layout style}.white-section .section-inner{width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem;box-sizing:border-box}.section-inner{width:100%;max-width:1200px;margin:0 auto}.section-title{font-size:2.2rem;font-weight:600;margin-bottom:3rem;text-align:center;color:rgb(255 255 255 / .8)}.white-section .section-title{color:#333;position:relative;padding-bottom:1rem}.white-section .section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(to right,#6c63ff,#5a52e0);border-radius:3px}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:3rem;contain:layout style}.service-box{background-color:#fff;border-radius:8px;padding:1.8rem;box-shadow:0 2px 10px rgb(0 0 0 / .03);transition:all 0.3s ease;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column}.service-icon{margin-bottom:1.2rem;color:#6c63ff;display:inline-block}.service-title{font-size:1.3rem;margin-bottom:.8rem;color:#222;font-weight:600}.service-description{color:#666;margin-bottom:1.2rem;line-height:1.5;flex-grow:1;font-size:.95rem}.service-link{color:#4b41d0;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:color 0.2s ease;font-size:.9rem}.service-link::after{content:'→';margin-left:5px;display:inline-block;width:1em;flex-shrink:0}.contact-banner{background-color:#6c63ff;padding:2rem 0;color:#fff;position:relative;overflow:hidden;border-radius:8px;width:100%;margin:30px 0}.contact-banner-content{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.contact-banner-text h2{font-size:1.6rem;font-weight:600;margin-bottom:.5rem}.contact-banner-text p{font-size:.95rem;line-height:1.5;margin-top:.5rem;color:rgb(255 255 255 / .9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-contact-banner{display:inline-block;padding:.75rem 1.5rem;background-color:#100b1a;color:#fff;font-weight:500;font-size:.95rem;text-decoration:none;border-radius:6px;border:none;white-space:nowrap;min-width:120px;text-align:center}@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-box{padding:25px}.contact-banner-content{flex-direction:column;text-align:center;padding:30px 20px}}@media (max-width:768px){.services-grid{grid-template-columns:minmax(0,1fr)}.service-box{padding:20px}.white-section .section-inner{padding:4rem 1.25rem}.section-title{font-size:1.8rem}.core-panel-section,.tech-partners-section{display:none!important}}.footer{background-color:rgb(15 10 24 / .95);padding:4rem 0 2rem;position:relative;border-top:1px solid rgb(255 255 255 / .08)}.footer-nav{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;justify-content:center;text-align:center;font-size:.9rem}.footer-link{color:rgb(255 255 255 / .6);text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .08)}.footer-copyright{color:rgb(255 255 255 / .4);font-size:.9rem}:root{--feature-gradient-start:#0f0a18;--feature-gradient-end:#1f122f;--feature-accent:#6c63ff;--feature-accent-light:#8a84ff;--feature-accent-dark:#5a52e0;--feature-light-bg:#f8f9fc;--feature-dark-text:#2d2d2d;--feature-gray-text:#666666;--feature-card-bg:#ffffff;--feature-shadow:0 10px 30px rgba(108, 99, 255, 0.1)}.blog-features-section{padding:7rem 0;background-color:var(--feature-light-bg);position:relative;overflow:hidden}.blog-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2rem;position:relative;z-index:2}.blog-feature-card{background:var(--feature-card-bg);border-radius:16px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .05);position:relative;height:100%;display:flex;flex-direction:column}.blog-feature-image{width:100%;height:220px;overflow:hidden;position:relative}.blog-feature-image img{width:100%;height:100%;object-fit:cover}.blog-feature-content{padding:1.8rem;flex:1;display:flex;flex-direction:column}.blog-feature-description{color:var(--feature-gray-text);margin-bottom:1.8rem;line-height:1.7;flex:1}@media (max-width:992px){.blog-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-features-section{padding:4rem 0}.blog-features-grid{grid-template-columns:1fr;gap:1.5rem}}.whatsapp-float{position:fixed;right:1.25rem;bottom:1.25rem;z-index:9990;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;pointer-events:none}.whatsapp-float__link{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;padding:0;text-decoration:none;color:#fff;background:#25d366;border-radius:999px;box-shadow:0 4px 20px rgb(37 211 102 / .45);transition:transform 0.2s ease,box-shadow 0.2s ease,background 0.2s ease}.whatsapp-float__link:hover{background:#1ebe57;transform:translateY(-2px);box-shadow:0 8px 28px rgb(37 211 102 / .55);color:#fff}.whatsapp-float__link:focus-visible{outline:2px solid #fff;outline-offset:3px}.whatsapp-float__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;flex-shrink:0}.whatsapp-float__icon svg{width:1.75rem;height:1.75rem;fill:currentColor}@media (prefers-reduced-motion:reduce){.whatsapp-float__link{transition:none}.whatsapp-float__link:hover{transform:none}}