@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--text-dark:#1f2937;--text-light:#4b5563;--background:#ffffff;--background-alt:#f8fafc;--accent-gradient:linear-gradient(135deg,#3b82f6,#2563eb);--service-bg:#f0f9ff;--service-icon-bg:#e0f2fe;--service-icon-color:#0284c7;--service-card-hover:#ffffff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:system-ui,-apple-system,sans-serif;color:var(--text-dark);background:var(--background);line-height:1.7}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;transform:translateY(-100%);transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.02)}.header.visible{transform:translateY(0)}.header-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:4rem}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.header h1.logo{font-size:1.25rem;font-weight:700;margin:0;padding:0;line-height:1.5;white-space:nowrap;position:relative;left:0;transform:none}.header h1.logo img{display:block;height:auto}.header nav{display:flex;gap:2rem;margin-left:auto}.header nav a{color:var(--text-light);text-decoration:none;font-size:.875rem;font-weight:500;padding:.5rem 0;transition:all .2s;position:relative;white-space:nowrap}.header nav a:hover{color:var(--text-dark)}.header nav a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--primary-color);transform:scaleX(0);transition:transform .2s}.header nav a:hover:after{transform:scaleX(1)}.menu-toggle{display:none}.menu-button{display:none;width:30px;height:30px;position:relative;cursor:pointer;z-index:2;margin-right:1rem}.menu-icon,.menu-icon:after,.menu-icon:before{content:"";position:absolute;width:100%;height:2px;background:var(--text-dark);transition:all .3s ease}.menu-icon{top:50%;transform:translateY(-50%)}.menu-icon:before{top:-8px}.menu-icon:after{bottom:-8px}@media (max-width:640px){.header-container{padding:0 1rem}.menu-button{display:block}.header h1.logo{position:relative;left:0;transform:none}.header h1.logo img{width:150px;height:auto}.header nav{position:fixed;top:4rem;left:0;right:0;background:white;padding:1rem 0;flex-direction:column;gap:0;margin:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.05)}.header nav.open{transform:translateY(0);opacity:1;visibility:visible}.header nav a{padding:1rem 2rem;font-size:1rem;width:100%}.header nav a:hover{background:rgba(0,0,0,.02)}.header nav a:after{display:none}.menu-toggle:checked+.menu-button .menu-icon{background:transparent}.menu-toggle:checked+.menu-button .menu-icon:before{transform:rotate(45deg);top:0}.menu-toggle:checked+.menu-button .menu-icon:after{transform:rotate(-45deg);bottom:0}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.header.visible{animation:slideDown .3s ease forwards}.section{padding:6rem 2rem}.section-white{background:var(--background)}.section-gray{background:var(--background-alt)}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-light);margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--accent-gradient);color:white;position:relative;overflow:hidden}.hero-video{-o-object-fit:cover;object-fit:cover;z-index:0}.hero-overlay,.hero-video{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{background:rgba(0,0,0,.5);z-index:1}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/pattern.svg) 50%/cover;opacity:.1;z-index:2}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.hero-logo{position:absolute;top:2rem;left:2rem;z-index:3}.hero-logo img{display:block;height:auto}@media (max-width:640px){.hero-logo{top:1rem;left:1rem}.hero-logo img{width:150px;height:auto}}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;opacity:0;animation:fadeInUp 1s ease-out forwards}.hero-subtitle{font-size:1.5rem;opacity:0;animation:fadeInUp 1s ease-out .3s forwards}.services-section{background:var(--service-bg);position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/pattern.svg) 50%/cover;opacity:.05}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:1rem;position:relative}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);cursor:pointer;transition:all .3s;border:1px solid rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px rgba(0,0,0,.1);background:var(--service-card-hover)}.service-icon-wrapper{background:var(--service-icon-bg);width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;margin-bottom:1.5rem}.service-icon{width:32px;height:32px;color:var(--service-icon-color)}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.service-description{color:var(--text-light);line-height:1.7}.company-info{max-width:800px;margin:0 auto;background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05)}.info-row{display:flex;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.info-row:last-child{border-bottom:none}.info-label{width:33.333%;font-weight:600;color:var(--text-dark)}.info-value{width:66.667%;color:var(--text-light)}.contact-section{text-align:center;background:var(--accent-gradient);color:white;position:relative}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/pattern.svg) 50%/cover;opacity:.1}.contact-section .section-container{position:relative;z-index:1}.contact-section .section-title{color:white}.contact-text{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.contact-button{display:inline-block;background:white;color:var(--primary-color);padding:1rem 3rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:white;border-radius:1rem;padding:2rem;max-width:32rem;width:90%;position:relative;box-shadow:0 20px 25px rgba(0,0,0,.1)}.modal-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);display:flex;align-items:center;gap:1rem}.modal-content{margin-bottom:2rem;color:var(--text-light);line-height:1.7}.modal-close{width:100%;padding:1rem;background:var(--primary-color);color:white;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s;font-weight:600}.modal-close:hover{background:var(--primary-hover);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background:var(--background-alt);padding:4rem 0 2rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/pattern.svg) 50%/cover;opacity:.05}.footer-container{max-width:var(--max-width);margin:0 auto;padding:0 1rem;position:relative}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-company{max-width:400px}.footer-company-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.footer-company-description{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.footer-section-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.footer-links{list-style:none;padding:0}.footer-link{margin-bottom:.75rem}.footer-link a{color:var(--text-light);text-decoration:none;transition:color .3s}.footer-link a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:2rem;text-align:center;color:var(--text-light);font-size:.875rem}