:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#f8f9fa;font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6}.App{flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;z-index:1000;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);position:sticky;top:0;box-shadow:0 2px 10px #0003}.header-top{background:#0003;justify-content:flex-end;gap:2rem;padding:.5rem 2rem;font-size:.85rem;display:flex}.header-main{padding:1rem 2rem}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.logo-container{cursor:pointer;align-items:center;gap:1rem;display:flex}.logo-icon{font-size:2rem;animation:10s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo{background:linear-gradient(90deg,#fff 0%,#ffd54f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;display:none}.nav{flex-wrap:wrap;gap:.5rem;display:flex}.nav button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s;position:relative}.nav button:after{content:"";background:#ffd54f;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav button:hover:after{width:80%}.nav button:hover{background:#ffffff1a}.contact-btn{font-weight:600;color:#1a237e!important;background:#ffd54f!important}.contact-btn:hover{transform:translateY(-2px);background:#ffc107!important}.main-content{flex:1;width:100%}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a237e 0%,#3949ab 100%);padding:6rem 2rem;position:relative;overflow:hidden}.hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero h1{margin-bottom:1.5rem;font-size:3.5rem;animation:1s ease-out fadeInUp}.hero p{opacity:.9;margin-bottom:2rem;font-size:1.2rem;animation:1s ease-out .3s backwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-button{color:#1a237e;cursor:pointer;background:#ffd54f;border:none;border-radius:30px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;animation:1s ease-out .6s backwards fadeInUp;box-shadow:0 4px 15px #ffd54f4d}.cta-button:hover{background:#ffc107;transform:translateY(-3px);box-shadow:0 6px 20px #ffd54f80}.services-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{text-align:center;color:#1a237e;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:#666;margin-bottom:3rem}.servicesHome{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service{cursor:pointer;text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.service:before{content:"";background:linear-gradient(90deg,#1a237e,#3949ab);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service:hover:before{transform:scaleX(1)}.service:hover{transform:translateY(-10px);box-shadow:0 10px 20px #00000026}.service-icon{margin-bottom:1rem;font-size:3rem}.serviceName{color:#1a237e;margin-bottom:1rem;font-size:1.3rem}.service p{color:#666;margin-bottom:1.5rem}.learn-more{color:#1a237e;font-weight:600;transition:all .3s}.service:hover .learn-more{margin-left:5px}.stats-section{color:#fff;text-align:center;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:4rem 2rem;display:grid}.stat h3{color:#ffd54f;margin-bottom:.5rem;font-size:3rem}.stat p{opacity:.9}.page-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);padding:4rem 2rem}.page-hero h1{margin-bottom:1rem;font-size:2.5rem}.page-hero p{opacity:.9;font-size:1.1rem}.about .content{max-width:1000px;margin:3rem auto;padding:0 2rem}.contentText{color:#333;background:#fff;border-radius:12px;padding:3rem;line-height:1.8;box-shadow:0 4px 6px #0000001a}.service-page{max-width:1000px;margin:3rem auto;padding:0 2rem}.service-body{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.service-text p{color:#333;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.service-text ul{margin-left:0;list-style:none}.service-text li{background:#f8f9fa;border-left:4px solid #1a237e;border-radius:4px;margin-bottom:1rem;padding:1rem;transition:all .3s}.service-text li:hover{background:#e8eaf6;transform:translate(5px)}.contact-content{max-width:800px;margin:3rem auto;padding:0 2rem}.contacttext{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.contactDiv{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.contactRow{border-bottom:1px solid #e0e0e0;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.contactRow:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-icon{background:#e8eaf6;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;display:flex}.contactRow strong{color:#1a237e;margin-bottom:.5rem;font-size:1.1rem;display:block}.value{color:#333}.linkedinButton{color:#fff;cursor:pointer;background:#0077b5;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.linkedinButton:hover{background:#005885;transform:translateY(-2px);box-shadow:0 4px 10px #0077b54d}.footer{color:#fff;background:linear-gradient(135deg,#1a237e 0%,#283593 100%);padding:3rem 2rem 1rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-section h3{color:#ffd54f;margin-bottom:1rem}.footer-section p{opacity:.9;margin-bottom:.5rem}.footer-section button{color:#fff;cursor:pointer;opacity:.9;background:0 0;border:none;padding:.25rem 0;transition:all .3s;display:block}.footer-section button:hover{opacity:1;padding-left:5px}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}@media (width<=768px){.header-top{display:none}.mobile-menu-btn{display:block}.nav{flex-direction:column;gap:.25rem;width:100%;display:none}.nav.open{display:flex}.nav button{text-align:left;width:100%}.hero h1{font-size:2.5rem}.servicesHome{grid-template-columns:1fr}.contentText,.service-body,.contactDiv{padding:1.5rem}.stats-section{grid-template-columns:repeat(2,1fr)}.contactRow{flex-direction:column;align-items:flex-start;gap:.5rem}}
