@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}::selection{background:#1d4ed8;color:#fff}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.section{padding:88px 0}.section--tight{padding:56px 0}@media(max-width:768px){.section{padding:56px 0}}.bg-muted{background:#f7f8fa}.bg-ink{background:#0b1220}.eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#64748b;margin:0 0 18px}.eyebrow:before{content:"";width:28px;height:1px;background:#1d4ed8}.eyebrow--light{color:#ffffffb3}.eyebrow--light:before{background:#f59e0b}.hero{position:relative;min-height:92vh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0b1220b8,#0b12208c 45%,#0b1220eb)}.hero__content{position:relative;z-index:1;padding:150px 0 56px}.hero__statbar{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);background:#0b122066;backdrop-filter:blur(6px)}.hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 24px;padding:8px 0}.hero__stat{padding:16px 0}@media(min-width:768px){.hero__stats{grid-template-columns:repeat(4,1fr)}}.service-card{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#f59e0b;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.service-card:hover{transform:translateY(-4px);border-color:#cbd5e1;box-shadow:0 18px 40px -24px #0f172a66}.service-card:hover:before{transform:scaleX(1)}.service-card__head{display:flex;align-items:center;justify-content:space-between}.service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:#1d4ed814;color:#1d4ed8;font-size:24px;transition:background .2s ease,color .2s ease}.service-card:hover .service-card__icon{background:#1d4ed8;color:#fff}.service-card__num{font-size:28px;font-weight:800;line-height:1;color:#e2e8f0;letter-spacing:-.02em}.service-card__check{color:#16a34a;font-size:13px;margin-top:5px}.service-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px;margin-top:40px;padding:24px 28px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.project-cover{width:100%;height:100%;cursor:zoom-in}.project-cover .ant-image-img{width:100%;height:100%;object-fit:cover}.card-quiet{height:100%}.muted{color:#64748b}
