:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f5f7;color:#001441;display:flex;justify-content:center}#root{flex:1;display:flex}.page{width:100%;max-width:1120px;margin:0 auto;background-color:#fff;min-height:100vh;display:flex;flex-direction:column;padding-top:56px}.topbar{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:20;background-color:#fff;color:#001441;box-shadow:0 1px 4px #00000014;width:100%;max-width:1120px}.topbar-inner{padding:10px 16px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column;line-height:1.1}.logo-small{font-size:10px;letter-spacing:.12em}.logo-big{font-size:14px;font-weight:700;letter-spacing:.15em}.burger{width:26px;height:22px;border:none;background:transparent;padding:0;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.burger span{display:block;height:2px;width:100%;background-color:#001441;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.burger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0}.burger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-links{position:fixed;top:56px;left:50%;transform:translate(-50%,-100%);width:100%;max-width:1120px;height:35vh;background-color:#fffffff7;display:flex;flex-direction:column;gap:16px;padding:24px 20px;opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;z-index:15}.nav-links--open{transform:translate(-50%);opacity:1;pointer-events:auto}.nav-link{border:none;background:none;padding:0;text-align:left;font-size:16px;letter-spacing:.08em;text-transform:uppercase;color:#001441;cursor:pointer}.hero{position:relative;width:100%;height:420px;overflow:hidden;background-color:#000;color:#fff}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.hero-bg--active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#000000b3 60%,#000c)}.hero-content{position:relative;z-index:2;height:100%;padding:32px 20px 40px;display:flex;flex-direction:column;justify-content:center}.hero-subtitle{font-size:12px;margin:0 0 8px}.hero-title{font-size:24px;line-height:1.2;font-weight:700;margin:0 0 16px}.hero-email{font-size:11px;margin-bottom:10px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background-color:#fff;color:#001441;font-size:13px;font-weight:600;text-decoration:none;border-radius:10px;border:none;cursor:pointer;width:25vw;min-width:160px;align-self:flex-start}.hero-dots{position:absolute;left:50%;bottom:16px;transform:translate(-50%);display:flex;justify-content:center;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#fff6;cursor:pointer;padding:0}.hero-dot--active{background-color:#fff}section{scroll-margin-top:80px}.section{border-top:1px solid #dcdfe6;background-color:#fff}.section-inner{padding:24px 20px}.section-title{font-size:27px;letter-spacing:.18em;text-transform:uppercase;color:#001b5a;margin:0 0 6px}.section-title--center{text-align:center}.section-subtitle{margin:0 0 16px;font-size:18px;color:#3c4b72}.section-subtitle--center{text-align:center}.services-list{list-style:none;padding:0;margin:16px 0 0}.services-list-item{margin-bottom:12px}.service-item{width:100%;border-radius:10px;border:1px solid #d0d4e5;background-color:#fff;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:500;color:#001441;cursor:pointer}.service-item--open{background-color:#001b5a;color:#fff;border-color:#001b5a}.service-item-arrow{font-size:16px}.service-description{font-size:15px;margin:8px 8px 0;color:#444f72}.section-projects{background-color:#f5f6fa}.projects-grid{display:block}.project-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 6px #00092914;margin-bottom:16px}.project-card--featured .project-image{height:200px}.project-image{width:100%;display:block;height:170px;object-fit:cover}.project-body{padding:10px 14px 12px}.project-title{font-size:18px;margin:0 0 4px;color:#001441;font-weight:700}.project-location{font-weight:400}.project-info{font-size:15px;margin:0;color:#444f72}.project-note{font-size:15px;margin:6px 0 0}.project-note a{color:#001b8f}.section-contact{background-color:#fff}.contact-inner{display:block}.contact-title{text-align:center;margin-bottom:20px}.contact-list{margin:0 0 18px}.contact-row{display:flex;font-size:15px;margin-bottom:6px}.contact-row dt{width:110px;font-weight:600}.contact-row dd{margin:0;flex:1}.company-box{background-color:#f1f2f6;border-radius:8px;padding:12px 14px;font-size:15px}.footer{border-top:1px solid #dcdfe6;background-color:#fff;color:#001441;padding:16px 0 24px}.footer-inner{text-align:center;font-size:11px}.footer-credit{margin-top:4px;font-size:11px}.footer a{color:#001b8f;text-decoration:underline}@media(min-width:768px){.page{padding-top:64px}.topbar-inner{padding:12px 32px}.nav-links{position:static;transform:none;opacity:1;pointer-events:auto;background:none;flex-direction:row;padding:0;gap:24px;justify-content:flex-end;align-items:center;height:auto;width:auto;max-width:none}.burger{display:none}.hero{height:460px}.hero-content{justify-content:flex-end;padding:24px 32px 40px}.hero-title{font-size:30px}.section-inner{padding:32px}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.project-card{margin-bottom:0}.contact-inner{display:flex;gap:24px;align-items:flex-start}.company-box{min-width:260px}}@media(min-width:1024px){.page{padding-top:72px}.topbar-inner{padding:14px 40px}.hero{height:680px}.hero-content{padding:40px;justify-content:center}.hero-subtitle{font-size:16px}.hero-title{font-size:48px}.section-inner{padding:40px}.section-title{font-size:30px}.section-subtitle{font-size:20px}.hero-dots{position:static;transform:none;bottom:auto;margin-top:14px;max-width:20vw;align-self:center}.section-services .services-list{display:flex;gap:32px;flex-wrap:nowrap}.section-services .services-list-item{flex:1}.section-services .service-item{font-size:26px;border-radius:999px}.section-services .service-description{font-size:17px}.section-projects .section-title{font-size:38px}.section-projects .section-subtitle{font-size:25px}.project-card--extra{display:none}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.project-image{height:260px}.project-card{border-radius:14px}.company-box{background:none;padding:0;border-radius:0;font-size:16px}.footer-inner,.footer-credit{font-size:15px}.btn-primary{width:auto;max-width:260px;padding:10px 20px;align-self:flex-start}}@media(min-width:1220px){body{justify-content:flex-start}#root{display:block}.page{max-width:100%;margin:0}.topbar{left:0;transform:none;max-width:100%}.topbar-inner,.hero-content,.section-inner,.footer-inner{max-width:1120px;margin:0 auto}}
