:root{--sq-bg:#050912;--sq-brand:#020e24;--sq-surface:#0b1326;--sq-card:#070d18;--sq-card-alt:#101523;--sq-ink:#ffffff;--sq-text:#c0c7d5;--sq-muted:#72809a;--sq-blue:#1493ff;--sq-blue-soft:#7ec6ff;--sq-line:rgba(163,201,255,0.12);--sq-gradient:linear-gradient(135deg,#1493ff,#0061ff);--sq-shadow:0 18px 48px rgba(1,6,16,0.34)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;background:var(--sq-bg);color:var(--sq-text);font-family:Inter,system-ui,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit}.sq-page{background:radial-gradient(circle at top center,rgba(20,147,255,.08),transparent 28%),var(--sq-bg)}.sq-shell{width:min(100% - 24px,1180px);margin:0 auto}.sq-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(2,14,36,.96);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 24px rgba(1,6,16,.22)}.sq-header__line{height:1px;background:linear-gradient(90deg,transparent,rgba(20,147,255,.75),transparent)}.sq-header__inner{display:grid;grid-template-areas:"brand spacer cta" "nav nav nav";grid-template-columns:auto 1fr auto;grid-gap:10px 12px;gap:10px 12px;align-items:center;padding-inline:10px}.sq-header__brand{grid-area:brand}.sq-header__brand img{width:auto;height:26px;object-fit:contain}.sq-header__nav{grid-area:nav;display:flex;gap:16px;padding-bottom:2px;font-family:Manrope,system-ui,sans-serif;font-size:12px;font-weight:700;color:rgba(255,255,255,.82);overflow-x:auto;scrollbar-width:none}.sq-header__nav::-webkit-scrollbar{display:none}.sq-header__nav a:first-child{color:var(--sq-ink);padding-bottom:4px;border-bottom:2px solid var(--sq-blue)}.sq-header__inner>.sq-chip{grid-area:cta;justify-self:end}.sq-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:10px;font-family:Manrope,system-ui,sans-serif;font-size:11px;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.sq-chip--primary{color:var(--sq-ink);background:var(--sq-gradient);box-shadow:0 8px 18px rgba(20,147,255,.22)}.sq-chip--dark,.sq-chip--ghost{color:var(--sq-ink);background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.08)}.sq-chip--full{width:100%}.sq-kicker{display:inline-block;color:var(--sq-blue-soft);font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sq-kicker--pill{padding:6px 10px;border-radius:999px;background:rgba(20,147,255,.14);border:1px solid rgba(20,147,255,.22)}.sq-hero{position:relative;min-height:470px;overflow:hidden;background:var(--sq-brand)}.sq-hero__image,.sq-hero__overlay{position:absolute;inset:0}.sq-hero__image{width:100%;height:100%;object-fit:cover;object-position:center 42%}@media (max-width:768px){.sq-hero__image{padding-top:68px}}.sq-hero__overlay{background:linear-gradient(180deg,rgba(5,9,18,.18),rgba(5,9,18,.76)),linear-gradient(90deg,rgba(5,9,18,.58),rgba(5,9,18,.24),rgba(5,9,18,.72))}.sq-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:470px;padding:120px 0 28px}.sq-hero__content h1{max-width:320px;margin:12px 0 0;color:var(--sq-ink);font-family:Manrope,system-ui,sans-serif;font-size:clamp(2.5rem,11vw,4.1rem);line-height:.98;letter-spacing:-.06em;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,.26)}.sq-hero__content p{max-width:340px;margin:14px 0 0;color:rgba(255,255,255,.82);font-size:14px;line-height:1.55}.sq-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.sq-section{position:relative;padding:56px 0}.sq-section--surface{background:var(--sq-surface)}.sq-section--background{background:var(--sq-bg)}.sq-about{display:grid;grid-gap:20px;gap:20px;align-items:start}.sq-about__card-wrap,.sq-van-panel{position:relative}.sq-van-panel{min-height:220px;border-radius:18px;overflow:hidden;box-shadow:var(--sq-shadow)}.sq-van-panel.is-compact{min-height:160px}.sq-van-panel__img{display:block;width:100%;height:100%;object-fit:cover}.sq-badge{position:absolute;right:-8px;bottom:-8px;display:flex;flex-direction:column;justify-content:center;width:102px;height:80px;padding:10px;border-radius:12px;color:var(--sq-ink);text-align:center;background:var(--sq-gradient);box-shadow:0 14px 28px rgba(20,147,255,.26)}.sq-badge strong{display:block;font-family:Manrope,system-ui,sans-serif;font-size:30px;line-height:1;font-weight:800}.sq-badge span{display:block;margin-top:5px;font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sq-about__copy h2,.sq-contact__copy h2,.sq-heading h2{margin:12px 0 0;color:var(--sq-ink);font-family:Manrope,system-ui,sans-serif;font-weight:800;letter-spacing:-.05em}.sq-about__copy h2{max-width:420px;font-size:clamp(2rem,8vw,3rem);line-height:.98}.sq-about__copy p{max-width:560px;margin:14px 0 0;font-size:14px;line-height:1.65}.sq-about__copy ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 18px;gap:12px 18px;margin:20px 0 0;padding:0;list-style:none}.sq-about__copy li{position:relative;padding-left:16px;color:var(--sq-ink);font-size:13px;font-weight:600}.sq-about__copy li:before{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;margin-top:-4px;border-radius:999px;background:var(--sq-blue)}.sq-partners{background:#080d18;padding:20px 0}.sq-partners__row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 16px;color:rgba(255,255,255,.22);font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.04em}.sq-heading{margin-bottom:24px}.sq-heading--center{text-align:center}.sq-heading--center h2{max-width:560px;margin-left:auto;margin-right:auto;font-size:clamp(2rem,8vw,3rem);line-height:1.02}.sq-heading--split{display:grid;grid-gap:14px;gap:14px}.sq-heading--split h2{font-size:clamp(2rem,8vw,3rem);line-height:1.02}.sq-heading__underline{width:72px;height:4px;margin:12px auto 0;border-radius:999px;background:var(--sq-gradient)}.sq-services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.sq-service-card{min-height:188px;padding:20px 16px 16px;border-radius:18px;background:var(--sq-card);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.sq-service-card__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(20,147,255,.12);color:var(--sq-blue)}.sq-service-card__icon svg{width:18px;height:18px}.sq-service-card h3{margin:16px 0 0;color:var(--sq-ink);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.15}.sq-service-card p{margin:10px 0 0;color:rgba(192,199,213,.86);font-size:12px;line-height:1.5}.sq-service-card a{display:inline-block;margin-top:14px;color:var(--sq-blue);font-size:12px;font-weight:700}.sq-projects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.sq-project{position:relative;min-height:170px;overflow:hidden;border-radius:18px;background:#070c15}.sq-project--tall{grid-row:span 2}.sq-project--image img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}.sq-project--blank span{position:absolute;top:10px;left:10px;right:10px;color:rgba(255,255,255,.78);font-size:10px;line-height:1.3}.sq-project--art{background:linear-gradient(150deg,rgba(255,255,255,.04),rgba(0,0,0,.05)),linear-gradient(180deg,#171d29,#090d14)}.sq-pipe-art,.sq-pipe-art__scene{position:absolute;inset:0}.sq-pipe-art__scene{background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 35%),radial-gradient(circle at 55% 30%,rgba(255,255,255,.04),transparent 28%),linear-gradient(180deg,#1b202b,#0b0e14)}.sq-pipe-art__pipe{position:absolute;bottom:42px;width:34px;height:34px;border-radius:999px;background:radial-gradient(circle at 42% 42%,#0b0e14 0 34%,transparent 36%),linear-gradient(145deg,#a0a5ad,#4c5259);box-shadow:0 4px 10px rgba(0,0,0,.3)}.sq-pipe-art__pipe--left{left:28px}.sq-pipe-art__pipe--center{left:54px;bottom:48px}.sq-pipe-art__pipe--right{left:86px;bottom:38px}.sq-pipe-art__valve{position:absolute;right:24px;bottom:36px;width:24px;height:24px;border-radius:999px;background:radial-gradient(circle at center,#5f1c1c 0 30%,transparent 32%),linear-gradient(145deg,#ff4c4c,#8d1f1f);box-shadow:0 0 0 5px rgba(255,255,255,.08)}.sq-project--brand{background:transparent}.sq-project--brand .sq-van-panel{min-height:170px}.sq-project--cta{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;text-align:center;background:var(--sq-card-alt);grid-column:1/-1}.sq-project__cta-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:rgba(20,147,255,.1);color:var(--sq-blue)}.sq-project__cta-icon svg{width:16px;height:16px}.sq-project--cta h3{margin:12px 0 0;color:var(--sq-ink);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.15}.sq-project--cta p{margin:8px 0 0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.5}.sq-carousel{margin-top:28px}.sq-carousel__track{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.sq-review-card{display:flex;flex-direction:column;padding:24px;border-radius:14px;background:var(--sq-bg);box-shadow:var(--sq-shadow)}.sq-review-card__stars{display:flex;gap:3px;margin-bottom:14px}.sq-review-card__stars svg{width:16px;height:16px;fill:#1493ff}.sq-review-card p{flex:1 1;color:rgba(255,255,255,.82);font-size:14px;font-style:italic;line-height:1.65;margin:0 0 20px}.sq-review-card__author{display:flex;align-items:center;gap:12px}.sq-review-card__avatar{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border-radius:999px;background:var(--sq-gradient);color:var(--sq-ink);font-size:13px;font-weight:700;font-style:normal}.sq-review-card__author strong{display:block;color:var(--sq-ink);font-size:14px;font-weight:700}.sq-review-card__author span{display:block;color:rgba(255,255,255,.5);font-size:12px;margin-top:2px}.sq-carousel__controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}.sq-carousel__btn{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:var(--sq-bg);color:rgba(255,255,255,.7);cursor:pointer;transition:border-color .15s,color .15s}.sq-carousel__btn:hover{border-color:var(--sq-blue);color:var(--sq-blue)}.sq-carousel__btn svg{width:16px;height:16px}.sq-carousel__dots{display:flex;gap:6px}.sq-carousel__dot{width:7px;height:7px;border-radius:999px;border:none;background:rgba(255,255,255,.2);cursor:pointer;transition:background .15s,transform .15s;padding:0}.sq-carousel__dot.is-active{background:var(--sq-blue);transform:scale(1.3)}.sq-contact{display:grid;grid-gap:28px;gap:28px;align-items:start}.sq-contact__copy h2{font-size:clamp(2rem,7vw,3rem);line-height:1.02}.sq-contact__copy p{max-width:540px;margin:14px 0 0;font-size:14px;line-height:1.65}.sq-contact__details{display:grid;grid-gap:16px;gap:16px;margin-top:22px}.sq-contact__detail{display:flex;align-items:flex-start;gap:10px}.sq-contact__detail-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:var(--sq-blue);background:rgba(20,147,255,.1)}.sq-contact__detail-icon svg{width:16px;height:16px}.sq-contact__detail span,.sq-contact__detail strong{display:block;line-height:1.35}.sq-contact__detail strong{color:var(--sq-ink);font-family:Manrope,system-ui,sans-serif;font-size:13px}.sq-contact__detail span{margin-top:3px;font-size:13px}.sq-form-card{padding:20px;border-radius:18px;background:var(--sq-card);box-shadow:var(--sq-shadow)}.sq-form-card form{display:grid;grid-gap:14px;gap:14px}.sq-form-grid{display:grid;grid-gap:12px;gap:12px}.sq-form-card label{display:grid;grid-gap:8px;gap:8px}.sq-form-card span{color:rgba(255,255,255,.82);font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sq-form-card input,.sq-form-card select,.sq-form-card textarea{width:100%;border:1px solid var(--sq-line);border-radius:10px;background:#0f1730;color:var(--sq-ink);padding:12px 14px;font-size:14px;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.sq-form-card textarea{min-height:110px;resize:vertical}.sq-form-card input::placeholder,.sq-form-card textarea::placeholder{color:rgba(192,199,213,.5)}.sq-footer{background:var(--sq-brand);padding:32px 0 24px}.sq-footer__top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px 18px;gap:24px 18px;align-items:start}.sq-footer__intro{grid-column:1/-1;max-width:420px}.sq-footer__logo{width:auto;height:62px}.sq-footer__intro p{margin:14px 0 0;color:rgba(192,199,213,.82);font-size:12px;line-height:1.6}.sq-footer__socials{display:flex;gap:10px;margin-top:16px}.sq-footer__socials span{width:24px;height:24px;border-radius:999px;background:rgba(20,147,255,.12);box-shadow:inset 0 0 0 1px rgba(20,147,255,.28)}.sq-footer__col h3{margin:0 0 10px;color:rgba(255,255,255,.9);font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.sq-footer__col a{display:block;margin-bottom:8px;color:rgba(192,199,213,.78);font-size:12px;line-height:1.3}.sq-footer__bottom{display:grid;grid-gap:12px;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.04)}.sq-footer__bottom a,.sq-footer__bottom p{color:rgba(255,255,255,.74);font-size:10px;line-height:1.35}.sq-footer__bottom div{display:flex;flex-wrap:wrap;gap:10px 14px}@media (max-width:420px){.sq-shell{width:min(100% - 16px,1180px)}.sq-header__inner{gap:8px 10px}.sq-header__nav{gap:12px;font-size:11px}.sq-chip{min-height:32px;padding:0 10px;font-size:10px}.sq-about__copy p,.sq-contact__copy p,.sq-hero__content p{font-size:13px}.sq-about__copy ul,.sq-projects,.sq-services{grid-template-columns:1fr}.sq-project--cta{grid-column:auto}.sq-footer__top{grid-template-columns:1fr}.sq-footer__intro{grid-column:auto}}@media (min-width:700px){.sq-header__inner{grid-template-areas:"brand nav cta";grid-template-columns:auto 1fr auto;gap:20px}.sq-header__brand img{height:70px}.sq-header__nav{justify-content:center;padding-bottom:0}.sq-projects{grid-template-columns:repeat(3,minmax(0,1fr))}.sq-project--tall{grid-row:span 2}.sq-project--cta{grid-column:auto}.sq-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.sq-shell{width:min(100% - 40px,1180px)}.sq-chip{min-height:38px;padding:0 18px;font-size:12px}.sq-kicker{font-size:10px}.sq-kicker--pill{padding:7px 12px}.sq-hero,.sq-hero__content{min-height:620px}.sq-hero__content{padding:170px 0 44px}.sq-hero__content h1{max-width:500px;font-size:68px}.sq-hero__content p{max-width:430px;font-size:16px}.sq-section{padding:86px 0}.sq-about{grid-template-columns:1.02fr 1.12fr;gap:40px}.sq-van-panel{min-height:360px}.sq-van-panel.is-compact{min-height:214px}.sq-badge{right:-16px;bottom:-16px;width:150px;height:118px;border-radius:12px;padding:14px}.sq-badge strong{font-size:42px}.sq-badge span{font-size:10px}.sq-about__copy h2,.sq-contact__copy h2,.sq-heading h2{margin-top:12px}.sq-about__copy h2{max-width:430px;font-size:54px}.sq-about__copy p{max-width:520px;font-size:16px}.sq-about__copy ul{gap:14px 28px;margin-top:28px}.sq-about__copy li{padding-left:20px;font-size:15px}.sq-about__copy li:before{width:9px;height:9px;margin-top:-4px}.sq-partners{padding:24px 0}.sq-partners__row{font-size:13px}.sq-heading{margin-bottom:40px}.sq-heading--center h2,.sq-heading--split h2{font-size:46px}.sq-heading--split{display:flex;align-items:center;justify-content:space-between;gap:16px}.sq-heading__underline{width:90px;height:4px;margin-top:14px}.sq-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.sq-service-card{min-height:252px;padding:26px 22px 22px}.sq-service-card__icon{width:42px;height:42px}.sq-service-card__icon svg{width:22px;height:22px}.sq-service-card h3{margin-top:22px;font-size:19px}.sq-service-card p{margin-top:14px;font-size:12px}.sq-service-card a{margin-top:16px;font-size:12px}.sq-projects{gap:20px}.sq-project{min-height:220px}.sq-project--blank span{top:12px;left:12px;right:12px;font-size:11px}.sq-pipe-art__pipe{width:54px;height:54px;bottom:58px}.sq-pipe-art__pipe--left{left:50px}.sq-pipe-art__pipe--center{left:94px;bottom:64px}.sq-pipe-art__pipe--right{left:144px;bottom:52px}.sq-pipe-art__valve{right:34px;bottom:48px;width:38px;height:38px;box-shadow:0 0 0 6px rgba(255,255,255,.08)}.sq-project__cta-icon{width:34px;height:34px}.sq-project__cta-icon svg{width:18px;height:18px}.sq-project--cta h3{margin-top:14px;font-size:18px}.sq-project--cta p{margin-top:8px;font-size:11px}.sq-carousel__track{grid-template-columns:1fr 1fr 1fr;gap:20px}.sq-contact{grid-template-columns:1fr 1fr;gap:42px}.sq-contact__copy h2{font-size:52px}.sq-contact__copy p{max-width:470px;font-size:16px}.sq-contact__details{gap:18px;margin-top:30px}.sq-contact__detail{gap:12px}.sq-contact__detail-icon{width:34px;height:34px}.sq-contact__detail-icon svg{width:16px;height:16px}.sq-contact__detail span,.sq-contact__detail strong{font-size:13px}.sq-form-card{padding:26px}.sq-form-card form{gap:16px}.sq-form-grid{gap:14px}.sq-form-card label{gap:8px}.sq-form-card span{font-size:10px}.sq-form-card input,.sq-form-card select,.sq-form-card textarea{padding:12px 14px;font-size:13px}.sq-footer{padding:40px 0 24px}.sq-footer__top{grid-template-columns:1.25fr .9fr .9fr .92fr;gap:28px}.sq-footer__intro{grid-column:auto;max-width:290px}.sq-footer__logo{width:143px;height:auto}.sq-footer__intro p{margin-top:18px;font-size:12px}.sq-footer__socials{gap:10px;margin-top:18px}.sq-footer__socials span{width:24px;height:24px}.sq-footer__col h3{margin-bottom:14px;font-size:10px}.sq-footer__col a{margin-bottom:10px;font-size:12px}.sq-footer__bottom{display:flex;justify-content:space-between;gap:14px;margin-top:26px;padding-top:18px}.sq-footer__bottom a,.sq-footer__bottom p{font-size:10px}.sq-footer__bottom div{justify-content:flex-end}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(2,14,36,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--sq-line);transition:box-shadow .2s}.nav--scrolled{box-shadow:0 4px 24px rgba(1,6,16,.4)}.nav__inner{justify-content:space-between;max-width:1180px;margin:0 auto;padding:0 16px;height:60px}.nav__inner,.nav__logo{display:flex;align-items:center}.nav__logo{flex-shrink:0}.nav__logo-img{height:56px;width:56px;object-fit:contain}.nav__links{display:none;list-style:none;margin:0;padding:0;gap:28px}.nav__links a{font-family:Manrope,system-ui,sans-serif;font-size:13px;font-weight:700;color:rgba(255,255,255,.75);text-decoration:none;transition:color .15s}.nav__links a:hover{color:var(--sq-ink)}.nav__links.open{display:flex;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:rgba(2,14,36,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:8px 0;z-index:99}.nav__links.open,.nav__links.open li{border-bottom:1px solid var(--sq-line)}.nav__links.open a{display:block;padding:18px 24px;font-size:18px;color:var(--sq-ink)}.nav__links.open a:hover{color:var(--sq-blue-soft);background:rgba(20,147,255,.06)}.nav__actions{display:flex;align-items:center;gap:10px}.nav__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:1px solid var(--sq-line);border-radius:8px;cursor:pointer;flex-shrink:0}.nav__burger span{display:block;height:2px;background:var(--sq-ink);border-radius:2px;transition:transform .2s,opacity .2s;transform-origin:center}.nav__burger.active span:first-child{transform:translateY(7px) rotate(45deg)}.nav__burger.active span:nth-child(2){opacity:0}.nav__burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.btn{display:inline-flex;align-items:center;gap:6px;font-family:Manrope,system-ui,sans-serif;font-weight:700;text-decoration:none;border-radius:10px;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s,transform .1s}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn--primary{color:var(--sq-ink);background:var(--sq-gradient)}.btn--sm{padding:0 14px;height:36px;font-size:12px}@media (min-width:700px){.nav__inner{height:68px}.nav__logo-img{height:64px;width:64px}.nav__links{display:flex;position:static;background:none;padding:0}.nav__burger{display:none}}